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
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
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