jpa impl ??

View: New views
2 Messages — Rating Filter:   Alert me  

jpa impl ??

by Felipe Gaucho :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Como eu declaro a dependência no Maven para o JPA de forma a usar a
implementação do JPA e não apenas a interface ?

no lado servidor tudo funciona, porque a implementação está no glassfish..

mas preciso deste JAR no lado cliente..

---------------------------------------------------------------------
To unsubscribe, e-mail: enterprise-list-unsubscribe@...
For additional commands, e-mail: enterprise-list-help@...


Re: jpa impl ??

by Felipe Gaucho :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Fixed the damn bug:

        <dependency>
            <groupId>javax.persistence</groupId>
            <artifactId>persistence-api</artifactId>
            <version>1.0</version>
            <scope>test</scope>
        </dependency>


Code and spec fully available to the masses:
http://kenai.com/projects/puj/pages/Arena

schoenen abend  Brasilien ...

---------------------------------------------------------------------
To unsubscribe, e-mail: enterprise-list-unsubscribe@...
For additional commands, e-mail: enterprise-list-help@...