ok, I think I found the problem...
Apparently, the custom classloader used for weaving in the Spring context was
picking up either orm.xml, persistence.xml, or hibernate.cfg.xml from an app
deployed on the same server. Once I removed/undeployed the Hibernate enabled
app on the server, my app d
I use Postgres 8.2 with jdbc Type 3 driver.
I have got the following table definition:
create table ves.user
(idserialnot null,
user varchar(20) not null,
password varchar(20) not null,
constraint pk_ves_user primary key(id)
);
M
Hello,
I am struggling myself with what might seem like trivial task. I got set of
Java POJOs (entities) defined by
third party, ODE (http://ode.apache.org/) in this case, and I need to create
relational schema from those
POJOs before starting application.
However no success so far, documentation
Thanks a lot Pinaki, it is working now when manager.joinTransaction() is
used.
Cheers
On Feb 12, 2008 9:42 PM, Pinaki Poddar <[EMAIL PROTECTED]> wrote:
>
> As you are managing the JTA transaction directly in code, the
> EntityManager
> must join the transaction manager as a resource. The way to
Hi Randy,
if you posted to the Spring forums, can you please post the URL for further
reference? I'd also be very interested in applying OpenJPA in a Spring
environment.
thanks,
Kristof
[EMAIL PROTECTED] wrote:
> Patrick,
>
> Thanks for the feedback. I'll pass this back along to the Spring fol