[jboss-dev-forums] [Design of POJO Server] - Re: migrating TransactionManager and Invokers to POJO

dimitris@jboss.org do-not-reply at jboss.com
Thu Jan 17 07:12:28 EST 2008


I tried to move things around a bit (tx-manager, remoting service, invokers) in the deploy dir, and hit the problem Adrian was talking about.

The WebDeployer depends on the transaction service.


  | 00:43:36,750 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of
  | incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
  | 
  | *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual Stat
  | e}
  | 
  | WSDeployerHook_JAXRPC_POST_JSE
  |  -> WebServiceDeployerPostJSE{Installed:Instantiated}
  |  -> WSDeployerHook_JAXRPC_POST_JSE{Installed:Configured}
  |  -> WSDeployerHook_JAXRPC_POST_JSE{Installed:Configured}
  |  -> WebServiceDeployerPostJSE{Start:Instantiated}
  |  -> WebServiceDeployerPostJSE{Create:Instantiated}
  |  -> WebServiceDeployerPostJSE{Installed:Instantiated}
  | 
  | WSDeployerHook_JAXRPC_PRE_JSE
  |  -> WSDeployerHook_JAXRPC_PRE_JSE{Installed:Configured}
  |  -> WebServiceDeployerPreJSE{Create:Instantiated}
  |  -> WebServiceDeployerPreJSE{Installed:Instantiated}
  |  -> WebServiceDeployerPreJSE{Installed:Instantiated}
  |  -> WSDeployerHook_JAXRPC_PRE_JSE{Installed:Configured}
  |  -> WebServiceDeployerPreJSE{Start:Instantiated}
  | 
  | WSDeployerHook_JAXWS_POST_JSE
  |  -> WebServiceDeployerPostJSE{Start:Instantiated}
  |  -> WebServiceDeployerPostJSE{Create:Instantiated}
  |  -> WSDeployerHook_JAXWS_POST_JSE{Installed:Configured}
  |  -> WSDeployerHook_JAXWS_POST_JSE{Installed:Configured}
  |  -> WebServiceDeployerPostJSE{Installed:Instantiated}
  |  -> WebServiceDeployerPostJSE{Installed:Instantiated}
  | 
  | WSDeployerHook_JAXWS_PRE_JSE
  |  -> WebServiceDeployerPreJSE{Create:Instantiated}
  |  -> WebServiceDeployerPreJSE{Installed:Instantiated}
  |  -> WSDeployerHook_JAXWS_PRE_JSE{Installed:Configured}
  |  -> WSDeployerHook_JAXWS_PRE_JSE{Installed:Configured}
  |  -> WebServiceDeployerPreJSE{Start:Instantiated}
  |  -> WebServiceDeployerPreJSE{Installed:Instantiated}
  | 
  | WarDeployer
  |  -> jboss.jca:service=CachedConnectionManager{Start:Configured}
  |  -> jboss.jca:service=CachedConnectionManager{Create:Configured}
  |  -> jboss:service=TransactionManager{Create:** NOT FOUND **}
  |  -> jboss:service=TransactionManager{Start:** NOT FOUND **}
  | 
  | WebServiceDeployerPostJSE
  | 
  | WebServiceDeployerPreJSE
  | 
  | jboss.jca:service=CachedConnectionManager
  |  -> jboss:service=TransactionManager{Start:** NOT FOUND **}
  |  -> jboss:service=TransactionManager{Create:** NOT FOUND **}
  | 
  | 
  | *** CONTEXTS IN ERROR: Name -> Error
  | 
  | jboss:service=TransactionManager -> ** NOT FOUND **
  | 

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

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



More information about the jboss-dev-forums mailing list