[jboss-jira] [JBoss JIRA] (WFLY-936) EJB 2.x Entity Bean Audit Field Deployment Issue

David Lloyd (JIRA) jira-events at lists.jboss.org
Fri Sep 20 15:20:04 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Lloyd updated WFLY-936:
-----------------------------

    Assignee: David Lloyd  (was: jaikiran pai)

    
> EJB 2.x Entity Bean Audit Field Deployment Issue
> ------------------------------------------------
>
>                 Key: WFLY-936
>                 URL: https://issues.jboss.org/browse/WFLY-936
>             Project: WildFly
>          Issue Type: Bug
>          Components: EJB
>            Reporter: Cory Dahlstrom
>            Assignee: David Lloyd
>              Labels: new_and_noteworthy
>
> Upon deployment of an EJB 2 entity bean that has <audit> tags specified in the jbosscmp-jdbc.xml file you will get this exception:
> Caused by: java.lang.RuntimeException: JBAS010732: Couldn't create entity command
> 	at org.jboss.as.cmp.jdbc.JDBCCommandFactory.createCreateEntityCommand(JDBCCommandFactory.java:132)
> 	at org.jboss.as.cmp.jdbc.JDBCStoreManager.startStoreManager(JDBCStoreManager.java:215)
> 	at org.jboss.as.cmp.jdbc.JdbcStoreManagerStartService.start(JdbcStoreManagerStartService.java:44)
> 	... 5 more
> Caused by: java.lang.RuntimeException: JBAS010726: No security-domain configured but created-by specified
> 	at org.jboss.as.cmp.jdbc.JDBCAbstractCreateCommand.initGeneratedFields(JDBCAbstractCreateCommand.java:148)
> 	at org.jboss.as.cmp.jdbc.JDBCAbstractCreateCommand.init(JDBCAbstractCreateCommand.java:87)
> 	at org.jboss.as.cmp.jdbc.JDBCInsertPKCreateCommand.init(JDBCInsertPKCreateCommand.java:43)
> 	at org.jboss.as.cmp.jdbc.JDBCCommandFactory.createCreateEntityCommand(JDBCCommandFactory.java:130)
> 	... 7 more
> In looking at the source code where the error occurs in org.jboss.as.cmp.jdbc.JDBCAbstractCreateCommand, the securityManager is not being initialized in the init() method as it is in other version of JBoss.  This causes an exception to be thrown from the initGeneratedFields() method.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list