[JBoss jBPM] - Re: JBPM Migration 3.2.* -> 4.*
by jbarrez
anonymous wrote : I am very excited about the beta release of JBPM4.
jBPM4 isnt beta anymore ... GA was released last Friday. But we're very happy that you are excited :-)
anonymous wrote : From what I have read it has native Spring integration, which is something I require on my current project. We have had a lot of success with JBPM 3.2.2 processes in our production user management system (custom, I wrote), but have hit a couple road blocks in terms of the Spring integration module (timers, sub-processes, etc). The module really is incomplete.
The new spring-integration fixes all the flaws of the Spring module approach. Take a look at the dev guide for documentation about the Spring integration.
anonymous wrote : What are the plans for a migration tool or any other possibilities for migrating the 3.2.* schema to a 4.* schema? I would hate to have to loose all the production data or do a manual data conversion myself.
|
| Also, I assume there is going to be a JBoss Happy Pad for 4.*. Is this correct?
The jBPM 4.0 distribution has a 'migration tool' for process definitions (xmls). This will get you started, but will not cover every feature yet. Also, check the dev guide for more info.
For data migration, we simply don't have the team resources to work out a complete database migration. So unless someone hire JBoss consultants to do it and open sources it, this will not happen.
Note that jBPM4 is designed so it can run next to jBPM3 (no package name clashes or database schema clashes).
More migration info, see devguide: http://docs.jboss.com/jbpm/v4.0/devguide/html_single/
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243820#4243820
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243820
17 years
[JBoss jBPM] - JBPM Migration 3.2.* -> 4.*
by johncarl81
I am very excited about the beta release of JBPM4. From what I have read it has native Spring integration, which is something I require on my current project. We have had a lot of success with JBPM 3.2.2 processes in our production user management system (custom, I wrote), but have hit a couple road blocks in terms of the Spring integration module (timers, sub-processes, etc). The module really is incomplete.
What are the plans for a migration tool or any other possibilities for migrating the 3.2.* schema to a 4.* schema? I would hate to have to loose all the production data or do a manual data conversion myself.
Also, I assume there is going to be a JBoss Happy Pad for 4.*. Is this correct?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243816#4243816
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243816
17 years
[Beginners Corner] - Re: Error deploying simple servlet
by xmedeko
Hi,
is you are using WPT plugin (and I guess you are) then a "hot run" should be working for you. Don't export your project. Just deploy it. If you do not see it in the list of the deployable stuff, then you have probably made just plain Java project. You have to make Java Web project.
Whey you deploy your project directly, then hot run should work fine for JSPs, HTMLs, etc. You can double click on the JBoss server in the server view and set the "Publishing interval" to 0sec if you are impatient.
But if you change some Java code, you have to redeploy the whole application. The redeploy is made via touching the web.xml file. There's a special button in Eclipse top tool bar for this - such a white hand with index finger pointing up, tooltip is "Touch descriptors". Or you can right click on the war node in Jboss server and chose "Full redeploy"
Other possibility is to use JBoss Tools Archiver. Then you may have just plain Java project. Just pack your project by JBoss archiver and chose automatic archive update or update it manually by pressing one button.
Cheers
Andy
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243815#4243815
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243815
17 years
[EJB 3.0] - Re: ServiceBean and depends clause - Help Please
by rnicholson10
Ok, the jboss.xml is definitely being picked up, so it must be the way I'm referencing the service bean is incorrect...
| 2009-07-15 15:35:24,600 DEBUG [org.jboss.deployers.vfs.spi.deployer.JBossXBDeployerHelper] (HDScanner) Parsing file: ZipEntryHandler(a)12863780[path=phase-test.ear/META-INF/jboss.xml context=file:/opt/jboss-5.1.0.Beta1-jdk6/server/default/deploy/ real=file:/opt/jboss-5.1.0.Beta1-jdk6/server/default/deploy/phase-test.ear/META-INF/jboss.xml] for type: class org.jboss.metadata.ejb.jboss.JBossMetaData
|
| 2009-07-15 15:35:24,635 DEBUG [org.jboss.deployers.vfs.spi.deployer.JBossXBDeployerHelper] (HDScanner) Parsed file: ZipEntryHandler@12863780[path=phase-test.ear/META-INF/jboss.xmlcontext=file:/opt/jboss-5.1.0.Beta1-jdk6/server/default/deploy/ real=file:/opt/jboss-5.1.0.Beta1-jdk6/server/default/deploy/phase-test.ear/META-INF/jboss.xml] to: org.jboss.metadata.ejb.jboss.JBoss50MetaData@1f
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243812#4243812
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243812
17 years
[JBoss Messaging] - DLQ not recieving messages upon Exception
by sjunejo
Hi All,
For now I am running single jBoss 4.2.3GA (which is going to be part of a jBoss cluster). I want to test the JMS FailOver. I am using two Queues called 'Queue' where my browser will put message and MDB will post it to my remote app server let say port '20005' using Resource Adaptor and 'ReplyQueue' from where response will be fetched and give it back to browser.
Now I have stoped my app server on 20005 and started back on 20003. In the meantime I have deployed one more MDB called MDB-DLQ which will get activated when default DLQ will recieve message when my first DLQ should get failed to post message.
I have check the jBoss cosole and it shows that my Queue depth is '1' but after failure message is not re-directed to defaul jBoss DLQ (DLQ depth= 0) where my other MDB is waiting???
My configuartions are...
destinations-service.xml
<?xml version="1.0" encoding="UTF-8"?>
|
| <!-- $Id: jbossmq-destinations-service.xml 25907 2004-11-16 04:32:39Z ejort $ -->
|
| <!--
| | This file defines the default Queues and Topics that JBossMQ
| | ships with. The default Queues and Topics are used by the
| | JBoss test suite and by the sample jms programs.
| |
| | You can add other destinations to this file, or you can create other
| | *-service.xml files to contain your application's destinations.
| -->
|
| <server>
| <!-- Destination without a configured SecurityManager or without a
| a SecurityConf will default to role guest with read=true, write=true,
| create=false.
| -->
| <mbean code="org.jboss.mq.server.jmx.Queue"
| name="jboss.mq.destination:service=Queue,name=Queue">
| <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
| </mbean>
| <mbean code="org.jboss.mq.server.jmx.Queue"
| name="jboss.mq.destination:service=Queue,name=ReplyQueue">
| <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
| </mbean>
|
| </server>
|
Do I have to specify to redeliver the message to DLQ??? or whats missing here...???...jBoss should redeliver the message by itself...how to configure it????
Thanks
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243806#4243806
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243806
17 years