driver - sealing conflic with oracle ojdbc -


after many search, still got following issue :

sealing violation: package oracle.jdbc sealed 

in classpath there one, , 1 ojdbc.jar

i tried ojdbc14, ojdbc16, ojdbc5 , ojdbc6. use maven+nexus. don't know problem may come from.

hint :

if add pom declaration of ojdbc remove it, it's working (no sealing execption),

if add pom declaration of ojdbc remove , eclipse:eclipse , it's not working anymore (no more oracledriver in project = no compil, kinda normal)

i found solution, there 1 ojdbc.jar in classpath there ojdbc dependency maven plugin.

problem solved :)


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -