If I remove them everthing would work fine! But that would lead to the problem that all EAR Projects on the production server use the same Hibernate version. On our production machine we have about 20 projects using different versions of hibernate (some still use hibernate 2).
Some other projects are evaluating toplink. I don't want to set up a new JBoss Instance for every version of any JPA Provider in use on our server.
If that would be the case I would reccomend to step back to using hibernate without JPA.
You could also remove the classloader isolation with all the drawbacks you will have.
But thanks for the response!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054736#4054736
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054736
Hello,
There is my problem :
I would like to execute an action just after the task is sent but before it is solved. "node-leave" actions and "before-signal" actions are executed once task is solved and "node-enter" just before task is defined. Is there a solution ?
There's my simple task :
| <task-node name="do-task">
| <task name="task-1" swimlane="administrator">
| <controller>
| <variable name="text" access="read"/>
| <variable name="alarmId" access="read"/>
| </controller>
| </task>
| <transition name="finished" to="end"></transition>
| </task-node>
|
Thank you in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054730#4054730
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054730
sir,
I am new to JBoss.I want to configure a message Bridge which consumes messages from a source queue , and send them to target queue , typically on a different server.
Here I am using JBossMQ as the JMS provider.
can any one suggest me few URLs which can solve my problem.
I have the solution if I use Jboss Messaging as the JMS provider
But i need it to use JBossMQ
would indeed appreciate help on this
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054729#4054729
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054729