[jboss-dev-forums] [Design of POJO Server] - Re: AppClientDeployer

scott.stark@jboss.org do-not-reply at jboss.com
Mon Oct 29 18:21:26 EDT 2007


If I change the call from the legacy MainDeployer to delegate.checkComplete() from delegate.checkComplete(Deployment deployment), I am seeing an incomplete deployment exception:


  | 15:17:02,931 WARN  [MainDeployer] Failed to deploy: file:/home/svn/JBossHead/jboss-head/testsuite/output/lib/app-client.ear
  | org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
  | 
  | *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
  | 
  | jboss.j2ee:ear=app-client.ear,jar=app-client.jar,name=test-client,service=EJB3
  |  -> <UNKNOWN>{Installed:** UNRESOLVED Demands 'ejbcts/StatelessSessionHome **}
  |  -> <UNKNOWN>{Described:** UNRESOLVED Demands 'jboss.j2ee:ear=app-client.ear,name=StatelessSessionBean,service=EJB3,* **}
  | 
  | 
  | *** CONTEXTS IN ERROR: Name -> Error
  | 
  | <UNKNOWN> -> ** UNRESOLVED Demands 'jboss.j2ee:ear=app-client.ear,name=StatelessSessionBean,service=EJB3,* **
  | 
  |         at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:620)
  |         at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:393)
  |         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:814)
  | 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100025#4100025

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100025



More information about the jboss-dev-forums mailing list