Hi guys, i have a taskinstance and when i click on the next button the task is ended, but the next task is never created, on the process template i have a node running after ending that task, but i cant see the debugs that i added because i'd have to re-deploy the hole process (the logs line where added after having this problem) and it's already in production, is there any way that can substitude the class file of that node so it can take the new one without having to re-deploy?
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116436#4116436
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116436
I want to build two Jar files of EJBs and deploy them to one JBoss AS. They essentially will contain the same EJBs, but the EJBs in one Jar file will connect to a test database and the other EJBs in the other Jar file will connect to a production database.
How can I achieve this deploying to one instance of JBoss? I know how to setup the two data sources in JBoss but how do deploy these two Jar files to JBoss and have the client make a call to jboss to return the correct EJBs ( test or production )?
Any ideas?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116432#4116432
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116432