[jboss-as7-dev] Configuration of expression and system-properties (ejb3 subsystem)

Wolf-Dieter Fink wfink at redhat.com
Wed Jul 4 10:29:03 EDT 2012


I want to set
     <default-distinct-name value="${server.distinct.name:}"/>     <!-- 
default to "" empty -->
for the ejb3 subsystem.

If I look into the sources for ModelNode this should work, also do a 
simple mail-class test ;)

Also if I set later in the server-group
     <system-properties><property name="server.distinct.name" value=""/>

The result is the same:
EJBCLIENT000025: No EJB receiver available for handling [appName:apptwo, 
moduleName:ejb, distinctName:]

If I set property to "XX" or default-distinct-name to 
"${server.distinct.name:XX}" (and don't set property)
everything works fine.

I suppose that there is something wrong with the setting for the 
receiver, but I don't see anything in TRACE level that give me an idea.

Does anybody can help?

- Wolf


More information about the jboss-as7-dev mailing list