Issues with Rampart

2009-09-03 Thread Eran Chinthaka
(Wearing my Axis2 user hats on)

When I was trying to use rampart with Axis2 I faced following issues.

1. Almost all the links within Axis2 web site to rampart is dead. For
example, I went to http://ws.apache.org/axis2/modules/index.html and clicked
on distros and the mirrors pointed my that links don't have that distro.
2. Went on to apache rampart web site and links to all the previous releases
are not working. I think previous releases must have been archived and
pointed to that instead of the mirrors. We had a policy only to mirror the
latest releases and archive the others.
3. Axis2 1.5 distro doesn't come with the jars required to engage and run
rampart. I know rampart was moved out from Axis2 project. BUT, there is no
information on Rampart READMEs instructing to download the rampart release,
copy the jars in the lib folder in to axis2 lib.
4. If I only want to use rampart without rahas, it still requires me to add
the trust jar because the TokenStore classes are in it. Is this a mistake or
by design?

With Mettha,
Eran Chinthaka


Health is the greatest gift; contentment is the greatest wealth; trusting is
the best relationship; nirvana is the highest joy. - Dhammapada


Re: Issues with Rampart

2009-09-03 Thread Nandana Mihindukulasooriya
Hi Eran,
Thanks for pointing out. I fixed the stuff mentioned in the mail. I will
go through the two web sites again to see whether I have missed anything.

On Thu, Sep 3, 2009 at 6:20 PM, Eran Chinthaka eran.chinth...@gmail.comwrote:.

 1. Almost all the links within Axis2 web site to rampart is dead. For
 example, I went to http://ws.apache.org/axis2/modules/index.html and
 clicked
 on distros and the mirrors pointed my that links don't have that distro.


Fixed now. Please point if there are any other places that should be fixed.
I will have a look too to see if there are any other dead links to Rampart
module.


 2. Went on to apache rampart web site and links to all the previous
 releases
 are not working. I think previous releases must have been archived and
 pointed to that instead of the mirrors. We had a policy only to mirror the
 latest releases and archive the others.


Yeah, we moved the previous distro to to archive and didn't update the links
to point to archive :( , Fixed now.



 3. Axis2 1.5 distro doesn't come with the jars required to engage and run
 rampart. I know rampart was moved out from Axis2 project. BUT, there is no
 information on Rampart READMEs instructing to download the rampart release,
 copy the jars in the lib folder in to axis2 lib.


The simplet way to do this is to run the ant script in the binary
distribution under samples and it will copy the necessary libraries and
module files to the Axis2 distribution. Yeah, it seems it is not well
documented in the README file. So I added a new section [1], Installation
which explicitly says where the files should be copied. Please review and
modify/add if the wording should be changed to make it more precise.


 4. If I only want to use rampart without rahas, it still requires me to add
 the trust jar because the TokenStore classes are in it. Is this a mistake
 or
 by design?


Yes, Rampart engine (rampart-core) , depends on both rampart-policy and
rampart-trust. Some of the functionalities required for Rampart Engine such
as token management is provided by rampart-trust. Rahas module is only
required for WS-SecureConversation and WS-Trust scenarios. So we need to
have the rampart-trust library even if we don't need to use Rahas.

regards,
Nandana

[1] -
https://svn.apache.org/repos/asf/webservices/rampart/branches/java/1_5/release-docs/README.txt


[jira] Resolved: (AXIS2-1662) Classloading issues with Rampart

2006-12-15 Thread Deepal Jayasinghe (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-1662?page=all ]

Deepal Jayasinghe resolved AXIS2-1662.
--

Resolution: Fixed

It seems issue is fixed , if not so please re-open

Thanks
Deepal

 Classloading issues with Rampart
 

 Key: AXIS2-1662
 URL: http://issues.apache.org/jira/browse/AXIS2-1662
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.1
 Environment: Tomcat 5.5.15
 FC5
Reporter: Rajith Attapattu
 Assigned To: Ruchith Udayanga Fernando
Priority: Critical
 Fix For: 1.2


 ClassNotFoundExceptions are thrown when accessing classes that are available 
 within the module archive (inside the module/lib directory)
 Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works 
 fine. 
 Therefore we seem to have an issue with the module class loader.
 However the person who reported a simillar issue was running tomcat 5.5.x , 
 and Ruchith mentioned that this works with tomcat 5.
 Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate 
 whether the issue is with Axis2 or Tomcat 5.5.15.
 Thanks,
 Rajith

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (AXIS2-1662) Classloading issues with Rampart

2006-12-06 Thread Deepal Jayasinghe (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS2-1662?page=comments#action_12456205 ] 

Deepal Jayasinghe commented on AXIS2-1662:
--

Hi Rajith ;
do you still have the problem , if not pls close the issue.

Thanks
Deepal

 Classloading issues with Rampart
 

 Key: AXIS2-1662
 URL: http://issues.apache.org/jira/browse/AXIS2-1662
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.1
 Environment: Tomcat 5.5.15
 FC5
Reporter: Rajith Attapattu
 Assigned To: Ruchith Udayanga Fernando
Priority: Critical
 Fix For: 1.2


 ClassNotFoundExceptions are thrown when accessing classes that are available 
 within the module archive (inside the module/lib directory)
 Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works 
 fine. 
 Therefore we seem to have an issue with the module class loader.
 However the person who reported a simillar issue was running tomcat 5.5.x , 
 and Ruchith mentioned that this works with tomcat 5.
 Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate 
 whether the issue is with Axis2 or Tomcat 5.5.15.
 Thanks,
 Rajith

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (AXIS2-1662) Classloading issues with Rampart

2006-11-21 Thread Rajith Attapattu (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS2-1662?page=comments#action_12451322 ] 

Rajith Attapattu commented on AXIS2-1662:
-

Hi Ruchith,

I am still seeing that problem. I don't know whether it's tomcat related or not.
I didn't have time to test on jetty.

But this could very well be an issue with my tomcat version.

Regards,

Rajith

 Classloading issues with Rampart
 

 Key: AXIS2-1662
 URL: http://issues.apache.org/jira/browse/AXIS2-1662
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.1
 Environment: Tomcat 5.5.15
 FC5
Reporter: Rajith Attapattu
 Assigned To: Ruchith Udayanga Fernando
Priority: Critical
 Fix For: 1.2


 ClassNotFoundExceptions are thrown when accessing classes that are available 
 within the module archive (inside the module/lib directory)
 Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works 
 fine. 
 Therefore we seem to have an issue with the module class loader.
 However the person who reported a simillar issue was running tomcat 5.5.x , 
 and Ruchith mentioned that this works with tomcat 5.
 Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate 
 whether the issue is with Axis2 or Tomcat 5.5.15.
 Thanks,
 Rajith

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (AXIS2-1662) Classloading issues with Rampart

2006-11-18 Thread Ruchith Udayanga Fernando (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS2-1662?page=comments#action_12451117 ] 

Ruchith Udayanga Fernando commented on AXIS2-1662:
--

Hi Rajith,

Can you please verify whether this is issue is still there with Axis2-1.1 and 
rampart-1.1-SNAPSHOT.mar ?

Thanks,
Ruchith

 Classloading issues with Rampart
 

 Key: AXIS2-1662
 URL: http://issues.apache.org/jira/browse/AXIS2-1662
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.1
 Environment: Tomcat 5.5.15
 FC5
Reporter: Rajith Attapattu
 Assigned To: Ruchith Udayanga Fernando
Priority: Critical
 Fix For: 1.2


 ClassNotFoundExceptions are thrown when accessing classes that are available 
 within the module archive (inside the module/lib directory)
 Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works 
 fine. 
 Therefore we seem to have an issue with the module class loader.
 However the person who reported a simillar issue was running tomcat 5.5.x , 
 and Ruchith mentioned that this works with tomcat 5.
 Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate 
 whether the issue is with Axis2 or Tomcat 5.5.15.
 Thanks,
 Rajith

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (AXIS2-1662) Classloading issues with Rampart

2006-11-14 Thread Deepal Jayasinghe (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-1662?page=all ]

Deepal Jayasinghe updated AXIS2-1662:
-

Fix Version/s: 1.2
   (was: 1.1)

 Classloading issues with Rampart
 

 Key: AXIS2-1662
 URL: http://issues.apache.org/jira/browse/AXIS2-1662
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.1
 Environment: Tomcat 5.5.15
 FC5
Reporter: Rajith Attapattu
 Assigned To: Ruchith Udayanga Fernando
Priority: Critical
 Fix For: 1.2


 ClassNotFoundExceptions are thrown when accessing classes that are available 
 within the module archive (inside the module/lib directory)
 Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works 
 fine. 
 Therefore we seem to have an issue with the module class loader.
 However the person who reported a simillar issue was running tomcat 5.5.x , 
 and Ruchith mentioned that this works with tomcat 5.
 Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate 
 whether the issue is with Axis2 or Tomcat 5.5.15.
 Thanks,
 Rajith

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (AXIS2-1662) Classloading issues with Rampart

2006-11-09 Thread Rajith Attapattu (JIRA)
Classloading issues with Rampart


 Key: AXIS2-1662
 URL: http://issues.apache.org/jira/browse/AXIS2-1662
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.1
 Environment: Tomcat 5.5.15
FC5
Reporter: Rajith Attapattu
Priority: Blocker
 Fix For: 1.1


ClassNotFoundExceptions are thrown when accessing classes that are available 
within the module archive (inside the module/lib directory)
Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works fine. 

Therefore we seem to have an issue with the module class loader.
However the person who reported a simillar issue was running tomcat 5.5.x , and 
Ruchith mentioned that this works with tomcat 5.

Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate 
whether the issue is with Axis2 or Tomcat 5.5.15.

Thanks,

Rajith

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (AXIS2-1662) Classloading issues with Rampart

2006-11-09 Thread Davanum Srinivas (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-1662?page=all ]

Davanum Srinivas updated AXIS2-1662:


Priority: Critical  (was: Blocker)

Not a blocker for Axis 1.1 release.

 Classloading issues with Rampart
 

 Key: AXIS2-1662
 URL: http://issues.apache.org/jira/browse/AXIS2-1662
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.1
 Environment: Tomcat 5.5.15
 FC5
Reporter: Rajith Attapattu
Priority: Critical
 Fix For: 1.1


 ClassNotFoundExceptions are thrown when accessing classes that are available 
 within the module archive (inside the module/lib directory)
 Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works 
 fine. 
 Therefore we seem to have an issue with the module class loader.
 However the person who reported a simillar issue was running tomcat 5.5.x , 
 and Ruchith mentioned that this works with tomcat 5.
 Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate 
 whether the issue is with Axis2 or Tomcat 5.5.15.
 Thanks,
 Rajith

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Assigned: (AXIS2-1662) Classloading issues with Rampart

2006-11-09 Thread Davanum Srinivas (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-1662?page=all ]

Davanum Srinivas reassigned AXIS2-1662:
---

Assignee: Ruchith Udayanga Fernando

 Classloading issues with Rampart
 

 Key: AXIS2-1662
 URL: http://issues.apache.org/jira/browse/AXIS2-1662
 Project: Apache Axis 2.0 (Axis2)
  Issue Type: Bug
Affects Versions: 1.1
 Environment: Tomcat 5.5.15
 FC5
Reporter: Rajith Attapattu
 Assigned To: Ruchith Udayanga Fernando
Priority: Critical
 Fix For: 1.1


 ClassNotFoundExceptions are thrown when accessing classes that are available 
 within the module archive (inside the module/lib directory)
 Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works 
 fine. 
 Therefore we seem to have an issue with the module class loader.
 However the person who reported a simillar issue was running tomcat 5.5.x , 
 and Ruchith mentioned that this works with tomcat 5.
 Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate 
 whether the issue is with Axis2 or Tomcat 5.5.15.
 Thanks,
 Rajith

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]