[jboss-user] [JBoss jBPM] - Re: MSSQL Exceptions

2009-03-12 Thread robro99
In case anyone gets this error and cannot figure it out. Using the standard installers you will likely end up with 3 spots referencing your datasource. Unfortunately I was only updating 2 of them. I had missed jbosscmp-jdbc.xml, hence the reason using an XA datasource seemed to get me along

[jboss-user] [JBoss jBPM] - MSSQL Exceptions

2009-03-11 Thread robro99
I am trying to get jBPM running on MSSQL. I created my MSSQL DB using the jbpm.jpdl.mssql.sql script that came with the installation. I setup a datasource based on this guide. http://www.jboss.org/community/docs/DOC-12242 I have tried MS JDBC and jTDS with the same results. I am trying to

[jboss-user] [JBoss jBPM] - Re: MSSQL Exceptions

2009-03-11 Thread robro99
When scouring the web I see a lot of talk about using XA datasources. Is this required for jBPM? The default installed hypersonic datasource appears to be local-tx-datasource and it works... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217100#4217100

[jboss-user] [JBoss jBPM] - Re: MSSQL Exceptions

2009-03-11 Thread robro99
I am using 1 DB with only 1 schema. Any idea what the exception I am getting means? I tried out an XA datasource (since I'm pretty much out of ideas) and it gave me the following exception when running web sale example. 13:58:56,991 ERROR [EntitySchedulerService] failed to retrieve entity for

[jboss-user] [JBoss jBPM] - Re: MSSQL Exceptions

2009-03-11 Thread robro99
I am. I only temporarily gave XA a try. Here is my DS. local-tx-datasource jndi-nameMSSQLDS/jndi-name connection-urljdbc:sqlserver://localhost:1433;DatabaseName=jbpm/connection-url driver-classcom.microsoft.sqlserver.jdbc.SQLServerDriver/driver-class user-namesa/user-name

[jboss-user] [JBoss jBPM] - Re: MSSQL Exceptions

2009-03-11 Thread robro99
Yep it says to use SQLSERVER2000 for both 2000 and 2005. I can do some stuff with this connection. It just seems that the timer attached to that task node blows up. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217128#4217128 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: MSSQL Exceptions

2009-03-11 Thread robro99
I start jboss, no errors. I open up jBPM. I start the websale example process. I enter my order data. I click OK. Then when it hits the timer associated with the evaluate order task node I get the following exception. 2009-03-11 12:56:29,037 DEBUG

[jboss-user] [JBoss jBPM] - Re: Error in jbpm 3.2.3?

2009-03-09 Thread robro99
I had this exact same problem when I tried to get things working with JDK5, JBoss 4.2.3, and jBPM 3.3.1. I could not run the Websale example that comes pre-installed. I cleaned all this off the box. I installed JDK6. I installed the JBoss 4.2.3 that comes prepped for JDK6. I then installed

[jboss-user] [JBoss jBPM] - Error deploying simple process jbpm3.3.1 jboss4.2.3 jdk6

2009-03-09 Thread robro99
I cannot seem to deploy a process from Eclipse to jBPM. Any suggestions would be much appreciated. If I click the Test Connection... button it says The server connection was successfully tested. If I click the Deploy Process Archive... button I get the following. Reason: An unexpected

[jboss-user] [JBoss jBPM] - Re: Error in jbpm 3.2.3?

2009-03-09 Thread robro99
I cannot seem to get deploy from eclipse working with the basic install, so no I did not deploy anything. I was just using what comes when you run the basic install. for reference this is what I used to setup my env. jdk-6u12-windows-i586-p.exe jboss-4.2.3.GA-jdk6.zip

[jboss-user] [JBoss jBPM] - Re: Error deploying simple process jbpm3.3.1 jboss4.2.3 jdk6

2009-03-09 Thread robro99
I think I figured it out. It seems that Eclipse does not really care what you put in the Server Deployer: field. It seems that it will use this for the test button, but not the deploy button. I am guessing this is hard coded somewhere... I updated this field to be /jbpm-console/app/upload

[jboss-user] [JBoss jBPM] - Re: 3.2.1 Datasource Change

2009-03-05 Thread robro99
That is my problem. I am using 3.2.1. The only hibernate.cfg.xml file I have is in C:\jbpm-jpdl-3.2.1\config. Changing that does not appear to affect anything. I am guessing only things under the deploy directory affect the system? Is there an equivalent file somewhere in the 3.2.1 deploy

[jboss-user] [JBoss jBPM] - 3.2.1 Datasource Change

2009-03-04 Thread robro99
I have tried to search, but just cannot seem to find a good answer on this. I apologize as I am a complete noob when it comes to JBOSS. I followed this http://www.jboss.org/community/docs/DOC-11142 and used jbpm-jpdl-suite-3.2.1.zip to get jBPM going. I can start it up and run through the