I am trying to do a very simple session EJB on weblogic 5.1. I have the home and remote interfaces, the bean class, and the XML descriptor compiled and set up in a jar file. At this point I am now trying to get the ejbc compiler to create the deployable jar but I am getting a weird error which I have no idea how to deal with:
[red]
C:\weblogic\examples\ejb\basic\ejbTest>java -classpath %MYCLASSPATH% -DWeblogic.home weblogic.ejbc -compiler javac build\std_ejb_basic_ejbTest.jar weblogic\myserver\ejb_basic_ejbTest.jar
ERROR: Error from ejbc: C:\weblogic\examples\ejb\basic\ejbTest\ejbcgen\Files\JavaSoft\JRE\1\3\lib\rt\jar;C:\ProgramAD.ser (The filename, directory name, or volume label syntax is incorrect)
ERROR: ejbc found errors[/red]
This is obviously not easy to diagnose. It doesn't seem traceable to anything in my class files in an obvious way because it involves directory paths that ejbc is creating during compilation. However, if anyone has experienced this error or has any idea what could be causing it, I would immensely appreciate comments.
--Will Duty
wduty@radicalfringe.com
[red]
C:\weblogic\examples\ejb\basic\ejbTest>java -classpath %MYCLASSPATH% -DWeblogic.home weblogic.ejbc -compiler javac build\std_ejb_basic_ejbTest.jar weblogic\myserver\ejb_basic_ejbTest.jar
ERROR: Error from ejbc: C:\weblogic\examples\ejb\basic\ejbTest\ejbcgen\Files\JavaSoft\JRE\1\3\lib\rt\jar;C:\ProgramAD.ser (The filename, directory name, or volume label syntax is incorrect)
ERROR: ejbc found errors[/red]
This is obviously not easy to diagnose. It doesn't seem traceable to anything in my class files in an obvious way because it involves directory paths that ejbc is creating during compilation. However, if anyone has experienced this error or has any idea what could be causing it, I would immensely appreciate comments.
--Will Duty
wduty@radicalfringe.com