[jboss-jira] [JBoss JIRA] (AS7-1369) persistence.xml in EAR/META-INF folder with <jar-file>

wiktorowski maximilien (JIRA) jira-events at lists.jboss.org
Tue Feb 21 02:59:36 EST 2012


    [ https://issues.jboss.org/browse/AS7-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669422#comment-12669422 ] 

wiktorowski maximilien edited comment on AS7-1369 at 2/21/12 2:58 AM:
----------------------------------------------------------------------

Hi Scott,

I'm already using EAR library directory.
My structure is as follow:
{code}
myear.ear
  META-INF/
    persistence.cml
  lib/
    myjpa.jar
{code}
The problem is that the jpa deployer seems to search the jar in c:/JBoss/jboss-as-7.0.0.Final/bin/content/lib/myjpa.jar instead of myear.ear/lib/myjpa.jar

                
      was (Author: maximilien):
    Hi Scott,

I'm already using EAR library directory.
My structure is as follow:
    myear.ear
    ___/META-INF
    _______persistence.cml
    ___/lib
    _______myjpa.jar

The problem is that the jpa deployer seems to search the jar in c:/JBoss/jboss-as-7.0.0.Final/bin/content/lib/myjpa.jar instead of myear.ear/lib/myjpa.jar

                  
> persistence.xml in EAR/META-INF folder with <jar-file>
> ------------------------------------------------------
>
>                 Key: AS7-1369
>                 URL: https://issues.jboss.org/browse/AS7-1369
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: JPA / Hibernate
>            Reporter: wiktorowski maximilien
>             Fix For: Open To Community
>
>
> adding persistence.xml in META-INF dir of an ear like this
> ?xml version="1.0" encoding="UTF-8"?>
> <persistence xmlns="http://java.sun.com/xml/ns/persistence" 
>              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>              xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" 
>              version="2.0">
> 	<persistence-unit name="mypersistencunit">
>            ...
>            <jar-file>lib/myjpa.jar</jar-file>
> result in exception:
> Caused by: java.lang.RuntimeException: error trying to scan <jar-file>: vfs:/c:/JBoss/jboss-as-7.0.0.Final/bin/content/lib/myjpa.jar

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

        


More information about the jboss-jira mailing list