[jboss-user] [EJB/JBoss] - Hanging JBoss - invoked while multiple threads active within

2007-06-21 Thread flipmind
I got this exception and a hanging JBoss on a production site. Here is the last entries in the log: - 12:03:03,012 WARN [ValidatorResources] Form 'ProductForm' not found for locale 'en_NZ' 12:07:41,977 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.BasicAction_58] - Abort of action i

[jboss-user] [EJB 3.0] - Catching Throwable does not catch LazyInitializationExceptio

2006-11-24 Thread flipmind
I have an entity class with a toString() method but it is failing with a LazyInitializationException. How can isDAOAccessable() thrown an exception if it is catching Throwable? I am using jboss-4.0.5.GA @Entity @Table(name = "STOCKITEM") @IdClass(ProductKey.class) public class Product impleme

[jboss-user] [JBoss Portal] - Grapping raw request or PathInfo

2006-10-31 Thread flipmind
I have a portlet I can access using this URL http://localhost:8080/portal/portal/torpedo7/product/ProductDetailWindow?action=2&productCode=TOBCWNNWB I use the productCode parameter to show the product identified by the code. I would like to use http://localhost:8080/portal/portal/torpedo7/produ