Hello,
I'm starting to write my replacement for the Merlin
class and I'm getting an exception:
java.lang.RuntimeException:
my.package.name.MyMerlinReplacement Not
Found
This occurs at:
at
org.apache.ws.security.components.crypto.CryptoFactory.loadClass(Cryp
toFactory.java:111)
at
org.apache.ws.security.components.crypto.CryptoFactory.getInstance(Cr
yptoFactory.java:101)
at
org.apache.ws.axis.security.WSDoAllSender.loadSignatureCrypto(WSDoAll
Sender.java:632)
at
org.apache.ws.axis.security.WSDoAllSender.invoke(WSDoAllSender.java:2
81)
at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrateg
y.java:32)
...
Is there any canonical place to copy the
my.package.name.MyMerlinReplacement class so
CryptoFactory can load it? So far I tried
$CATALINA_BASE/shared/lib w/o luck.
Also, is there a standard procedure for ensuring that
MyMerlinReplacement class is able to call methods from
my server classes? (For example, the DB connection
methods so I can store the keys in the DB used by the
application).
Thanks in advance,
Hernan
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]