To add a bit more to this, I was able to fix the problem in a round about way. The real problem was that BouncyCastle did not work for jsch as detailed before. After removing BC, everything worked well, but everytime I made a call, BC was reinstalled. After looking around, I noticed that WSDoAllHandler always created a new instance of WSSConfig for every send and receive. This meant that I had to override the handler so that it always got the default config. Is there a reason that it created a new config everytime?
Thanks Shawn On 3/7/07, Shawn Minto <[EMAIL PROTECTED]> wrote:
A guy from jcraft was looking into this issue for me, and it seems that wss4j installs a JCE provider that has not correctly implememented: DESede/CBC/NoPadding Blowfish/CBC/NoPadding Is there any way that this can be fixed? Or can I tell wss4j to use the SunJCE so that the other provider is not installed? Thanks Shawn On 3/6/07, Shawn Minto <[EMAIL PROTECTED]> wrote: > I am having a problem with wss4j used with Axis interacting weird with > jsch in eclipse. I have submitted a bug to eclipse for this, and they > mentioned that I should ask you guys if you have an idea of what the > problem is. The following is the bug that was submitted with some of > the details. If you need any more information, just ask. > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=175058 > > Thanks > Shawn > > -- > Shawn Minto > [EMAIL PROTECTED] > ---------------------------------------- > -- Shawn Minto [EMAIL PROTECTED] ----------------------------------------
-- Shawn Minto [EMAIL PROTECTED] ---------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]