1. Access Spring beans from a servlet in JBoss stackoverflow.comI want to write a simple servlet in JBoss which will call a method on a Spring bean. The purpose is to allow a user to kick off an internal job ... |
2. How to propagate spring security login to EJBs? stackoverflow.comContextI have a J2EE application running on a JBoss 4.2.3 application server. The application is reachable through a web interface. The authentication is done with basic authentication. Inside of the EJBs ... |
3. How to integrate Spring security 3 with jboss realms and user roles? stackoverflow.comHow would I get Authentication and roles information from a JBoss realm that uses kerberos/SPNEGO from MSAD into a web-app using Spring security 3? Do I need to create a ... |
4. Redirect to specific page after login stackoverflow.comIn JEE security, if a user tries to access a secured resource, they are redirected to the login page. After successful login they are redirected to previously requested secure resource. Is it ... |
5. argument type mismatch in mbeanServer.invoke stackoverflow.comOk, so. I've got a war deployed with an MBean exposed through spring's MBeanExporter and annotations. I have another war app deployed which is using some code to talk ... |
6. Difference between Tomcat and JBoss in context of "Spring Security framework" deployment stackoverflow.comI have an application that use Spring-Security framework with Jboss Server. Everything works fine. I can get account locked, bad credentials messages based on the authentication. Now, I'm trying to move to ... |
7. NullPointerException while using |
8. How to redirect to a login-entry-point in a different EAR stackoverflow.comIn one of my deployed EARs I have a security context like so:
|
9. How to unsecure /** URL pattern in spring-security stackoverflow.comI'm trying to unsecure the /** pattern, but all my tries are in vain so far. This is what I'm doing:
My configuration doesn't contain any more intercept-url definitions.
However after ... |
10. ehcache spring anotation logs trackiing stackoverflow.comI had integrated ehcache-spring-annotation jar with spring mvc 3.0.3 and spring secuirty 3.0.5 deployed on jboss I can't see any ehcache logs as referred http://blog.goyello.com/2010/07/29/quick-start-with-ehcache-annotations-for-spring/ but i am not getting ... |
11. Spring 3..0.5 + hierbnate 3.6.6.final + jboss as 7 Database access stackoverflow.comI'm upgrading our projects from spring 2.5.6, hibernate 3.3.2, jboss 4.2 to Spring 3..0.5 + hierbnate 3.6.6.final + jboss as 7. Lots of issues there and I decided to write a simple ... |
12. Context initialization failed: org.springframework.beans.factory.BeanDefinitionStoreException stackoverflow.com
|
13. Pre-authenticated user in JEE/JBoss AS 6 stackoverflow.comI am migrating some JEE modules from Spring to EJB and are now facing the problem that I need some sort of pre-authentication prior to calling a service method. The problem is ... |
14. NullPointerException while using |
15. Rowlevel security Spring + Hibernate + Jboss forum.springsource.orgRowlevel security Spring + Hibernate + Jboss Hey guys, I came up with a question that I can't seem to find on the internet. I'm developping a program in spring that ... |
16. Can Acegi secure web service calls to ejbs using jboss 4? forum.springsource.orgCan Acegi secure web service calls to ejbs using jboss 4? Hi, I am trying to determine the best way to implement a decarative security methodology. I run jboss 4 and ... |
17. Acegi works under JBoss, but not Websphere??? forum.springsource.orgAcegi works under JBoss, but not Websphere??? I have been developing under JBoss and everything is working fine with Acegi, but when I deploy to WebSphere 5.1 I get and filter ... |
18. Acegi and JBoss declarative security forum.springsource.orgAcegi and JBoss declarative security Hi there, I'm very new to both Spring and Acegi; i've just managed to use Spring successfuly in my J2EE application deployed on JBoss 3.2.3; i ... |
19. jBoss Portal & Acegi forum.springsource.orgjBoss Portal & Acegi Folks...new to this forum, so, pardon my ignorance. I am trying to understand the acegi authentication model & how it fits into the jBoss Portal framework. Our ... |
20. JBoss SSO + Acegi issue forum.springsource.orgJBoss SSO + Acegi issue Hello all, Here is my business/technical need. I need to be able to take advantage of JBoss SSO and clustering. I would also like to take ... |
21. JBoss Portal and ACEGI forum.springsource.orgJBoss Portal and ACEGI Hey all, I'm trying to integrate ACEGI with JBoss Portal. Ideally, we'd like to be able to have portal- and non-portal authentication happen using the same mechanism. ... |
22. JBoss Adapter and Authentication of Remote Client example forum.springsource.orgJBoss Adapter and Authentication of Remote Client example I am trying to integrate the JBoss Adapter into our application so we can use Acegi and replace the current JAAS implementation. I ... |
23. Acegi logging in JBoss forum.springsource.orgAcegi logging in JBoss Hi all, we are trying to use Acegi as a servlet filter for security for our application, by setting up |
24. acegi and distributed jboss forum.springsource.orgWe have a new application that is using Acegi for authentication. It works wonderfully when on a single jboss node (with apache front end with mod_proxy_ajp). We want to set this ... |
25. JBoss Portal & Acegi forum.springsource.orgThe subject came up in a few posts but none of them is sufficient for me to understand how to integrate Acegi Security in the JBoss Portal . At the moment ... |
26. Acegi Authentication, JSF, JBOSS forum.springsource.orgI think this has been covered many times on the forum. If you take a look at acegi-security-sample-tutorial, it's the best starting point. All you need to do is swap out ... |
27. Using acegi with jboss. forum.springsource.orgHi all, I am using acegi to switch between secure and insecure channels and using jboss as my application server. I have have changed the default http connector port on jboss ... |
28. Acegi integration in JBoss forum.springsource.orgAcegi integration in JBoss Hello, I am facing problem in Acegi integration with JBOSS. I have successfully used acegi with servlets using Tomcat 6. In my servlets based application I used ... |
29. Acegi Jboss integration forum.springsource.orgSep 4th, 2007, 01:45 AM #1 niityasir@hotmail.com View Profile View Forum Posts Private Message Junior Member Join Date Aug 2007 Posts 5 Acegi Jboss integration -------------------------------------------------------------------------------- Hello, I am facing problem ... |
30. JBoss Container Adapter Authentication question forum.springsource.orgJBoss Container Adapter Authentication question |
31. JBoss DataSource and Encrypted Password forum.springsource.orgJBoss DataSource and Encrypted Password Hello everybody, I am new to Spring and I am trying to implement it in our web application running under Jboss. We have the business requirement ... |
32. access another service which is on jboss through controller forum.springsource.orgMy project based on spring is using weblogic serevr. I have to access the another service which is on jboss. Another service returns java objects. Can I directly call that service ... |
33. Problem in deploying acegi application in Jboss forum.springsource.orgProblem in deploying acegi application in Jboss Hi, I am implementing Acegi in my JSF application . when i was running my application in my oc4j server it works fine. But ... |
34. Spring Security 2.0.0 and Jboss 4.2.0 forum.springsource.orgHi all, i want to use the JBoss adapter from Spring Security 2.0.0, but can't find the package org.springframework.security.adapters.jboss in the distribution jar's. I found it in the API doc's (http://static.springframework.org/sp...ginModule.html), ... |
35. Jboss SSO Acegi Integration forum.springsource.orgJboss SSO Acegi Integration Hi , I am using jboss-4.0.5.GA, acegi-security-1.0.3 and jboss-sso-1.0CR1 . I could test the sample JBoss Federated SSO application available at wiki.jboss.org/wiki/Jbosssso (please refer ). Now I ... |
36. cannot forward to j_spring_security_check (SS 2.0.4/Tapestry5/JBoss 4.2.3) forum.springsource.orgcannot forward to j_spring_security_check (SS 2.0.4/Tapestry5/JBoss 4.2.3) Hello, I'm trying to make form login work with Tapestry 5 and SS 2.0.4 When the login form submission is made, the POST request ... |
37. Spring Security in JBOSS forum.springsource.orgI'm trying to integrate Spring security with a web application running on JBOSS application server. Is there an example on the web which describes the required steps? Thanks, vj_nov |
38. Deploy Spring Security into JBoss forum.springsource.orgHow are you looking to deploy it? Im running on JBoss and it loads through a webapp without any JBoss specifics involved. Just another entry in the web.xml's context-param. |
39. Spring Data Access usage in JBoss forum.springsource.orgSpring Data Access usage in JBoss Hi guys/gals, This will be a lengthy post so please bear with me. I want to share as much as possible with you guys so ... |
40. Acegi Security using JSF in JBoss AS4.2 forum.springsource.org |
41. Spring Security + Jboss Cache forum.springsource.orgSpring Security + Jboss Cache Hello, there was a thread in the past about this problem, but it was closed without a solution. http://forum.springsource.org/showth...ht=jboss+cache Just to recap, we have a two ... |
42. Issues deploying security filters in Jboss AS 5.1.ga forum.springsource.orgIssues deploying security filters in Jboss AS 5.1.ga Hi There, If im using spring security framework in Jboss AS 5.1 im getting following error 17:01:33,465 ERROR [[default]] Servlet.service() for servlet default ... |
43. Not able to access JNDI Datasource in JBOSS. forum.springsource.orgNot able to access JNDI Datasource in JBOSS. Hello All, can somebody help me with datasource configuration? I am using JBOSS 5.1 ,Spring 2.5 i have the spring configuration file defined ... |
44. How to setup Spring Security + ldaps + JBoss forum.springsource.orgHow to setup Spring Security + ldaps + JBoss Hi, I have developed a web application using Spring security, and I have configured to use LDAP as an authentication mechanism, and ... |
45. Spring security and JBoss EAP 5.0 forum.springsource.orgHello everyone, I'm migrating my J2EE application from JBoss 4.2.2 under JBoss EAP 5.0. I'm using the same configuration spring security, in my login-config.xml is: Code: |
46. How to integrate Spring security 3 with jboss realms and user roles? forum.springsource.orgHow to integrate Spring security 3 with jboss realms and user roles? A couple of questions: How would I get Authentication and roles information from a JBoss realm that uses kerberos/SPNEGO ... |