[jboss-dev] org/jboss/ejb3/JndiUtil missing from jboss-ejb3-client.jar

Carlo de Wolf carlo.dewolf at jboss.com
Thu Jul 12 10:16:48 EDT 2007


Kudos, Bill was aware of the breakage, but went to bed anyway a couple
of hours ago. Tsk.

Carlo

On Thu, 2007-07-12 at 15:42 +0200, Heiko Braun wrote:
> java.lang.NoClassDefFoundError: org/jboss/ejb3/JndiUtil
>         at
> org.jboss.injection.JndiFieldInjector.lookup(JndiFieldInjector.java:82)
>         at
> org.jboss.injection.JndiFieldInjector.inject(JndiFieldInjector.java:101)
>         at
> org.jboss.ejb3.client.ClientContainer.<init>(ClientContainer.java:120)
>         at
> org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:76)
>         at
> org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:179)
> 
> 
> I did update the ejb3 build to include that class:
> 
> [hbraun at localhost trunk]$ svn diff ejb3/build.xml
> Index: ejb3/build.xml
> ===================================================================
> --- ejb3/build.xml      (revision 63987)
> +++ ejb3/build.xml      (working copy)
> @@ -323,6 +323,7 @@
>        <jar jarfile="${build.lib}/jboss-ejb3-client.jar"
> manifest="${build.etc}/default.mf">
>           <fileset dir="${build.classes}">
>              <include name="org/jboss/ejb3/EJB3Util.class"/>
> +           <include name="org/jboss/ejb3/JndiUtil.class"/>
>              <include name="org/jboss/ejb3/Ejb3Registry.class"/>
>              <include
> name="org/jboss/ejb3/InitialContextFactory.class"/>
>              <include name="org/jboss/ejb3/asynchronous/*"/>
> 
> 
> /Heiko
> 
> 
> 
> 
> 
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development




More information about the jboss-development mailing list