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?

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl

Reply via email to