Hi guys,

I have followed some tips in other posts but I cannot make this works.

My properties-service.xml

  | <attribute name="Properties">
  |   myProperty=myPropertyValue
  | </attribute>
  | 

my app-servlet.xml

  | <bean id="MyService" class="acme.MyServiceImp">
  |   <property name="myProperty" value="${myProperty}"/>
  | </bean>
  | 

The issue is that the ${myProperty} value in my app-servlet.xml are not bind to 
the correct value that I spect for, myPropertyValue.

Is there some additional spring conf that I forgot?!?

Any help will be apreciate, tks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131543#4131543

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131543
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to