Discussion:
creating .ear file for an ejb application using 'ant' tool
(too old to reply)
Udayasankar Chendekattu
2005-01-29 06:13:59 UTC
Permalink
I am trying to deloy an ejb application in weblogic 8.1
I created ejb files using 'ejbgen'
Now i am trying to create ".ear" file using ANT tool to deploy it in the web logic application.but i am getting error statin tht


BUILD FAILED
file:C:/service1/ejb/build.xml:5: weblogic.webservice.tools.build.WSBuildExcepti
on: Compiler failed executable.exec - with nested exception:
[java.io.IOException: Compiler failed executable.exec]

Total time: 3 seconds

the initial error shown in the long list of error is

" packege weblogic.webservice.core.rpc " doesnt exist..

can anybodt help??????????
Rob Woollen
2005-01-31 20:06:08 UTC
Permalink
Are you trying to build a vanilla EJB or are you also building a web
service? It looks like you are using some of the webservice build tasks
(eg servicegen). Can you show me how you invoke the webservice build
task and with which options?

-- Rob
Post by Udayasankar Chendekattu
I am trying to deloy an ejb application in weblogic 8.1
I created ejb files using 'ejbgen'
Now i am trying to create ".ear" file using ANT tool to deploy it in the web logic application.but i am getting error statin tht
BUILD FAILED
file:C:/service1/ejb/build.xml:5: weblogic.webservice.tools.build.WSBuildExcepti
[java.io.IOException: Compiler failed executable.exec]
Total time: 3 seconds
the initial error shown in the long list of error is
" packege weblogic.webservice.core.rpc " doesnt exist..
can anybodt help??????????
Loading...