websphere « Security « Spring Q&A





1. programmatic authentication for JMX in Websphere    stackoverflow.com

We would like to make JMX calls to other deployed applications within Websphere Application Server. This works fine if you do this within a web application where a user does a ...

2. Using Spring to Access an EJB Across Clusters in WebSphere using Grails    stackoverflow.com

I have spent the last few days attempting to integrate a Grails (version 1.3.2) application with an EJB 2.1 application that is deployed on WebSphere 6.1. Once our grails apps ...

3. websphere: Unsupported configuration attributes: [permitAll] using spring    stackoverflow.com

I get the following error...

Unsupported configuration attributes: [permitAll]
When adding ....
<sec:intercept-url pattern="/nonsecure/**" access="permitAll" />
I'm on Websphere with Spring 2.5. Can anyone help? Jeff Porter

4. Hibernate Search..Access a Sealed WorkQueue which has not been sealed    stackoverflow.com

I am trying to use Hibernate Search for a new project. We have Hibernate and Spring without JPA. I m getting the following exception when Hibernate Search tries to ...

5. Importing secured content using the jstl import tag and have the OSIV filter working correctly    stackoverflow.com

Anyone ever tried the following? (and was successful) In a web application (A), I am using the <c:import> tag to get secured content from another web application (B) running on the same ...

6. WebSphere Portal Spring Security    stackoverflow.com

I am doing some research to determine if Spring Security can be used with WebSphere Portal 7.x. I have reviewed the Spring Security documentation and did not see anything that ...

7. Websphere LDAP Spring Security Parse Error    stackoverflow.com

We have a custom Grails application that is using Spring Security for LDAP authentication. The user DNs contain commas (e.g., "CN=Smith\, John,CN=Users,DC=example,DC=com"), but our admin user's DN does not (e.g., "CN=peadmin,CN=Users,DC=example,DC=com"). ...

8. Spring Security using Websphere & JSF - Unauthenticated problem    forum.springsource.org

Spring Security using Websphere & JSF - Unauthenticated problem Hi, I'm using Websphere 7 and Spring Security 3 and keeps getting UNAUTHENTICATED after I login. My web.xml: All_Admin_User

9. XWS Security client with Websphere exception on XPath.setNameSpaceContext()    forum.springsource.org

XWS Security client with Websphere exception on XPath.setNameSpaceContext() I've been tasked with incorporating XWS within our existing Websphere 6.1 environment which currently uses Spring-WS for web service clients. The following exception ...





10. Data access with oracle 9i and websphere    forum.springsource.org

Hi All, I intend using spring to develop resftful webservices that connect to oracle 9i database and deployed on websphere can anyone advice on the best approach to be taken. I ...

11. Spring Security on Websphere 7 throws Servlet Exception: Failed to initialize Filter    forum.springsource.org

Spring Security on Websphere 7 throws Servlet Exception: Failed to initialize Filter I have an application bundled with Spring Security and it works perfectly when deployed on a Tomcat server. However, ...

12. Acegi Security and WebSphere v4    forum.springsource.org

All, WebSphere v4 uses the servlet 2.2 specification, which does not support filters. Acegi Security is Filter based. Is it possible to use Acegi Security in WebSphere v4? Is there, by ...

13. WebSphere for Authentication and Acegi for Authorization ?    forum.springsource.org

WebSphere for Authentication and Acegi for Authorization ? Hello, I suppose I have a slightly unique situation in regards to my security implementation. Bear in mind I am a complete newbie ...

14. Acegi stop working with WebSphere v6.0.2.5?    forum.springsource.org

Acegi stop working with WebSphere v6.0.2.5? Anybody else having this experience? I'm developing in Rational Application Developer 6.0.1.1 with WebSphere runtime 6.0.0.0 and Acegi is (mostly) working just fine. Specifically, Acegi ...

15. Websphere Authorization Roles not available for AuthorityGranter    forum.springsource.org

Websphere Authorization Roles not available for AuthorityGranter Hi, I have a Spring Web app using Acegi Security. It is a requirement of the project that we use Websphere Security to authenticate ...

16. acegi 0.61 and Websphere 6.0.2.9    forum.springsource.org

acegi 0.61 and Websphere 6.0.2.9 Recently upgraded a project that was running fine with acegi 0.61 and WAS 5.1. Within RAD and WAS 6 on localhost it also seems to work ...





17. Acegi & Websphere 6.1 JAASintegration    forum.springsource.org

Hello, I'm a newbie with Acegi. Has someone successfully integrated Acegi and Websphere (I'm using WAS 6.1) security (I'll use LTPA and later a TAI). If I understood correctly I'll need ...

18. Websphere 5.1.1.12 + Error 500: Filter [Acegi Filter Chain Proxy]: filter is unavaila    forum.springsource.org

Websphere 5.1.1.12 + Error 500: Filter [Acegi Filter Chain Proxy]: filter is unavaila Hi all, I am deploying our application on WAS 5.1.1.12 and after login page , i get Error ...

19. EJB Remote access within WebSphere AS    forum.springsource.org

EJB Remote access within WebSphere AS Hello, I'm currently using Spring to access a remote EJB from a WeSphere AS. My EJB has been deployed successfully in the server, but when ...

20. problems with Acegi and WebSphere 6.1    forum.springsource.org

problems with Acegi and WebSphere 6.1 I've just run into a problem with a Spring/Acegi web app, trying to run it on a WebSphere 6.1.0.5 server. Basically, it appears that WebSphere ...

21. HOW-TO: SMTP authentication with WebSphere    forum.springsource.org

HOW-TO: SMTP authentication with WebSphere There seem to be quite a few people on the internet, who have problems with WebSphere and SMTP authentication. The following class is one solution to ...

22. Acegi login failure: redirect gets lost in Websphere v6.1    forum.springsource.org

Acegi login failure: redirect gets lost in Websphere v6.1 Hi, I still have problems getting Acegi to work as it should in Websphere v6.1 (despite all 'fixes' described here, here and ...

23. URL /j_acegi_security_check NOT FOUND on Websphere 6.0    forum.springsource.org

URL /j_acegi_security_check NOT FOUND on Websphere 6.0 Could you please help me solving the pb. described below. The problem is : The URL '/j_acegi_security_check' is NOT FOUND on 'myApp'. Actions to ...

24. Allowing acegi to delegate security authentication to Websphere Application server    forum.springsource.org

Allowing acegi to delegate security authentication to Websphere Application server Currently there is an application that uses a database for user authentication and does it using org.acegisecurity.providers.dao.DaoAuthenticationP rovider. The application server ...

25. File not found: /j_acegi_security_check error in Websphere 6.1    forum.springsource.org

I downloaded acegi-security-1.0.6 and deployed the acegi-security-samples-tutorial-1.0.6.war in Websphere. However when I try to login using a valid user (eg: scott/wombat) it gives an error "Error 404: SRVE0190E: File not found: ...

26. Getting pushback about using Acegi with Websphere    forum.springsource.org

Our security team is hesitating to approve use of Acegi here at my company, mainly because of this article: http://www.ibm.com/developerworks/we...attcorner.html Anyone want to provide a refutation? It mostly appears that the ...

27. Spring Security 2 not working with WebSphere?    forum.springsource.org

Spring Security 2 not working with WebSphere? Recently SpringSource was engaged with my company and helped us to create a PoC to demonstrate how Spring Security can address many of our ...

28. Access MBeans from WebSphere 6.1    forum.springsource.org

Access MBeans from WebSphere 6.1 Hi All, I'm a newbie on JMX. It may be a very simple question but I couldn't find an answer for this. I have successfully registered ...

29. Websphere + Spring Security (filter class issue)    forum.springsource.org

Hi! I am developing a very simple web app in Websphere Integration Developer for Websphere ESB. Tempted by articles describing setting up logging features in 5-15 minutes, I've decided to try ...

30. MBeanServerConnectionFactoryBean in Websphere with security enabled    forum.springsource.org

MBeanServerConnectionFactoryBean in Websphere with security enabled Hello, I'm trying to deploy my own MBeans in a Websphere 6.1 environment. Everything works fine with websphere security disabled. Security enabled however, causes problems ...

31. Accessing a secured webservice using a certificate installed on Websphere    forum.springsource.org

Accessing a secured webservice using a certificate installed on Websphere Hi, I've got an app on Websphere6 that uses Spring-WS to consume a webservice. We're currently in dev, so there is ...

32. Problems w/ Pre-Authenticated Spring Security & WebSphere    forum.springsource.org

Oct 21st, 2009, 07:39 PM #1 tbor View Profile View Forum Posts Private Message Junior Member Join Date Oct 2009 Posts 5 Problems w/ Pre-Authenticated Spring Security & WebSphere Problems w/ ...

33. Spring Security 3.0 and WebSphere 6.1    forum.springsource.org

Spring Security 3.0 and WebSphere 6.1 Hi guys I have a quick question. I created a simple web app in tomcat with Spring MVC and Spring Secutrity. Everything works great there ...

34. Spring security scoped bean exception - websphere    forum.springsource.org

Feb 17th, 2010, 10:08 AM #1 SaiSaha View Profile View Forum Posts Private Message Junior Member Join Date Feb 2010 Posts 6 Spring security scoped bean exception - websphere Hi I ...

35. Spring Security 3 VS Websphere 7.0    forum.springsource.org

Apr 1st, 2010, 04:54 AM #1 MSahmoud View Profile View Forum Posts Private Message Junior Member Join Date Apr 2010 Location Cairo, Egypt Posts 13 Spring Security 3 VS Websphere 7.0 ...

36. WebSphere + JAAS + Spring Security    forum.springsource.org

WebSphere + JAAS + Spring Security Hi, I am using WebSphere 7.0 and need to authenticate my application against Active Directory using Kerberos. Because I have set up the Kerberos authentication ...

37. Spring Security 3.0 + WebSphere 6.1 Login Page Issue    forum.springsource.org

Spring Security 3.0 + WebSphere 6.1 Login Page Issue Hello, I've been having a strange issue with Spring Security and WebSphere, and can't seem to find the solution anywhere. I have ...

38. Spring Security & Websphere, receive from WAS & forward to WAS    forum.springsource.org

May 5th, 2010, 10:13 PM #1 daoyueming View Profile View Forum Posts Private Message Junior Member Join Date Mar 2007 Posts 1 Spring Security & Websphere, receive from WAS & forward ...

39. acegi and WebSphere 6.1 - redirection    forum.springsource.org

acegi and WebSphere 6.1 - redirection We have application coming in via loadbalancer (http://xxxx:80/xxxx) which redirects to WebSphere application server 6.1 server. There acegi is handling the security, and after login, ...

40. Spring security + Websphere 6 Error 500 springSecurityFilterChain is unavailable    forum.springsource.org

Aug 20th, 2010, 05:57 AM #1 fbas View Profile View Forum Posts Private Message Junior Member Join Date Aug 2010 Posts 2 Spring security + Websphere 6 Error 500 springSecurityFilterChain is ...

41. Spring security WebSphere integration with "pre-auth authentication provider"    forum.springsource.org

Spring security WebSphere integration with "pre-auth authentication provider" I am searching for a concrete example how to integrate Spring security into WebSphere Application server 6.x where EJB 3 technology is used. ...