[jboss-user] [jBPM Users] - Re: Awesome job with jBPM 4.1

2009-10-01 Thread unsavory
Awesome! Glad you got it working. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258293#4258293 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258293 ___ jboss-user mailing l

[jboss-user] [jBPM Users] - Re: Awesome job with jBPM 4.1

2009-10-01 Thread unsavory
Sorry, I don't. Our second datasource is not being used for jBPM. We are running jBPM and our application code against the same database. We have a 2nd database for accessing some data we get from our partners. So our usage is slightly different than yours. It sounds like you have jBPM in

[jboss-user] [jBPM Users] - Re: Awesome job with jBPM 4.1

2009-09-30 Thread unsavory
@koen I've been meaning to setup a blog for years and have not gotten around to it. But would be happy to blog about it if I ever get the time. =) @lperea Here are my configuration files: applicationContext.xml | | http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.

[jboss-user] [jBPM Users] - Awesome job with jBPM 4.1

2009-09-04 Thread unsavory
I just wanted to say what a great job you guys did with the jBPM 4.1 release. Not only was it released on time, but the support promised for Tomcat was also delivered. Thank you! As of 3:30AM this morning we now have 2 production application servers running jBPM 4.1 in Tomcat with Spring + JP

[jboss-user] [jBPM Users] - Re: How to start JobExecutor with jBPM 4 + Spring

2009-08-28 Thread unsavory
No one? Is the JobExecutor supported in a Spring environment using a Jta Transaction Manager? I would be happy to help with troubleshooting if anyone would point me in the right direction. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252371#4252371 Reply

[jboss-user] [jBPM Users] - Re: jBPM 4 JobExecutor, multiple appservers, same db...

2009-08-25 Thread unsavory
Thanks for clarifying this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251623#4251623 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251623 ___ jboss-user mailing list jbo

[jboss-user] [jBPM Users] - Re: How to start JobExecutor with jBPM 4 + Spring

2009-08-25 Thread unsavory
Yes, I have done a search and read that article. But that article is for jBPM3. Not jBPM4. The class "org.jbpm.JbpmConfiguration" does not even exist in jBPM4. Any other ideas on how to get jBPM4 JobExecutor to start up in a Spring environment? I have tried the Servlet method but the JobEx

[jboss-user] [jBPM Users] - jBPM 4 JobExecutor, multiple appservers, same db...

2009-08-24 Thread unsavory
Another question in regards to the JobExecutor. We will be running multiple application servers against a single database. If the JobExecutor is running on all of our application servers, is this going to be a concurrency problem? Or is the jBPM 4 JobExecutor designed to cope with this out of

[jboss-user] [jBPM Users] - How to start JobExecutor with jBPM 4 + Spring

2009-08-24 Thread unsavory
Does anyone have any idea how to start the JobExecutor? I have configured the JobExecutor in the jbpm.cfg.xml file and it is working. However, it only seems to run when an asynchronous activity is started (ie: a task with a timeout in it is created). According to the documentation I just need

[jboss-user] [JBoss jBPM] - Re: HistoryTask worthless... or is it me?

2009-08-20 Thread unsavory
Thank you for pointing this out. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250774#4250774 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250774 ___ jboss-user mailing lis

[jboss-user] [JBoss jBPM] - Re: HistoryTask worthless... or is it me?

2009-08-18 Thread unsavory
Sorry, forgot to mention I am using jBPM 4.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250283#4250283 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250283 ___ jboss-user

[jboss-user] [JBoss jBPM] - HistoryTask worthless... or is it me?

2009-08-18 Thread unsavory
Looking at the API docs for HistoryTask, I'm not sure how it is to be used since there is no way to reference the task by name. How would one ever determine history on tasks when the name of the task is not stored? Nor is any other identifiable information. I can see in the table there is a

[jboss-user] [JBoss jBPM] - Re: From

2009-08-13 Thread unsavory
Thank you very much for pointing me to the existing JIRA. Believe me, I have searched and searched over the past few days but searches don't always turn up the correct results unless you know exactly what you are looking for. View the original post : http://www.jboss.org/index.html?module=bb

[jboss-user] [JBoss jBPM] - Re: From

2009-08-13 Thread unsavory
I've found the issue in the source. There is a bug in the code in JoinBinding.java Here is the defective source for that class: public Object parse(Element element, Parse parse, Parser parser) { | JoinActivity joinActivity = new JoinActivity(); | | if (element.hasAttribute("mu

[jboss-user] [JBoss jBPM] - Re: From

2009-08-13 Thread unsavory
No, it does not. I have tried so many different ways of getting this to work but with no success. No matter what I do, I cannot get it to move past the join. Here is an updated process flow that I am trying to simplify things: | | | |

[jboss-user] [JBoss jBPM] - Re: From

2009-08-11 Thread unsavory
To expand, I have 2 child executions that are both in state "inactive-join". Since both child executions have joined the fork, shouldn't the parent wake up and continue in this case? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249071#4249071 Reply to the

[jboss-user] [JBoss jBPM] - From "decision" to "join" possible?

2009-08-11 Thread unsavory
Is it possible to go directly from a decision to a join within an execution? Example: | | | | | | | | | | | | | | | |

[jboss-user] [EJB 3.0] - Re: JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-19 Thread unsavory
Thanks Felix. Even after adding the @Local annotation, it is still not working. I even tried adding my bean to the persistence.xml file as follows: test.TestBean No go. Any ideas here? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039041#4039041 Reply

[jboss-user] [EJB 3.0] - Re: JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-19 Thread unsavory
Ok, I found this in the JBoss docs. "EJB 3.0 beans must be packaged in a JAR file with the suffix .jar. " http://docs.jboss.org/ejb3/app-server/tutorial/stateless/stateless.html Does anyone know if it is possible to have the JBoss deployer scan for class files outside of a .jar? View the origi

[jboss-user] [EJB 3.0] - Re: JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-19 Thread unsavory
>From reading the documentation I shouldn't need @local for a stateless session >bean right? Or am I missing something? All the examples I look at do not have the @local annotation. Where would I put that annotation? On the interface? Thanks. View the original post : http://www.jboss.com/i

[jboss-user] [EJB 3.0] - Re: JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-18 Thread unsavory
Sorry, please ignore the stack trace posted above. It should read: javax.naming.NameNotFoundException: TestBean not bound | org.jnp.server.NamingServer.getBinding(NamingServer.java:491) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038691#4038691 Reply

[jboss-user] [EJB 3.0] - JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-18 Thread unsavory
Hopefully someone can help me out with this. I'm running the JBoss EJB3 embeddable server inside Tomcat 6. Everything seems happy enough when booting. I'm trying to access a simple stateless bean named TestBean from within a struts servlet. I'm getting the following exception: javax.naming

[jboss-user] [EJB 3.0] - ServletBootStrapListener Failed to obtain InputStream from u

2007-04-17 Thread unsavory
I'm getting the following stack trace when booting my server. It is Tomcat with embedded EJB3. Apr 17, 2007 5:22:20 PM org.apache.catalina.core.StandardContext listenerStart | SEVERE: Exception sending context initialized event to listener instance of class org.jboss.ejb3.embedded.ServletBoot