-
Bug
-
Resolution: Fixed
-
P2
-
5.0, 5.0u3
javac in jdk1.5 throws exception while compiling. The same source code is compiled successfully with Tiger b49.
E:\tst>javac -classpath e:\tst\weblogic\dev\tools\interop\classes;e:\tst\weblogic.jar;e:\tst\weblogic\dev\tools\interop\coconut\coconutx.jar;e:\tst\weblogic\dev\tools\interop\src\ejb11\txcrossdomain\FlightAgentBean;e:\tst\weblogic\dev\tools\interop\src\ejb11\txcrossdomain\TravelPlannerBean e:\tst\weblogic\dev\tools\interop\src\weblogic\qa\tests\interop\ejb11\txcrossdomain\TxCrossDomainTest.java
An exception has occurred in the compiler (1.5.0-rc). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport) after checkingthe Bug Parade for duplicates. Include your program and the following diagnostic in your report. Thank you.
com.sun.tools.javac.code.Symbol$CompletionFailure: file weblogic\qa\tests\interop\ejb11\basic\stateful\TraderHome.class not found
See comments for reproducible testcase.
###@###.### 10/15/04 19:57 GMT
E:\tst>javac -classpath e:\tst\weblogic\dev\tools\interop\classes;e:\tst\weblogic.jar;e:\tst\weblogic\dev\tools\interop\coconut\coconutx.jar;e:\tst\weblogic\dev\tools\interop\src\ejb11\txcrossdomain\FlightAgentBean;e:\tst\weblogic\dev\tools\interop\src\ejb11\txcrossdomain\TravelPlannerBean e:\tst\weblogic\dev\tools\interop\src\weblogic\qa\tests\interop\ejb11\txcrossdomain\TxCrossDomainTest.java
An exception has occurred in the compiler (1.5.0-rc). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport) after checkingthe Bug Parade for duplicates. Include your program and the following diagnostic in your report. Thank you.
com.sun.tools.javac.code.Symbol$CompletionFailure: file weblogic\qa\tests\interop\ejb11\basic\stateful\TraderHome.class not found
See comments for reproducible testcase.
###@###.### 10/15/04 19:57 GMT
- duplicates
-
JDK-6274257 javac requires dependencies referred to in already compiled class files
-
- Closed
-
- relates to
-
JDK-5041233 Cannot override non-trivial generic method
-
- Resolved
-
-
JDK-5034571 Wildcard capture must use the bounds of the formal
-
- Closed
-
-
JDK-6180369 Make Symbol.CompletionFailure a checked exception
-
- Closed
-