You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by Shawn Minto <sm...@gmail.com> on 2007/03/06 17:39:58 UTC

conflict with wss4j and jcraft jsch

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
sminto@gmail.com
----------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


Re: conflict with wss4j and jcraft jsch

Posted by Shawn Minto <sm...@gmail.com>.
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 <sm...@gmail.com> 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 <sm...@gmail.com> 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
> > sminto@gmail.com
> > ----------------------------------------
> >
>
>
> --
> Shawn Minto
> sminto@gmail.com
> ----------------------------------------
>


-- 
Shawn Minto
sminto@gmail.com
----------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


Re: conflict with wss4j and jcraft jsch

Posted by Shawn Minto <sm...@gmail.com>.
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 <sm...@gmail.com> 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 <sm...@gmail.com> 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
> > sminto@gmail.com
> > ----------------------------------------
> >
>
>
> --
> Shawn Minto
> sminto@gmail.com
> ----------------------------------------
>


-- 
Shawn Minto
sminto@gmail.com
----------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


Re: conflict with wss4j and jcraft jsch

Posted by Shawn Minto <sm...@gmail.com>.
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 <sm...@gmail.com> 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
> sminto@gmail.com
> ----------------------------------------
>


-- 
Shawn Minto
sminto@gmail.com
----------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


Re: conflict with wss4j and jcraft jsch

Posted by Shawn Minto <sm...@gmail.com>.
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 <sm...@gmail.com> 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
> sminto@gmail.com
> ----------------------------------------
>


-- 
Shawn Minto
sminto@gmail.com
----------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org