Re: [jboss-user] [jBPM] - jBPM 4 is dead?
by eric schabell
eric schabell [http://community.jboss.org/people/eschabell] replied to the discussion
"jBPM 4 is dead?"
To view the discussion, visit: http://community.jboss.org/message/539172#539172
--------------------------------------------------------------
I don't understand why you would have used jBPM 4 for production projects without realizing there is no Enterprise support for it. You get what you see, an open source project with no assurances of anything going forward. In this way of working you are dependent on the community for all future direction, communication and support.
Jboss.org is a hosting location, but the Products that come from here are the ones you want to look at for Enterprise support in your production environments. Go over to jboss.com for these. There you have assurances that the Product versions will be supported for 7 years going forward. If you use the last released versions of jBPM (v3.2.x) in the JBoss SOA-P Product you will be sure up to 2017. Sorry for the short sales-ish stuff, but it is just to clarify the point.
All that being said, jBPM5 planning is to get it into some shape that can be moved into a Product and appear on jboss.com in a product form, including Enterprise support.
I am about to post my reaction to the request for comments. I have a long history with jBPM v3 as an enterprise developer before joining Red Hat, watch for it.
I personally think that a lot of jBPM 4 will be leveraged moving towards the future, but in what form is the question as it needs to be completed in many areas (as you have all stated repeatedly). So get out there and reply to the request for comments and let them know what you like and want from the existing jBPM 4 if that is what you need. This is the fastest way to help Kris get a roadmap out for jBPM5.
Even better, offer to help to create jBPM5. It is community developers that should make their voices heard here anyway!
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/539172#539172]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years
Re: [jboss-user] [jBPM] - How to do automatic transition from one state node to any other node
by Felix Jose
Felix Jose [http://community.jboss.org/people/FelixKJose] replied to the discussion
"How to do automatic transition from one state node to any other node"
To view the discussion, visit: http://community.jboss.org/message/539168#539168
--------------------------------------------------------------
Hi Huisheng,
Whatever you have told is correct. My requirement is to verify a form(web page) And I am having 3 actors 1. User(who creates this form) , 2. Analyst (who analysing the page), 3. Reviwer( who reviews the page)
So when a User submits a page then it should assign to an Analyst and the Analyst should do the analysis (some business logic)and he can send it to either review or reject. When Analyst send it to Review then the page should assign to a Reviewer. And the reviewer should start review the page (some business logic) and the if he needs more information again send it to Analyst who can give the additional information andf then again it should send to Reviewer.In the other hand the Reviewer can either close(end) or reject the review.
So as you told I have to maintain the states also here( like open, being reviewed, reviewed, completed, etc..). So for doing this which node we can use either state, task or java or custom.
I think now you got my requiremnt and so please lhelp me on the solution.
Thank you Huisheng for your patience. And I am expecting some more help from you .
With Regads,
Felix K Jose
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/539168#539168]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years
[JCA Development] - Rar working on jboss 4.0.2, not working on 5.1
by Ravi Samavedula
Ravi Samavedula [http://community.jboss.org/people/samavedulark] created the discussion
"Rar working on jboss 4.0.2, not working on 5.1"
To view the discussion, visit: http://community.jboss.org/message/539154#539154
--------------------------------------------------------------
Hi,
I had deployed an rar application on jboss 4.0.2 and it is working and when i moved to Jboss 5.1, it is throwing an error.
below is the error log.
0:09:37,283 INFO [TomcatDeployment] deploy, ctxPath=/
10:09:37,439 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
10:09:37,610 INFO [JBossASKernel] Created KernelDeployment for: hapi-0.5.jar
10:09:37,610 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=jca-ear-1.3-SNAPSHOT.ear,jar=hapi-0.5.jar,name=hapi-0.5,service=EJB3
10:09:37,610 INFO [JBossASKernel] with dependencies:
10:09:37,610 INFO [JBossASKernel] and demands:
10:09:37,610 INFO [JBossASKernel] and supplies:
10:09:37,610 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=jca-ear-1.3-SNAPSHOT.ear,jar=hapi-0.5.jar,name=hapi-0.5,service=EJB3) to KernelDeployment of: hapi-0.5.jar
10:09:39,108 INFO [ClientENCInjectionContainer] STARTED CLIENT ENC CONTAINER: hapi-0.5
10:09:39,186 INFO [SystemEventService] NODE_STARTED on node [HCA-5C1P1BS]
10:09:39,186 INFO [AbstractConnector] [aware] connector started
10:09:39,233 INFO [AbstractConnector] [datacaptor] connector started
10:09:39,249 INFO [AbstractConnector] [intellivue] connector started
*10:09:39,498 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):*
*DEPLOYMENTS MISSING DEPENDENCIES:*
* Deployment "gehc.com:service=KernelServiceMBean" is missing the following dependencies:*
* Dependency "jboss.j2ee:module=kernel-ejb-1.3-SNAPSHOT.jar,service=EjbModule" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.j2ee:module=kernel-ejb-1.3-SNAPSHOT.jar,service=EjbModule' **")*
* Deployment "jboss.j2ee:module="kernel-ejb-1.3-SNAPSHOT.jar",service=EjbModule" is missing the following dependencies:*
* Dependency "gehc.com:service=KernelServiceMBean" (should be in state "Create", but is actually in state "Configured")*
*DEPLOYMENTS IN ERROR:*
* Deployment "jboss.j2ee:module=kernel-ejb-1.3-SNAPSHOT.jar,service=EjbModule" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.j2ee:module=kernel-ejb-1.3-SNAPSHOT.jar,service=EjbModule' ***
10:09:39,514 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
10:09:39,545 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
10:09:39,545 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 4m:33s:733ms
Thanks
Ravi S
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/539154#539154]
Start a new discussion in JCA Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years
The DataSource is UNKNOWN run state
by Frank Vestris
Hello,
I'm new to JBoss ...
I have installed jboss-5.1.0.GA and run it in default environment
Before running it, I've put under JBOSS_HOME/server/default/lib
mysql-connector-java-5.1.10-bin.jar and I've taken from docs/examples/jca
the mysql-ds.xml file that i've modified with the right database properties
(connection url, user and password - same properties i've used with
SQuirrel) and put to default/deploy.
The admin console shows me an UNKNOWN run state for this datasource.
Any ideas on where should I look at ?
Thanks for your help
Frank
16 years