This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: ApplicationException in ejb-jar.xmlbdecoste May 31, 2006 1:55 PM (in response to jc7442)The <application-exception> element needs to be a child of the <assembly-descriptor> element. Please see the ejb-jar_3_0.xsd schema. 
- 
        2. Re: ApplicationException in ejb-jar.xmljc7442 Jun 1, 2006 4:24 AM (in response to jc7442)With the assembly descriptor tag it still not works: <?xml version="1.0" encoding="UTF-8"?> <ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd" version="3.0"> <description>Sample</description> <display-name>Sample</display-name> <assembly-descriptor> <application-exception> <exception-class>mypackage.OptimisticVerificationException</exception-class> <rollback>false</rollback> </application-exception> </assembly-descriptor> </ejb-jar> 
 It looks to be compliant with the schema but it is ignored by embeddable jboss ejb3.
- 
        3. Re: ApplicationException in ejb-jar.xmlbdecoste Jun 1, 2006 9:17 PM (in response to jc7442)I've opened a JIRA task for this issue. Thanks. 
 http://jira.jboss.com/jira/browse/EJBTHREE-611
 
    