Skip to Main Content

Java APIs

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Java error while trying download jar file into SYS Schema

user12018202Dec 9 2010 — edited Dec 17 2010
Hi,

I am trying to use UTL_DBWS package for Consuming Web Services in Oracle 10.2.0.4

I donwloaded latest copy of the dbwsclient.jar file from the below link.

http://www.oracle.com/technology/sample_code/tech/java/jsp/dbwebservices.html

I chose the below option for downloading the jar file since i use 10.2.0.4 oracle version.

10.1.3.1 Callout Utility for 10g and 11g RDBMS (ZIP, ~13MB)

I tried to download the jar file into SYS schema using the below command.

loadjava -u sys/password -r -v -f -genmissing -s -grant public D:\oracle\Product\10.2.0\DB_1\sqlj\lib\dbwsclientws.jar D:\oracle\Product\10.2.0\DB_1\sqlj\lib\dbwsclientdb102.jar

But i keep getting the below error.

class oracle/security/wss/interceptors/ClientSecurityDescriptor: resolution
existing : Failures occurred during processing

Can you please advice how do i resolve this error.

Regards,

MSP

Comments

karianna

This needs Stuart Marks to answer - I'll ping him over in OpenJDK.

3328368

Okay.  Thanks.  If you think I would do better posting this question someplace else, let me know.

karianna

OpenJDK core-libs mailing list might be a good place as well.

3328368

Thanks.  I reposted to core-libs-dev.

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 14 2011
Added on Dec 9 2010
1 comment
1,154 views