| Author |
weblogic 8.1 , Oracle sequence problem.
|
Sagar Kale
Ranch Hand
Joined: May 02, 2008
Posts: 188
|
|
Hi,
I am using Oracle sequqnce to generate primary key for CMP EJB 2.0 on weblogic 8.1.
My ejbCreate method is
hobbyId is primary key which I am not setting in ejbCreate method because it will be generated using Oracle Sequence.
I have added following in weblogic-cmp-rdbms-jar.xml
But when I try to create ejb, I get following exception.
How to resovle this error. Also, can we log sql statements sent by weblogic to database?
|
 |
Sagar Kale
Ranch Hand
Joined: May 02, 2008
Posts: 188
|
|
|
it was silly mistake in deployment descriptor.
|
 |
 |
|
|
subject: weblogic 8.1 , Oracle sequence problem.
|
|
|