[JBoss-user] [Clustering/JBoss] - Re: Need help with JGroup traffic in case of network failure

2006-05-24 Thread J.Hedin
Perfect. Sounds like a working solution for a fault tolerant cluster interconnect. Will do some tests on the development servers. Thanks Johan Hedin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946307#3946307 Reply to the post : http://www.jboss.com/inde

[JBoss-user] [Clustering/JBoss] - Re: Need help with JGroup traffic in case of network failure

2006-05-24 Thread J.Hedin
Thanks for the rapid answer Extra load is workable. My main consert was if there was any problem with that a cluster node gets multiple copies of the messages. My second consert is if there is problem with multiple joining of groups. The third consert was the external interface, which will bloc

[JBoss-user] [Clustering/JBoss] - Need help with JGroup traffic in case of network failure

2006-05-24 Thread J.Hedin
Hi all We have a cluster of two Linux machines with two Suse Enterprice Linux 9 machines running JBoss 4.0.4.GA in a cluster. The cluster interconnect is two separate ethernet lines. Linux heartbeat and MySQL traffic works over both lines in case of a network failure. However, I am only capable

[JBoss-user] [JBoss jBPM] - Re: Need help with EJB3 and jBPM 3.1 transactions on JBoss 4

2006-04-12 Thread J.Hedin
Found it! jBPM worked all the time. The second SLSB did throw a org.hibernate.HibernateException. Since that did mark the transaction for rollback org.jbpm.graph.def.Node.exceptionHandlers could not be executed and gave the org.jbpm.graph.def.DelegationException exception caused by the termina

[JBoss-user] [JBoss jBPM] - Re: Need help with EJB3 and jBPM 3.1 transactions on JBoss 4

2006-04-12 Thread J.Hedin
I have checked the .jars. They only contains org.jbpm classes. Will a rebuild help then? Should I have a reference to the EJB Hibernate Session factory for the jbpm-context? | | | | | | |

[JBoss-user] [JBoss jBPM] - Re: Need help with EJB3 and jBPM 3.1 transactions on JBoss 4

2006-04-12 Thread J.Hedin
The only jars added to JBoss for jBPM are jbmp-3.1.jar and jbpm-3.1-identity.jar. Hibernate is read from JBoss 4.0.4.CR2 built in jar. JBPM works find with JMS, but having SLSB -> token.signal() -> SLSB gives the error. Will it help to rebuild jBPM from the source? View the original post : htt

[JBoss-user] [JBoss jBPM] - Need help with EJB3 and jBPM 3.1 transactions on JBoss 4.0.4

2006-04-11 Thread J.Hedin
I have the same result with JBoss 4.0.4.CR2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936735#3936735 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936735 --- T

[JBoss-user] [JBoss jBPM] - Need help with EJB3 and jBPM 3.1 transactions on JBoss 4.0.4

2006-04-11 Thread J.Hedin
Hi all I can't get transaction propagation to work with EJB3-RC5, JBoss 4.0.4RC1 and jBPM 3.1. The senario that troubles me is the case where the start of the transaction is in EJB3 SLSB -> token.signal() -> call to the sam EJB3 SLSB (new lookup). I get an error | 2006-04-11 16:21:51,179 WA

[JBoss-user] [EJB 3.0] - Need help with JBoss-4.0.4RC1, EJB3-RC5 and jBPM 3.1

2006-03-01 Thread J.Hedin
We need help with getting jBPM 3.1 to start on JBoss-4.0.4RC1 with EJB3-RC5 added as described in the installation docs. The jBPM code will be run mostly from within EJBs, and hence, CMT is what we want to use. The startup is done in a UserTransaction. We can't get the schema updates to work, an

[JBoss-user] [EJB 3.0] - Solved: @Embeddable broken in JBoss 4.0.4RC1 + EJB-3.0_RC5-P

2006-02-28 Thread J.Hedin
I found it. Do you homework... @EmbeddableSuperClass shall be repaced with @MappedSuperClass. All works now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926793#3926793 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [EJB 3.0] - @Embeddable broken in JBoss 4.0.4RC1 + EJB-3.0_RC5-PFD

2006-02-28 Thread J.Hedin
We uppgraded from JBoss 4.0.3 + EJB-3.0RC2 to JBoss 4.0.4RC1 + EJB-3.0_RC5-PFD. After changing a few annotations all compiled. However our old @EmbeddableSuperClass -> @Embeddable breaks. It looks like Hibernate deploys the depending classes before the super class. How do I change the order of

[JBoss-user] [Clustering/JBoss] - Is Commit Option A on clustered CMP-EJBs possible in JBoss 4

2005-09-30 Thread J.Hedin
Hi All Is commit option A possible on CMP-EJB (V2.1) on JBoss 4.0.x in a cluster. TIA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898223#3898223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898223 -