cancel
Showing results for 
Search instead for 
Did you mean: 

Web Services Client using JDK1.4 on WebSphere

csbrown
Champ in-the-making
Champ in-the-making
We have a need on our project to use the Web Services Client to connect to an Alfresco server from a WebSphere Application Server 6.0.   But, WebSphere 6.0 is stuck back in JDK1.4.2.  When I initially tried to use the web services client jar in the 1.4.2 environment, it failed.

Is it the case that the Web Services Client is only supported for JDK1.5?

I ended up modifying the code for the client to be 1.4 compatible.  To make it work I also had to change the bouncy castle library to the 1.4 compatible version as well.  Beyond that everything works fine.

It seems like the web services client should be one component that should be as flexible as possible as far as JDK version goes.  Why require every client that wants to use the client to be 1.5? 

Is there any plans in the Alfresco team to keep/create a version available for older Java versions?

Thanks,
4 REPLIES 4

paulhh
Champ in-the-making
Champ in-the-making
Hi Colby

There's no reason why we should not have a 1.4 compatible version of the web services client - so if you have the changes, please send them to us (email will be fine).

Many thanks
Paul.

csbrown
Champ in-the-making
Champ in-the-making
For those interested, you can find more info at

http://www.alfresco.org/jira/browse/AR-590

csbrown
Champ in-the-making
Champ in-the-making
Hey Kevin,

Just curious what version of Alfresco this jar is for?  If I remember correctly (and it has been a while) there were significant differences in the original jar from version 1.2 to 1.3, etc.

Thanks,

Colby