* Chris Pinfold > I am having problems deploying mysql-service.xml (MySql Datasource) using > Jboss 3.0.1. > This worked fine in 3.0.0, but now I get the folllowing error: > > I have attached the mysql-service.xml file. > > 05:00:51,079 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean > operation 'checkIncompleteDeployments()' > Cause: Incomplete Deployment listing: > Packages waiting for a deployer: > � <none> > Incompletely deployed packages: > � <none> > MBeans waiting for classes: > � <none> > MBeans waiting for other MBeans: > [ObjectName: jboss.jca:service=LocalTxCM,name=MySqlDS > �state: CONFIGURED > �I Depend On:�� jboss.jca:service=LocalTxDS,name=MySqlDS > � jboss.jca:service=LocalTxPool,name=MySqlDS > � jboss.jca:service=CachedConnectionManager > � jboss.security:name=JaasSecurityManager > � jboss.jca:service=RARDeployer > > �Depends On Me: ]
This typically happens during startup where it seems that JBoss reads your bean jar file before it reads the data source definition. Somehow this must be an bug in JBoss who should read all files in server/xx/deploy in alphabetic order or some other deterministic fashion. -- Jon Haugsand, <[EMAIL PROTECTED]> Norges Bank, <http://www.norges-bank.no> ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
