persistence@glassfish.java.net

Standalong ejb3

From: Dru Devore <ddevore_at_duckhouse.us>
Date: Fri, 29 Feb 2008 06:23:47 -0700
I am trying to setup a ejb 3 client to work from the command line. I have read that you can't run a session bean standalone, which may shoot this in the foot anyway.

First is this true, can I use only entity beans?


Second I need a tutorial to do this. I got to the point where I can run the program but it is dying telling me:

No Persistence provider for EntityManager named sample

I am currently using netbeans 6.0.1 with GF2. What am I missing?
---
Dru Devore