[JBoss jBPM] - Jbpm MSSQL Script Generation
by karcs
I'm having trouble generating the Jbpm create sql scripts for mssql. I've checked out the jbpm.db directory as well as the jbpm.3 directory. From what I've found online it says I should run the ant generate.ddl target which doesn't seem to exist? Instead I tried running ant mssql.scripts which comes up with the following error: FileNotFoundException: C:\workspace\jbpm.3\build.xml. Did I somehow miss a build file in checkout?
I checked out jbpm.3 from SVN and had to check out jbpm.db from CVS since I did not see it in the SVN repository. This also has me concerned that I may have an older version of one of these directories.
I'm trying to run jbpm 3.2.3 on tomcat 6 with mssql. I've got the login screen to come up fine, but this generate scripts problem is preventing me from connecting to the database. Any info is appreciated!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172338#4172338
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172338
16 years, 3 months
[JBoss jBPM] - JBPM and JMSMQ
by curatiotech
I am trying to hook up my spring application with JBPM and JMS for asynchronous communications, I am getting a JNDI classcast exception when I deploy JmsMessageFactoryImpl as the message factory.
I was wondering if any one else has come across this problem,my understanding is that JBoss is providing a JMSConnectionFactoryImpl instead of the ConnectionFactory specified in web.xml resource-ref and expected by the JmsMessageFactoryImpl.
Please see stack below, I would appreciate any help.
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:619)
aused by: java.lang.ClassCastException: org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl cannot be cast to javax.jms.ConnectionFactory
tionFactory
at org.jbpm.msg.jms.JmsMessageServiceFactoryImpl.(JmsMessageServiceFactoryImpl.java:74)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at org.jbpm.configuration.BeanInfo.createObject(BeanInfo.java:86)
... 153 more
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172154#4172154
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172154
16 years, 3 months