1. spring classloader isolation problem on jboss stackoverflow.comi have two ears deployed on jboss with proper classloaders isolation settings. When seam bean call spring beans which make some queries on database everything works fine, but when spring quartz ... |
2. Storing treecache cluster properties in property file stackoverflow.comI'm using Jboss 4, hibenate, spring and treecache. As we have different environments, I would like to store the cluster information in a separated property file and reference to the content ... |
3. is it possible to use class.forname to load a class that exists within a module wired up with Spring? stackoverflow.comI have two maven modules and a need for class A in module 1 to load class B in module 2 using |
4. spring freemarker ConversionNotSupportedException stackoverflow.comI try to use freemarker for template e-mails in my web-app on jboos 5.1 webapp server. mail-context-xml:
|
5. spring bean is not wiring while deployind using WTP eclipse jboss stackoverflow.comI'm developping an application using Jboss-4.2.3.GA, spring 3.1.0.RC1 (framework, aop,...), Maven 3.3 and eclipse Indigo. If i deploy my webApp on Jboss using a command line jboss:deploy without using ... |
6. JBoss 6.0.0 Final and PropertyPlaceholderConfigurer forum.springsource.orgHi all! I need help with JBoss 6.0.0 Final and PropertyPlaceholderConfigurer. Code: |
7. Where to put beans.xml in JBoss forum.springsource.orgWhere to put beans.xml in JBoss Where do I put the beans.xml where it will be found? ClassPathResource res = new ClassPathResource("beans.xml"); Doesn't seem to be able to find it. I've ... |
8. How to read configuration file from a bean - please help (Spring, JBoss) forum.springsource.orgHow to read configuration file from a bean - please help (Spring, JBoss) Hello everyone! I'm trying to do a web application with Spring. I deploy my application to JBoss. I ... |
9. spring proxy generation along with jboss class loader isolation forum.springsource.orgspring proxy generation along with jboss class loader isolation 1.In my application i am getting the local EJB proxy using the spring with the below code public static Object getEJB(String name, ... |
10. JBoss 4.2.2 + Spring 2.5-Problem on ClassLoader of ContextSingletonBeanFactoryLocator forum.springsource.orgJBoss 4.2.2 + Spring 2.5-Problem on ClassLoader of ContextSingletonBeanFactoryLocator I'm using JBoss 4.2.2 and Spring 2.5 -- seems that I ran into the famouse ClassLoading Issue Layout of my test project ... |
11. [JBoss 4.0.2] UndeclaredThrowableException on SLB Proxy (classloading problem?) forum.springsource.org[solved] [JBoss 4.0.2] UndeclaredThrowableEx on SLB Proxy (classloading problem?) Hi, I'm trying to use a SimpleRemoteStatelessSessionProxyFactoryBean to access a session bean deployed in another ear on the same jboss instance. However, ... |
12. where to place the properties file in jboss forum.springsource.orgwhere to place the properties file in jboss hi i have spring project and i now have been problem with my project when i deploy it on Jboss 4.2.2 GA. i ... |
13. How do I get an instance of a bean in JBoss? forum.springsource.orgWhen JBoss starts up, I can see that my Spring beans do get initialized. At runtime, I want to be able to access these beans. Essentially, I need to get an ... |
14. Web interface for JMX beans in JBoss forum.springsource.orgWeb interface for JMX beans in JBoss Hi, I am new to JMX so need help. We have a Spring web application hosted in JBoss. The setup is such that we ... |
15. JMX beans now showing up in JBoss JMX page forum.springsource.orgJMX beans now showing up in JBoss JMX page Hello team, I'm new to Spring-JMX. Any help will be appreciated immensely. Because I'm new to the spring forums, I'm not allowed ... |
16. Beans in jBoss UnifiedClassLoader forum.springsource.orgBeans in jBoss UnifiedClassLoader The issue below is a bug or limitation affecting the use of Spring in jBoss (4.3 and probably 5.0). The problem has been reported to jBoss and ... |
17. Spring not picking up classes from Jboss class loader isolation forum.springsource.orgSpring not picking up classes from Jboss class loader isolation I am running spring inside JBoss 4.2.3 and I am trying to update Hibernate to the latest version. I am using ... |
18. JBoss hangs while loading bean definitions forum.springsource.orgJBoss hangs while loading bean definitions Hello All, I am trying to deploy my application to JBoss 5.0.1. I'm using Spring 3.0.0 + Hibernate 3 + JDK 6.0. The start up ... |
19. Memory Leak in JBoss 4.2.3 Classloader forum.springsource.orgMemory Leak in JBoss 4.2.3 Classloader I have a small application developed using Spring 2.5.5 that uses Spring MVC to display a couple of web pages of data retrieved from a ... |