[JBoss jBPM] - Re: How to invoke a business process in JBoss
by kukeltje
OK, Peace, Live Long And Prosper, well at least at the end of this post.
Some constructive comments:
anonymous wrote : The very demo on the JBoss web site uses 3.0.3, so it is reasonable to conclude that people would be using 3.0.3.
To be honest, you are the first. At least from the moment that the download page on either the .org or .com site only showed the 3.0x version while there was a 3.1 version. In most cases we get questions about the latest version.
anonymous wrote : without knowing the version
If you look in the forum we often ask the version where we perceive it to be important (the gpd) or get the impression an older version could be used (not in this case). The document about asking smart questions states for the poster (you in this case) to give detailed information about your environment and not assume the reader (me in this case) is clairvoiant. It prevents an additional post (what is your env?) and thus work and delay.
anonymous wrote : bpmContext weren't found in either the starter's kit or regular jBPM distribution, and additionally when I posted that the Google references referred to things not in the starter kit,
I think people before you screwed it for you by not using search at all and often wrong. This is such a big frustration that I maybe jumped to conclusions to soon. otoh, it could have been a trigger for you as well to see that you were using a different version. Again, to prevent these things is what the document about asking smart questions is about. Regarding the 'sorry...' I still am not (are you;-)). The moment you stated:
anonymous wrote : Perhaps this is the source of my questions.
you got an answer within 4 minutes....... 4 minutes...(thanks cpob) that there is a difference.
Now regarding the future, If you promise me to give the 'ask smart questions' to your customers, tell them to look in the source, teach them how to use the search etc...etc...etc, I'll promise they'll get a decent response (If I'm the one responding), but it still could be that they get an occasional RTFM, STFW (aka google is your friend). Tell them not to be offended (as stated in the 'smart questions...'). If I realy want to offend people, I would tell them to off, get lost or something similar.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957170#3957170
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957170
19 years, 9 months
[JBoss jBPM] - Timer Splitting Token, leaving broken state
by falazar
Using a real basic test timer to go forward one transition appears to leave everything in a broken state. (using 3.1.1) with
<?xml version="1.0" encoding="UTF-8"?>
<process-definition
xmlns="urn:jbpm.org:jpdl-3.1" name="Timers">
<start-state name="start">
</start-state>
<end-state name="end1"></end-state>
<task-node name="Pending CSD Admin Approval">
<![CDATA[
System.out.println("*** TIMER FIRED !!!");
]]>
</task-node>
<task-node name="Alternate CSD Admin Approval">
</task-node>
<task-node name="Notify User">
</task-node>
</process-definition>
I push it to node 2, wait 3 minutes, take a look, and it shows in both dan and broccol's task list.
Under broccol;s it has the correct header of "Alternate CSD.." but for dan it still shows "Pending CSD Admin Approval" If I click on the task for dan, the correct 3rd node is highlighted in red, but the text says we are in the wrong node.
Regards,
James Ratcliff
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957169#3957169
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957169
19 years, 9 months
[JBoss Seam] - Re: Considerably slow after execute phase
by andrew.rw.robinson
Your post just went over my head, sorry. I am not familiar with JBoss' naming configuration. I haven't touched any settings in JBoss since installing it. For the install, I just ran the "java -jar jboss*.jar".
What do you mean by "clean domain"? There may be some network problems here, it wouldn't surprise me (our network guy quit and we never re-hired -- how fun).
As for the EAR, here are my only config files:
application.xml:
| <?xml version="1.0" encoding="UTF-8"?>
| <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
| "application_1_3.dtd">
| <application>
| <display-name>MyJSFClient</display-name>
| <module>
| <web>
| <web-uri>MyJSFClient.war</web-uri>
| <context-root>MyCodeName</context-root>
| </web>
| </module>
| </application>
|
jboss-app.xml:
| <?xml version="1.0" encoding="UTF-8"?>
| <!DOCTYPE jboss-app
| PUBLIC "-//JBoss//DTD J2EE Application 1.3V2//EN"
| "http://www.jboss.org/j2ee/dtd/jboss-app_3_2.dtd">
|
| <jboss-app>
| <loader-repository>
| dot.com:loader=unique-archive-name
| <loader-repository-config>
| java2ParentDelegation=false
| </loader-repository-config>
| </loader-repository>
| </jboss-app>
|
I don't have a jboss-web.xml anymore. Other than that, everything is the default settings for jboss 4.0.3 sp1.
Thanks,
Andrew
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957158#3957158
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957158
19 years, 9 months