JBoss 2 « Development « Spring Q&A





1. Load Time Weaving and JBoss 4.x ?    forum.springsource.org

Load Time Weaving and JBoss 4.x ? Hi, I'm planning to use AOP in a JEE application. To not use the AspectJ weaver I wish to use Load Time Weaving. I've ...

2. converting jboss jms client spring app to a bundle    forum.springsource.org

converting jboss jms client spring app to a bundle Hi, I am trying to convert a spring app (currently running in a standalone spring container) to a bundle and get it ...

3. Deploying spring in jboss    forum.springsource.org

Deploying spring in jboss Hi all, iam using spring in my project with hibernate, where i used spring for just wiring remaining thing will be in core java. Now i need ...

4. Configure Jboss for Spring App    forum.springsource.org

Hi all, I am trying to deploy the .war file in Jboss 4.0.4 GA. I am usinf Hessian Remoting described in Spring In action book. But problem is that the war ...

5. Newbie Help: AMS agent does not discover JBOSS server instance    forum.springsource.org

Newbie Help: AMS agent does not discover JBOSS server instance Hi, I am new to JMX and AMS. I am trying to get AMS agent discover the JBoss server instance in ...

6. Spring + Jboss. Starting RMI Registry    forum.springsource.org

Spring + Jboss. Starting RMI Registry Hi I have a question about a J2EE App which uses the Spring Framework. It's a Web application deployed in a JBoss 4.0.5GA app server. ...

7. JBoss Jms Topic Durable Subscription    forum.springsource.org

Hello, I'm new to spring integration and have so far found it very promising. I'm currently working with Jms and JBoss. Does someone have an example of configuring a connection to ...

8. Exemple to use spring DM with JBoss    forum.springsource.org

Hello, it's my first application with spring. please any one here in this forum can help me to find an exemple to use spring dynamic modules with server application JBoss. Tkx ...

9. Jboss messaging with Tomcat    forum.springsource.org

Jboss messaging with Tomcat Hi All, I am trying to connect to my queue which is defined inside my jboss app server. I am using jboss-messaging. To publish message to queue ...





10. Jboss 5 @RequestMapping    forum.springsource.org

Jboss 5 @RequestMapping I've just hit a very weird issue... I have no clue whether it's a Spring or Jboss related For some reason Annotation based @RequestMapping and possibly @Autowired are ...

11. jboss 5 clasloader problems    forum.springsource.org

jboss 5 clasloader problems Hi all, I have a long running production app that works fine in jboss 4.0.5 . I'm porting it to jboss 5, and I have 2 issues: ...

12. Jboss    forum.springsource.org

Hi I deployed my spring MVC app to jboss and I am getting the following error java.lang.NoClassDefFoundError: org/antlr/runtime/RecognitionException Any ideas about what might be causing this.

13. Spring JMS with JBoss Messaging    forum.springsource.org

Spring JMS with JBoss Messaging We are evaluating JBoss Messaging for internal apps and would ideally like to use Spring JMS framework interacting with the same. But on searching the JBoss ...

14. JBoss 5.0 and Java 6, configuration change probably needed    forum.springsource.org

JBoss 5.0 and Java 6, configuration change probably needed While the description in http://static.springsource.org/sprin...tml#saaj-jboss is fairly accurate, the fix applies to more than just the symptom of "IndexOutOfBoundsException". It probably applies ...

15. spring error when deploying to jboss 5    forum.springsource.org

spring error when deploying to jboss 5 Code: org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unnamed bean definition specifies neither 'class' nor 'parent' nor 'factory-bean' - can't generate bean name Offending resource: ServletContext resource [/WEB-INF/applicationContext.xml] ...

16. Only target namespace in response (JBoss)    forum.springsource.org

Only target namespace in response (JBoss) Hi, I am using a JBoss 5/JBoss WebService 2.1 as well as a separate Tomcat 5.5 instance and Java 5 on Mac OSX 10.5. My ...





17. Problems w/ Spring on JBoss    forum.springsource.org

Problems w/ Spring on JBoss So I've got an issue w/ spring loading resources off of the classpath, running on JBoss (problem exists in 5, 4.2.3 and 5.1). It's a 3rd ...

18. Context scanning on Jboss 5    forum.springsource.org

Hi All, When I use context scanning and deploy it on Jboss5. Spring somehow seem to have issue of finding the beans in the classpath. If the same war is dropped ...

19. Issue in JBoss 5.0.1.GA    forum.springsource.org

May 20th, 2009, 01:47 AM #1 bharani.82 View Profile View Forum Posts Private Message Junior Member Join Date May 2009 Posts 1 Issue in JBoss 5.0.1.GA Hi All, I m getting ...

20. Runing Spring Dynmaic Modules within JBoss    forum.springsource.org

Runing Spring Dynmaic Modules within JBoss Hi - I am trying to run Spring Dynamic modules within Jboss 5 AS. I am using the servlet bridge from Eclipse to bridge the ...

21. Spring on JBoss WEB-INF/lib loading problem    forum.springsource.org

Jun 11th, 2009, 05:36 AM #1 springbeansoup View Profile View Forum Posts Private Message Junior Member Join Date Jun 2009 Posts 4 Spring on JBoss WEB-INF/lib loading problem I am using ...

22. SoapHEader.getResult() returns DOMResult on Tomcat but SAXResult on JBoss`    forum.springsource.org

We have a Web Service Client that works fine under Tomcat but when we run under JBoss, we get a ClassCastException when getting the result from the header like below. SoapMessage ...

23. Rmi registry not detected on JBoss    forum.springsource.org

24. Jboss 5 vfsfile protocol problem    forum.springsource.org

Jboss 5 vfsfile protocol problem We have a web application in production that uses: a) jboss 4.2.1 b) spring 2.5.1 c) hibernate 3.2 We use ContextLoaderListener to bootstrap our application context ...

25. Jms Durable Subscription on jboss client-id problem    forum.springsource.org

Jms Durable Subscription on jboss client-id problem Hello I want to create a JMS durable subscriber on Jboss 4.2.3 I use DefaultMessageListenerContainer for that but the clientId property seems to be ...

26. @Autowired @Interceptors JBoss applicationContext.xml stick loaded after redeploy    forum.springsource.org

@Autowired @Interceptors JBoss applicationContext.xml stick loaded after redeploy I'm using JBoss 5 and Spring 2.5. I'm making use of the @Autowired annotation and the @Interceptors and it all works ok at ...

27. Dependency injection via @Resource when deploying on JBoss    forum.springsource.org

Dependency injection via @Resource when deploying on JBoss What is the recommended way to use annotation-based dependency injection via @Resource when deploying to a container that processes these annotations independently of ...

28. Spring error deploying to JBoss 5    forum.springsource.org

Spring error deploying to JBoss 5 After copying the war file to the deploy directory and starting JBoss 5.1.0GA, the following error occurs: Code: 19:54:14,883 INFO [XmlBeanDefinitionReader] Loading XML bean definitions ...

29. Spring Portlet not working on Jboss    forum.springsource.org

Hi, I am new to spring portlet. I have deployed a sample portlet application on Jboss and tomcat. The war gets deployed successfully but on calling the URL on browser gives ...

30. spring ContextLoader failsl on Jboss 5.1 on IBM AIX 5.1 OS    forum.springsource.org

I try to deploy my WAR application in JBoss 5.1.0 (on an IBM AIX 5.1 64 bit) first :context start and i have this line 2009-09-22 11:40:40,213 INFO [org.springframework.web.context.ContextLoader] (main) Root ...

31. Multiple Spring Containers on the same JBoss Server    forum.springsource.org

Multiple Spring Containers on the same JBoss Server I need some help here. We are trying to deploy two copies of the web services in the same Jboss server (4.0.5.GA) but ...

32. AMS : JMX communication with JBoss 4.3    forum.springsource.org

Hello, I'm trying to import via JMX the metrics JMX metrics from the embedded Tomcat6 webapps. I use an instrumented version of Spring and thus would like to import it into ...

33. jboss RMI timeout    forum.springsource.org

jboss RMI timeout My client web application runs on tomcat and needs to invoke remote methods in JBoss. In the client side I'm using spring 2.5. There I've configured the my ...

34. JBoss 4.3 : Spring metrics & JVM metrics    forum.springsource.org

JBoss 4.3 : Spring metrics & JVM metrics Hi all, Thanks for all the help I got here, but I'm still stuck with the following problems : I can't have both ...

35. Error deploying Spring 2.5.1 in JBoss 5.1    forum.springsource.org

Nov 17th, 2009, 07:03 AM #1 jesusandres View Profile View Forum Posts Private Message Junior Member Join Date Nov 2009 Posts 1 Error deploying Spring 2.5.1 in JBoss 5.1 Hello, I'm ...

36. Unable to re-publish war to jboss without restart    forum.springsource.org

Nov 19th, 2009, 10:33 AM #1 beau View Profile View Forum Posts Private Message Junior Member Join Date Nov 2009 Posts 2 Unable to re-publish war to jboss without restart Hello, ...

37. How to do Spring Security2 in JBOSS AS5?    forum.springsource.org

I'm trying to integrate Spring security2 with a web application running on JBOSS AS5. Is there an example on the web which describes the required steps? Thanks

38. Using ContextLoaderListener in JBoss config with default wars    forum.springsource.org

Using ContextLoaderListener in JBoss config with default wars I'm trying to use Spring to configure a web app deployed in JBoss. I've added this to the web.xml: org.springframework.web.context.ContextLoade rListener ...

39. Deployment errors in JBoss 4.2.1 AS with multiple applications using Spring    forum.springsource.org

Deployment errors in JBoss 4.2.1 AS with multiple applications using Spring Hello, I have three applications deployed on JBoss 4.2.1 Application Server. All these applications are using the Spring Framework and ...

40. Dom4J and Jboss 4.2.3    forum.springsource.org

Hi, I trying for many time run a application that use Hibernate 3.3.2GA, Spring 3.0.1 and jboss 4.2.3GA. When I run It, the follow error happens: Code: Caused by: org.dom4j.DocumentException: org.dom4j.DocumentFactory ...

41. Trouble Deploying in JBoss 5+    forum.springsource.org

Mar 10th, 2010, 11:19 AM #1 xusword View Profile View Forum Posts Private Message Junior Member Join Date Feb 2009 Posts 4 Trouble Deploying in JBoss 5+ Hi I have a ...

42. Constructor Injection Failing for JBoss Factory.    forum.springsource.org

We are using JBoss [3.0.3 GA] Cache. The way it is initialized is: Spring version: 2.5.4 Code: ...

43. Injected finders not foundin JBoss    forum.springsource.org

Injected finders not foundin JBoss Hi, I have a ROO project which runs fine via junits inside eclipse. I have spend a couple of weeks developing a build and deployment environment ...

44. Spring JBoss Issue    forum.springsource.org

Spring JBoss Issue Hey Everyone. This is kind of more of a JBoss error than it is a Spring Roo error, but I thought maybe somebody here might have some insight. ...

45. Delegating to a JBoss conainer with a SPNEGO domain    forum.springsource.org

Delegating to a JBoss conainer with a SPNEGO domain Hello, I've inherited a grails 1.1.1 application that uses spring 2.5.6 and spring security 2.0.4 within JBoss 5.1. I am not allowed ...

46. Spring 2.5.6 + tiles 2.2.2 + jboss 5    forum.springsource.org

Spring 2.5.6 + tiles 2.2.2 + jboss 5 Hi all I'm trying to mount an application with Spring + tiles. I'm deploying the war file into a jboss 5.0.1 AS. When ...

47. Spring Dm 2.0 with Jboss    forum.springsource.org

Spring Dm 2.0 with Jboss Hi, We are planning to do a new web services project which has to support multiple versions and we don't want any down time while deploying ...

48. JMX and Jboss    forum.springsource.org

Hello, I understand how to expose MBean using Spring. If I want to see the MBean in the jmx console of jboss do I need to use Spring MVC ?

49. JBoss Negotiation and Pre-Auth    forum.springsource.org

JBoss Negotiation and Pre-Auth Hi, I am trying to combine JBoss Negotiation 2.0.3-SP2 with Spring Security 2.0.5. I have the JBoss Negotiation working in JAAS, and it is authenticating the request. ...

50. Form tags URL not getting resolved in jBoss 5.0.1    forum.springsource.org

Form tags URL not getting resolved in jBoss 5.0.1 I got the following error: The absolute uri: http://www.springframework.org/tags/form cannot be resolved. I know that the URI is supposed to be resolved ...

51. component-scan failed in both JBoss and GlassFish after package to jar    forum.springsource.org

component-scan failed in both JBoss and GlassFish after package to jar Hi guys, I used spring in a library project with component-scan, then packaged to a jar file and copied into ...

52. Spring support in JBoss Portal    coderanch.com

53. spring jboss commandline    forums.oracle.com