[
https://issues.apache.org/jira/browse/OPENJPA-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Donald Woods resolved OPENJPA-1546.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Assignee: Donald Woods
committed to trunk as r918070 and 1.3.x as r918110
> OpenJPA doesn't work as internal JPA inside web applicaion in JBoss AS
> ----------------------------------------------------------------------
>
> Key: OPENJPA-1546
> URL: https://issues.apache.org/jira/browse/OPENJPA-1546
> Project: OpenJPA
> Issue Type: Bug
> Affects Versions: 2.0.0-beta2
> Environment: JBoss AS 5.1
> Reporter: Dmitri Babaev
> Assignee: Donald Woods
> Fix For: 2.0.0
>
> Attachments: OPENJPA-1546-13x.diff, OPENJPA-1546.diff,
> openjpa-jboss.patch, stack-trace.txt
>
>
> OpenJPA fails to complete the initialization phase if it is used as an
> internal library inside web application and this application is deployed to
> the JBoss AS. The problem is that PersistenceMetaDataFactory tries to parse
> the directory as an unparsed XML file. It takes the URL to this XML file from
> the list of the unparsed files. But the URL that points to a directory is
> added to this list. This URL is added to the unparsed files in the
> mapPersistentTypeNames method of the PersistenceMetaDataFactory class.
> I've attached the stack trace of the original error and the patch with
> possible fix.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.