[jboss-user] [Spring Integration] - Re: How to access deployed bean reference from a different s

2009-11-28 Thread marius.bogoevici
My previous post had a formatting error and was barely readable, so let me repost it: Ivan, descriptionParentBeanFactory=BillingFramework/description won't work in the JBoss Deployer, you need to use braces, but apart from that, it is a JBoss Deployer specific feature, and I don't think Mule

[jboss-user] [Spring Integration] - Re: How to access deployed bean reference from a different s

2009-11-27 Thread zithuba
You must use braces '()' not qoutations '' in your description when you define your bean factory or parentbeanfactory. | beans xmlns=... | | !-- This description tag doesn't work -- | descriptionParentBeanFactory=(BillingFramework)/description | | !-- access

[jboss-user] [Spring Integration] - Re: How to access deployed bean reference from a different s

2009-11-25 Thread marius.bogoevici
Post #2, sorry for moving this by mistake. ivanyuan wrote : Hi Marius, | | I also tried using the following spring bean context file | | | ?xml version=1.0 encoding=UTF-8? | | beans xmlns=http://www.springframework.org/schema/beans; | |

[jboss-user] [Spring Integration] - Re: How to access deployed bean reference from a different s

2009-11-25 Thread marius.bogoevici
Ivan, [codeParentBeanFactory=BillingFramework View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267608#4267608 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267608 ___ jboss-user

[jboss-user] [Spring Integration] - Re: How to access deployed bean reference from a different s

2009-11-24 Thread ivanyuan
Hi Marius, I also tried using the following spring bean context file | ?xml version=1.0 encoding=UTF-8? | beans xmlns=http://www.springframework.org/schema/beans; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xmlns:jaxrs=http://cxf.apache.org/jaxrs; |