> 
> We used toplink on the websphere project.  The problem we had was probably
> a db2 driver issue.  A rollback exception was thrown when a commit was
> attempted.  That may or may not be the problem here.
> 
> Have you been able to bind a jdo to the jndi ??
> 

I used Castor with JBoss with no problem. JBoss has a module which
does it all. It initializes Castor, binds it to jndi, from a client
I can look it up, and use it.
For websphere there is no such module. I tried to use the JBoss module, but
I can not make it work. The original module assigns a name to the JDO
instance (JDO.setTransactionManager), then Castor looks it up with jndi
and use it. With websphere TransactionManager can not be found with
jndi (or at least I can not find it). If I leave that line out, then
I receive an exception, saying that there is no transaction in progress.

I even tried to use Castor/JDO from jsp directly, but that didn't work
either.

JBoss rules.


Gabor

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to