[ 
http://issues.apache.org/jira/browse/GERONIMO-1455?page=comments#action_12362773
 ] 

Donald Woods commented on GERONIMO-1455:
----------------------------------------

Seems that this may be related to the new load="false" attribute support.  
Looking at the following file -
   
modules\system\src\java\org\apache\geronimo\system\configuration\ConfigurationOverride.java
if the attribute load="false" is found for a configuration in the config.xml, 
then this.load is set to false.  This is used in file -
   
modules\system\src\java\org\apache\geronimo\system\configuration\LocalAttributeManager.java
        if (!configuration.isLoad()) {
            return Collections.EMPTY_LIST;
        }
to not set any attributes or load any of the configurations GBeans, which is 
what we see happening in the logfile.


> Start of CAR does not load and start its GBeans
> -----------------------------------------------
>
>          Key: GERONIMO-1455
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1455
>      Project: Geronimo
>         Type: Bug
>   Components: kernel
>     Versions: 1.0
>  Environment: AG 1.0 on WinXP with Sun 1.4.2_08
>     Reporter: Donald Woods
>     Priority: Critical
>      Fix For: 1.1, 1.0.1

>
> Start AG 1.0 with Log4j logging set to Debug.
> Login in to Console.
> Open System Modules portlet.
> Select Start for geronimo/j2ee-corba/1.0/car.  It shows it as started in the 
> Console and the state as Running in the logfile, but there is no output from 
> CSSBean, SunORB or OpenEJB since the Server and UnprotectedServer GBeans were 
> not actually started.
> Shutdown server.
> Start Server.
> The geronimo/j2ee-corba/1.0/car is started and port 1050 is now active.
> In the geronimo.log, there are now CSSBean, SunORB and OpenEJB log 
> statements, since the Server and UnprotectedServer GBeans were loaded and 
> started.
> The same problem occurs with the command-line deployer.  Using the start 
> param, the CAR is loaded, but none of the GBeans are loaded or started until 
> you stop and restart the server.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to