You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by John Pfeifer <jo...@hnpsolutions.com> on 2007/04/11 16:26:13 UTC

Axis2 Spring EJB Lookup with Weblogic 814

I was wondering if anyone has been able to get Axis2 Spring integration to lookup EJBs in Weblogic 814.  We are running with all libraries in the aar lib directory (this is where the ejb client jars reside).  The aar fails to deploy, the root cause being NoClassDefFound.  Any help would be greatly appreciated.

     [java] org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/foo/AccountAccessorHome; nested exception is:

<bean id="remoteJndiTemplate" class="org.springframework.jndi.JndiTemplate">
        <property name="environment">
            <props>
                <prop key="java.naming.factory.initial">weblogic.jndi.WLInitialContextFactory</prop>
                <prop key="java.naming.provider.url">${ejbUrl.${env}}</prop>
            </props>
        </property>
</bean>    

    <bean id="accountAccessor" class="org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean">
        <property name="jndiName"><value>AccountAccessor</value></property>
        <property name="businessInterface"><value>com.foo.AccountAccessor</value></property>
        <property name="jndiTemplate"><ref bean="remoteJndiTemplate"/></property>
    </bean>

Thanks,

jp4

Re: Axis2 Spring EJB Lookup with Weblogic 814

Posted by robert lazarski <ro...@gmail.com>.
Download locations :
*binary distributions*-
http://people.apache.org/~deepal/axis2/1.2-RC2/axis2-1.2-RC2.zip<http://people.apache.org/%7Edeepal/axis2/1.2-RC2/axis2-1.2-RC2.zip>
*source distribution *
http://people.apache.org/~deepal/axis2/1.2-RC2/axis2-1.2-RC2-src.zip<http://people.apache.org/%7Edeepal/axis2/1.2-RC2/axis2-1.2-RC2-src.zip>
*docs distribution*
http://people.apache.org/~deepal/axis2/1.2-RC2/axis2-1.2-RC2-docs.zip<http://people.apache.org/%7Edeepal/axis2/1.2-RC2/axis2-1.2-RC2-docs.zip>
*war distribution*
http://people.apache.org/~deepal/axis2/1.2-RC2/axis2.war<http://people.apache.org/%7Edeepal/axis2/1.2-RC2/axis2.war>

*jars*
http://people.apache.org/~deepal/maven/org.apache.axis2/jars/<http://people.apache.org/%7Edeepal/maven/org.apache.axis2/jars/>

*mars* (addressing and soapmonitor)
http://people.apache.org/~deepal/maven/org.apache.axis2/mars/<http://people.apache.org/%7Edeepal/maven/org.apache.axis2/mars/>

*poms*
http://people.apache.org/~deepal/maven/org.apache.axis2/poms/<http://people.apache.org/%7Edeepal/maven/org.apache.axis2/poms/>

You may try the services.list option as it may be related to why your aar /
spring can't find your classes.

Another thing - try to isolate whether its spring or the aar that can't find
your classes. Are your classes inside the aar ? Via lib/jar or classes ? Can
you execute any of your classes before you load spring ?

HTH,
Robert

On 4/11/07, John Pfeifer <jo...@hnpsolutions.com> wrote:
>
>  Robert,
>
> We are using Axis2 1.1.  We are running spring inside the aar file.  We
> may be able to test Axis2 1.2 RC2, but I can't seem to find it on the
> maven2 ibiblio repo.
>
> Thanks,
>
> John
>
>
> -----Original Message-----
> From: robert lazarski [mailto:robertlazarski@gmail.com<ro...@gmail.com>
> ]
> Sent: Wed 4/11/2007 1:07 PM
> To: axis-user@ws.apache.org
> Subject: Re: Axis2 Spring EJB Lookup with Weblogic 814
>
> What version exactly of axis2 are you using ? Any chance of you testing
> the
> same setup on axis2 1.2 RC2 ?
>
> Concerning the stacktrace specifically, it can't find your own classes.
> Are
> you running spring inside or outside the aar ?
>
> Robert
>
> On 4/11/07, John Pfeifer <jo...@hnpsolutions.com> wrote:
> >
> > Robert,
> >
> > We have been successfully using Axis2 in Weblogic 8.14 for about 8
> months
> > now.  This is the first time that we have had a need to call EJB from
> our
> > Web Services.  We are deploying a single aar file which resides in the
> > WEB-INF/services directory.  We don't currently have a services.listfile
> > (we have never used this file before and everything has worked up until
> this
> > point).  I have included the stacktrace below.
> >
> > Thanks,
> >
> > John
> >
> > [java] org.apache.axis2.deployment.DeploymentException: Processing
> > Operations Modules Error creating bean with name 'accountAccessor'
> defined
> > in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException:
> > Processing Operations Modules Error creating bean with name
> > 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException:
> > Processing Operations Modules Error creating bean with name
> > 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException:
> > Processing Operations Modules Error creating bean with name
> > 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome
> >
> >      [java]     at
> >
> org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup
> > (ArchiveReader.java:139)
> >
> >      [java]     at org.apache.axis2.deployment.DeploymentEngine.doDeploy
> (
> > DeploymentEngine.java:528)
> >
> >      [java]     at
> > org.apache.axis2.deployment.repository.util.WSInfoList.update(
> > WSInfoList.java:196)
> >
> >      [java]     at org.apache.axis2.deployment.RepositoryListener.update
> (
> > RepositoryListener.java:227)
> >
> >      [java]     at
> > org.apache.axis2.deployment.RepositoryListener.checkServices(
> > RepositoryListener.java:174)
> >
> >      [java]     at
> > org.apache.axis2.deployment.DeploymentEngine.loadServices(
> > DeploymentEngine.java:88)
> >
> >      [java]     at
> > org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(
> > WarBasedAxisConfigurator.java:252)
> >
> >      [java]     at
> >
> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext
> > (ConfigurationContextFactory.java:72)
> >
> >      [java]     at
> > org.apache.axis2.transport.http.AxisServlet.initConfigContext(
> > AxisServlet.java:373)
> >
> >      [java]     at org.apache.axis2.transport.http.AxisServlet.init(
> > AxisServlet.java:317)
> >
> >      [java]     at
> > weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(
> > ServletStubImpl.java:1028)
> >
> >      [java]     at
> > weblogic.security.acl.internal.AuthenticatedSubject.doAs(
> > AuthenticatedSubject.java:321)
> >
> >      [java]     at weblogic.security.service.SecurityManager.runAs(
> > SecurityManager.java:121)
> >
> >      [java]     at
> weblogic.servlet.internal.ServletStubImpl.createServlet
> > (ServletStubImpl.java:904)
> >
> >      [java]     at
> > weblogic.servlet.internal.ServletStubImpl.createInstances(
> > ServletStubImpl.java:883)
> >
> >      [java]     at
> > weblogic.servlet.internal.ServletStubImpl.prepareServlet(
> > ServletStubImpl.java:822)
> >
> >      [java]     at
> > weblogic.servlet.internal.WebAppServletContext.preloadServlet(
> > WebAppServletContext.java:3333)
> >
> >      [java]     at
> > weblogic.servlet.internal.WebAppServletContext.preloadServlets(
> > WebAppServletContext.java:3278)
> >
> >      [java]     at
> > weblogic.servlet.internal.WebAppServletContext.preloadResources(
> > WebAppServletContext.java:3259)
> >
> >      [java]     at
> > weblogic.servlet.internal.WebAppServletContext.setStarted(
> > WebAppServletContext.java:5949)
> >
> >      [java]     at weblogic.servlet.internal.WebAppModule.start(
> > WebAppModule.java:862)
> >
> >      [java]     at weblogic.j2ee.J2EEApplicationContainer.start(
> > J2EEApplicationContainer.java:2127)
> >
> >      [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(
> > J2EEApplicationContainer.java:2168)
> >
> >      [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(
> > J2EEApplicationContainer.java:2115)
> >
> >      [java]     at
> > weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation
> (
> > SlaveDeployer.java:3082)
> >
> >      [java]     at
> >
> weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications
> > (SlaveDeployer.java:1751)
> >
> >      [java]     at weblogic.management.deploy.slave.SlaveDeployer.resume
> (
> > SlaveDeployer.java:359)
> >
> >      [java]     at
> > weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(
> > DeploymentManagerServerLifeCycleImpl.java:229)
> >
> >      [java]     at weblogic.t3.srvr.SubsystemManager.resume(
> > SubsystemManager.java:131)
> >
> >      [java]     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
> >
> >      [java]     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
> >
> >      [java]     at weblogic.Server.main(Server.java:32)
> >
> >      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> > Processing Operations Modules Error creating bean with name
> > 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException:
> > Processing Operations Modules Error creating bean with name
> > 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome
> >
> >      [java] 11 Apr 2007 09:45:41 [ERROR]
> > ...apache.axis2.deployment.DeploymentEngine - Invalid service
> > wss-server-8.1INTEGRA-SNAPSHOT.aar due to Processing Operations Modules
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException:
> > Processing Operations Modules Error creating bean with name
> > 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException:
> > Processing Operations Modules Error creating bean with name
> > 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException:
> > Processing Operations Modules Error creating bean with name
> > 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome
> >
> >      [java] org.apache.axis2.deployment.DeploymentException: Processing
> > Operations Modules Error creating bean with name 'accountAccessor'
> defined
> > in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException:
> > Processing Operations Modules Error creating bean with name
> > 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException:
> > Processing Operations Modules Error creating bean with name
> > 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException:
> > Processing Operations Modules Error creating bean with name
> > 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome
> >
> >      [java]     at
> > org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(
> > ServiceGroupBuilder.java:101)
> >
> >      [java]     at
> >
> org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup
> > (ArchiveReader.java:99)
> >
> >      [java]     at
> >
> org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup
> > (ArchiveReader.java:133)
> >
> >      [java]     ... 31 more
> >
> >      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> > Processing Operations Modules Error creating bean with name
> > 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome
> >
> >      [java]     at
> > org.apache.axis2.deployment.ServiceBuilder.populateService(
> > ServiceBuilder.java:329)
> >
> >      [java]     at
> > org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(
> > ServiceGroupBuilder.java:96)
> >
> >      [java]     ... 33 more
> >
> >      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome
> >
> >      [java]     at
> > org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(
> > ServiceBuilder.java:358)
> >
> >      [java]     at
> > org.apache.axis2.deployment.ServiceBuilder.populateService(
> > ServiceBuilder.java:136)
> >
> >      [java]     ... 34 more
> >
> >      [java] Caused by:
> > org.springframework.beans.factory.BeanCreationException: Error creating
> > bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome
> >
> >      [java]     at
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> > (AbstractAutowireCapableBeanFactory.java:1088)
> >
> >      [java]     at
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean
> > (AbstractAutowireCapableBeanFactory.java:429)
> >
> >      [java]     at
> >
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(
> > AbstractBeanFactory.java:250)
> >
> >      [java]     at
> >
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton
> > (DefaultSingletonBeanRegistry.java:141)
> >
> >      [java]     at
> > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> > AbstractBeanFactory.java:247)
> >
> >      [java]     at
> > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> > AbstractBeanFactory.java:161)
> >
> >      [java]     at
> >
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons
> > (DefaultListableBeanFactory.java:270)
> >
> >      [java]     at
> > org.springframework.context.support.AbstractApplicationContext.refresh(
> > AbstractApplicationContext.java:346)
> >
> >      [java]     at
> com.i4commerce.bml.webservice.axis2.SpringInit.startUp(
> > SpringInit.java:80)
> >
> >      [java]     at
> > org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(
> > ServiceBuilder.java:354)
> >
> >      [java]     ... 35 more
> >
> >      [java] Caused by: java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome
> >
> >      [java]     at java.lang.ClassLoader.defineClass0(Native Method)
> >
> >      [java]     at java.lang.ClassLoader.defineClass(ClassLoader.java
> :539)
> >
> >      [java]     at java.security.SecureClassLoader.defineClass(
> > SecureClassLoader.java:123)
> >
> >      [java]     at
> > weblogic.utils.classloaders.GenericClassLoader.findLocalClass(
> > GenericClassLoader.java:480)
> >
> >      [java]     at
> > weblogic.utils.classloaders.GenericClassLoader.findClass(
> > GenericClassLoader.java:182)
> >
> >      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
> >
> >      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
> >
> >      [java]     at
> > weblogic.utils.classloaders.GenericClassLoader.loadClass(
> > GenericClassLoader.java:224)
> >
> >      [java]     at java.lang.ClassLoader.loadClassInternal(
> > ClassLoader.java:302)     [java]     at java.lang.Class.forName0(Native
> > Method)
> >
> >      [java]     at java.lang.Class.forName(Class.java:219)
> >
> >      [java]     at
> > weblogic.utils.classloaders.GenericClassLoader.defineCodeGenClass(
> > GenericClassLoader.java:776)
> >
> >      [java]     at
> >
> org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup
> > (ArchiveReader.java:139)
> >
> >      [java]     at org.apache.axis2.deployment.DeploymentEngine.doDeploy
> (
> > DeploymentEngine.java:528)
> >
> >      [java]     at
> > org.apache.axis2.deployment.repository.util.WSInfoList.update(
> > WSInfoList.java:196)
> >
> >      [java]     at org.apache.axis2.deployment.RepositoryListener.update
> (
> > RepositoryListener.java:227)
> >
> >      [java]     at
> > org.apache.axis2.deployment.RepositoryListener.checkServices(
> > RepositoryListener.java:174)
> >
> >      [java]     at
> > org.apache.axis2.deployment.DeploymentEngine.loadServices(
> > DeploymentEngine.java:88)
> >
> >      [java]     at
> > org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(
> > WarBasedAxisConfigurator.java:252)
> >
> >      [java]     at
> >
> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext
> > (ConfigurationContextFactory.java:72)
> >
> >      [java]     at
> > org.apache.axis2.transport.http.AxisServlet.initConfigContext(
> > AxisServlet.java:373)
> >
> >      [java]     at org.apache.axis2.transport.http.AxisServlet.init(
> > AxisServlet.java:317)
> >
> >      [java]     at
> > weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(
> > ServletStubImpl.java:1028)
> >
> >      [java]     at
> > weblogic.security.acl.internal.AuthenticatedSubject.doAs(
> > AuthenticatedSubject.java:321)
> >
> >      [java]     at weblogic.security.service.SecurityManager.runAs(
> > SecurityManager.java:121)
> >
> >      [java]     at
> weblogic.servlet.internal.ServletStubImpl.createServlet
> > (ServletStubImpl.java:904)
> >
> >      [java]     at
> > weblogic.servlet.internal.ServletStubImpl.createInstances(
> > ServletStubImpl.java:883)
> >
> >      [java]     at
> > weblogic.servlet.internal.ServletStubImpl.prepareServlet(
> > ServletStubImpl.java:822)
> >
> >      [java]     at
> > weblogic.servlet.internal.WebAppServletContext.preloadServlet(
> > WebAppServletContext.java:3333)
> >
> >      [java]     at
> > weblogic.servlet.internal.WebAppServletContext.preloadServlets(
> > WebAppServletContext.java:3278)
> >
> >      [java]     at
> > weblogic.servlet.internal.WebAppServletContext.preloadResources(
> > WebAppServletContext.java:3259)
> >
> >      [java]     at
> > weblogic.servlet.internal.WebAppServletContext.setStarted(
> > WebAppServletContext.java:5949)
> >
> >      [java]     at weblogic.servlet.internal.WebAppModule.start(
> > WebAppModule.java:862)
> >
> >      [java]     at weblogic.j2ee.J2EEApplicationContainer.start(
> > J2EEApplicationContainer.java:2127)
> >
> >      [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(
> > J2EEApplicationContainer.java:2168)
> >
> >      [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(
> > J2EEApplicationContainer.java:2115)
> >
> >      [java]     at
> > weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation
> (
> > SlaveDeployer.java:3082)
> >
> >      [java]     at
> >
> weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications
> > (SlaveDeployer.java:1751)
> >
> >      [java]     at weblogic.management.deploy.slave.SlaveDeployer.resume
> (
> > SlaveDeployer.java:359)
> >
> >      [java]     at
> > weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(
> > DeploymentManagerServerLifeCycleImpl.java:229)
> >
> >      [java]     at weblogic.t3.srvr.SubsystemManager.resume(
> > SubsystemManager.java:131)
> >
> >      [java]     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
> >
> >      [java]     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
> >
> >      [java]     at weblogic.Server.main(Server.java:32)
> >
> >      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> > Processing Operations Modules Error creating bean with name
> > 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException:
> > Processing Operations Modules Error creating bean with name
> > 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome
> >
> >      [java]     at
> > org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(
> > ServiceGroupBuilder.java:101)
> >
> >      [java]     at
> >
> org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup
> > (ArchiveReader.java:99)
> >
> >      [java]     at
> >
> org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup
> > (ArchiveReader.java:133)
> >
> >      [java]     ... 31 more
> >
> >      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> > Processing Operations Modules Error creating bean with name
> > 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.apache.axis2.deployment.DeploymentException: Error
> > creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome
> >
> >      [java]     at
> > org.apache.axis2.deployment.ServiceBuilder.populateService(
> > ServiceBuilder.java:329)
> >
> >      [java]     at
> > org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(
> > ServiceGroupBuilder.java:96)
> >
> >      [java]     ... 33 more
> >
> >      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested
> exception
> > is:
> >
> >      [java]     org.springframework.beans.factory.BeanCreationException:
> > Error creating bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome
> >
> >      [java]     at
> > org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(
> > ServiceBuilder.java:358)
> >
> >      [java]     at
> > org.apache.axis2.deployment.ServiceBuilder.populateService(
> > ServiceBuilder.java:136)
> >
> >      [java]     ... 34 more
> >
> >      [java] Caused by:
> > org.springframework.beans.factory.BeanCreationException: Error creating
> > bean with name 'accountAccessor' defined in URL
> > [jar:file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome
> >
> >      [java]     at
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> > (AbstractAutowireCapableBeanFactory.java:1088)
> >
> >      [java]     at
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean
> > (AbstractAutowireCapableBeanFactory.java:429)
> >
> >      [java]     at
> >
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(
> > AbstractBeanFactory.java:250)
> >
> >      [java]     at
> >
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton
> > (DefaultSingletonBeanRegistry.java:141)
> >
> >      [java]     at
> > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> > AbstractBeanFactory.java:247)
> >
> >      [java]     at
> > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> > AbstractBeanFactory.java:161)
> >
> >      [java]     at
> >
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons
> > (DefaultListableBeanFactory.java:270)
> >
> >      [java]     at
> > org.springframework.context.support.AbstractApplicationContext.refresh(
> > AbstractApplicationContext.java:346)
> >
> >      [java]     at
> com.i4commerce.bml.webservice.axis2.SpringInit.startUp(
> > SpringInit.java:80)
> >
> >      [java]     at
> > org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(
> > ServiceBuilder.java:354)
> >
> >      [java]     ... 35 more
> >
> >      [java] Caused by: java.lang.NoClassDefFoundError:
> > com/i4commerce/bml/customer/workflow/AccountAccessorHome
> >
> >      [java]     at java.lang.ClassLoader.defineClass0(Native Method)
> >
> >      [java]     at java.lang.ClassLoader.defineClass(ClassLoader.java
> :539)
> >
> >      [java]     at java.security.SecureClassLoader.defineClass(
> > SecureClassLoader.java:123)
> >
> >      [java]     at
> > weblogic.utils.classloaders.GenericClassLoader.findLocalClass(
> > GenericClassLoader.java:480)
> >
> >      [java]     at
> > weblogic.utils.classloaders.GenericClassLoader.findClass(
> > GenericClassLoader.java:182)
> >
> >      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
> >
> >      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
> >
> >      [java]     at
> > weblogic.utils.classloaders.GenericClassLoader.loadClass(
> > GenericClassLoader.java:224)
> >
> >      [java]     at java.lang.ClassLoader.loadClassInternal(
> > ClassLoader.java:302)     [java]     at java.lang.Class.forName0(Native
> > Method)
> >
> >      [java]     at java.lang.Class.forName(Class.java:219)
> >
> >      [java]     at
> > weblogic.utils.classloaders.GenericClassLoader.defineCodeGenClass(
> > GenericClassLoader.java:776)
> >
> >      [java]     at
> > weblogic.utils.classfile.utils.CodeGenerator.generateClass(
> > CodeGenerator.java:97)
> >
> >      [java]     at weblogic.rmi.internal.StubGenerator.hotCodeGenClass(
> > StubGenerator.java:807)
> >
> >      [java]     at weblogic.rmi.internal.StubGenerator.getStubClass(
> > StubGenerator.java:699)
> >
> >      [java]     at
> > weblogic.utils.classfile.utils.CodeGenerator.generateClass(
> > CodeGenerator.java:97)
> >
> >      [java]     at weblogic.rmi.internal.StubGenerator.hotCodeGenClass(
> > StubGenerator.java:807)
> >
> >      [java]     at weblogic.rmi.internal.StubGenerator.getStubClass(
> > StubGenerator.java:699)
> >
> >      [java]     at weblogic.rmi.internal.StubGenerator.generateStub(
> > StubGenerator.java:748)
> >
> >      [java]     at weblogic.rmi.internal.StubGenerator.generateStub(
> > StubGenerator.java:735)
> >
> >      [java]     at weblogic.rmi.extensions.StubFactory.getStub(
> > StubFactory.java:79)
> >
> >      [java]     at
> > weblogic.rmi.utils.io.RemoteObjectReplacer.resolveObject(
> > RemoteObjectReplacer.java:234)
> >
> >      [java]     at weblogic.rmi.internal.StubInfo.readResolve(
> > StubInfo.java:145)     [java]     at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >
> >      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(
> > NativeMethodAccessorImpl.java:39)
> >
> >      [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > DelegatingMethodAccessorImpl.java:25)
> >
> >      [java]     at java.lang.reflect.Method.invoke(Method.java:324)
> >
> >      [java]     at java.io.ObjectStreamClass.invokeReadResolve(
> > ObjectStreamClass.java:925)
> >
> >      [java]     at java.io.ObjectInputStream.readOrdinaryObject(
> > ObjectInputStream.java:1655)
> >
> >      [java]     at java.io.ObjectInputStream.readObject0(
> > ObjectInputStream.java:1274)
> >
> >      [java]     at java.io.ObjectInputStream.readObject(
> > ObjectInputStream.java:324)
> >
> >      [java]     at
> > weblogic.common.internal.ChunkedObjectInputStream.readObject(
> > ChunkedObjectInputStream.java:120)
> >
> >      [java]     at weblogic.rjvm.MsgAbbrevInputStream.readObject(
> > MsgAbbrevInputStream.java:120)
> >
> >      [java]     at weblogic.rmi.internal.ObjectIO.readObject(
> ObjectIO.java
> > :56)
> >
> >      [java]     at weblogic.rjvm.ResponseImpl.unmarshalReturn(
> > ResponseImpl.java:164)
> >
> >      [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(
> > ReplicaAwareRemoteRef.java:293)
> >
> >      [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(
> > ReplicaAwareRemoteRef.java:247)
> >
> >      [java]     at
> > weblogic.jndi.internal.ServerNamingNode_814_WLStub.lookup(Unknown
> Source)
> >
> >      [java]     at weblogic.jndi.internal.WLContextImpl.lookup(
> > WLContextImpl.java:371)
> >
> >      [java]     at weblogic.jndi.internal.WLContextImpl.lookup(
> > WLContextImpl.java:359)
> >
> >      [java]     at javax.naming.InitialContext.lookup(
> InitialContext.java
> > :347)
> >
> >      [java]     at org.springframework.jndi.JndiTemplate$1.doInContext(
> > JndiTemplate.java:124)
> >
> >      [java]     at org.springframework.jndi.JndiTemplate.execute(
> > JndiTemplate.java:86)
> >
> >      [java]     at org.springframework.jndi.JndiTemplate.lookup(
> > JndiTemplate.java:122)
> >
> >      [java]     at org.springframework.jndi.JndiTemplate.lookup(
> > JndiTemplate.java:147)
> >
> >      [java]     at org.springframework.jndi.JndiLocatorSupport.lookup(
> > JndiLocatorSupport.java:91)
> >
> >      [java]     at weblogic.rmi.internal.StubGenerator.generateStub(
> > StubGenerator.java:748)
> >
> >      [java]     at org.springframework.jndi.JndiObjectLocator.lookup(
> > JndiObjectLocator.java:101)
> >
> >      [java]     at weblogic.rmi.internal.StubGenerator.generateStub(
> > StubGenerator.java:735)
> >
> >      [java]     at
> >
> org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor.lookup
> > (AbstractRemoteSlsbInvokerInterceptor.java:92)
> >
> >      [java]     at weblogic.rmi.extensions.StubFactory.getStub(
> > StubFactory.java:79)
> >
> >      [java]     at
> >
> org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.refreshHome(
> > AbstractSlsbInvokerInterceptor.java:104)
> >
> >      [java]     at
> > weblogic.rmi.utils.io.RemoteObjectReplacer.resolveObject(
> > RemoteObjectReplacer.java:234)
> >
> >      [java]     at
> >
> org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.afterPropertiesSet
> > (AbstractSlsbInvokerInterceptor.java:91)
> >
> >      [java]     at weblogic.rmi.internal.StubInfo.readResolve(
> > StubInfo.java:145)     [java]     at
> >
> org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.afterPropertiesSet
> > (SimpleRemoteStatelessSessionProxyFactoryBean.java:96)
> >
> >      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > Method)
> >
> >      [java]     at
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods
> > (AbstractAutowireCapableBeanFactory.java:1118)
> >
> >      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(
> > NativeMethodAccessorImpl.java:39)
> >
> >      [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > DelegatingMethodAccessorImpl.java:25)
> >
> >      [java]     at java.lang.reflect.Method.invoke(Method.java:324)
> >
> >      [java]     at java.io.ObjectStreamClass.invokeReadResolve(
> > ObjectStreamClass.java:925)
> >
> >      [java]     at java.io.ObjectInputStream.readOrdinaryObject(
> > ObjectInputStream.java:1655)
> >
> >      [java]     at java.io.ObjectInputStream.readObject0(
> > ObjectInputStream.java:1274)
> >
> >      [java]     at java.io.ObjectInputStream.readObject(
> > ObjectInputStream.java:324)
> >
> >      [java]     at
> > weblogic.common.internal.ChunkedObjectInputStream.readObject(
> > ChunkedObjectInputStream.java:120)
> >
> >      [java]     at weblogic.rjvm.MsgAbbrevInputStream.readObject(
> > MsgAbbrevInputStream.java:120)
> >
> >      [java]     at weblogic.rmi.internal.ObjectIO.readObject(
> ObjectIO.java
> > :56)
> >
> >      [java]     at weblogic.rjvm.ResponseImpl.unmarshalReturn(
> > ResponseImpl.java:164)
> >
> >      [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(
> > ReplicaAwareRemoteRef.java:293)
> >
> >      [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(
> > ReplicaAwareRemoteRef.java:247)
> >
> >      [java]     at
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> > (AbstractAutowireCapableBeanFactory.java:1085)
> >
> >      [java]     ... 44 more
> >
> >      [java]     at
> > weblogic.jndi.internal.ServerNamingNode_814_WLStub.lookup(Unknown
> Source)
> >
> >      [java]     at weblogic.jndi.internal.WLContextImpl.lookup(
> > WLContextImpl.java:371)
> >
> >      [java]     at weblogic.jndi.internal.WLContextImpl.lookup(
> > WLContextImpl.java:359)
> >
> >      [java]     at javax.naming.InitialContext.lookup(
> InitialContext.java
> > :347)
> >
> >      [java]     at org.springframework.jndi.JndiTemplate$1.doInContext(
> > JndiTemplate.java:124)
> >
> >      [java]     at org.springframework.jndi.JndiTemplate.execute(
> > JndiTemplate.java:86)
> >
> >      [java]     at org.springframework.jndi.JndiTemplate.lookup(
> > JndiTemplate.java:122)
> >
> >      [java]     at org.springframework.jndi.JndiTemplate.lookup(
> > JndiTemplate.java:147)
> >
> >      [java]     at org.springframework.jndi.JndiLocatorSupport.lookup(
> > JndiLocatorSupport.java:91)
> >
> >      [java]     at org.springframework.jndi.JndiObjectLocator.lookup(
> > JndiObjectLocator.java:101)
> >
> >      [java]     at
> >
> org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor.lookup
> > (AbstractRemoteSlsbInvokerInterceptor.java:92)
> >
> >      [java]     at
> >
> org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.refreshHome(
> > AbstractSlsbInvokerInterceptor.java:104)
> >
> >      [java]     at
> >
> org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.afterPropertiesSet
> > (AbstractSlsbInvokerInterceptor.java:91)
> >
> >      [java]     at
> >
> org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.afterPropertiesSet
> > (SimpleRemoteStatelessSessionProxyFactoryBean.java:96)
> >
> >      [java]     at
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods
> > (AbstractAutowireCapableBeanFactory.java:1118)
> >
> >      [java]     at
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> > (AbstractAutowireCapableBeanFactory.java:1085)
> >
> >      [java]     ... 44 more
> >
> >
> > -----Original Message-----
> > From: robert lazarski [mailto:robertlazarski@gmail.com<ro...@gmail.com>
> ]
> > Sent: Wed 4/11/2007 12:29 PM
> > To: axis-user@ws.apache.org
> > Subject: Re: Axis2 Spring EJB Lookup with Weblogic 814
> >
> > Can you please print the entire stack trace? What version of WAS are you
> > using? This might not be a spring issue but rather an axis2 deploy
> issue.
> > Have you read this doc ?
> >
> > http://ws.apache.org/axis2/1_1_1/app_server.html
> >
> > Do you have your aar in services.list ?
> >
> > HTH,
> > Robert
> >
> > On 4/11/07, John Pfeifer <jo...@hnpsolutions.com> wrote:
> > >
> > >
> > > I was wondering if anyone has been able to get Axis2 Spring
> integration
> > to
> > > lookup EJBs in Weblogic 814.  We are running with all libraries in the
> > aar
> > > lib directory (this is where the ejb client jars reside).  The aar
> fails
> > to
> > > deploy, the root cause being NoClassDefFound.  Any help would be
> greatly
> > > appreciated.
> > >
> > >      [java] org.apache.axis2.deployment.DeploymentException:
> Processing
> > > Operations Modules Error creating bean with name 'accountAccessor'
> > defined
> > > in URL [jar:
> > > file:/tmp/axis232495wss-
> > business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > > Invocation of init method failed; nested exception is
> > > java.lang.NoClassDefFoundError: com/foo/AccountAccessorHome; nested
> > > exception is:
> > >
> > > <bean id="remoteJndiTemplate" class="
> > org.springframework.jndi.JndiTemplate
> > > ">
> > >         <property name="environment">
> > >             <props>
> > >                 <prop key="java.naming.factory.initial">
> > > weblogic.jndi.WLInitialContextFactory</prop>
> > >                 <prop key="java.naming.provider.url
> > > ">${ejbUrl.${env}}</prop>
> > >             </props>
> > >         </property>
> > > </bean>
> > >
> > >     <bean id="accountAccessor" class="
> > >
> >
> org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
> > > ">
> > >         <property
> > > name="jndiName"><value>AccountAccessor</value></property>
> > >         <property name="businessInterface"><value>
> > com.foo.AccountAccessor
> > > </value></property>
> > >         <property name="jndiTemplate"><ref
> > > bean="remoteJndiTemplate"/></property>
> > >     </bean>
> > >
> > > Thanks,
> > >
> > > jp4
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
>

RE: Axis2 Spring EJB Lookup with Weblogic 814

Posted by John Pfeifer <jo...@hnpsolutions.com>.
Robert,

We are using Axis2 1.1.  We are running spring inside the aar file.  We may be able to test Axis2 1.2 RC2, but I can't seem to find it on the maven2 ibiblio repo.

Thanks,

John


-----Original Message-----
From: robert lazarski [mailto:robertlazarski@gmail.com]
Sent: Wed 4/11/2007 1:07 PM
To: axis-user@ws.apache.org
Subject: Re: Axis2 Spring EJB Lookup with Weblogic 814
 
What version exactly of axis2 are you using ? Any chance of you testing the
same setup on axis2 1.2 RC2 ?

Concerning the stacktrace specifically, it can't find your own classes. Are
you running spring inside or outside the aar ?

Robert

On 4/11/07, John Pfeifer <jo...@hnpsolutions.com> wrote:
>
> Robert,
>
> We have been successfully using Axis2 in Weblogic 8.14 for about 8 months
> now.  This is the first time that we have had a need to call EJB from our
> Web Services.  We are deploying a single aar file which resides in the
> WEB-INF/services directory.  We don't currently have a services.list file
> (we have never used this file before and everything has worked up until this
> point).  I have included the stacktrace below.
>
> Thanks,
>
> John
>
> [java] org.apache.axis2.deployment.DeploymentException: Processing
> Operations Modules Error creating bean with name 'accountAccessor' defined
> in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup
> (ArchiveReader.java:139)
>
>      [java]     at org.apache.axis2.deployment.DeploymentEngine.doDeploy(
> DeploymentEngine.java:528)
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.WSInfoList.update(
> WSInfoList.java:196)
>
>      [java]     at org.apache.axis2.deployment.RepositoryListener.update(
> RepositoryListener.java:227)
>
>      [java]     at
> org.apache.axis2.deployment.RepositoryListener.checkServices(
> RepositoryListener.java:174)
>
>      [java]     at
> org.apache.axis2.deployment.DeploymentEngine.loadServices(
> DeploymentEngine.java:88)
>
>      [java]     at
> org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(
> WarBasedAxisConfigurator.java:252)
>
>      [java]     at
> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext
> (ConfigurationContextFactory.java:72)
>
>      [java]     at
> org.apache.axis2.transport.http.AxisServlet.initConfigContext(
> AxisServlet.java:373)
>
>      [java]     at org.apache.axis2.transport.http.AxisServlet.init(
> AxisServlet.java:317)
>
>      [java]     at
> weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(
> ServletStubImpl.java:1028)
>
>      [java]     at
> weblogic.security.acl.internal.AuthenticatedSubject.doAs(
> AuthenticatedSubject.java:321)
>
>      [java]     at weblogic.security.service.SecurityManager.runAs(
> SecurityManager.java:121)
>
>      [java]     at weblogic.servlet.internal.ServletStubImpl.createServlet
> (ServletStubImpl.java:904)
>
>      [java]     at
> weblogic.servlet.internal.ServletStubImpl.createInstances(
> ServletStubImpl.java:883)
>
>      [java]     at
> weblogic.servlet.internal.ServletStubImpl.prepareServlet(
> ServletStubImpl.java:822)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.preloadServlet(
> WebAppServletContext.java:3333)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.preloadServlets(
> WebAppServletContext.java:3278)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.preloadResources(
> WebAppServletContext.java:3259)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.setStarted(
> WebAppServletContext.java:5949)
>
>      [java]     at weblogic.servlet.internal.WebAppModule.start(
> WebAppModule.java:862)
>
>      [java]     at weblogic.j2ee.J2EEApplicationContainer.start(
> J2EEApplicationContainer.java:2127)
>
>      [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(
> J2EEApplicationContainer.java:2168)
>
>      [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(
> J2EEApplicationContainer.java:2115)
>
>      [java]     at
> weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(
> SlaveDeployer.java:3082)
>
>      [java]     at
> weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications
> (SlaveDeployer.java:1751)
>
>      [java]     at weblogic.management.deploy.slave.SlaveDeployer.resume(
> SlaveDeployer.java:359)
>
>      [java]     at
> weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(
> DeploymentManagerServerLifeCycleImpl.java:229)
>
>      [java]     at weblogic.t3.srvr.SubsystemManager.resume(
> SubsystemManager.java:131)
>
>      [java]     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
>
>      [java]     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
>
>      [java]     at weblogic.Server.main(Server.java:32)
>
>      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java] 11 Apr 2007 09:45:41 [ERROR]
> ...apache.axis2.deployment.DeploymentEngine - Invalid service
> wss-server-8.1INTEGRA-SNAPSHOT.aar due to Processing Operations Modules
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java] org.apache.axis2.deployment.DeploymentException: Processing
> Operations Modules Error creating bean with name 'accountAccessor' defined
> in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(
> ServiceGroupBuilder.java:101)
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup
> (ArchiveReader.java:99)
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup
> (ArchiveReader.java:133)
>
>      [java]     ... 31 more
>
>      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.populateService(
> ServiceBuilder.java:329)
>
>      [java]     at
> org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(
> ServiceGroupBuilder.java:96)
>
>      [java]     ... 33 more
>
>      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(
> ServiceBuilder.java:358)
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.populateService(
> ServiceBuilder.java:136)
>
>      [java]     ... 34 more
>
>      [java] Caused by:
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> (AbstractAutowireCapableBeanFactory.java:1088)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean
> (AbstractAutowireCapableBeanFactory.java:429)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(
> AbstractBeanFactory.java:250)
>
>      [java]     at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton
> (DefaultSingletonBeanRegistry.java:141)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> AbstractBeanFactory.java:247)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> AbstractBeanFactory.java:161)
>
>      [java]     at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons
> (DefaultListableBeanFactory.java:270)
>
>      [java]     at
> org.springframework.context.support.AbstractApplicationContext.refresh(
> AbstractApplicationContext.java:346)
>
>      [java]     at com.i4commerce.bml.webservice.axis2.SpringInit.startUp(
> SpringInit.java:80)
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(
> ServiceBuilder.java:354)
>
>      [java]     ... 35 more
>
>      [java] Caused by: java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at java.lang.ClassLoader.defineClass0(Native Method)
>
>      [java]     at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
>
>      [java]     at java.security.SecureClassLoader.defineClass(
> SecureClassLoader.java:123)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.findLocalClass(
> GenericClassLoader.java:480)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.findClass(
> GenericClassLoader.java:182)
>
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
>
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.loadClass(
> GenericClassLoader.java:224)
>
>      [java]     at java.lang.ClassLoader.loadClassInternal(
> ClassLoader.java:302)     [java]     at java.lang.Class.forName0(Native
> Method)
>
>      [java]     at java.lang.Class.forName(Class.java:219)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.defineCodeGenClass(
> GenericClassLoader.java:776)
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup
> (ArchiveReader.java:139)
>
>      [java]     at org.apache.axis2.deployment.DeploymentEngine.doDeploy(
> DeploymentEngine.java:528)
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.WSInfoList.update(
> WSInfoList.java:196)
>
>      [java]     at org.apache.axis2.deployment.RepositoryListener.update(
> RepositoryListener.java:227)
>
>      [java]     at
> org.apache.axis2.deployment.RepositoryListener.checkServices(
> RepositoryListener.java:174)
>
>      [java]     at
> org.apache.axis2.deployment.DeploymentEngine.loadServices(
> DeploymentEngine.java:88)
>
>      [java]     at
> org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(
> WarBasedAxisConfigurator.java:252)
>
>      [java]     at
> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext
> (ConfigurationContextFactory.java:72)
>
>      [java]     at
> org.apache.axis2.transport.http.AxisServlet.initConfigContext(
> AxisServlet.java:373)
>
>      [java]     at org.apache.axis2.transport.http.AxisServlet.init(
> AxisServlet.java:317)
>
>      [java]     at
> weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(
> ServletStubImpl.java:1028)
>
>      [java]     at
> weblogic.security.acl.internal.AuthenticatedSubject.doAs(
> AuthenticatedSubject.java:321)
>
>      [java]     at weblogic.security.service.SecurityManager.runAs(
> SecurityManager.java:121)
>
>      [java]     at weblogic.servlet.internal.ServletStubImpl.createServlet
> (ServletStubImpl.java:904)
>
>      [java]     at
> weblogic.servlet.internal.ServletStubImpl.createInstances(
> ServletStubImpl.java:883)
>
>      [java]     at
> weblogic.servlet.internal.ServletStubImpl.prepareServlet(
> ServletStubImpl.java:822)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.preloadServlet(
> WebAppServletContext.java:3333)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.preloadServlets(
> WebAppServletContext.java:3278)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.preloadResources(
> WebAppServletContext.java:3259)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.setStarted(
> WebAppServletContext.java:5949)
>
>      [java]     at weblogic.servlet.internal.WebAppModule.start(
> WebAppModule.java:862)
>
>      [java]     at weblogic.j2ee.J2EEApplicationContainer.start(
> J2EEApplicationContainer.java:2127)
>
>      [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(
> J2EEApplicationContainer.java:2168)
>
>      [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(
> J2EEApplicationContainer.java:2115)
>
>      [java]     at
> weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(
> SlaveDeployer.java:3082)
>
>      [java]     at
> weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications
> (SlaveDeployer.java:1751)
>
>      [java]     at weblogic.management.deploy.slave.SlaveDeployer.resume(
> SlaveDeployer.java:359)
>
>      [java]     at
> weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(
> DeploymentManagerServerLifeCycleImpl.java:229)
>
>      [java]     at weblogic.t3.srvr.SubsystemManager.resume(
> SubsystemManager.java:131)
>
>      [java]     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
>
>      [java]     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
>
>      [java]     at weblogic.Server.main(Server.java:32)
>
>      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(
> ServiceGroupBuilder.java:101)
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup
> (ArchiveReader.java:99)
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup
> (ArchiveReader.java:133)
>
>      [java]     ... 31 more
>
>      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.populateService(
> ServiceBuilder.java:329)
>
>      [java]     at
> org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(
> ServiceGroupBuilder.java:96)
>
>      [java]     ... 33 more
>
>      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(
> ServiceBuilder.java:358)
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.populateService(
> ServiceBuilder.java:136)
>
>      [java]     ... 34 more
>
>      [java] Caused by:
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> (AbstractAutowireCapableBeanFactory.java:1088)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean
> (AbstractAutowireCapableBeanFactory.java:429)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(
> AbstractBeanFactory.java:250)
>
>      [java]     at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton
> (DefaultSingletonBeanRegistry.java:141)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> AbstractBeanFactory.java:247)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> AbstractBeanFactory.java:161)
>
>      [java]     at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons
> (DefaultListableBeanFactory.java:270)
>
>      [java]     at
> org.springframework.context.support.AbstractApplicationContext.refresh(
> AbstractApplicationContext.java:346)
>
>      [java]     at com.i4commerce.bml.webservice.axis2.SpringInit.startUp(
> SpringInit.java:80)
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(
> ServiceBuilder.java:354)
>
>      [java]     ... 35 more
>
>      [java] Caused by: java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at java.lang.ClassLoader.defineClass0(Native Method)
>
>      [java]     at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
>
>      [java]     at java.security.SecureClassLoader.defineClass(
> SecureClassLoader.java:123)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.findLocalClass(
> GenericClassLoader.java:480)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.findClass(
> GenericClassLoader.java:182)
>
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
>
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.loadClass(
> GenericClassLoader.java:224)
>
>      [java]     at java.lang.ClassLoader.loadClassInternal(
> ClassLoader.java:302)     [java]     at java.lang.Class.forName0(Native
> Method)
>
>      [java]     at java.lang.Class.forName(Class.java:219)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.defineCodeGenClass(
> GenericClassLoader.java:776)
>
>      [java]     at
> weblogic.utils.classfile.utils.CodeGenerator.generateClass(
> CodeGenerator.java:97)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.hotCodeGenClass(
> StubGenerator.java:807)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.getStubClass(
> StubGenerator.java:699)
>
>      [java]     at
> weblogic.utils.classfile.utils.CodeGenerator.generateClass(
> CodeGenerator.java:97)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.hotCodeGenClass(
> StubGenerator.java:807)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.getStubClass(
> StubGenerator.java:699)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.generateStub(
> StubGenerator.java:748)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.generateStub(
> StubGenerator.java:735)
>
>      [java]     at weblogic.rmi.extensions.StubFactory.getStub(
> StubFactory.java:79)
>
>      [java]     at
> weblogic.rmi.utils.io.RemoteObjectReplacer.resolveObject(
> RemoteObjectReplacer.java:234)
>
>      [java]     at weblogic.rmi.internal.StubInfo.readResolve(
> StubInfo.java:145)     [java]     at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
>
>      [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
>
>      [java]     at java.lang.reflect.Method.invoke(Method.java:324)
>
>      [java]     at java.io.ObjectStreamClass.invokeReadResolve(
> ObjectStreamClass.java:925)
>
>      [java]     at java.io.ObjectInputStream.readOrdinaryObject(
> ObjectInputStream.java:1655)
>
>      [java]     at java.io.ObjectInputStream.readObject0(
> ObjectInputStream.java:1274)
>
>      [java]     at java.io.ObjectInputStream.readObject(
> ObjectInputStream.java:324)
>
>      [java]     at
> weblogic.common.internal.ChunkedObjectInputStream.readObject(
> ChunkedObjectInputStream.java:120)
>
>      [java]     at weblogic.rjvm.MsgAbbrevInputStream.readObject(
> MsgAbbrevInputStream.java:120)
>
>      [java]     at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java
> :56)
>
>      [java]     at weblogic.rjvm.ResponseImpl.unmarshalReturn(
> ResponseImpl.java:164)
>
>      [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(
> ReplicaAwareRemoteRef.java:293)
>
>      [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(
> ReplicaAwareRemoteRef.java:247)
>
>      [java]     at
> weblogic.jndi.internal.ServerNamingNode_814_WLStub.lookup(Unknown Source)
>
>      [java]     at weblogic.jndi.internal.WLContextImpl.lookup(
> WLContextImpl.java:371)
>
>      [java]     at weblogic.jndi.internal.WLContextImpl.lookup(
> WLContextImpl.java:359)
>
>      [java]     at javax.naming.InitialContext.lookup(InitialContext.java
> :347)
>
>      [java]     at org.springframework.jndi.JndiTemplate$1.doInContext(
> JndiTemplate.java:124)
>
>      [java]     at org.springframework.jndi.JndiTemplate.execute(
> JndiTemplate.java:86)
>
>      [java]     at org.springframework.jndi.JndiTemplate.lookup(
> JndiTemplate.java:122)
>
>      [java]     at org.springframework.jndi.JndiTemplate.lookup(
> JndiTemplate.java:147)
>
>      [java]     at org.springframework.jndi.JndiLocatorSupport.lookup(
> JndiLocatorSupport.java:91)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.generateStub(
> StubGenerator.java:748)
>
>      [java]     at org.springframework.jndi.JndiObjectLocator.lookup(
> JndiObjectLocator.java:101)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.generateStub(
> StubGenerator.java:735)
>
>      [java]     at
> org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor.lookup
> (AbstractRemoteSlsbInvokerInterceptor.java:92)
>
>      [java]     at weblogic.rmi.extensions.StubFactory.getStub(
> StubFactory.java:79)
>
>      [java]     at
> org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.refreshHome(
> AbstractSlsbInvokerInterceptor.java:104)
>
>      [java]     at
> weblogic.rmi.utils.io.RemoteObjectReplacer.resolveObject(
> RemoteObjectReplacer.java:234)
>
>      [java]     at
> org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.afterPropertiesSet
> (AbstractSlsbInvokerInterceptor.java:91)
>
>      [java]     at weblogic.rmi.internal.StubInfo.readResolve(
> StubInfo.java:145)     [java]     at
> org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.afterPropertiesSet
> (SimpleRemoteStatelessSessionProxyFactoryBean.java:96)
>
>      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods
> (AbstractAutowireCapableBeanFactory.java:1118)
>
>      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
>
>      [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
>
>      [java]     at java.lang.reflect.Method.invoke(Method.java:324)
>
>      [java]     at java.io.ObjectStreamClass.invokeReadResolve(
> ObjectStreamClass.java:925)
>
>      [java]     at java.io.ObjectInputStream.readOrdinaryObject(
> ObjectInputStream.java:1655)
>
>      [java]     at java.io.ObjectInputStream.readObject0(
> ObjectInputStream.java:1274)
>
>      [java]     at java.io.ObjectInputStream.readObject(
> ObjectInputStream.java:324)
>
>      [java]     at
> weblogic.common.internal.ChunkedObjectInputStream.readObject(
> ChunkedObjectInputStream.java:120)
>
>      [java]     at weblogic.rjvm.MsgAbbrevInputStream.readObject(
> MsgAbbrevInputStream.java:120)
>
>      [java]     at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java
> :56)
>
>      [java]     at weblogic.rjvm.ResponseImpl.unmarshalReturn(
> ResponseImpl.java:164)
>
>      [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(
> ReplicaAwareRemoteRef.java:293)
>
>      [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(
> ReplicaAwareRemoteRef.java:247)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> (AbstractAutowireCapableBeanFactory.java:1085)
>
>      [java]     ... 44 more
>
>      [java]     at
> weblogic.jndi.internal.ServerNamingNode_814_WLStub.lookup(Unknown Source)
>
>      [java]     at weblogic.jndi.internal.WLContextImpl.lookup(
> WLContextImpl.java:371)
>
>      [java]     at weblogic.jndi.internal.WLContextImpl.lookup(
> WLContextImpl.java:359)
>
>      [java]     at javax.naming.InitialContext.lookup(InitialContext.java
> :347)
>
>      [java]     at org.springframework.jndi.JndiTemplate$1.doInContext(
> JndiTemplate.java:124)
>
>      [java]     at org.springframework.jndi.JndiTemplate.execute(
> JndiTemplate.java:86)
>
>      [java]     at org.springframework.jndi.JndiTemplate.lookup(
> JndiTemplate.java:122)
>
>      [java]     at org.springframework.jndi.JndiTemplate.lookup(
> JndiTemplate.java:147)
>
>      [java]     at org.springframework.jndi.JndiLocatorSupport.lookup(
> JndiLocatorSupport.java:91)
>
>      [java]     at org.springframework.jndi.JndiObjectLocator.lookup(
> JndiObjectLocator.java:101)
>
>      [java]     at
> org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor.lookup
> (AbstractRemoteSlsbInvokerInterceptor.java:92)
>
>      [java]     at
> org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.refreshHome(
> AbstractSlsbInvokerInterceptor.java:104)
>
>      [java]     at
> org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.afterPropertiesSet
> (AbstractSlsbInvokerInterceptor.java:91)
>
>      [java]     at
> org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.afterPropertiesSet
> (SimpleRemoteStatelessSessionProxyFactoryBean.java:96)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods
> (AbstractAutowireCapableBeanFactory.java:1118)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> (AbstractAutowireCapableBeanFactory.java:1085)
>
>      [java]     ... 44 more
>
>
> -----Original Message-----
> From: robert lazarski [mailto:robertlazarski@gmail.com]
> Sent: Wed 4/11/2007 12:29 PM
> To: axis-user@ws.apache.org
> Subject: Re: Axis2 Spring EJB Lookup with Weblogic 814
>
> Can you please print the entire stack trace? What version of WAS are you
> using? This might not be a spring issue but rather an axis2 deploy issue.
> Have you read this doc ?
>
> http://ws.apache.org/axis2/1_1_1/app_server.html
>
> Do you have your aar in services.list ?
>
> HTH,
> Robert
>
> On 4/11/07, John Pfeifer <jo...@hnpsolutions.com> wrote:
> >
> >
> > I was wondering if anyone has been able to get Axis2 Spring integration
> to
> > lookup EJBs in Weblogic 814.  We are running with all libraries in the
> aar
> > lib directory (this is where the ejb client jars reside).  The aar fails
> to
> > deploy, the root cause being NoClassDefFound.  Any help would be greatly
> > appreciated.
> >
> >      [java] org.apache.axis2.deployment.DeploymentException: Processing
> > Operations Modules Error creating bean with name 'accountAccessor'
> defined
> > in URL [jar:
> > file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError: com/foo/AccountAccessorHome; nested
> > exception is:
> >
> > <bean id="remoteJndiTemplate" class="
> org.springframework.jndi.JndiTemplate
> > ">
> >         <property name="environment">
> >             <props>
> >                 <prop key="java.naming.factory.initial">
> > weblogic.jndi.WLInitialContextFactory</prop>
> >                 <prop key="java.naming.provider.url
> > ">${ejbUrl.${env}}</prop>
> >             </props>
> >         </property>
> > </bean>
> >
> >     <bean id="accountAccessor" class="
> >
> org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
> > ">
> >         <property
> > name="jndiName"><value>AccountAccessor</value></property>
> >         <property name="businessInterface"><value>
> com.foo.AccountAccessor
> > </value></property>
> >         <property name="jndiTemplate"><ref
> > bean="remoteJndiTemplate"/></property>
> >     </bean>
> >
> > Thanks,
> >
> > jp4
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


Re: Axis2 Spring EJB Lookup with Weblogic 814

Posted by robert lazarski <ro...@gmail.com>.
What version exactly of axis2 are you using ? Any chance of you testing the
same setup on axis2 1.2 RC2 ?

Concerning the stacktrace specifically, it can't find your own classes. Are
you running spring inside or outside the aar ?

Robert

On 4/11/07, John Pfeifer <jo...@hnpsolutions.com> wrote:
>
> Robert,
>
> We have been successfully using Axis2 in Weblogic 8.14 for about 8 months
> now.  This is the first time that we have had a need to call EJB from our
> Web Services.  We are deploying a single aar file which resides in the
> WEB-INF/services directory.  We don't currently have a services.list file
> (we have never used this file before and everything has worked up until this
> point).  I have included the stacktrace below.
>
> Thanks,
>
> John
>
> [java] org.apache.axis2.deployment.DeploymentException: Processing
> Operations Modules Error creating bean with name 'accountAccessor' defined
> in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup
> (ArchiveReader.java:139)
>
>      [java]     at org.apache.axis2.deployment.DeploymentEngine.doDeploy(
> DeploymentEngine.java:528)
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.WSInfoList.update(
> WSInfoList.java:196)
>
>      [java]     at org.apache.axis2.deployment.RepositoryListener.update(
> RepositoryListener.java:227)
>
>      [java]     at
> org.apache.axis2.deployment.RepositoryListener.checkServices(
> RepositoryListener.java:174)
>
>      [java]     at
> org.apache.axis2.deployment.DeploymentEngine.loadServices(
> DeploymentEngine.java:88)
>
>      [java]     at
> org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(
> WarBasedAxisConfigurator.java:252)
>
>      [java]     at
> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext
> (ConfigurationContextFactory.java:72)
>
>      [java]     at
> org.apache.axis2.transport.http.AxisServlet.initConfigContext(
> AxisServlet.java:373)
>
>      [java]     at org.apache.axis2.transport.http.AxisServlet.init(
> AxisServlet.java:317)
>
>      [java]     at
> weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(
> ServletStubImpl.java:1028)
>
>      [java]     at
> weblogic.security.acl.internal.AuthenticatedSubject.doAs(
> AuthenticatedSubject.java:321)
>
>      [java]     at weblogic.security.service.SecurityManager.runAs(
> SecurityManager.java:121)
>
>      [java]     at weblogic.servlet.internal.ServletStubImpl.createServlet
> (ServletStubImpl.java:904)
>
>      [java]     at
> weblogic.servlet.internal.ServletStubImpl.createInstances(
> ServletStubImpl.java:883)
>
>      [java]     at
> weblogic.servlet.internal.ServletStubImpl.prepareServlet(
> ServletStubImpl.java:822)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.preloadServlet(
> WebAppServletContext.java:3333)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.preloadServlets(
> WebAppServletContext.java:3278)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.preloadResources(
> WebAppServletContext.java:3259)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.setStarted(
> WebAppServletContext.java:5949)
>
>      [java]     at weblogic.servlet.internal.WebAppModule.start(
> WebAppModule.java:862)
>
>      [java]     at weblogic.j2ee.J2EEApplicationContainer.start(
> J2EEApplicationContainer.java:2127)
>
>      [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(
> J2EEApplicationContainer.java:2168)
>
>      [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(
> J2EEApplicationContainer.java:2115)
>
>      [java]     at
> weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(
> SlaveDeployer.java:3082)
>
>      [java]     at
> weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications
> (SlaveDeployer.java:1751)
>
>      [java]     at weblogic.management.deploy.slave.SlaveDeployer.resume(
> SlaveDeployer.java:359)
>
>      [java]     at
> weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(
> DeploymentManagerServerLifeCycleImpl.java:229)
>
>      [java]     at weblogic.t3.srvr.SubsystemManager.resume(
> SubsystemManager.java:131)
>
>      [java]     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
>
>      [java]     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
>
>      [java]     at weblogic.Server.main(Server.java:32)
>
>      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java] 11 Apr 2007 09:45:41 [ERROR]
> ...apache.axis2.deployment.DeploymentEngine - Invalid service
> wss-server-8.1INTEGRA-SNAPSHOT.aar due to Processing Operations Modules
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java] org.apache.axis2.deployment.DeploymentException: Processing
> Operations Modules Error creating bean with name 'accountAccessor' defined
> in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(
> ServiceGroupBuilder.java:101)
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup
> (ArchiveReader.java:99)
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup
> (ArchiveReader.java:133)
>
>      [java]     ... 31 more
>
>      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.populateService(
> ServiceBuilder.java:329)
>
>      [java]     at
> org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(
> ServiceGroupBuilder.java:96)
>
>      [java]     ... 33 more
>
>      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(
> ServiceBuilder.java:358)
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.populateService(
> ServiceBuilder.java:136)
>
>      [java]     ... 34 more
>
>      [java] Caused by:
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> (AbstractAutowireCapableBeanFactory.java:1088)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean
> (AbstractAutowireCapableBeanFactory.java:429)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(
> AbstractBeanFactory.java:250)
>
>      [java]     at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton
> (DefaultSingletonBeanRegistry.java:141)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> AbstractBeanFactory.java:247)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> AbstractBeanFactory.java:161)
>
>      [java]     at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons
> (DefaultListableBeanFactory.java:270)
>
>      [java]     at
> org.springframework.context.support.AbstractApplicationContext.refresh(
> AbstractApplicationContext.java:346)
>
>      [java]     at com.i4commerce.bml.webservice.axis2.SpringInit.startUp(
> SpringInit.java:80)
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(
> ServiceBuilder.java:354)
>
>      [java]     ... 35 more
>
>      [java] Caused by: java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at java.lang.ClassLoader.defineClass0(Native Method)
>
>      [java]     at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
>
>      [java]     at java.security.SecureClassLoader.defineClass(
> SecureClassLoader.java:123)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.findLocalClass(
> GenericClassLoader.java:480)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.findClass(
> GenericClassLoader.java:182)
>
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
>
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.loadClass(
> GenericClassLoader.java:224)
>
>      [java]     at java.lang.ClassLoader.loadClassInternal(
> ClassLoader.java:302)     [java]     at java.lang.Class.forName0(Native
> Method)
>
>      [java]     at java.lang.Class.forName(Class.java:219)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.defineCodeGenClass(
> GenericClassLoader.java:776)
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup
> (ArchiveReader.java:139)
>
>      [java]     at org.apache.axis2.deployment.DeploymentEngine.doDeploy(
> DeploymentEngine.java:528)
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.WSInfoList.update(
> WSInfoList.java:196)
>
>      [java]     at org.apache.axis2.deployment.RepositoryListener.update(
> RepositoryListener.java:227)
>
>      [java]     at
> org.apache.axis2.deployment.RepositoryListener.checkServices(
> RepositoryListener.java:174)
>
>      [java]     at
> org.apache.axis2.deployment.DeploymentEngine.loadServices(
> DeploymentEngine.java:88)
>
>      [java]     at
> org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(
> WarBasedAxisConfigurator.java:252)
>
>      [java]     at
> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext
> (ConfigurationContextFactory.java:72)
>
>      [java]     at
> org.apache.axis2.transport.http.AxisServlet.initConfigContext(
> AxisServlet.java:373)
>
>      [java]     at org.apache.axis2.transport.http.AxisServlet.init(
> AxisServlet.java:317)
>
>      [java]     at
> weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(
> ServletStubImpl.java:1028)
>
>      [java]     at
> weblogic.security.acl.internal.AuthenticatedSubject.doAs(
> AuthenticatedSubject.java:321)
>
>      [java]     at weblogic.security.service.SecurityManager.runAs(
> SecurityManager.java:121)
>
>      [java]     at weblogic.servlet.internal.ServletStubImpl.createServlet
> (ServletStubImpl.java:904)
>
>      [java]     at
> weblogic.servlet.internal.ServletStubImpl.createInstances(
> ServletStubImpl.java:883)
>
>      [java]     at
> weblogic.servlet.internal.ServletStubImpl.prepareServlet(
> ServletStubImpl.java:822)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.preloadServlet(
> WebAppServletContext.java:3333)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.preloadServlets(
> WebAppServletContext.java:3278)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.preloadResources(
> WebAppServletContext.java:3259)
>
>      [java]     at
> weblogic.servlet.internal.WebAppServletContext.setStarted(
> WebAppServletContext.java:5949)
>
>      [java]     at weblogic.servlet.internal.WebAppModule.start(
> WebAppModule.java:862)
>
>      [java]     at weblogic.j2ee.J2EEApplicationContainer.start(
> J2EEApplicationContainer.java:2127)
>
>      [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(
> J2EEApplicationContainer.java:2168)
>
>      [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(
> J2EEApplicationContainer.java:2115)
>
>      [java]     at
> weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(
> SlaveDeployer.java:3082)
>
>      [java]     at
> weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications
> (SlaveDeployer.java:1751)
>
>      [java]     at weblogic.management.deploy.slave.SlaveDeployer.resume(
> SlaveDeployer.java:359)
>
>      [java]     at
> weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(
> DeploymentManagerServerLifeCycleImpl.java:229)
>
>      [java]     at weblogic.t3.srvr.SubsystemManager.resume(
> SubsystemManager.java:131)
>
>      [java]     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
>
>      [java]     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
>
>      [java]     at weblogic.Server.main(Server.java:32)
>
>      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(
> ServiceGroupBuilder.java:101)
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup
> (ArchiveReader.java:99)
>
>      [java]     at
> org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup
> (ArchiveReader.java:133)
>
>      [java]     ... 31 more
>
>      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> Processing Operations Modules Error creating bean with name
> 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.apache.axis2.deployment.DeploymentException: Error
> creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.populateService(
> ServiceBuilder.java:329)
>
>      [java]     at
> org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(
> ServiceGroupBuilder.java:96)
>
>      [java]     ... 33 more
>
>      [java] Caused by: org.apache.axis2.deployment.DeploymentException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception
> is:
>
>      [java]     org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(
> ServiceBuilder.java:358)
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.populateService(
> ServiceBuilder.java:136)
>
>      [java]     ... 34 more
>
>      [java] Caused by:
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'accountAccessor' defined in URL
> [jar:file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> (AbstractAutowireCapableBeanFactory.java:1088)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean
> (AbstractAutowireCapableBeanFactory.java:429)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(
> AbstractBeanFactory.java:250)
>
>      [java]     at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton
> (DefaultSingletonBeanRegistry.java:141)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> AbstractBeanFactory.java:247)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> AbstractBeanFactory.java:161)
>
>      [java]     at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons
> (DefaultListableBeanFactory.java:270)
>
>      [java]     at
> org.springframework.context.support.AbstractApplicationContext.refresh(
> AbstractApplicationContext.java:346)
>
>      [java]     at com.i4commerce.bml.webservice.axis2.SpringInit.startUp(
> SpringInit.java:80)
>
>      [java]     at
> org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(
> ServiceBuilder.java:354)
>
>      [java]     ... 35 more
>
>      [java] Caused by: java.lang.NoClassDefFoundError:
> com/i4commerce/bml/customer/workflow/AccountAccessorHome
>
>      [java]     at java.lang.ClassLoader.defineClass0(Native Method)
>
>      [java]     at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
>
>      [java]     at java.security.SecureClassLoader.defineClass(
> SecureClassLoader.java:123)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.findLocalClass(
> GenericClassLoader.java:480)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.findClass(
> GenericClassLoader.java:182)
>
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
>
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.loadClass(
> GenericClassLoader.java:224)
>
>      [java]     at java.lang.ClassLoader.loadClassInternal(
> ClassLoader.java:302)     [java]     at java.lang.Class.forName0(Native
> Method)
>
>      [java]     at java.lang.Class.forName(Class.java:219)
>
>      [java]     at
> weblogic.utils.classloaders.GenericClassLoader.defineCodeGenClass(
> GenericClassLoader.java:776)
>
>      [java]     at
> weblogic.utils.classfile.utils.CodeGenerator.generateClass(
> CodeGenerator.java:97)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.hotCodeGenClass(
> StubGenerator.java:807)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.getStubClass(
> StubGenerator.java:699)
>
>      [java]     at
> weblogic.utils.classfile.utils.CodeGenerator.generateClass(
> CodeGenerator.java:97)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.hotCodeGenClass(
> StubGenerator.java:807)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.getStubClass(
> StubGenerator.java:699)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.generateStub(
> StubGenerator.java:748)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.generateStub(
> StubGenerator.java:735)
>
>      [java]     at weblogic.rmi.extensions.StubFactory.getStub(
> StubFactory.java:79)
>
>      [java]     at
> weblogic.rmi.utils.io.RemoteObjectReplacer.resolveObject(
> RemoteObjectReplacer.java:234)
>
>      [java]     at weblogic.rmi.internal.StubInfo.readResolve(
> StubInfo.java:145)     [java]     at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
>
>      [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
>
>      [java]     at java.lang.reflect.Method.invoke(Method.java:324)
>
>      [java]     at java.io.ObjectStreamClass.invokeReadResolve(
> ObjectStreamClass.java:925)
>
>      [java]     at java.io.ObjectInputStream.readOrdinaryObject(
> ObjectInputStream.java:1655)
>
>      [java]     at java.io.ObjectInputStream.readObject0(
> ObjectInputStream.java:1274)
>
>      [java]     at java.io.ObjectInputStream.readObject(
> ObjectInputStream.java:324)
>
>      [java]     at
> weblogic.common.internal.ChunkedObjectInputStream.readObject(
> ChunkedObjectInputStream.java:120)
>
>      [java]     at weblogic.rjvm.MsgAbbrevInputStream.readObject(
> MsgAbbrevInputStream.java:120)
>
>      [java]     at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java
> :56)
>
>      [java]     at weblogic.rjvm.ResponseImpl.unmarshalReturn(
> ResponseImpl.java:164)
>
>      [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(
> ReplicaAwareRemoteRef.java:293)
>
>      [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(
> ReplicaAwareRemoteRef.java:247)
>
>      [java]     at
> weblogic.jndi.internal.ServerNamingNode_814_WLStub.lookup(Unknown Source)
>
>      [java]     at weblogic.jndi.internal.WLContextImpl.lookup(
> WLContextImpl.java:371)
>
>      [java]     at weblogic.jndi.internal.WLContextImpl.lookup(
> WLContextImpl.java:359)
>
>      [java]     at javax.naming.InitialContext.lookup(InitialContext.java
> :347)
>
>      [java]     at org.springframework.jndi.JndiTemplate$1.doInContext(
> JndiTemplate.java:124)
>
>      [java]     at org.springframework.jndi.JndiTemplate.execute(
> JndiTemplate.java:86)
>
>      [java]     at org.springframework.jndi.JndiTemplate.lookup(
> JndiTemplate.java:122)
>
>      [java]     at org.springframework.jndi.JndiTemplate.lookup(
> JndiTemplate.java:147)
>
>      [java]     at org.springframework.jndi.JndiLocatorSupport.lookup(
> JndiLocatorSupport.java:91)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.generateStub(
> StubGenerator.java:748)
>
>      [java]     at org.springframework.jndi.JndiObjectLocator.lookup(
> JndiObjectLocator.java:101)
>
>      [java]     at weblogic.rmi.internal.StubGenerator.generateStub(
> StubGenerator.java:735)
>
>      [java]     at
> org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor.lookup
> (AbstractRemoteSlsbInvokerInterceptor.java:92)
>
>      [java]     at weblogic.rmi.extensions.StubFactory.getStub(
> StubFactory.java:79)
>
>      [java]     at
> org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.refreshHome(
> AbstractSlsbInvokerInterceptor.java:104)
>
>      [java]     at
> weblogic.rmi.utils.io.RemoteObjectReplacer.resolveObject(
> RemoteObjectReplacer.java:234)
>
>      [java]     at
> org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.afterPropertiesSet
> (AbstractSlsbInvokerInterceptor.java:91)
>
>      [java]     at weblogic.rmi.internal.StubInfo.readResolve(
> StubInfo.java:145)     [java]     at
> org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.afterPropertiesSet
> (SimpleRemoteStatelessSessionProxyFactoryBean.java:96)
>
>      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods
> (AbstractAutowireCapableBeanFactory.java:1118)
>
>      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
>
>      [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
>
>      [java]     at java.lang.reflect.Method.invoke(Method.java:324)
>
>      [java]     at java.io.ObjectStreamClass.invokeReadResolve(
> ObjectStreamClass.java:925)
>
>      [java]     at java.io.ObjectInputStream.readOrdinaryObject(
> ObjectInputStream.java:1655)
>
>      [java]     at java.io.ObjectInputStream.readObject0(
> ObjectInputStream.java:1274)
>
>      [java]     at java.io.ObjectInputStream.readObject(
> ObjectInputStream.java:324)
>
>      [java]     at
> weblogic.common.internal.ChunkedObjectInputStream.readObject(
> ChunkedObjectInputStream.java:120)
>
>      [java]     at weblogic.rjvm.MsgAbbrevInputStream.readObject(
> MsgAbbrevInputStream.java:120)
>
>      [java]     at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java
> :56)
>
>      [java]     at weblogic.rjvm.ResponseImpl.unmarshalReturn(
> ResponseImpl.java:164)
>
>      [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(
> ReplicaAwareRemoteRef.java:293)
>
>      [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(
> ReplicaAwareRemoteRef.java:247)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> (AbstractAutowireCapableBeanFactory.java:1085)
>
>      [java]     ... 44 more
>
>      [java]     at
> weblogic.jndi.internal.ServerNamingNode_814_WLStub.lookup(Unknown Source)
>
>      [java]     at weblogic.jndi.internal.WLContextImpl.lookup(
> WLContextImpl.java:371)
>
>      [java]     at weblogic.jndi.internal.WLContextImpl.lookup(
> WLContextImpl.java:359)
>
>      [java]     at javax.naming.InitialContext.lookup(InitialContext.java
> :347)
>
>      [java]     at org.springframework.jndi.JndiTemplate$1.doInContext(
> JndiTemplate.java:124)
>
>      [java]     at org.springframework.jndi.JndiTemplate.execute(
> JndiTemplate.java:86)
>
>      [java]     at org.springframework.jndi.JndiTemplate.lookup(
> JndiTemplate.java:122)
>
>      [java]     at org.springframework.jndi.JndiTemplate.lookup(
> JndiTemplate.java:147)
>
>      [java]     at org.springframework.jndi.JndiLocatorSupport.lookup(
> JndiLocatorSupport.java:91)
>
>      [java]     at org.springframework.jndi.JndiObjectLocator.lookup(
> JndiObjectLocator.java:101)
>
>      [java]     at
> org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor.lookup
> (AbstractRemoteSlsbInvokerInterceptor.java:92)
>
>      [java]     at
> org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.refreshHome(
> AbstractSlsbInvokerInterceptor.java:104)
>
>      [java]     at
> org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.afterPropertiesSet
> (AbstractSlsbInvokerInterceptor.java:91)
>
>      [java]     at
> org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.afterPropertiesSet
> (SimpleRemoteStatelessSessionProxyFactoryBean.java:96)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods
> (AbstractAutowireCapableBeanFactory.java:1118)
>
>      [java]     at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> (AbstractAutowireCapableBeanFactory.java:1085)
>
>      [java]     ... 44 more
>
>
> -----Original Message-----
> From: robert lazarski [mailto:robertlazarski@gmail.com]
> Sent: Wed 4/11/2007 12:29 PM
> To: axis-user@ws.apache.org
> Subject: Re: Axis2 Spring EJB Lookup with Weblogic 814
>
> Can you please print the entire stack trace? What version of WAS are you
> using? This might not be a spring issue but rather an axis2 deploy issue.
> Have you read this doc ?
>
> http://ws.apache.org/axis2/1_1_1/app_server.html
>
> Do you have your aar in services.list ?
>
> HTH,
> Robert
>
> On 4/11/07, John Pfeifer <jo...@hnpsolutions.com> wrote:
> >
> >
> > I was wondering if anyone has been able to get Axis2 Spring integration
> to
> > lookup EJBs in Weblogic 814.  We are running with all libraries in the
> aar
> > lib directory (this is where the ejb client jars reside).  The aar fails
> to
> > deploy, the root cause being NoClassDefFound.  Any help would be greatly
> > appreciated.
> >
> >      [java] org.apache.axis2.deployment.DeploymentException: Processing
> > Operations Modules Error creating bean with name 'accountAccessor'
> defined
> > in URL [jar:
> > file:/tmp/axis232495wss-
> business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> > Invocation of init method failed; nested exception is
> > java.lang.NoClassDefFoundError: com/foo/AccountAccessorHome; nested
> > exception is:
> >
> > <bean id="remoteJndiTemplate" class="
> org.springframework.jndi.JndiTemplate
> > ">
> >         <property name="environment">
> >             <props>
> >                 <prop key="java.naming.factory.initial">
> > weblogic.jndi.WLInitialContextFactory</prop>
> >                 <prop key="java.naming.provider.url
> > ">${ejbUrl.${env}}</prop>
> >             </props>
> >         </property>
> > </bean>
> >
> >     <bean id="accountAccessor" class="
> >
> org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
> > ">
> >         <property
> > name="jndiName"><value>AccountAccessor</value></property>
> >         <property name="businessInterface"><value>
> com.foo.AccountAccessor
> > </value></property>
> >         <property name="jndiTemplate"><ref
> > bean="remoteJndiTemplate"/></property>
> >     </bean>
> >
> > Thanks,
> >
> > jp4
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

Re: Axis2 Spring EJB Lookup with Weblogic 814

Posted by Martin Gainty <mg...@hotmail.com>.
Also..
please display /META-INF/ejb-jar.xml specifically everything inside the 
<enterprise-beans> section?
also please list all files include subdirs located at 
YourWebappFolder/ejb/src

Thx
M-
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

----- Original Message ----- 
From: "John Pfeifer" <jo...@hnpsolutions.com>
To: <ax...@ws.apache.org>
Sent: Wednesday, April 11, 2007 12:35 PM
Subject: RE: Axis2 Spring EJB Lookup with Weblogic 814


Robert,

We have been successfully using Axis2 in Weblogic 8.14 for about 8 months 
now.  This is the first time that we have had a need to call EJB from our 
Web Services.  We are deploying a single aar file which resides in the 
WEB-INF/services directory.  We don't currently have a services.list file 
(we have never used this file before and everything has worked up until this 
point).  I have included the stacktrace below.

Thanks,

John

 [java] org.apache.axis2.deployment.DeploymentException: Processing 
Operations Modules Error creating bean with name 'accountAccessor' defined 
in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing 
Operations Modules Error creating bean with name 'accountAccessor' defined 
in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing 
Operations Modules Error creating bean with name 'accountAccessor' defined 
in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing 
Operations Modules Error creating bean with name 'accountAccessor' defined 
in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at 
org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:139)

     [java]     at 
org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:528)

     [java]     at 
org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196)

     [java]     at 
org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:227)

     [java]     at 
org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:174)

     [java]     at 
org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:88)

     [java]     at 
org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(WarBasedAxisConfigurator.java:252)

     [java]     at 
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:72)

     [java]     at 
org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:373)

     [java]     at 
org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:317)

     [java]     at 
weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1028)

     [java]     at 
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

     [java]     at 
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)

     [java]     at 
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:904)

     [java]     at 
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:883)

     [java]     at 
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:822)

     [java]     at 
weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3333)

     [java]     at 
weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3278)

     [java]     at 
weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3259)

     [java]     at 
weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServletContext.java:5949)

     [java]     at 
weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:862)

     [java]     at 
weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2127)

     [java]     at 
weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2168)

     [java]     at 
weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2115)

     [java]     at 
weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3082)

     [java]     at 
weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1751)

     [java]     at 
weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:359)

     [java]     at 
weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)

     [java]     at 
weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)

     [java]     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)

     [java]     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)

     [java]     at weblogic.Server.main(Server.java:32)

     [java] Caused by: org.apache.axis2.deployment.DeploymentException: 
Processing Operations Modules Error creating bean with name 
'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing 
Operations Modules Error creating bean with name 'accountAccessor' defined 
in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java] 11 Apr 2007 09:45:41 [ERROR] 
..apache.axis2.deployment.DeploymentEngine - Invalid service 
wss-server-8.1INTEGRA-SNAPSHOT.aar due to Processing Operations Modules 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing 
Operations Modules Error creating bean with name 'accountAccessor' defined 
in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing 
Operations Modules Error creating bean with name 'accountAccessor' defined 
in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing 
Operations Modules Error creating bean with name 'accountAccessor' defined 
in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java] org.apache.axis2.deployment.DeploymentException: Processing 
Operations Modules Error creating bean with name 'accountAccessor' defined 
in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing 
Operations Modules Error creating bean with name 'accountAccessor' defined 
in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing 
Operations Modules Error creating bean with name 'accountAccessor' defined 
in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing 
Operations Modules Error creating bean with name 'accountAccessor' defined 
in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at 
org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:101)

     [java]     at 
org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup(ArchiveReader.java:99)

     [java]     at 
org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:133)

     [java]     ... 31 more

     [java] Caused by: org.apache.axis2.deployment.DeploymentException: 
Processing Operations Modules Error creating bean with name 
'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at 
org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:329)

     [java]     at 
org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:96)

     [java]     ... 33 more

     [java] Caused by: org.apache.axis2.deployment.DeploymentException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at 
org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(ServiceBuilder.java:358)

     [java]     at 
org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:136)

     [java]     ... 34 more

     [java] Caused by: 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1088)

     [java]     at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:429)

     [java]     at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:250)

     [java]     at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)

     [java]     at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:247)

     [java]     at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:161)

     [java]     at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:270)

     [java]     at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:346)

     [java]     at 
com.i4commerce.bml.webservice.axis2.SpringInit.startUp(SpringInit.java:80)

     [java]     at 
org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(ServiceBuilder.java:354)

     [java]     ... 35 more

     [java] Caused by: java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at java.lang.ClassLoader.defineClass0(Native Method)

     [java]     at java.lang.ClassLoader.defineClass(ClassLoader.java:539)

     [java]     at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)

     [java]     at 
weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:480)

     [java]     at 
weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)

     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:289)

     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)

     [java]     at 
weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)

     [java]     at 
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)     [java] 
at java.lang.Class.forName0(Native Method)

     [java]     at java.lang.Class.forName(Class.java:219)

     [java]     at 
weblogic.utils.classloaders.GenericClassLoader.defineCodeGenClass(GenericClassLoader.java:776)

     [java]     at 
org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:139)

     [java]     at 
org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:528)

     [java]     at 
org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196)

     [java]     at 
org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:227)

     [java]     at 
org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:174)

     [java]     at 
org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:88)

     [java]     at 
org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(WarBasedAxisConfigurator.java:252)

     [java]     at 
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:72)

     [java]     at 
org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:373)

     [java]     at 
org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:317)

     [java]     at 
weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1028)

     [java]     at 
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

     [java]     at 
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)

     [java]     at 
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:904)

     [java]     at 
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:883)

     [java]     at 
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:822)

     [java]     at 
weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3333)

     [java]     at 
weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3278)

     [java]     at 
weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3259)

     [java]     at 
weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServletContext.java:5949)

     [java]     at 
weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:862)

     [java]     at 
weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2127)

     [java]     at 
weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2168)

     [java]     at 
weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2115)

     [java]     at 
weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3082)

     [java]     at 
weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1751)

     [java]     at 
weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:359)

     [java]     at 
weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)

     [java]     at 
weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)

     [java]     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)

     [java]     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)

     [java]     at weblogic.Server.main(Server.java:32)

     [java] Caused by: org.apache.axis2.deployment.DeploymentException: 
Processing Operations Modules Error creating bean with name 
'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing 
Operations Modules Error creating bean with name 'accountAccessor' defined 
in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at 
org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:101)

     [java]     at 
org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup(ArchiveReader.java:99)

     [java]     at 
org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:133)

     [java]     ... 31 more

     [java] Caused by: org.apache.axis2.deployment.DeploymentException: 
Processing Operations Modules Error creating bean with name 
'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error 
creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at 
org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:329)

     [java]     at 
org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:96)

     [java]     ... 33 more

     [java] Caused by: org.apache.axis2.deployment.DeploymentException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception 
is:

     [java]     org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at 
org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(ServiceBuilder.java:358)

     [java]     at 
org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:136)

     [java]     ... 34 more

     [java] Caused by: 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'accountAccessor' defined in URL 
[jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: 
Invocation of init method failed; nested exception is 
java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1088)

     [java]     at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:429)

     [java]     at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:250)

     [java]     at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)

     [java]     at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:247)

     [java]     at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:161)

     [java]     at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:270)

     [java]     at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:346)

     [java]     at 
com.i4commerce.bml.webservice.axis2.SpringInit.startUp(SpringInit.java:80)

     [java]     at 
org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(ServiceBuilder.java:354)

     [java]     ... 35 more

     [java] Caused by: java.lang.NoClassDefFoundError: 
com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at java.lang.ClassLoader.defineClass0(Native Method)

     [java]     at java.lang.ClassLoader.defineClass(ClassLoader.java:539)

     [java]     at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)

     [java]     at 
weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:480)

     [java]     at 
weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)

     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:289)

     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)

     [java]     at 
weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)

     [java]     at 
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)     [java] 
at java.lang.Class.forName0(Native Method)

     [java]     at java.lang.Class.forName(Class.java:219)

     [java]     at 
weblogic.utils.classloaders.GenericClassLoader.defineCodeGenClass(GenericClassLoader.java:776)

     [java]     at 
weblogic.utils.classfile.utils.CodeGenerator.generateClass(CodeGenerator.java:97)

     [java]     at 
weblogic.rmi.internal.StubGenerator.hotCodeGenClass(StubGenerator.java:807)

     [java]     at 
weblogic.rmi.internal.StubGenerator.getStubClass(StubGenerator.java:699)

     [java]     at 
weblogic.utils.classfile.utils.CodeGenerator.generateClass(CodeGenerator.java:97)

     [java]     at 
weblogic.rmi.internal.StubGenerator.hotCodeGenClass(StubGenerator.java:807)

     [java]     at 
weblogic.rmi.internal.StubGenerator.getStubClass(StubGenerator.java:699)

     [java]     at 
weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:748)

     [java]     at 
weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:735)

     [java]     at 
weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:79)

     [java]     at 
weblogic.rmi.utils.io.RemoteObjectReplacer.resolveObject(RemoteObjectReplacer.java:234)

     [java]     at 
weblogic.rmi.internal.StubInfo.readResolve(StubInfo.java:145)     [java] 
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

     [java]     at java.lang.reflect.Method.invoke(Method.java:324)

     [java]     at 
java.io.ObjectStreamClass.invokeReadResolve(ObjectStreamClass.java:925)

     [java]     at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1655)

     [java]     at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)

     [java]     at 
java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)

     [java]     at 
weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:120)

     [java]     at 
weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:120)

     [java]     at 
weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:56)

     [java]     at 
weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:164)

     [java]     at 
weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:293)

     [java]     at 
weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:247)

     [java]     at 
weblogic.jndi.internal.ServerNamingNode_814_WLStub.lookup(Unknown Source)

     [java]     at 
weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:371)

     [java]     at 
weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:359)

     [java]     at 
javax.naming.InitialContext.lookup(InitialContext.java:347)

     [java]     at 
org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:124)

     [java]     at 
org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:86)

     [java]     at 
org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:122)

     [java]     at 
org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:147)

     [java]     at 
org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:91)

     [java]     at 
weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:748)

     [java]     at 
org.springframework.jndi.JndiObjectLocator.lookup(JndiObjectLocator.java:101)

     [java]     at 
weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:735)

     [java]     at 
org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor.lookup(AbstractRemoteSlsbInvokerInterceptor.java:92)

     [java]     at 
weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:79)

     [java]     at 
org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.refreshHome(AbstractSlsbInvokerInterceptor.java:104)

     [java]     at 
weblogic.rmi.utils.io.RemoteObjectReplacer.resolveObject(RemoteObjectReplacer.java:234)

     [java]     at 
org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.afterPropertiesSet(AbstractSlsbInvokerInterceptor.java:91)

     [java]     at 
weblogic.rmi.internal.StubInfo.readResolve(StubInfo.java:145)     [java] 
at 
org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.afterPropertiesSet(SimpleRemoteStatelessSessionProxyFactoryBean.java:96)

     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)

     [java]     at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1118)

     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

     [java]     at java.lang.reflect.Method.invoke(Method.java:324)

     [java]     at 
java.io.ObjectStreamClass.invokeReadResolve(ObjectStreamClass.java:925)

     [java]     at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1655)

     [java]     at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)

     [java]     at 
java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)

     [java]     at 
weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:120)

     [java]     at 
weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:120)

     [java]     at 
weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:56)

     [java]     at 
weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:164)

     [java]     at 
weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:293)

     [java]     at 
weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:247)

     [java]     at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1085)

     [java]     ... 44 more

     [java]     at 
weblogic.jndi.internal.ServerNamingNode_814_WLStub.lookup(Unknown Source)

     [java]     at 
weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:371)

     [java]     at 
weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:359)

     [java]     at 
javax.naming.InitialContext.lookup(InitialContext.java:347)

     [java]     at 
org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:124)

     [java]     at 
org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:86)

     [java]     at 
org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:122)

     [java]     at 
org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:147)

     [java]     at 
org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:91)

     [java]     at 
org.springframework.jndi.JndiObjectLocator.lookup(JndiObjectLocator.java:101)

     [java]     at 
org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor.lookup(AbstractRemoteSlsbInvokerInterceptor.java:92)

     [java]     at 
org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.refreshHome(AbstractSlsbInvokerInterceptor.java:104)

     [java]     at 
org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.afterPropertiesSet(AbstractSlsbInvokerInterceptor.java:91)

     [java]     at 
org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.afterPropertiesSet(SimpleRemoteStatelessSessionProxyFactoryBean.java:96)

     [java]     at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1118)

     [java]     at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1085)

     [java]     ... 44 more


-----Original Message-----
From: robert lazarski [mailto:robertlazarski@gmail.com]
Sent: Wed 4/11/2007 12:29 PM
To: axis-user@ws.apache.org
Subject: Re: Axis2 Spring EJB Lookup with Weblogic 814

Can you please print the entire stack trace? What version of WAS are you
using? This might not be a spring issue but rather an axis2 deploy issue.
Have you read this doc ?

http://ws.apache.org/axis2/1_1_1/app_server.html

Do you have your aar in services.list ?

HTH,
Robert

On 4/11/07, John Pfeifer <jo...@hnpsolutions.com> wrote:
>
>
> I was wondering if anyone has been able to get Axis2 Spring integration to
> lookup EJBs in Weblogic 814.  We are running with all libraries in the aar
> lib directory (this is where the ejb client jars reside).  The aar fails 
> to
> deploy, the root cause being NoClassDefFound.  Any help would be greatly
> appreciated.
>
>      [java] org.apache.axis2.deployment.DeploymentException: Processing
> Operations Modules Error creating bean with name 'accountAccessor' defined
> in URL [jar:
> file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError: com/foo/AccountAccessorHome; nested
> exception is:
>
> <bean id="remoteJndiTemplate" class="org.springframework.jndi.JndiTemplate
> ">
>         <property name="environment">
>             <props>
>                 <prop key="java.naming.factory.initial">
> weblogic.jndi.WLInitialContextFactory</prop>
>                 <prop key="java.naming.provider.url
> ">${ejbUrl.${env}}</prop>
>             </props>
>         </property>
> </bean>
>
>     <bean id="accountAccessor" class="
> org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
> ">
>         <property
> name="jndiName"><value>AccountAccessor</value></property>
>         <property name="businessInterface"><value>com.foo.AccountAccessor
> </value></property>
>         <property name="jndiTemplate"><ref
> bean="remoteJndiTemplate"/></property>
>     </bean>
>
> Thanks,
>
> jp4
>




--------------------------------------------------------------------------------


> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org 


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


RE: Axis2 Spring EJB Lookup with Weblogic 814

Posted by John Pfeifer <jo...@hnpsolutions.com>.
Robert,

We have been successfully using Axis2 in Weblogic 8.14 for about 8 months now.  This is the first time that we have had a need to call EJB from our Web Services.  We are deploying a single aar file which resides in the WEB-INF/services directory.  We don't currently have a services.list file (we have never used this file before and everything has worked up until this point).  I have included the stacktrace below.  

Thanks,

John

 [java] org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:139)

     [java]     at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:528)

     [java]     at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196)

     [java]     at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:227)

     [java]     at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:174)

     [java]     at org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:88)

     [java]     at org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(WarBasedAxisConfigurator.java:252)

     [java]     at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:72)

     [java]     at org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:373)

     [java]     at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:317)

     [java]     at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1028)

     [java]     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

     [java]     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)

     [java]     at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:904)

     [java]     at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:883)

     [java]     at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:822)

     [java]     at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3333)

     [java]     at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3278)

     [java]     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3259)

     [java]     at weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServletContext.java:5949)

     [java]     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:862)

     [java]     at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2127)

     [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2168)

     [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2115)

     [java]     at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3082)

     [java]     at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1751)

     [java]     at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:359)

     [java]     at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)

     [java]     at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)

     [java]     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)

     [java]     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)

     [java]     at weblogic.Server.main(Server.java:32)

     [java] Caused by: org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java] 11 Apr 2007 09:45:41 [ERROR] ...apache.axis2.deployment.DeploymentEngine - Invalid service  wss-server-8.1INTEGRA-SNAPSHOT.aar due to Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java] org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:101)

     [java]     at org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup(ArchiveReader.java:99)

     [java]     at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:133)

     [java]     ... 31 more

     [java] Caused by: org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:329)

     [java]     at org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:96)

     [java]     ... 33 more

     [java] Caused by: org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(ServiceBuilder.java:358)

     [java]     at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:136)

     [java]     ... 34 more

     [java] Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1088)

     [java]     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:429)

     [java]     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:250)

     [java]     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)

     [java]     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:247)

     [java]     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:161)

     [java]     at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:270)

     [java]     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:346)

     [java]     at com.i4commerce.bml.webservice.axis2.SpringInit.startUp(SpringInit.java:80)

     [java]     at org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(ServiceBuilder.java:354)

     [java]     ... 35 more

     [java] Caused by: java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at java.lang.ClassLoader.defineClass0(Native Method)

     [java]     at java.lang.ClassLoader.defineClass(ClassLoader.java:539)

     [java]     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)

     [java]     at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:480)

     [java]     at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)

     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:289)

     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)

     [java]     at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)

     [java]     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)     [java]     at java.lang.Class.forName0(Native Method)

     [java]     at java.lang.Class.forName(Class.java:219)

     [java]     at weblogic.utils.classloaders.GenericClassLoader.defineCodeGenClass(GenericClassLoader.java:776)

     [java]     at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:139)

     [java]     at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:528)

     [java]     at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196)

     [java]     at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:227)

     [java]     at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:174)

     [java]     at org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:88)

     [java]     at org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(WarBasedAxisConfigurator.java:252)

     [java]     at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:72)

     [java]     at org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:373)

     [java]     at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:317)

     [java]     at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1028)

     [java]     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

     [java]     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)

     [java]     at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:904)

     [java]     at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:883)

     [java]     at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:822)

     [java]     at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3333)

     [java]     at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3278)

     [java]     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3259)

     [java]     at weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServletContext.java:5949)

     [java]     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:862)

     [java]     at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2127)

     [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2168)

     [java]     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2115)

     [java]     at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3082)

     [java]     at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1751)

     [java]     at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:359)

     [java]     at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)

     [java]     at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)

     [java]     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)

     [java]     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)

     [java]     at weblogic.Server.main(Server.java:32)

     [java] Caused by: org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:101)

     [java]     at org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup(ArchiveReader.java:99)

     [java]     at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:133)

     [java]     ... 31 more

     [java] Caused by: org.apache.axis2.deployment.DeploymentException: Processing Operations Modules Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:329)

     [java]     at org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:96)

     [java]     ... 33 more

     [java] Caused by: org.apache.axis2.deployment.DeploymentException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome; nested exception is:

     [java]     org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(ServiceBuilder.java:358)

     [java]     at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:136)

     [java]     ... 34 more

     [java] Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountAccessor' defined in URL [jar:file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1088)

     [java]     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:429)

     [java]     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:250)

     [java]     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)

     [java]     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:247)

     [java]     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:161)

     [java]     at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:270)

     [java]     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:346)

     [java]     at com.i4commerce.bml.webservice.axis2.SpringInit.startUp(SpringInit.java:80)

     [java]     at org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(ServiceBuilder.java:354)

     [java]     ... 35 more

     [java] Caused by: java.lang.NoClassDefFoundError: com/i4commerce/bml/customer/workflow/AccountAccessorHome

     [java]     at java.lang.ClassLoader.defineClass0(Native Method)

     [java]     at java.lang.ClassLoader.defineClass(ClassLoader.java:539)

     [java]     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)

     [java]     at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:480)

     [java]     at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)

     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:289)

     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)

     [java]     at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)

     [java]     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)     [java]     at java.lang.Class.forName0(Native Method)

     [java]     at java.lang.Class.forName(Class.java:219)

     [java]     at weblogic.utils.classloaders.GenericClassLoader.defineCodeGenClass(GenericClassLoader.java:776)

     [java]     at weblogic.utils.classfile.utils.CodeGenerator.generateClass(CodeGenerator.java:97)

     [java]     at weblogic.rmi.internal.StubGenerator.hotCodeGenClass(StubGenerator.java:807)

     [java]     at weblogic.rmi.internal.StubGenerator.getStubClass(StubGenerator.java:699)

     [java]     at weblogic.utils.classfile.utils.CodeGenerator.generateClass(CodeGenerator.java:97)

     [java]     at weblogic.rmi.internal.StubGenerator.hotCodeGenClass(StubGenerator.java:807)

     [java]     at weblogic.rmi.internal.StubGenerator.getStubClass(StubGenerator.java:699)

     [java]     at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:748)

     [java]     at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:735)

     [java]     at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:79)

     [java]     at weblogic.rmi.utils.io.RemoteObjectReplacer.resolveObject(RemoteObjectReplacer.java:234)

     [java]     at weblogic.rmi.internal.StubInfo.readResolve(StubInfo.java:145)     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

     [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

     [java]     at java.lang.reflect.Method.invoke(Method.java:324)

     [java]     at java.io.ObjectStreamClass.invokeReadResolve(ObjectStreamClass.java:925)

     [java]     at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1655)

     [java]     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)

     [java]     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)

     [java]     at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:120)

     [java]     at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:120)

     [java]     at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:56)

     [java]     at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:164)

     [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:293)

     [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:247)

     [java]     at weblogic.jndi.internal.ServerNamingNode_814_WLStub.lookup(Unknown Source)

     [java]     at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:371)

     [java]     at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:359)

     [java]     at javax.naming.InitialContext.lookup(InitialContext.java:347)

     [java]     at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:124)

     [java]     at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:86)

     [java]     at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:122)

     [java]     at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:147)

     [java]     at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:91)

     [java]     at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:748)

     [java]     at org.springframework.jndi.JndiObjectLocator.lookup(JndiObjectLocator.java:101)

     [java]     at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:735)

     [java]     at org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor.lookup(AbstractRemoteSlsbInvokerInterceptor.java:92)

     [java]     at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:79)

     [java]     at org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.refreshHome(AbstractSlsbInvokerInterceptor.java:104)

     [java]     at weblogic.rmi.utils.io.RemoteObjectReplacer.resolveObject(RemoteObjectReplacer.java:234)

     [java]     at org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.afterPropertiesSet(AbstractSlsbInvokerInterceptor.java:91)

     [java]     at weblogic.rmi.internal.StubInfo.readResolve(StubInfo.java:145)     [java]     at org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.afterPropertiesSet(SimpleRemoteStatelessSessionProxyFactoryBean.java:96)

     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

     [java]     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1118)

     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

     [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

     [java]     at java.lang.reflect.Method.invoke(Method.java:324)

     [java]     at java.io.ObjectStreamClass.invokeReadResolve(ObjectStreamClass.java:925)

     [java]     at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1655)

     [java]     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)

     [java]     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)

     [java]     at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:120)

     [java]     at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:120)

     [java]     at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:56)

     [java]     at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:164)

     [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:293)

     [java]     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:247)

     [java]     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1085)

     [java]     ... 44 more

     [java]     at weblogic.jndi.internal.ServerNamingNode_814_WLStub.lookup(Unknown Source)

     [java]     at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:371)

     [java]     at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:359)

     [java]     at javax.naming.InitialContext.lookup(InitialContext.java:347)

     [java]     at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:124)

     [java]     at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:86)

     [java]     at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:122)

     [java]     at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:147)

     [java]     at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:91)

     [java]     at org.springframework.jndi.JndiObjectLocator.lookup(JndiObjectLocator.java:101)

     [java]     at org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor.lookup(AbstractRemoteSlsbInvokerInterceptor.java:92)

     [java]     at org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.refreshHome(AbstractSlsbInvokerInterceptor.java:104)

     [java]     at org.springframework.ejb.access.AbstractSlsbInvokerInterceptor.afterPropertiesSet(AbstractSlsbInvokerInterceptor.java:91)

     [java]     at org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.afterPropertiesSet(SimpleRemoteStatelessSessionProxyFactoryBean.java:96)

     [java]     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1118)

     [java]     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1085)

     [java]     ... 44 more


-----Original Message-----
From: robert lazarski [mailto:robertlazarski@gmail.com]
Sent: Wed 4/11/2007 12:29 PM
To: axis-user@ws.apache.org
Subject: Re: Axis2 Spring EJB Lookup with Weblogic 814
 
Can you please print the entire stack trace? What version of WAS are you
using? This might not be a spring issue but rather an axis2 deploy issue.
Have you read this doc ?

http://ws.apache.org/axis2/1_1_1/app_server.html

Do you have your aar in services.list ?

HTH,
Robert

On 4/11/07, John Pfeifer <jo...@hnpsolutions.com> wrote:
>
>
> I was wondering if anyone has been able to get Axis2 Spring integration to
> lookup EJBs in Weblogic 814.  We are running with all libraries in the aar
> lib directory (this is where the ejb client jars reside).  The aar fails to
> deploy, the root cause being NoClassDefFound.  Any help would be greatly
> appreciated.
>
>      [java] org.apache.axis2.deployment.DeploymentException: Processing
> Operations Modules Error creating bean with name 'accountAccessor' defined
> in URL [jar:
> file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError: com/foo/AccountAccessorHome; nested
> exception is:
>
> <bean id="remoteJndiTemplate" class="org.springframework.jndi.JndiTemplate
> ">
>         <property name="environment">
>             <props>
>                 <prop key="java.naming.factory.initial">
> weblogic.jndi.WLInitialContextFactory</prop>
>                 <prop key="java.naming.provider.url
> ">${ejbUrl.${env}}</prop>
>             </props>
>         </property>
> </bean>
>
>     <bean id="accountAccessor" class="
> org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
> ">
>         <property
> name="jndiName"><value>AccountAccessor</value></property>
>         <property name="businessInterface"><value>com.foo.AccountAccessor
> </value></property>
>         <property name="jndiTemplate"><ref
> bean="remoteJndiTemplate"/></property>
>     </bean>
>
> Thanks,
>
> jp4
>


Re: Axis2 Spring EJB Lookup with Weblogic 814

Posted by robert lazarski <ro...@gmail.com>.
Can you please print the entire stack trace? What version of WAS are you
using? This might not be a spring issue but rather an axis2 deploy issue.
Have you read this doc ?

http://ws.apache.org/axis2/1_1_1/app_server.html

Do you have your aar in services.list ?

HTH,
Robert

On 4/11/07, John Pfeifer <jo...@hnpsolutions.com> wrote:
>
>
> I was wondering if anyone has been able to get Axis2 Spring integration to
> lookup EJBs in Weblogic 814.  We are running with all libraries in the aar
> lib directory (this is where the ejb client jars reside).  The aar fails to
> deploy, the root cause being NoClassDefFound.  Any help would be greatly
> appreciated.
>
>      [java] org.apache.axis2.deployment.DeploymentException: Processing
> Operations Modules Error creating bean with name 'accountAccessor' defined
> in URL [jar:
> file:/tmp/axis232495wss-business-8.1INTEGRA-SNAPSHOT.jar!/wssBusinessDelegatesContext.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NoClassDefFoundError: com/foo/AccountAccessorHome; nested
> exception is:
>
> <bean id="remoteJndiTemplate" class="org.springframework.jndi.JndiTemplate
> ">
>         <property name="environment">
>             <props>
>                 <prop key="java.naming.factory.initial">
> weblogic.jndi.WLInitialContextFactory</prop>
>                 <prop key="java.naming.provider.url
> ">${ejbUrl.${env}}</prop>
>             </props>
>         </property>
> </bean>
>
>     <bean id="accountAccessor" class="
> org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
> ">
>         <property
> name="jndiName"><value>AccountAccessor</value></property>
>         <property name="businessInterface"><value>com.foo.AccountAccessor
> </value></property>
>         <property name="jndiTemplate"><ref
> bean="remoteJndiTemplate"/></property>
>     </bean>
>
> Thanks,
>
> jp4
>