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
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
@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.
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
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
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
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
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
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
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
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
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
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
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
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:
|
|
|
|
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
Is it possible to go directly from a decision to a join within an execution?
Example:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
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
>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
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
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
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
23 matches
Mail list logo