[jboss-user] [EJB 3.0 Users] - Jboss 5 - Required Trans Type Session Bean calling Not_Suppo

2009-10-26 Thread mturner24
Hi ! This used to work in Jboss 4.2.3, but now I migrated to jBoss 5.1.0 I have a Session Bean A with transaction type REQUIRED calling a method to another injected Session Bean B with NOT_SUPPORTED. In the method of session bean B, a checked exception (not runtime) is thrown. In session

[jboss-user] [EJB 3.0 Users] - Re: Jboss 5 - Required Trans Type Session Bean calling Not_S

2009-10-26 Thread mturner24
Thank you, That solved the problem ! Note: I had to set this Annotation on the specific exception, setting it on an ancestor did not work, which is good in a way for when I'll want to have a different behavior on a sub-exception. View the original post :

[jboss-user] [JBoss Messaging] - Having an issue with DeliveryDelay property

2009-02-20 Thread mturner24
Hi, I'm trying to set the DeliveryDelay on an MDB that is connected to consume messages on a topic. I'm trying to basically have it send the message, set the context to rollback and I want it to retry 3 times waiting 2 sec. between each try. I was able to set the maximum retry attempts by

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [4.2.2] NameAlreadyBoundException on deploy when binding

2009-01-07 Thread mturner24
No I ended not deploying the 3rd war in my EAR :( sorry View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4200194#4200194 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4200194 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Errors with SQL 2005 JDBC Driver 2.0

2008-12-11 Thread mturner24
Looks like the rest was cut off... Anyway, my question was whether there were any changes required to make jboss5 work with SQL2005 compared to the previous version? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196063#4196063 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Cross-referencing EJBs doesn't work

2008-12-08 Thread mturner24
I'm currently migrating my application to JBoss 5.0.0 GA and the circular dependency are no longer ignore with the IgnoreDependency annotation. did anything change regarding jboss 5 ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195140#4195140 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - [4.2.2] NameAlreadyBoundException on deploy when binding Use

2008-03-05 Thread mturner24
Hi ! Server configuration: jBoss 4.2.2 GA I have an EAR with 2 EJB3 jars and 3 WARs. When Jboss starts and try to deploy the third war, I get this exception : anonymous wrote : | org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: