On Jan 18, 2007, at 11:17 PM, Jacek Laskowski wrote:
On 1/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: dain
Date: Thu Jan 18 22:51:43 2007
New Revision: 497717
URL: http://svn.apache.org/viewvc?view=rev&rev=497717
Log:
Stubbed out ejb daemon gbean
...
+public class EjbDaemonGBean implements NetworkConnector,
GBeanLifecycle {
...
+ public void doStart() throws Exception {
+ Properties properties = new Properties();
+ properties.setProperty("server",
"org.apache.openejb.server.ejbd.EjbServer");
I wish we didn't include any unmodifiable values of GBean properties
like the above. Could it be overriden via the gbean's server
attribute?
That code didn't actually work anyway, so I yanked it. Check out the
new gbean.
-David