Hi
I'm using ant to deploy an EJB that I've just converted to EJB 2.0 CMP.
Compile and ejbc work fine but the deploy tool gets a MalformedURL exception
with the msg "no protocol" for my jar file.
The output from deploy is below.
I have looked at my [3] XML files (ejb-jar, weblogic-ejb-jar and
weblogic-cmp-rdbms-jar.xml and the DTD's up top are all valid URLs.
java]Forking c:\bea\jdk131\jre\..\bin\java.exe -classpath
U:\Raymond_Blum\Private\projects\genesis\kServer\bea\lib\weblogic.jar
weblogic.deploy -port 7001 -debug -host whatever.mpen.com update
passwordwashere manager ./dist/manager.jar
[java]java.net.MalformedURLException: no protocol: ./dist/manager.jar
[java] at java.net.URL.<init>(URL.java:473)
[java] at java.net.URL.<init>(URL.java:376)
[java] at java.net.URL.<init>(URL.java:330)
[java] at weblogic.deploy.parseSource(deploy.java:958)
[java] at weblogic.deploy.init(deploy.java:502)
[java] at weblogic.deploy.runBody(deploy.java:340)
[java] at weblogic.utils.compiler.Tool.run(Tool.java:79)
[java] at weblogic.deploy.main(deploy.java:1601)
[java]Done updating manager with ./config/knoa/.wlstaging/manager.jar
Any help greatly appreciated (of course)
---Raymond
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".