Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Eclipselink in SE Environment not able to provide persistence

Hi Tom!
Sorry forgot to mention how I organized the files.
The project looks like this.

EclipseLinkTest
|-- bin
|   |-- META-INF
|   |   `-- persistence.xml
|   `-- de
|       `-- eclipselinktest
|           |-- RunTest.class
|           |-- db
|           |   `-- User.class
|           `-- eclipseLinkTest.class
|-- lib
|   |-- eclipselink.jar
|   |-- javax.persistence_1.0.0.jar
|   `-- jtds-1.2.2.jar
`-- src
    |-- META-INF
    |   `-- persistence.xml
    `-- de
        `-- eclipselinktest
            |-- RunTest.java
            |-- db
            |   `-- User.java
            `-- eclipseLinkTest.java

11 directories, 11 files

And "src" is of course on the buildpath in eclipse.
-- 
View this message in context: http://www.nabble.com/Eclipselink-in-SE-Environment-not-able-to-provide-persistence-tp21996639p21999426.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top