On Mon, Apr 20, 2009 at 5:18 PM, Pinaki Poddar (via Nabble) <
ml-user+12775-1344445...@n2.nabble.com<ml-user%2b12775-1344445...@n2.nabble.com>
> wrote:

> 1. To verify that OPENJPA_SEQUENCE_TABLE is not getting created by another
> entity, can you run the application with a single simple class such as
> @Entity
> public class PObject {
>         @Id
>         @GeneratedValue(strategy=GenerationType.IDENTITY)
>         private long id;
>
>         public long getId() {
>                 return id;
>         }
>
> }
>

Hello; I'll do this, but I should mention that my entities are very simple
(a Party subclassed by a Person).  I am using property-based access if it
matters, not field-based.

Best,
Laird

-- 
View this message in context: 
http://n2.nabble.com/OPENJPA_SEQUENCE_TABLE%3A-needed-even-with-IDENTITY-columns--tp2657337p2669829.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to