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
Post a Comment