I try to run jBPM using a SQL Server database
So I 
- placed an mssql-ds.xml containing the correct provider and data source to the 
deploy directory
- replaced the deploy\jms\hsqldb-jdbc2-service.xml and 
deploy\jms\hsqldb-jdbc-state-service.xml
- corrected the conf\login-config.xml, conf\standardjaws.xml, 
conf\standardjbosscmp-jdbc.xml
- corrected the deploy\ejb-deployer.xml and 
deploy\jbpm.sar\META-INF\jboss-service.xml
- placed the jtds-1.2.jar to the lib directory

Upon starting JBoss AS the following exception is thrown:
WARN  [ServiceController] Problem starting service 
jboss.ejb:persistencePolicy=database,service=EJBTimerService
java.lang.IllegalStateException: Cannot find datasource meta data: 
jboss.jdbc:datasource=MSSQLDS,service=metadata
        at 
org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin.init(GeneralPurposeDatabasePersistencePlugin.java:81)

In addition JBoss tells me about incomplete deployment:
ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.ejb:persistencePolicy=database,service=EJBTimerService
  State: FAILED
  Reason: java.lang.IllegalStateException: Cannot find datasource meta data: 
jboss.jdbc:datasource=MSSQLDS,service=metadata
  I Depend On:
    jboss.jca:name=MSSQLDS,service=DataSourceBinding
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.ejb:persistencePolicy=database,service=EJBTimerService
  State: FAILED
  Reason: java.lang.IllegalStateException: Cannot find datasource meta data: 
jboss.jdbc:datasource=MSSQLDS,service=metadata
  I Depend On:
    jboss.jca:name=MSSQLDS,service=DataSourceBinding

What's wrong here?
Since I wasted days with this problems and I need to know if jBPM is any good 
for a workflow solution I urgently need to solve this.

j2sdk1.4.2
jbpm-3.1-beta2
SQLS 2000


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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to