Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

lang.SecurityException: sealing violation: package oracle.jdbc is sealed

902428Jan 4 2012 — edited Sep 20 2012
the following stacktrace was found when i tried to create a root application module from a fixture, i reloaded all the classes and checked if it was a problem of the DB but after several hours of trial and error i have come to a conclusion that it is not a DB issue.



Caused by: oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.SecurityException, msg=sealing violation: package oracle.jdbc is sealed
at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:599)
at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2473)
at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2347)
at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3246)
at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:572)
at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:505)
at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:500)
at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1609)
at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1514)
at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1485)
at oracle.apps.scm.assetManagement.assetHistory.uiModel.applicationModule.test.AssetHistoryAMFixture.<init>(AssetHistoryAMFixture.java:13)
at oracle.apps.scm.assetManagement.assetHistory.uiModel.applicationModule.test.AssetHistoryAMFixture.<clinit>(AssetHistoryAMFixture.java:7)
Caused by: java.lang.SecurityException: sealing violation: package oracle.jdbc is sealed

Pls give your inputs if you have faced this issue before and got out of it.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 18 2012
Added on Jan 4 2012
1 comment
1,192 views