[EJB 3.0] - Re: Multiples Jars with same EJBs
by wecucho
Thanks for your time Peter.
Jaikiran, im absolutely sure that the both EJB have different implementations, im working with eclipse and i have only one project, in that project i have 2 ants, the ants only copy the class files and make the jar so, i go to the sayHello y change the string just adding the word "miami", complie and run the miami ant, then i change again the string for "venezuela", compile and run the venezuela ant.
To be absoletely sure i am decompiling the jars and i get the differents string to print, so the jars have differents implementations.
I think this is possible to do too, i just dont get why is not working, im trying to get a solution too, the documentation says that each jar is independent, thats why this sould work.
I apreciate any ideas or things to test here.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173928#4173928
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173928
17 years, 7 months
[EJB/JBoss] - Deployment problems jboss
by pradeepprathyu
Hello All,
I guess this is very familiar error people will get while deploying their first ejb example.i am also a newbie to this technology, please help me out in solving this.
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:619)
18:23:11,712 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@632d6c67 { url=file:/C:/jBoss/Base/server/de
fault/deploy/SqlStatementApplication.ear }
deployer: org.jboss.deployment.EARDeployer@1de6817
status: Deployment FAILED reason: URL file:/C:/jBoss/Base/server/default/tmp/d
eploy/tmp34605SqlStatementApplication.ear-contents/SqlStatementApplication-war-e
xp.war/ deployment failed
state: FAILED
watch: file:/C:/jBoss/Base/server/default/deploy/SqlStatementApplication.ear
altDD: null
lastDeployed: 1220437391219
lastModified: 1220437390810
mbeans:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.web.deployment:war=SqlStatementApplication-war.war,id=61046678
State: FAILED
Reason: org.jboss.deployment.DeploymentException: URL file:/C:/jBoss/Base/serv
er/default/tmp/deploy/tmp34605SqlStatementApplication.ear-contents/SqlStatementA
pplication-war-exp.war/ deployment failed
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.web.deployment:war=SqlStatementApplication-war.war,id=61046678
State: FAILED
Reason: org.jboss.deployment.DeploymentException: URL file:/C:/jBoss/Base/serv
er/default/tmp/deploy/tmp34605SqlStatementApplication.ear-contents/SqlStatementA
pplication-war-exp.war/ deployment failed
18:23:11,848 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8
080
18:23:11,909 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
18:23:11,921 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBos
s_4_2_2_GA date=200710221139)] Started in 20s:180ms
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173915#4173915
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173915
17 years, 7 months