The "One Laptop Per Child" project has a great device ready to ship, but there's no Java on there. Let's think about working together to put Java on OLPC!
i have tryed to export my RCP application, wich is JPA (in Hibernate implementation) based. My bundles are defined with Buddy-Policy (registered on JPA bundle and RegisterBuddy on bundles, that use JPA).
If I start my Application from Eclipse IDE, all works fine.
But if i export my bundles with PDE, i get many errors like
The import javax.persistence cannot be resolved
EntityManagerFactory cannot be resolved to a type
EntityTransaction cannot be resolved to a type
Query cannot be resolved to a type
... and so on.
Errors by exporting java persistence api based bundle
At 6:11 PM on Aug 7, 2008, Nikolai Raitsev
wrote:
i have tryed to export my RCP application, wich is JPA (in Hibernate implementation) based. My bundles are defined with Buddy-Policy (registered on JPA bundle and RegisterBuddy on bundles, that use JPA).
If I start my Application from Eclipse IDE, all works fine.
But if i export my bundles with PDE, i get many errors like
The import javax.persistence cannot be resolved
EntityManagerFactory cannot be resolved to a type
EntityTransaction cannot be resolved to a type
Query cannot be resolved to a type
... and so on.
what can i do, to solve this export problem?
Many thanks and best regards,
Nikolai
0 replies so far (
Post your own)