On Sep 7, 2011, at 1:25 PM, Jacek Laskowski wrote: > Hi, > > I've been asked about MDBs and their @ActivationConfigProperty's in > OpenEJB. Is there a way to set them up outside the code (annotations) > or a deployment descriptor? Any other ways available? Are they used in > Geronimo? In WAS you can configure activation specs in the console and > was wondering if there's anything like that in openejb/geronimo. > > @ActivationConfigProperty( > propertyName = "hostName", propertyValue = "localhost" > ),
Wondered several times if anyone was ever going to ask for that feature :) Added it: https://issues.apache.org/jira/browse/OPENEJB-1654 Completely unverified -- no tests. It could use a handful of tests if anyone has time to contribute some. Looks like it could use about 12 or so tests, but 1 or 2 is better than 0 :) Up for grabs! -David
