Discussion:
[jboss-user] [Snowdrop] - How can I use snowdrop in JBoss7.1.X to Integrate Spring 2.5.6
qiaoqiao li
2013-08-08 09:10:16 UTC
Permalink
qiaoqiao li [https://community.jboss.org/people/liqiaoqiaozc] created the discussion

"How can I use snowdrop in JBoss7.1.X to Integrate Spring 2.5.6"

To view the discussion, visit: https://community.jboss.org/message/831900#831900

--------------------------------------------------------------
In web.xml "ContextClass " works in JBoss7.0.X ,but it does't work in JBoss7.1.X . Someone kown it.Please tell me . Thanks!
<context-param>
  <param-name>contextClass</param-name>
  <param-value>org.jboss.spring.vfs.context.VFSXmlWebApplicationContext</param-value>
</context-param>
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/831900#831900]

Start a new discussion in Snowdrop at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]
Joshua Wilson
2013-08-08 13:48:26 UTC
Permalink
Joshua Wilson [https://community.jboss.org/people/jowilson] created the discussion

"Re: How can I use snowdrop in JBoss7.1.X to Integrate Spring 2.5.6"

To view the discussion, visit: https://community.jboss.org/message/831956#831956

--------------------------------------------------------------
qiaoqiao li,

I have the https://github.com/snowdrop/snowdrop-examples/tree/master/sportsclub/spring-2 Sportclub example running in JBoss 7.1.2, 7.1.3, and 7.2.0. 

Can you try https://github.com/snowdrop/snowdrop-examples/tree/master/sportsclub/spring-2 Sportsclub and see if you still get the error?  In the mean while, can you please post a complete Stack Trace?

thanks,
joshua
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/831956#831956]

Start a new discussion in Snowdrop at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]
qiaoqiao li
2013-08-09 01:25:41 UTC
Permalink
qiaoqiao li [https://community.jboss.org/people/liqiaoqiaozc] created the discussion

"Re: How can I use snowdrop in JBoss7.1.X to Integrate Spring 2.5.6"

To view the discussion, visit: https://community.jboss.org/message/832034#832034

--------------------------------------------------------------
where can I get JBoss7.1.2 , JBoss7.1.3 or 7.2.0 .Can you give me a link?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/832034#832034]

Start a new discussion in Snowdrop at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]
Joshua Wilson
2013-08-09 02:10:41 UTC
Permalink
Joshua Wilson [https://community.jboss.org/people/jowilson] created the discussion

"Re: How can I use snowdrop in JBoss7.1.X to Integrate Spring 2.5.6"

To view the discussion, visit: https://community.jboss.org/message/832038#832038

--------------------------------------------------------------
You can get http://www.jboss.org/jbossas/downloads EAP 6.1.0 which is the hardened version of JBoss AS 7.2.0.  This should be free to use as a developer.  That would be my first recommendation. (Snowdrop is designed for EAP, which is based on JBoss AS.)

If you want the plain old JBoss AS then you will need to go to github and build it based on the 'tag' of the version you are looking for.
https://github.com/wildfly/wildfly/tree/7.1.2.Final JBoss AS 7.1.2
https://github.com/wildfly/wildfly/tree/7.1.3.Final JBoss AS 7.1.3
https://github.com/wildfly/wildfly/tree/7.2.0.Final JBoss AS 7.2.0
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/832038#832038]

Start a new discussion in Snowdrop at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]
Loading...