Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Setting Context Info from stand alone app

0 views
Skip to first unread message

Joshua Bennett

unread,
Jan 23, 2002, 10:28:41 AM1/23/02
to

Hello,

I am trying to run a stand alone java app that will access the Transaction/Order
objects inside of Commerce Server. However when I run the app I am getting a weblogic.ejb20.internal.MethodPermissionException
exception with a message of: Security violation: insufficient permission to access
method. I am passing in the java.naming.factory.initial and java.naming.provider.url
properties to get the defaultContext.

Here is the exception I am getting:

weblogic.ejb20.internal.MethodPermissionException: Security violation: insufficient
permission to access method
at weblogic.rmi.internal.AbstractOutboundRequest.sendReceive(AbstractOutboundRequest.java:90)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:247)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:225)
at com.beasys.commerce.ebusiness.order.OrderManagerBeanHomeImpl_WLStub.create(OrderManagerBeanHomeImpl_WLStub.java:129)
at jdbtest.OrderResponseProcessor.<init>(OrderResponseProcessor.java:45)
at jdbtest.VerisignResponseParser.ProcessOrders(VerisignResponseParser.java:64)
at jdbtest.VerisignResponseParser.main(VerisignResponseParser.java:101)
java.lang.NullPointerException
at jdbtest.OrderResponseProcessor.Process(OrderResponseProcessor.java:68)
at jdbtest.VerisignResponseParser.ProcessOrders(VerisignResponseParser.java:65)
at jdbtest.VerisignResponseParser.main(VerisignResponseParser.java:101)


Thanks

Joshua Bennett

0 new messages