Take a loot at jboss-4.0.x/docs/examples/jca/mysql-ds.xml. The extra elements you see in the provided jbpm-bpel-ds.xml are for setting up an in-process hsql database. Since your mysql database runs in its own process, you don't need to set it up.
Make sure the hibernate.connection.datasource property in your hibernate.cfg.xml matches the jndi-name of your datasource. Remember that the jndi-name is prefixed with "java:".
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017238#4017238
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017238
Has there been a fix to enable group assignment? I've been playing with JBpm for a couple of days but have not been able to get group assignment to work. I'm using starter kit 3.1.3.
I tried modifying the jbpm/src/java.jbpm/org/jbpm/db/hibernate.queries.hbm.xml file with the query James posted but it did not seem to fix the issue of seeing it in the users tasklist.
If I run the query in query manager it does retrieve the taskinstances for the group users.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017231#4017231
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017231
continued email problems
| 16:07:56,796 ERROR [STDERR] Feb 15, 2007 4:07:56 PM com.sun.facelets.compiler.Compiler initialize
| SEVERE: Missing Built-in Tag Libraries! Make sure they are included within the META-INF directory of Facelets' Jar
|
I made sure my jars (Seam-mail, seam-ui, facelets, etc... are in the correct artifacts in my .ear (like your example)).
Also, I looked at the MANIFEST.MF file the version of facelets you're using - it's 1.1.12. Have you tested the Seam email with 1.1.11 (the stable release of Facelets)?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017226#4017226
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017226