JBoss 1 « Development « Spring Q&A





1. Spring, log4j and JBoss4    stackoverflow.com

I'm running JBoss 4.2.3.GA, and have a web app that uses Spring and Log4j. I've set up Spring's Log4jConfigurer, but am having a problem since JBoss's log4j file is not on ...

2. how to redeploy an application on Jboss within Eclipse?    stackoverflow.com

i'm developing a spring-based application with facelets and Java Server Faces which works on Jboss Application Server. As a development Framework, i'm using Eclipse Ganymede Platform Version: 3.4.2 , which integrates ...

3. Using Spring ContextLoaderListener in JBoss config with default wars    stackoverflow.com

I'm trying to use Spring to configure a web app deployed in JBoss. I've added this to the web.xml:

<listener>
  <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
However, I've based my config on the 'default' JBoss config ...

4. How to use a jar that uses Spring in common lib?    stackoverflow.com

I'm really new to Spring and I'm not sure if I'm doing it the right way. Here's my prob : I've exported a jar which uses Spring 2.5 to inject dependency to ...

5. How to use ExternalDirectory Resource    stackoverflow.com

How to use External Directory to Store Images. And how i access that images thru my Web application ?

  • I am using Jboss as an application Server.
  • Web application is in Java,Jsp.
  • Presently images stored ...

6. JMS messaging implementation    stackoverflow.com

I've been struggling with this "simple" task for more expirienced people, I'm stuck for 2 days now need help. I've changed things arround like zillion times now, finally I stumbled upon ...

7. Spring deployment-level configuration    stackoverflow.com

When I wrote JEE apps, I used JBoss Datasources to control which databases the deployment used. E.g. the dev versions would use a throwaway hibernate db, the ref and ops would ...

8. Class ConfigurableObject not found when using Spring in a JBoss 5 SAR    stackoverflow.com

I'm packaging a couple JMX MBeans inside a JBoss SAR file. However, when I try to introduce Spring (3.0.2.RELEASE) into the project by marking the class as @Configurable and one ...

9. TC Server Vs JBoss Server    stackoverflow.com

We are planning to migrate to a new WebServer (bye bye Websphere), the main considerations are

  1. transaction management
  2. persistence
  3. message/event handling
  4. maintainability
  5. distributed architecture
  6. MBD/EJB support
We are very happy with TC Server but the only ...





10. Upgrade problem from Spring 2.5 to Spring 3.0.5    stackoverflow.com

I am trying to updagrade from spring 2.5.6 to Spring 3.0.5. We are using josso for single sign on. JOSSO(1.8.2) installs spring 2.5 libs in jboss(4.2.2) server lib folder. We have ...

11. Why does the classpath default to the WEB-INF/classes/ instead of WEB-INF/ in JBoss 5.1?    stackoverflow.com

I have a piece of code that get's the spring context using

context =  new ClassPathXmlApplicationContext("application-context.xml");
The file is located inside the WAR's "WEB-INF/application-context.xml" In JBoss 4.2.3, the above code works fine. ...

12. Spring xsd classpath issue in OSGI    stackoverflow.com

I am using the jboss-osgi-installer-1.0.0.Beta6.jar and made JBOSS 5.1 OSGI enabled (Felix). I am deploying a few bundles which has spring bean xmls. After the server starts, I get an exception that the ...

13. Spring configuration in JBossWS    stackoverflow.com

I'm trying to expose a web service using JBossWS (native stack) and also take advantage of Spring's dependency injection. Here is a scrubbed down version of my code: web.xml:

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
 ...

14. Problem for Timer of BisocketServerInvoker (jms spring)    stackoverflow.com

I have problem with communication using jms. Here I have post originally my question enter link description here

15. How can I limit Spring component scan to only files in my war?    stackoverflow.com

I am using Spring's component scan to find beans in my app.

<context:component-scan base-package="com.myapp"/>
However the performance when the app is deployed on our staging server (JBoss 5 with a lot of ...

16. JBOSS EAP 5.0 does not pick spring-agent.jar and fails at load-time-weaving    stackoverflow.com

Using <context:load-time-weaver/> is not working in JBoss EAP 5.0, even after adding spring-agent.jar to jvm arguments as -javaagent:spring-agent.jar! I looked at this link but then the jar specified over ...





17. Spring RMI + JBOSS    stackoverflow.com

I've created a sample application, which exposes a service using RMI. Its like the example on SNEHA'S BLOG As you can see it uses a Demo class to create an ...

18. Java configuration and dependency injection (akin to Springs IoC vs. Weld / Guice)    stackoverflow.com

Lets say I have a class ListCreator which I want to configure. I want to be able to tell it the sort order and the how to output my table. Therefore ...

19. How to configure JBossWorkManagerTaskExecutor in JBoss 6 with Spring 3.x    stackoverflow.com

I used the following configuration, but getting exception: WorkManager not bound ... . applicationContext.xml

<bean id="taskExecutor" class="org.springframework.jca.work.jboss.JBossWorkManagerTaskExecutor">    
<property name="workManagerName" value="WorkManager"/>
<property name="resourceRef" value="true"/>
jboss-web.xml
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>

  <resource-ref id="ResourceRef_1163654014164">
    ...

20. Spring+ jboss error    stackoverflow.com

I have my jee application that has transaction management done in spring my first page in application has balance showing section that shows balance of the user from database. this is working corectly. ...

21. Errors reading directory on JBoss 5 due to vfszip protocol    stackoverflow.com

I need to parse a number of files in my web application. The files are sitting in a directory (called "edms") at the top level of my .war file. When I try ...

22. Spring module in JBoss 7    stackoverflow.com

I'm trying to set up Spring 3.0.6 libraries as a module in JBoss 7. I have all of the jars in modules/org/springframework/main along with the following module.xml

<module xmlns:"urn:jboss:module:1.0" name="org.springframework">
    ...

23. Configure Spring RMI to use JBOSS default RMI port 1098    forum.springsource.org

Configure Spring RMI to use JBOSS default RMI port 1098 I want to expose a RMI service using Spring v1 from my application which run under Jboss 4.0.5.GA, I add this ...

24. Jboss: ArrayIndexOutOfBoundsException in org.springframework.asm.ClassReader    forum.springsource.org

Please close this thread. Issue was fixed. Reason: In some cases sencha's JSBuilder2 added to all files its license text, so class-files were broken.

25. Jboss 6.0 integeration with spring    forum.springsource.org

Jboss 6.0 integeration with spring I have ann application which was working perfectly on jboss 5.0 . But when I moved into Jboss 6, I started getting errors and problems with ...

26. Error slf4j-api, in Jboss    forum.springsource.org

May 31st, 2011, 02:45 AM #1 BanKtsu View Profile View Forum Posts Private Message Junior Member Join Date Mar 2011 Location Chiclayo - Peru Posts 12 Error slf4j-api, in Jboss I ...

27. Error slf4j-api, in Jboss    forum.springsource.org

May 31st, 2011, 02:46 AM #1 BanKtsu View Profile View Forum Posts Private Message Junior Member Join Date Mar 2011 Location Chiclayo - Peru Posts 12 Error slf4j-api, in Jboss I ...

28. Spring-data PersistenceProvider and Jboss    forum.springsource.org

Spring-data PersistenceProvider and Jboss Hello, I just faced a problem for which I can not find a solution. Crucial moments of setup are the following: Hibernate 3.x / Jpa, Jboss 6.x, ...

29. JBoss @Resource interference    forum.springsource.org

JBoss @Resource interference I'm using JBoss 5.1.0.GA and am attempting to deploy a war file that is using Spring DI. When I attempt to inject a dependency in my Spring @Component ...

30. Problem Deploying App to JBoss 5.1    forum.springsource.org

Problem Deploying App to JBoss 5.1 Hello, I am not sure if this is a spring issue, but I am having some issues deployment my web application which uses spring 3.03, ...

31. Jboss as 7 and Spring @Scope("sessio")    forum.springsource.org

Hi Guys. I'm migrating an app to the Jboss 7. But I'm having a problem. I think it's something of a beginner. I have a Component annotated with @Scope("session") Code: @Component ...

32. newbie jboss spring question    forum.springsource.org

newbie jboss spring question I want to connect my spring app to a hypersonic datasource in jboss. I create the datasource with an xml file and drop into the deploy dir. ...

33. jBoss4.3+spring2.5.6 to jBoss5.0.1+spring3.0.5: Form changes no longer in command.    forum.springsource.org

jBoss4.3+spring2.5.6 to jBoss5.0.1+spring3.0.5: Form changes no longer in command. Web application has been working fine for 2 years. Moved it from jBoss 4.3 + Spring 2.5.6 to jBoss 5.0.1 + Spring ...

34. JMX Sandbox with JBoss    forum.springsource.org

Jan 14th, 2005, 04:49 AM #1 jcarriere View Profile View Forum Posts Private Message Junior Member Join Date Jan 2005 Posts 1 JMX Sandbox with JBoss Hi, i've tried to use ...

35. JBoss and ContextSingletonBeanFactoryLocator    forum.springsource.org

JBoss and ContextSingletonBeanFactoryLocator Hi All, I'm trying to get an SLSB running in JBoss with a bean factory retrieved via the ContextSingletonBeanFactoryLocator. The Spring classes aren't able to locate the beanRefFactory.xml ...

36. JBoss vs Spring    forum.springsource.org

Our group is trying to decide whether to go with JBoss or Spring in our project. Among our requirements are: - transaction management - persistence - remoting - message/event handling - ...

37. connetion pooling in JBOSS    forum.springsource.org

hi, Like in Weblogic can we do connetion pooling in JBOSS if it is possible how to do it where i can refer ... to do that Thanks & Regards, Siva, ...

38. jmx and jboss    forum.springsource.org

jmx and jboss Hi I am using the MBeanExporter to expose a spring bean as an MBean. It registers to the server OK on deploy, but when I view it in ...

39. LazyExceptions when using multiple virtual hosts with JBoss    forum.springsource.org

LazyExceptions when using multiple virtual hosts with JBoss Hi, I'm having a rather interesting problem. My deployment works fine so long as I configure only 1 virtual host setting in jboss-web.xml. ...

40. moving spring app from tomcat to jboss is it a good idea ??    forum.springsource.org

Hey guys , I have a spring application currently running on tomcat 5.5.9 , want to port this to Jboss is that a good idea? What is Jboss going to offer ...

41. Error with ehCache after hot redeploy on JBoss 4, w/Spring    forum.springsource.org

Jun 20th, 2005, 01:02 PM #1 mickknutson View Profile View Forum Posts Private Message Visit Homepage Senior Member Join Date Jun 2005 Location Philly Posts 199 Error with ehCache after hot ...

42. JDNI lookup problem: JBoss + Spring + JPOX    forum.springsource.org

JDNI lookup problem: JBoss + Spring + JPOX Hi everybody, I have a problem when try to bind DataSource defined in JBoss configuration file with org.jpox.PersistenceManagerFactoryImpl using Spring 1.2.1: Data Source ...

43. jboss startup issue with new spring version    forum.springsource.org

Aug 30th, 2005, 08:39 AM #1 GreyWind View Profile View Forum Posts Private Message Junior Member Join Date Aug 2005 Posts 2 jboss startup issue with new spring version I have ...

44. spring timer with jboss server    forum.springsource.org

i development a system with spring+hibernate+jboss i want to delete some log from database which was bad, i'm use the CronTriggerBean class .however,it need the current thread waiting or sleeping . ...

45. JBoss 3.2.6 & Spring Deployment issues    forum.springsource.org

JBoss 3.2.6 & Spring Deployment issues Register Help Remember Me? Forum Today's Posts FAQ Calendar Forum Actions Mark Forums Read Quick Links View Forum ...

46. DTD Validation Issue with Spring and JBoss 4.0.7    forum.springsource.org

DTD Validation Issue with Spring and JBoss 4.0.7 Hi, I realise that this is really a jboss question but I have posted it at jboss but got no response. Is anyone ...

47. Spring IoC in jboss microkernel    forum.springsource.org

It's high time for copyrights on patterns! At least in this case, there should be a copyright on the XML schema for Spring IoC... :idea:

48. JBoss+Spring    forum.springsource.org

JBoss+Spring When I start my Jboss server everything with my application deployment is ok, but when I try to open some page I receive this message in my web browser: org.springframework.beans.factory.BeanDefinitionSt ...

49. Modifying *.ds.xml in JBoss produces null ManagedConnectionFactory    forum.springsource.org

Modifying *.ds.xml in JBoss produces null ManagedConnectionFactory I get the following error when a change is made to my oracle-ds.xml in JBoss while my Spring app is deployed. org.springframework.transaction.CannotCreateTransa ctionException: Could ...

50. Works in JBoss but not in Weblogic    forum.springsource.org

Dec 16th, 2005, 09:10 AM #1 harias View Profile View Forum Posts Private Message Visit Homepage Junior Member Join Date Aug 2005 Location Madrid, Spain Posts 17 Works in JBoss but ...

51. A way to make spring work with JBoss together    forum.springsource.org

52. A way to make spring work with JBoss together    forum.springsource.org

A way to make spring work with JBoss together In JBoss, SARDeployer (it's a Deployer MBean in JBoss) will always be keeping detect .sar file. The files containing META-INF/jboss-service.xml would be ...

53. Trouble with Spring JMX with JBoss 4.0.3    forum.springsource.org

Trouble with Spring JMX with JBoss 4.0.3 I'm trying to get my application's Spring-exported JMX beans to show up in both jconsole and in the JBoss JMX console under Java 1.5. ...

54. Missing Spring logging after JBoss upgrade from 4.0.0 to 4.0.2    forum.springsource.org

Dec 30th, 2005, 09:13 AM #1 kidahl2 View Profile View Forum Posts Private Message Junior Member Join Date Apr 2005 Posts 17 Missing Spring logging after JBoss upgrade from 4.0.0 to ...

55. Error w/ Tomcat vs. Tomcat inside JBOSS    forum.springsource.org

Jan 4th, 2006, 05:28 PM #1 springdev View Profile View Forum Posts Private Message Junior Member Join Date Sep 2005 Posts 6 Error w/ Tomcat vs. Tomcat inside JBOSS I have ...

56. Hibernatre Lazy Loading with Spring and JBoss    forum.springsource.org

Hibernatre Lazy Loading with Spring and JBoss Hi there. I'm using Hibernate with Spring and JBoss, and am having problems with lazy loading. I'm using XDoclet to generate my Hibernate configuration ...

57. Probleme with jboss 4.0.2 and spring 1.2.6    forum.springsource.org

Hi, I'm trying to use a simple controller, but when I try to access the app, I've got this error : java.lang.UnsupportedClassVersionError: org/proto/control/SpringappController (Unsupported major.minor version 49.0) Any idea ?

58. JBoss + RmiProxyFactoryBean    forum.springsource.org

JBoss + RmiProxyFactoryBean hi all here I try to run a simple client with the following definition: Code: rmi://localhost:1098/InventoryFacadeBean com.example.InventoryService the ...

59. JBoss?    forum.springsource.org

JBoss? Hi, I have started reading a book on Springframework however I still only arrived to chapter two. However I have one question in mind. Would I need JBoss as a ...

60. JMX with WebSphere and JBoss TreeCache    forum.springsource.org

JMX with WebSphere and JBoss TreeCache I am having a terrible time getting my beans exported into WebSphere's MBean server. I am using WAS 5.1.1 with PARENT_LAST class loader mode. When ...

61. i can`t use ${} in jboss    forum.springsource.org

i can`t use ${} in jboss when i use spring-mvc i can`t use ${} in jboss i think it`s so basic...but i can`t handle of it ------------------------------------------------------------------ -- Controller public ModelAndView ...

62. Deployment on JBoss and/or Tomcat    forum.springsource.org

Deployment on JBoss and/or Tomcat Hi folks, i'm currenly working on a spring application using hibernate for o/r mapping and spring mvc for the web tier. Until now i've always deployed ...

63. Best Practice - Spring under JBoss    forum.springsource.org

Best Practice - Spring under JBoss Looking for best practice for deploying Spring jar files under JBoss. We are running several web applications in a Tomcat instance running under JBoss. All ...

64. spring 2.0 rc3 - jboss - jakarta commons    forum.springsource.org

spring 2.0 rc3 - jboss - jakarta commons don't know if it is the right place to post but i hope it can help someone else having the same problem. i ...

65. Spring's Remoting vs JBoss Remoting    forum.springsource.org

I was wondering if there are some performance benchmarks comparing JBoss Remoting with Spring's Http Invoker and others (Rmi, Hessian etc.). Any document would be great - showing speed, ease of ...

66. Long startup times on JBoss    forum.springsource.org

Long startup times on JBoss I have an project which uses Spring 2.0rc4 as the IoC on a WebWork application. This is being deployed to JBoss 4.0.4GA on RHEL4. When I ...

67. Need feedback: Working on a JBoss Spring Deployer    forum.springsource.org

Need feedback: Working on a JBoss Spring Deployer Howdy. I'm working on an extension for JBoss (4.x) that allows you to easily package and deploy Spring applications. This is mostly for ...

68. Nested Tx Hanging in Spring 2.0.2 w/ JBoss; worked fine prior to migration to Spring2    forum.springsource.org

Nested Tx Hanging in Spring 2.0.2 w/ JBoss; worked fine prior to migration to Spring2 First off I recently migrated my project from Spring 1 to Spring 2. Everything seems to ...

69. Spring deployer and JBOSS deployment isolation    forum.springsource.org

Spring deployer and JBOSS deployment isolation Hello. I have a problem with spring delpoyer and isolated ear (classloading http://wiki.jboss.org/wiki/Wiki.jsp?...gConfiguration) unit in JBOSS. I get this exception while getting datasources from jndi: ...

70. PathMatchingResourcePatternResolver and JBoss    forum.springsource.org

Feb 23rd, 2007, 07:42 AM #1 davison View Profile View Forum Posts Private Message Senior Member Spring Team Join Date Aug 2004 Location London, UK Posts 335 PathMatchingResourcePatternResolver and JBoss We ...

71. needing confirmation about REQUIRES_NEW, jboss 4.0.2 and spring 2.0    forum.springsource.org

needing confirmation about REQUIRES_NEW, jboss 4.0.2 and spring 2.0 I have an application running on jboss 4.0.2 using spring 1.2 and hibernate 3.0.5. I have one method that is annotated with ...

72. needing confirmation about REQUIRES_NEW, jboss 4.0.2 and spring 1.2    forum.springsource.org

needing confirmation about REQUIRES_NEW, jboss 4.0.2 and spring 1.2 I'm reposting this because I mentioned the wrong version of spring in the original post and I didn't see a way to ...

73. JBoss ServiceController, lifecycle to Spring    forum.springsource.org

JBoss ServiceController, lifecycle to Spring I am new to Spring. I have a JBoss application which relies on the JBoss ServiceController which is part of the JMX Microkernel. I am porting ...

74. problem running spring portlet with Liferay 4.2.1 on jboss-4.0.5.GA    forum.springsource.org

Mar 29th, 2007, 02:41 AM #1 atanud View Profile View Forum Posts Private Message Junior Member Join Date Mar 2007 Posts 2 problem running spring portlet with Liferay 4.2.1 on jboss-4.0.5.GA ...

75. How to create a startup class Spring + JBoss    forum.springsource.org

Hi, can anyone give me an example of how to create a startup class that starts executing during Jboss startup using Spring? Thank you very much in advanced.

76. when i deployed a Spring project on jboss ,i encoutered a error! please help me    forum.springsource.org

when i deployed a Spring project on jboss ,i encoutered a error! please help me this afternoon ,i deployed a project on jboss-4.2.when i started jboss,i encoutered a error.Below is the ...

77. problems deploying spring-2.0.5 based app to jboss-4.2.0    forum.springsource.org

problems deploying spring-2.0.5 based app to jboss-4.2.0 Hi, we have a web app that works with jboss-4.0.5 and spring 2.0.5. we want to migrate to jboss-4.2.0, but are seeing an error ...

78. which? : tomcat or jboss with Spring    forum.springsource.org

Hello guys i need and require your experience what good reasons i need to work with Spring/Jboss or Spring/tomcat??? i heard that jboss is an ejb container and tomcat not (servlet ...

79. Blog - Spring is the new JBoss    forum.springsource.org

80. Jsr94 and JBoss Rules using DSL    forum.springsource.org

I'm using the Spring Modules 0.8 release to integrate JBoss Rules via the JSR94 classes. Everything was surprisingly simple to get wired together and working, but now I am faced with ...

81. Jboss and Spring    forum.springsource.org

Jboss and Spring I'm sorry if I've posted to the wrong forum topic here. I did a search for topics containing jboss and didn't find the answer I wanted so here ...

82. ContextSingletonBeanFactoryLocator on Jboss    forum.springsource.org

ContextSingletonBeanFactoryLocator on Jboss Hi, I have problems using ContextSingletonBeanFactoryLocator and classloader issues with Jboss. I know it's totally Jboss related but i really need to find out why it doesn't work ...

83. JBoss log4j issue with current production and bleeding edge    forum.springsource.org

JBoss log4j issue with current production and bleeding edge Ladies and Gentlemen, I have been getting a java IO exception involving "setFile(...)" using the current production release and development release. I ...

84. Spring JMS with JBoss server    forum.springsource.org

Does anyone have any examples on using Spring JMS with JBOSS Server?? I just need a Hello world example I got confused regarding setting up the connectionFactory and DestinationQueue.

85. Configuring queue in jboss-web.xml    forum.springsource.org

Configuring queue in jboss-web.xml This is my applicationcontext.xml for spring DI: ...

86. "Propogation Requires New" issue in Spring with JBoss Appserver    forum.springsource.org

"Propogation Requires New" issue in Spring with JBoss Appserver In our scenario we are having 1)Bean A and Bean B 2)The transaction attribute of Bean A is requires and the Transaction ...

87. JBoss and JRockit    forum.springsource.org

JBoss and JRockit I a writing a client to send to call and external web service. All works great on Jetty though Maven, but turns all nasty when deployed to JBoss. ...

88. Log4jConfigurer for multiple deployment files in JBoss    forum.springsource.org

Log4jConfigurer for multiple deployment files in JBoss Hi, The application we are developing is deployed in JBoss as a WAR and an EAR file. The WAR file contains Quartz-related configurations and ...

89. Spring and JBoss    forum.springsource.org

Spring and JBoss Hi, I've been doing some research on application servers (specifically JBoss since I have used it in the past) and I'm wondering why I would want to use ...

90. durable subscriptions and jboss    forum.springsource.org

durable subscriptions and jboss I'm attempting to set up a durable subscriber as a spring 2.5 message driven POJO. I've hit a road block in that JBoss (my jms provider) requires ...

91. Spring vs JBoss    forum.springsource.org

hi, how does spring compare with jboss(as/microcontainer)? any links? Also... is spring used in any open source erp products (400+ erp/crm/scm products at sourceforge.net). Thx, Hari

92. JiBX and JBoss    forum.springsource.org

JiBX and JBoss I've been getting some weird errors running Spring Web Service on JBoss using the Marshaller. I have an Web Application where I have an servlet calling a Web ...

93. JMS on JBOSS    forum.springsource.org

JMS on JBOSS Hello, I am trying to use Spring 2.0.7 with Jboss 4.2 and am getting the following messages in the log files. I have pasted my jms configuration in ...

94. Incompatibility issue: Spring and JBoss TX?    forum.springsource.org

Incompatibility issue: Spring and JBoss TX? Hi, just deployed our war into jboss with spring tx and aop implemented for the first time. We get a new deployment error. I recall ...

95. MBeanServerFactoryBean.locateExistingServerIfPossi ble not working with JBoss?    forum.springsource.org

MBeanServerFactoryBean.locateExistingServerIfPossi ble not working with JBoss? Up-to-date stack + Spring 2.5.1 + JBoss 4.2.2GA + jrockit-R27.4.0-jdk1.5.0_12 With the appended configuration, I am finding that my JMX-aware 'addressOrIPFilter' instance is being advertised ...

96. Problem marshalling the response in JBoss 4.2.2    forum.springsource.org

Problem marshalling the response in JBoss 4.2.2 Hi all, I have done an ws with springws 1.5, jboss4.2.2. saaj 1.3 and soap 1.1, with jaxb 2.0 as marshaller. The request works ...

97. osgi + spring dm + jboss    forum.springsource.org

Well. . . "is it possible. . .?" Yes, it is possible. You have to OSGi-fy all bundles JBoss depends on. Given JBoss architecture, the real question should be: Could you ...

98. default-lazy-init="true" Setting Prevents JBoss Start    forum.springsource.org

default-lazy-init="true" Setting Prevents JBoss Start I have a problem with default-lazy-init setting in my bean definition files. If it's set to true, then the JUnit's pass, but JBoss won't start. If ...

99. SessionFixationProtectionFilter does not work on JBoss    forum.springsource.org

SessionFixationProtectionFilter does not work on JBoss For protection against session fixation, we need to generate a new session with a new session id. I noticed in the Spring Security source code, ...

100. Spring JMX issues in JBoss    forum.springsource.org

Spring JMX issues in JBoss I have defined these beans in my appContext.