but after trying almost two days i was not able to create any
peristent entity.
Had anybody success to create a JPA project and a hello world EJB3 bean?
1) If i click on persistence.xml eclipse hangs forever
2) There is no menue item to create a persistence entity bean
3) It took me hours to create a first DB connection (e.g. the Derby URL
with some Windows path syntax was not editable), now i have ended up to
connect to a Oracle instance.
4) All docs/tutorials i've found don't seem to relate to what i am seeing
All i wanted to achieve is some five/six entity beans in a normal
JDK 1.5 (no J2EE) environment which i can embedd into my project.
Can anybode advice me what is a quick and easy approach to do this
or do i need to fall back to classical JDBC coding?