All,
I am stuck on the next steps for JBoss AS7, Maven & DataNucleus.
I posted https://community.jboss.org/message/831214 and got the basics working.
The database is fully functional and I can do things using old-school PreparedStatement/ResultSet setups.
However, I am stuck on the next steps.
For my playtime-ear module I created:
I build and deploy with no issues but am having issues with getting the suggested following code:
PersistenceManagerFactory pmf = (PersistenceManagerFactory) context.lookup("java:/testMeDS"); PersistenceManager pm = pmf.getPersistenceManager();
There's a few questions I have now:
I can't find too much doc online bout going through this with Maven that's for extreme n00bs like me.
I attached my 3 META-INF files here.
Anyone?
I'm really, really stuck.