ClassCastException when deploying ear files containing persistence.xml
----------------------------------------------------------------------

                 Key: OPENEJB-1710
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1710
             Project: OpenEJB
          Issue Type: Bug
          Components: container system
    Affects Versions: (trunk/openejb)
            Reporter: Thiago Veronezi
            Assignee: Thiago Veronezi
             Fix For: 4.0-beta-2


When I try to deploy an EAR file using the stand-alone version, I have a 
ClassCastException when the system executes...

List<URL> persistenceUrls = (List<URL>) 
appModule.getAltDDs().get("persistence.xml");

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to