3 Replies Latest reply on Sep 3, 2002 7:03 AM by tdang

    Are Datasource service files diff in 3.0.1 vs. 3.0.0?

    cvolk

      I have 2 custom Sybase *-service.xml files that work great in 3.0.0, but are now broken under 3.0.1. Has anything changed? Eyeballing the 3.0.1 example db service files told me nothing, same with looking at the logging output. I'm running out of ideas here, any help would be greatly appreciated! What I get now looks like this (partial):
      -----------------------------
      2002-08-22 08:23:51,268 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:

      MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: jboss.jca:service=LocalTxCM,name=SybaseDS_XCM
      state: CONFIGURED
      I Depend On: jboss.jca:service=LocalTxDS,name=SybaseDS_XCM
      jboss.jca:service=LocalTxPool,name=SybaseDS_XCM
      jboss.jca:service=CachedConnectionManager
      jboss.security:name=JaasSecurityManager
      jboss.jca:service=RARDeployer

      Depends On Me: , ObjectName: jboss.jca:service=LocalTxCM,name=SybaseDS
      state: CONFIGURED
      I Depend On: jboss.jca:service=LocalTxDS,name=SybaseDS
      jboss.jca:service=LocalTxPool,name=SybaseDS
      jboss.jca:service=CachedConnectionManager
      jboss.security:name=JaasSecurityManager
      jboss.jca:service=RARDeployer

      Depends On Me: ]
      -----------------