[jboss-user] [JBoss/Spring Integration] - Re: Deploying multiple XML files as a single SpringApplicati

2007-12-19 Thread alesj
Currently there is no way of doing that. But you can declare a hierarchy - see article for more details (bottom of http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSpringIntegration). I just rewrote SpringDeployer for JBoss5. Perhaps this feature can find place there. btw: why would you like to ha

[jboss-user] [JBoss/Spring Integration] - Re: Deploying multiple XML files as a single SpringApplicati

2007-12-19 Thread acricken
It's often useful to break beans out into separate XML files for legibility, as well as making it easier to swap certain portions for different configurations or environments. While this may speak to an over-reliance on Spring for DI, I still find it useful. When doing this, it's desirable to

[jboss-user] [JBoss/Spring Integration] - Re: Deploying multiple XML files as a single SpringApplicati

2007-12-19 Thread alesj
Use our Microcontainer, which is a full blown state machine, so it doesn't really matter in which order you deploy your beans. And you can split the beans definitions in as fine grained files as you like. http://labs.jboss.com/jbossmc And you can already deploy existing Spring beans .xml files wit

[jboss-user] [JBoss/Spring Integration] - Re: Deploying multiple XML files as a single SpringApplicati

2008-02-13 Thread mayankk
I found a way to make this work. Write your jboss-spring.xml as follows... | http://www.springframework.org/schema/beans"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xmlns:jee="http://www.springframework.org/schema/jee"; | xmlns:aop="http://www.springframework.

[jboss-user] [JBoss/Spring Integration] - Re: Deploying multiple XML files as a single SpringApplicati

2008-02-13 Thread mayankk
has this feature been incorporated in the spring deployer as yet? thnx, -mayank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129298#4129298 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129298 __

[jboss-user] [JBoss/Spring Integration] - Re: Deploying multiple XML files as a single SpringApplicati

2008-02-14 Thread alesj
"mayankk" wrote : has this feature been incorporated in the spring deployer as yet? | The SpringDeployer has been updated to work with the new AS5/MC deployers, but this feature is out of the scope of what the deployer actually does. And having Microcontainer makes no sense to implement this o

[jboss-user] [JBoss/Spring Integration] - Re: Deploying multiple XML files as a single SpringApplicati

2008-05-15 Thread barifla
"alesj" wrote : Use our Microcontainer, which is a full blown state machine, so it doesn't really matter in which order you deploy your beans. | And you can split the beans definitions in as fine grained files as you like. | http://labs.jboss.com/jbossmc | | Can you explain me how please

[jboss-user] [JBoss/Spring Integration] - Re: Deploying multiple XML files as a single SpringApplicati

2008-05-15 Thread alesj
"barifla" wrote : Can you explain me how please? I'd like to use Spring DI in JBoss so I need some information about that. | How exactly would you use Spring DI? "barifla" wrote : | Can you write me an example please? I'm a Java newbie so every thing is complicated for me. | Be more sp