Hello

Looks like while packaging assemblies the openejb cnfiguration is picked
from my m2 repository and not from newly built folder. My m2 repository had
some older version of openejb-2.0-SNAPSHOT.car configuration, hence the
error.

I manually added the openejb and openejb-deployer configuration to my build
and things work fine.

Is there a way by which i can force build to pick the configuration from by
newly created targets and not from repository.

Thanks
Rakesh

On 2/2/07, Rakesh Midha <[EMAIL PROTECTED]> wrote:

Hello

I downloaded the trunk with revision 501836
I built the trunk with changes suggested by Kevan in Re: windows build
failure, the build was successful. But the server startup fails with
following message in logs:
WARN  [ConfigurationUtil] Could not load gbean org.apache.geronimo.configs
/openejb/2.0-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs
/openejb/2.0-SNAPSHOT/car,j2eeType=GBean,name=OpenEjbSystem
org.apache.geronimo.gbean.InvalidConfigurationException : Could not load
operation parameter class: name=configureApplication class=
org.apache.openejb.alt.config.EjbModule
    at org.apache.geronimo.gbean.runtime.GBeanOperation.<init>(
GBeanOperation.java:75)
    at org.apache.geronimo.gbean.runtime.GBeanInstance.<init>(
GBeanInstance.java:298)
    at org.apache.geronimo.kernel.basic.BasicKernel.loadGBean(
BasicKernel.java:354)
    at
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(
ConfigurationUtil.java:363)
    at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(
KernelConfigurationManager.java:187)
    at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(
SimpleConfigurationManager.java:527)
    at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration
(SimpleConfigurationManager.java:508)
    at
org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke(<generated>)
    at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
    at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(
FastMethodInvoker.java:38)
    at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke (
GBeanOperation.java:127)
    at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(
GBeanInstance.java:820)
    at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java
:57)
    at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke (
RawOperationInvoker.java:35)
    at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(
ProxyMethodInterceptor.java:96)
    at
org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$227b6030.startConfiguration(<generated>)
    at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:286)
    at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
    at org.apache.geronimo.system.main.Daemon.main (Daemon.java:366)

Looks like it is a problem with the class
org.apache.openejb.alt.config.EjbModule, the class
org.apache.openejb.config.EjbModule exists but it is expected in
openejb\alt\config

Any Idea what is wrong?

Thanks
Rakesh



Reply via email to