[jboss-dev-forums] [Design of JCA on JBoss] - Re: Datasources not parsing jboss.server.data.dir

adrian@jboss.org do-not-reply at jboss.com
Tue Sep 23 08:38:35 EDT 2008


It should not be replacing properties during the parsing.

The correct place to fix this is in AbstractBuilder
when it constructs the ServiceTextValueMetaData.

That way it works for both xml and programmatic deployment.
e.g. profile service configurations won't be parsed instead the metadata
is passed in as a preexisting attachment.

NOTE: It also needs doing for other things not just plain text, e.g. 

  | <depends>${some.property:defaultDependency}</depends>
  | 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178287



More information about the jboss-dev-forums mailing list