[JBoss-user] [Installation, Configuration & Deployment] - local DTD's problem

2006-04-07 Thread kanto
hi, could anyone help me with packaging nac configurating web application to use local DTD's ?? i'd like to use local DTD for struts-tiles. i have copied tiles-config_1_3.dtd to my WEB-INF directory and modified tiles.xml: | | but this does not work. could someone tell me where to copy "t

[JBoss-user] [EJB 3.0] - Re: PersistenceContextType.EXTENDED does not work ??

2006-04-03 Thread kanto
thanks, now it works great. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934483#3934483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934483 --- This SF.Net emai

[JBoss-user] [EJB 3.0] - Re: PersistenceContextType.EXTENDED does not work ??

2006-04-02 Thread kanto
do you know how to fix that behaviour ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934185#3934185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934185 --- This

[JBoss-user] [EJB 3.0] - PersistenceContextType.EXTENDED does not work ??

2006-03-31 Thread kanto
hi, i have a problem with rolling back transactions that are splitted into several method invacation on the same stateful bean. my bean (lets call it BeanEJB) looks like: | @Stateful | @TransactionAttribute( TransactionAttributeType.REQUIRES_NEW ) | public class BasicImport implements Impo