I've been working in EJB, trying to deploy the EJB as Web Service, I have some kind of problem in code(EJB deploy in Web Service) which works in JBoss 3.2.7 well. But when I try to put in JBoss 4.0.4GA.. some kind of error happens .. like
13:32:00,424 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@609907d3 { url=file:/C:/JAVA/jboss-4.0.4.GA/server/all
/tmp/deploy/tmp44503clif-server.ear-contents/clif-server.wsr }
deployer: null
status: Starting
state: START_SUBDEPLOYMENTS
watch: file:/C:/JAVA/jboss-4.0.4.GA/server/all/tmp/deploy/tmp44503clif-server.ear-conten
ts/clif-server.wsr
altDD: null
lastDeployed: 1158078714969
lastModified: 1158078714906
mbeans:
any idea??? suggest?
Thanks in Advance