<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
	
	<id>tag:apache-geronimo.328035.n3.nabble.com,2006:forum-328036</id>
	<title>Nabble - Users</title>
	<updated>2013-05-20T20:32:23Z</updated>
	<link rel="self" type="application/atom+xml" href="http://apache-geronimo.328035.n3.nabble.com/Users-f328036.xml" />
	<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Users-f328036.html" />
	<subtitle type="html"></subtitle>
	
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986736</id>
		<title>Re: How can I jndi-lookup an EJB from another jar with a 'nice' jndi name</title>
		<published>2013-05-17T07:15:35Z</published>
		<updated>2013-05-17T07:15:35Z</updated>
		<author>
			<name>Ivan Xu</name>
		</author>
		<content type="html">
			&lt;div dir=&quot;ltr&quot;&gt;where do you invoke the context.lookup ? In another EJB ? if does, you may need to define the ref-name in that EJB.&lt;br&gt;&lt;/div&gt;&lt;div class=&quot;gmail_extra&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2013/5/17 groovyflow &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986736&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;My team is using wasce-3.0.0.2.&lt;br&gt;
&lt;br&gt;
We want to look up an EJB that lives in a jar that is different than the jar&lt;br&gt;
in which the lookup is happening.  The lookup String includes the name of&lt;br&gt;
the jar, which is likely to change:&lt;br&gt;
&lt;br&gt;
context.lookup(&amp;quot;java:app/services-1.0-SNAPSHOT/AsyncService&amp;quot;)&lt;br&gt;
&lt;br&gt;
 I&amp;#39;ve been trying to change the jndi name via openejb-jar.xml, but have had&lt;br&gt;
no luck.  That xml appears at the end of this message. (By the way, we seem&lt;br&gt;
to be using an extremely old version of openejb-jar.xml.  Is it possible to&lt;br&gt;
use a newer version in wasce-3.0.0.2?)&lt;br&gt;
&lt;br&gt;
I&amp;#39;m trying to give AsyncService a nice jndi-name.  But wasce doesn&amp;#39;t even&lt;br&gt;
recognize AsyncService when I deploy.  Perhaps my problem is that&lt;br&gt;
AsyncProcess implements an interface:&lt;br&gt;
&lt;br&gt;
@Stateless&lt;br&gt;
@Local(AsyncProcess.class)&lt;br&gt;
@Asynchronous&lt;br&gt;
public class AsyncService implements AsyncProcess&lt;br&gt;
&lt;br&gt;
 Could anyone point me to some method for giving AsyncService a nice jndi&lt;br&gt;
name?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;lt;openejb-jar&lt;br&gt;
        xmlns=&amp;quot;&lt;a href=&quot;http://www.openejb.org/xml/ns/openejb-jar-2.1&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://www.openejb.org/xml/ns/openejb-jar-2.1&lt;/a&gt;&amp;quot;&lt;br&gt;
        xmlns:naming=&amp;quot;&lt;a href=&quot;http://geronimo.apache.org/xml/ns/naming-1.1&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://geronimo.apache.org/xml/ns/naming-1.1&lt;/a&gt;&amp;quot;&lt;br&gt;
        xmlns:security=&amp;quot;&lt;a href=&quot;http://geronimo.apache.org/xml/ns/security-1.1&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://geronimo.apache.org/xml/ns/security-1.1&lt;/a&gt;&amp;quot;&lt;br&gt;
        xmlns:sys=&amp;quot;&lt;a href=&quot;http://geronimo.apache.org/xml/ns/deployment-1.2&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://geronimo.apache.org/xml/ns/deployment-1.2&lt;/a&gt;&amp;quot;&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
    &amp;lt;sys:environment&amp;gt;&lt;br&gt;
        &amp;lt;sys:moduleId&amp;gt;&lt;br&gt;
            &amp;lt;sys:groupId&amp;gt;com.ourcompany.services&amp;lt;/sys:groupId&amp;gt;&lt;br&gt;
            &amp;lt;sys:artifactId&amp;gt;services&amp;lt;/sys:artifactId&amp;gt;&lt;br&gt;
            &amp;lt;sys:version&amp;gt;0.0.1&amp;lt;/sys:version&amp;gt;&lt;br&gt;
            &amp;lt;sys:type&amp;gt;jar&amp;lt;/sys:type&amp;gt;&lt;br&gt;
        &amp;lt;/sys:moduleId&amp;gt;&lt;br&gt;
        &amp;lt;sys:dependencies&amp;gt;&lt;br&gt;
        &amp;lt;/sys:dependencies&amp;gt;&lt;br&gt;
        &amp;lt;sys:hidden-classes&amp;gt;&lt;br&gt;
            &amp;lt;sys:filter&amp;gt;&lt;a href=&quot;http://org.apache.commons.io&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;org.apache.commons.io&lt;/a&gt;&amp;lt;/sys:filter&amp;gt;&lt;br&gt;
        &amp;lt;/sys:hidden-classes&amp;gt;&lt;br&gt;
        &amp;lt;sys:non-overridable-classes/&amp;gt;&lt;br&gt;
    &amp;lt;/sys:environment&amp;gt;&lt;br&gt;
&lt;br&gt;
    &amp;lt;enterprise-beans&amp;gt;&lt;br&gt;
        &amp;lt;session&amp;gt;&lt;br&gt;
            &amp;lt;ejb-name&amp;gt;AsyncService&amp;lt;/ejb-name&amp;gt;&lt;br&gt;
              &amp;lt;ejb-ref&amp;gt;&lt;br&gt;
                &amp;amp;lt;!&amp;amp;ndash; @EJB(name=&amp;quot;dispatcher&amp;quot;) DispatcherGateRemote&lt;br&gt;
dispatcherGateRemote; &amp;amp;ndash;&amp;amp;gt;&lt;br&gt;
                &amp;lt;ref-name&amp;gt;AsyncProcess&amp;lt;/ref-name&amp;gt;&lt;br&gt;
                &amp;lt;nam:pattern&lt;br&gt;
xmlns:nam=&amp;quot;&lt;a href=&quot;http://geronimo.apache.org/xml/ns/naming-1.1&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://geronimo.apache.org/xml/ns/naming-1.1&lt;/a&gt;&amp;quot;&amp;gt;&lt;br&gt;
                    &amp;lt;nam:artifactId&amp;gt;services&amp;lt;/nam:artifactId&amp;gt;&lt;br&gt;
                    &amp;lt;nam:name&amp;gt;AsyncProcess&amp;lt;/nam:name&amp;gt;&lt;br&gt;
                &amp;lt;/nam:pattern&amp;gt;&lt;br&gt;
            &amp;lt;/ejb-ref&amp;gt;&lt;br&gt;
        &amp;lt;/session&amp;gt;&lt;br&gt;
        &amp;lt;message-driven&amp;gt;&lt;br&gt;
            &amp;lt;ejb-name&amp;gt;SomeMdb&amp;lt;/ejb-name&amp;gt;&lt;br&gt;
            &amp;lt;resource-adapter&amp;gt;&lt;br&gt;
                &amp;lt;resource-link&amp;gt;ServicesResourceGroup&amp;lt;/resource-link&amp;gt;&lt;br&gt;
            &amp;lt;/resource-adapter&amp;gt;&lt;br&gt;
        &amp;lt;/message-driven&amp;gt;&lt;br&gt;
        &amp;lt;message-driven&amp;gt;&lt;br&gt;
            &amp;lt;ejb-name&amp;gt;AnotherMdb&amp;lt;/ejb-name&amp;gt;&lt;br&gt;
            &amp;lt;resource-adapter&amp;gt;&lt;br&gt;
                &amp;lt;resource-link&amp;gt;ServicesResourceGroup&amp;lt;/resource-link&amp;gt;&lt;br&gt;
            &amp;lt;/resource-adapter&amp;gt;&lt;br&gt;
        &amp;lt;/message-driven&amp;gt;&lt;br&gt;
    &amp;lt;/enterprise-beans&amp;gt;&lt;br&gt;
&amp;lt;/openejb-jar&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://apache-geronimo.328035.n3.nabble.com/How-can-I-jndi-lookup-an-EJB-from-another-jar-with-a-nice-jndi-name-tp3986720.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://apache-geronimo.328035.n3.nabble.com/How-can-I-jndi-lookup-an-EJB-from-another-jar-with-a-nice-jndi-name-tp3986720.html&lt;/a&gt;&lt;br&gt;

Sent from the Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Ivan
&lt;/div&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/How-can-I-jndi-lookup-an-EJB-from-another-jar-with-a-nice-jndi-name-tp3986720p3986736.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986720"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986720</id>
		<title>How can I jndi-lookup an EJB from another jar with a 'nice' jndi name</title>
		<published>2013-05-16T13:59:51Z</published>
		<updated>2013-05-16T13:59:51Z</updated>
		<author>
			<name>groovyflow</name>
		</author>
		<content type="html">
			My team is using wasce-3.0.0.2. 
&lt;br/&gt;&lt;br/&gt;We want to look up an EJB that lives in a jar that is different than the jar in which the lookup is happening. &amp;nbsp;The lookup String includes the name of the jar, which is likely to change:
&lt;br/&gt;&lt;br/&gt;context.lookup(&amp;quot;java:app/services-1.0-SNAPSHOT/AsyncService&amp;quot;)
&lt;br/&gt;&lt;br/&gt;&amp;nbsp;I've been trying to change the jndi name via openejb-jar.xml, but have had no luck. &amp;nbsp;That xml appears at the end of this message. (By the way, we seem to be using an extremely old version of openejb-jar.xml. &amp;nbsp;Is it possible to use a newer version in wasce-3.0.0.2?)
&lt;br/&gt;&lt;br/&gt;I'm trying to give AsyncService a nice jndi-name. &amp;nbsp;But wasce doesn't even recognize AsyncService when I deploy. &amp;nbsp;Perhaps my problem is that AsyncProcess implements an interface:
&lt;br/&gt;&lt;br/&gt;@Stateless
&lt;br/&gt;@Local(AsyncProcess.class)
&lt;br/&gt;@Asynchronous
&lt;br/&gt;public class AsyncService implements AsyncProcess
&lt;br/&gt;&lt;br/&gt;&amp;nbsp;Could anyone point me to some method for giving AsyncService a nice jndi name?
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br/&gt;&lt;!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    &quot;License&quot;); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
--&gt;&lt;br/&gt;&lt;br/&gt;&lt;!-- $Rev: 588772 $ $Date: 2007-10-27 04:47:34 +0800 (Sat, 27 Oct 2007) $ --&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openejb-jar
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns=&amp;quot;&lt;a href=&quot;http://www.openejb.org/xml/ns/openejb-jar-2.1&amp;quot;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://www.openejb.org/xml/ns/openejb-jar-2.1&amp;quot;&lt;/a&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns:naming=&amp;quot;&lt;a href=&quot;http://geronimo.apache.org/xml/ns/naming-1.1&amp;quot;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://geronimo.apache.org/xml/ns/naming-1.1&amp;quot;&lt;/a&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns:security=&amp;quot;&lt;a href=&quot;http://geronimo.apache.org/xml/ns/security-1.1&amp;quot;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://geronimo.apache.org/xml/ns/security-1.1&amp;quot;&lt;/a&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns:sys=&amp;quot;&lt;a href=&quot;http://geronimo.apache.org/xml/ns/deployment-1.2&amp;quot;&amp;gt;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://geronimo.apache.org/xml/ns/deployment-1.2&amp;quot;&amp;gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;lt;sys:environment&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;sys:moduleId&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;sys:groupId&amp;gt;com.ourcompany.services&amp;lt;/sys:groupId&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;sys:artifactId&amp;gt;services&amp;lt;/sys:artifactId&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;sys:version&amp;gt;0.0.1&amp;lt;/sys:version&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;sys:type&amp;gt;jar&amp;lt;/sys:type&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/sys:moduleId&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;sys:dependencies&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/sys:dependencies&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;sys:hidden-classes&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;sys:filter&amp;gt;org.apache.commons.io&amp;lt;/sys:filter&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/sys:hidden-classes&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;sys:non-overridable-classes/&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/sys:environment&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;lt;enterprise-beans&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;session&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ejb-name&amp;gt;AsyncService&amp;lt;/ejb-name&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ejb-ref&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!&amp;ndash; @EJB(name=&amp;quot;dispatcher&amp;quot;) DispatcherGateRemote dispatcherGateRemote; &amp;ndash;&amp;gt;
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ref-name&amp;gt;AsyncProcess&amp;lt;/ref-name&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;nam:pattern xmlns:nam=&amp;quot;&lt;a href=&quot;http://geronimo.apache.org/xml/ns/naming-1.1&amp;quot;&amp;gt;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://geronimo.apache.org/xml/ns/naming-1.1&amp;quot;&amp;gt;&lt;/a&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;nam:artifactId&amp;gt;services&amp;lt;/nam:artifactId&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;nam:name&amp;gt;AsyncProcess&amp;lt;/nam:name&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/nam:pattern&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/ejb-ref&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/session&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;message-driven&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ejb-name&amp;gt;SomeMdb&amp;lt;/ejb-name&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;resource-adapter&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;resource-link&amp;gt;ServicesResourceGroup&amp;lt;/resource-link&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/resource-adapter&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/message-driven&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;message-driven&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ejb-name&amp;gt;AnotherMdb&amp;lt;/ejb-name&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;resource-adapter&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;resource-link&amp;gt;ServicesResourceGroup&amp;lt;/resource-link&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/resource-adapter&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/message-driven&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/enterprise-beans&amp;gt;&lt;br/&gt;&amp;lt;/openejb-jar&amp;gt;&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/How-can-I-jndi-lookup-an-EJB-from-another-jar-with-a-nice-jndi-name-tp3986720.html" />
		
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986696</id>
		<title>Re: Remote EJB problems</title>
		<published>2013-05-13T07:51:31Z</published>
		<updated>2013-05-13T07:51:31Z</updated>
		<author>
			<name>Ivan Xu</name>
		</author>
		<content type="html">
			&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;Hi, could you have a look at your server log file, there should be some outputs for ejb jndi names like below :&lt;br&gt;&lt;br&gt;2011-07-25 14:31:22,250 INFO  [startup] Jndi(name=MEJBRemoteHome) --&amp;gt; Ejb(deployment-id=geronimo-mejb-3.0-SNAPSHOT.jar/MEJB)&lt;br&gt;
2011-07-25 14:31:22,250 INFO  [startup] Jndi(name=global/geronimo-mejb-3.0-SNAPSHOT/MEJB!javax.management.j2ee.ManagementHome) --&amp;gt; Ejb(deployment-id=geronimo-mejb-3.0-SNAPSHOT.jar/MEJB)&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks.&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;gmail_extra&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2013/5/5 Philippe Marschall &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986696&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;
Hi&lt;br&gt;
&lt;br&gt;
I&amp;#39;m trying to use remote EJBs and am running into some problems. I followed the instructions at [1]. I use version 4.5.2 of the openejb-client (the latest I could find in Maven Central) and Geronimo 3. My code looks like this:&lt;br&gt;

&lt;br&gt;
  String jndiName =&lt;br&gt;
&amp;quot;java:global/osgi-remoting-&lt;u&gt;&lt;/u&gt;ejb-sample-ear/osgi-remoting-&lt;u&gt;&lt;/u&gt;ejb-sample-ejb/StatelessBean!&lt;u&gt;&lt;/u&gt;com.github.marschall.jboss.&lt;u&gt;&lt;/u&gt;osgi.remoting.ejb.sample.&lt;u&gt;&lt;/u&gt;StatelessRemote1&amp;quot;;&lt;br&gt;
&lt;br&gt;
  Properties p = new Properties();&lt;br&gt;
  p.put(&amp;quot;java.naming.factory.&lt;u&gt;&lt;/u&gt;initial&amp;quot;, &amp;quot;org.apache.openejb.client.&lt;u&gt;&lt;/u&gt;RemoteInitialContextFactory&amp;quot;);&lt;br&gt;
  p.put(&amp;quot;java.naming.provider.&lt;u&gt;&lt;/u&gt;url&amp;quot;, &amp;quot;ejbd://localhost:4201&amp;quot;);&lt;br&gt;
&lt;br&gt;
  InitialContext ctx = new InitialContext(p);&lt;br&gt;
&lt;br&gt;
  Object myBean = ctx.lookup(jndiName);&lt;br&gt;
&lt;br&gt;
The exception I get is:&lt;br&gt;
&lt;br&gt;
Exception in thread &amp;quot;main&amp;quot; javax.naming.&lt;u&gt;&lt;/u&gt;NotContextException:&lt;br&gt;
openejb/remote/global/osgi-&lt;u&gt;&lt;/u&gt;remoting-ejb-sample-ear/osgi-&lt;u&gt;&lt;/u&gt;remoting-ejb-sample-ejb/&lt;u&gt;&lt;/u&gt;StatelessBean!com.github.&lt;u&gt;&lt;/u&gt;marschall.jboss.osgi.remoting.&lt;u&gt;&lt;/u&gt;ejb.sample.StatelessRemote1&lt;br&gt;
        at org.apache.xbean.naming.&lt;u&gt;&lt;/u&gt;context.AbstractContext.&lt;u&gt;&lt;/u&gt;lookup(AbstractContext.java:&lt;u&gt;&lt;/u&gt;165)&lt;br&gt;
        at org.apache.xbean.naming.&lt;u&gt;&lt;/u&gt;context.AbstractContext.&lt;u&gt;&lt;/u&gt;lookup(AbstractContext.java:&lt;u&gt;&lt;/u&gt;605)&lt;br&gt;
        at org.apache.geronimo.openejb.&lt;u&gt;&lt;/u&gt;DeepBindableContext$&lt;u&gt;&lt;/u&gt;ContextWrapper.lookup(&lt;u&gt;&lt;/u&gt;DeepBindableContext.java:97)&lt;br&gt;
        at org.apache.openejb.server.&lt;u&gt;&lt;/u&gt;ejbd.JndiRequestHandler.&lt;u&gt;&lt;/u&gt;doLookup(JndiRequestHandler.&lt;u&gt;&lt;/u&gt;java:203)&lt;br&gt;
        at org.apache.openejb.server.&lt;u&gt;&lt;/u&gt;ejbd.JndiRequestHandler.&lt;u&gt;&lt;/u&gt;processRequest(&lt;u&gt;&lt;/u&gt;JndiRequestHandler.java:142)&lt;br&gt;
        at org.apache.openejb.server.&lt;u&gt;&lt;/u&gt;ejbd.EjbDaemon.&lt;u&gt;&lt;/u&gt;processJndiRequest(EjbDaemon.&lt;u&gt;&lt;/u&gt;java:238)&lt;br&gt;
        at org.apache.openejb.server.&lt;u&gt;&lt;/u&gt;ejbd.EjbDaemon.service(&lt;u&gt;&lt;/u&gt;EjbDaemon.java:167)&lt;br&gt;
        at org.apache.openejb.server.&lt;u&gt;&lt;/u&gt;ejbd.EjbServer.service(&lt;u&gt;&lt;/u&gt;EjbServer.java:71)&lt;br&gt;
        at org.apache.openejb.server.&lt;u&gt;&lt;/u&gt;ejbd.KeepAliveServer$Session.&lt;u&gt;&lt;/u&gt;service(KeepAliveServer.java:&lt;u&gt;&lt;/u&gt;213)&lt;br&gt;
        at org.apache.openejb.server.&lt;u&gt;&lt;/u&gt;ejbd.KeepAliveServer.service(&lt;u&gt;&lt;/u&gt;KeepAliveServer.java:233)&lt;br&gt;
        at org.apache.openejb.server.&lt;u&gt;&lt;/u&gt;ejbd.EjbServer.service(&lt;u&gt;&lt;/u&gt;EjbServer.java:66)&lt;br&gt;
        at org.apache.openejb.server.&lt;u&gt;&lt;/u&gt;ServicePool$2.run(ServicePool.&lt;u&gt;&lt;/u&gt;java:91)&lt;br&gt;
        at org.apache.openejb.server.&lt;u&gt;&lt;/u&gt;ServicePool$3.run(ServicePool.&lt;u&gt;&lt;/u&gt;java:120)&lt;br&gt;
        at java.util.concurrent.&lt;u&gt;&lt;/u&gt;ThreadPoolExecutor.runWorker(&lt;u&gt;&lt;/u&gt;ThreadPoolExecutor.java:1110)&lt;br&gt;
        at java.util.concurrent.&lt;u&gt;&lt;/u&gt;ThreadPoolExecutor$Worker.run(&lt;u&gt;&lt;/u&gt;ThreadPoolExecutor.java:603)&lt;br&gt;
        at java.lang.Thread.run(Thread.&lt;u&gt;&lt;/u&gt;java:722)&lt;br&gt;
&lt;br&gt;
I double checked the JNDI name and I believe it is correct:&lt;br&gt;
&lt;br&gt;
- The application is deployed as an .ear with an single ejb.jar. The ear is called osgi-remoting-ejb-sample-ear-&lt;u&gt;&lt;/u&gt;0.2.0-SNAPSHOT.ear but has a META-INF/application.xml with &amp;lt;application-name&amp;gt;osgi-&lt;u&gt;&lt;/u&gt;remoting-ejb-sample-ear&amp;lt;/&lt;u&gt;&lt;/u&gt;application-name&amp;gt;&lt;br&gt;

&lt;br&gt;
- The ear seems to have deployed successfully as I see the following in the console&lt;br&gt;
&lt;br&gt;
  Started Application Modules:&lt;br&gt;
    EAR: default/osgi-remoting-ejb-&lt;u&gt;&lt;/u&gt;sample-ear-0.2.0-SNAPSHOT/&lt;u&gt;&lt;/u&gt;1366917167252/car&lt;br&gt;
&lt;br&gt;
- The ejb jar is in the root of the ear and called osgi-remoting-ejb-sample-ejb.&lt;u&gt;&lt;/u&gt;jar. There is ejb-jar.xml in the ejb jar.&lt;br&gt;
&lt;br&gt;
- The EJB is called com.github.marschall.jboss.&lt;u&gt;&lt;/u&gt;osgi.remoting.ejb.sample.&lt;u&gt;&lt;/u&gt;StatelessBean and annotated with @Stateless but not with @Remote annotation. It implements an interface called com.github.marschall.jboss.&lt;u&gt;&lt;/u&gt;osgi.remoting.ejb.sample.&lt;u&gt;&lt;/u&gt;StatelessRemote1 which is annotated with @Remote.&lt;br&gt;

&lt;br&gt;
- The Oracle tutorial seems to use &amp;quot;/&amp;quot; to denote the fully qualified interface names but as far as I can see from chapter 4.4 of the EJB spec it should be &amp;quot;!&amp;quot;&lt;br&gt;
&lt;br&gt;
 [1] &lt;a href=&quot;http://tomee.apache.org/clients.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://tomee.apache.org/&lt;u&gt;&lt;/u&gt;clients.html&lt;/a&gt;&lt;br&gt;
 [2] &lt;a href=&quot;http://docs.oracle.com/javaee/6/tutorial/doc/gipjf.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://docs.oracle.com/javaee/&lt;u&gt;&lt;/u&gt;6/tutorial/doc/gipjf.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Cheers&lt;span class=&quot;HOEnZb&quot;&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
Philippe&lt;br&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Ivan
&lt;/div&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Remote-EJB-problems-tp3986660p3986696.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986660"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986695</id>
		<title>Re: derby.sql in Daytrader (Apache Geronimo v3.0)</title>
		<published>2013-05-13T07:42:50Z</published>
		<updated>2013-05-13T07:42:50Z</updated>
		<author>
			<name>Ivan Xu</name>
		</author>
		<content type="html">
			&lt;div dir=&quot;ltr&quot;&gt;Guess that you could find the derby sql in the following location&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/bin/dbscripts/derby/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/bin/dbscripts/derby/&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;div class=&quot;gmail_extra&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2013/5/10 Hari Pyla &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986695&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;
Hi,&lt;br&gt;
 I am trying to build the Daytrader application in Geronimo v3.0.&lt;br&gt;
I am using mysql and JBOSS-5.1.0 so I was going over the instructions at &lt;a href=&quot;http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/README.jboss5&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://svn.apache.org/repos/&lt;u&gt;&lt;/u&gt;asf/geronimo/daytrader/trunk/&lt;u&gt;&lt;/u&gt;README.jboss5&lt;/a&gt;&lt;br&gt;

&lt;br&gt;
&amp;quot;If using MySQL, create a mysql database called tradedb and load it with the derby.sql.&amp;quot;&lt;br&gt;
&lt;br&gt;
I was unable to find the derby.sql file in the Daytrader download from the svn. I was wondering if I am missing something and where I coul get the derby.sql file.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
--Hari&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Ivan
&lt;/div&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/derby-sql-in-Daytrader-Apache-Geronimo-v3-0-tp3986686p3986695.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986686"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986686</id>
		<title>derby.sql in Daytrader (Apache Geronimo v3.0)</title>
		<published>2013-05-10T07:42:40Z</published>
		<updated>2013-05-10T07:42:40Z</updated>
		<author>
			<name>Hari Pyla</name>
		</author>
		<content type="html">
			Hi,
&lt;br/&gt;&amp;nbsp; I am trying to build the Daytrader application in Geronimo v3.0.
&lt;br/&gt;I am using mysql and JBOSS-5.1.0 so I was going over the instructions at 
&lt;br/&gt;&lt;a href=&quot;http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/README.jboss5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/README.jboss5&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&amp;quot;If using MySQL, create a mysql database called tradedb and load it with 
&lt;br/&gt;the derby.sql.&amp;quot;
&lt;br/&gt;&lt;br/&gt;I was unable to find the derby.sql file in the Daytrader download from 
&lt;br/&gt;the svn. I was wondering if I am missing something and where I coul get 
&lt;br/&gt;the derby.sql file.
&lt;br/&gt;&lt;br/&gt;Thanks,
&lt;br/&gt;--Hari
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/derby-sql-in-Daytrader-Apache-Geronimo-v3-0-tp3986686.html" />
		
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986665</id>
		<title>Re: Stream left open in XBean finder</title>
		<published>2013-05-08T06:47:13Z</published>
		<updated>2013-05-08T06:47:13Z</updated>
		<author>
			<name>kevan</name>
		</author>
		<content type="html">
			&lt;br/&gt;On May 8, 2013, at 6:40 AM, Lazar Kirchev &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986665&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:
&lt;br/&gt;&lt;br/&gt;&amp;gt; Hello,
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; I am using XBean finder and I came across a jar file which is left open. The class in which this happens is org.apache.xbean.finder.archive.JarArchive. In its constructor a JarFile object is created and this jar never gets closed. This results in jars files which could not be removed even when they are not necessary any more. Could you advise me how to approach this issue?
&lt;br/&gt;&lt;br/&gt;Hi Lazar,
&lt;br/&gt;Thanks for the email.
&lt;br/&gt;&lt;br/&gt;Can you create a JIRA? JIRA is our problem tracking system -- &lt;a href=&quot;https://issues.apache.org/jira/browse/XBEAN&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://issues.apache.org/jira/browse/XBEAN&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Describe your problem, XBean version, etc. If you can provide a test case, that is helpful.
&lt;br/&gt;&lt;br/&gt;If you have a suggested fix for the problem, create a svn diff and attach it to the JIRA. 
&lt;br/&gt;&lt;br/&gt;The general process is described here -- &lt;a href=&quot;http://geronimo.apache.org/xbean/contributing.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://geronimo.apache.org/xbean/contributing.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;--kevan
&lt;br/&gt;&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Stream-left-open-in-XBean-finder-tp3986664p3986665.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986664"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986664</id>
		<title>Stream left open in XBean finder</title>
		<published>2013-05-08T03:40:20Z</published>
		<updated>2013-05-08T03:40:20Z</updated>
		<author>
			<name>Lazar Kirchev</name>
		</author>
		<content type="html">
			&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;Hello,&lt;br&gt;&lt;br&gt;I am using XBean finder and I came across a jar file which is left open. The class in which this happens is org.apache.xbean.finder.archive.JarArchive. In its constructor a JarFile object is created and this jar never gets closed. This results in jars files which could not be removed even when they are not necessary any more. Could you advise me how to approach this issue?&lt;br&gt;
&lt;br&gt;&lt;/div&gt;Regards,&lt;br&gt;Lazar&lt;br&gt;&lt;/div&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Stream-left-open-in-XBean-finder-tp3986664.html" />
		
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986660</id>
		<title>Remote EJB problems</title>
		<published>2013-05-05T08:44:01Z</published>
		<updated>2013-05-05T08:44:01Z</updated>
		<author>
			<name>Philippe Marschall</name>
		</author>
		<content type="html">
			Hi
&lt;br/&gt;&lt;br/&gt;I'm trying to use remote EJBs and am running into some problems. I 
&lt;br/&gt;followed the instructions at [1]. I use version 4.5.2 of the 
&lt;br/&gt;openejb-client (the latest I could find in Maven Central) and Geronimo 
&lt;br/&gt;3. My code looks like this:
&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp;String jndiName =
&lt;br/&gt;&amp;quot;java:global/osgi-remoting-ejb-sample-ear/osgi-remoting-ejb-sample-ejb/StatelessBean!com.github.marschall.jboss.osgi.remoting.ejb.sample.StatelessRemote1&amp;quot;;
&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp;Properties p = new Properties();
&lt;br/&gt;&amp;nbsp; &amp;nbsp;p.put(&amp;quot;java.naming.factory.initial&amp;quot;, 
&lt;br/&gt;&amp;quot;org.apache.openejb.client.RemoteInitialContextFactory&amp;quot;);
&lt;br/&gt;&amp;nbsp; &amp;nbsp;p.put(&amp;quot;java.naming.provider.url&amp;quot;, &amp;quot;ejbd://localhost:4201&amp;quot;);
&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp;InitialContext ctx = new InitialContext(p);
&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp;Object myBean = ctx.lookup(jndiName);
&lt;br/&gt;&lt;br/&gt;The exception I get is:
&lt;br/&gt;&lt;br/&gt;Exception in thread &amp;quot;main&amp;quot; javax.naming.NotContextException:
&lt;br/&gt;openejb/remote/global/osgi-remoting-ejb-sample-ear/osgi-remoting-ejb-sample-ejb/StatelessBean!com.github.marschall.jboss.osgi.remoting.ejb.sample.StatelessRemote1
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at 
&lt;br/&gt;org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:165)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at 
&lt;br/&gt;org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:605)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at 
&lt;br/&gt;org.apache.geronimo.openejb.DeepBindableContext$ContextWrapper.lookup(DeepBindableContext.java:97)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at 
&lt;br/&gt;org.apache.openejb.server.ejbd.JndiRequestHandler.doLookup(JndiRequestHandler.java:203)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at 
&lt;br/&gt;org.apache.openejb.server.ejbd.JndiRequestHandler.processRequest(JndiRequestHandler.java:142)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at 
&lt;br/&gt;org.apache.openejb.server.ejbd.EjbDaemon.processJndiRequest(EjbDaemon.java:238)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.openejb.server.ejbd.EjbDaemon.service(EjbDaemon.java:167)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.openejb.server.ejbd.EjbServer.service(EjbServer.java:71)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at 
&lt;br/&gt;org.apache.openejb.server.ejbd.KeepAliveServer$Session.service(KeepAliveServer.java:213)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at 
&lt;br/&gt;org.apache.openejb.server.ejbd.KeepAliveServer.service(KeepAliveServer.java:233)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.openejb.server.ejbd.EjbServer.service(EjbServer.java:66)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.openejb.server.ServicePool$2.run(ServicePool.java:91)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.openejb.server.ServicePool$3.run(ServicePool.java:120)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at 
&lt;br/&gt;java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at 
&lt;br/&gt;java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Thread.java:722)
&lt;br/&gt;&lt;br/&gt;I double checked the JNDI name and I believe it is correct:
&lt;br/&gt;&lt;br/&gt;- The application is deployed as an .ear with an single ejb.jar. The ear 
&lt;br/&gt;is called osgi-remoting-ejb-sample-ear-0.2.0-SNAPSHOT.ear but has a 
&lt;br/&gt;META-INF/application.xml with 
&lt;br/&gt;&amp;lt;application-name&amp;gt;osgi-remoting-ejb-sample-ear&amp;lt;/application-name&amp;gt;
&lt;br/&gt;&lt;br/&gt;- The ear seems to have deployed successfully as I see the following in 
&lt;br/&gt;the console
&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp;Started Application Modules:
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;EAR: 
&lt;br/&gt;default/osgi-remoting-ejb-sample-ear-0.2.0-SNAPSHOT/1366917167252/car
&lt;br/&gt;&lt;br/&gt;- The ejb jar is in the root of the ear and called 
&lt;br/&gt;osgi-remoting-ejb-sample-ejb.jar. There is ejb-jar.xml in the ejb jar.
&lt;br/&gt;&lt;br/&gt;- The EJB is called 
&lt;br/&gt;com.github.marschall.jboss.osgi.remoting.ejb.sample.StatelessBean and 
&lt;br/&gt;annotated with @Stateless but not with @Remote annotation. It implements 
&lt;br/&gt;an interface called 
&lt;br/&gt;com.github.marschall.jboss.osgi.remoting.ejb.sample.StatelessRemote1 
&lt;br/&gt;which is annotated with @Remote.
&lt;br/&gt;&lt;br/&gt;- The Oracle tutorial seems to use &amp;quot;/&amp;quot; to denote the fully qualified 
&lt;br/&gt;interface names but as far as I can see from chapter 4.4 of the EJB spec 
&lt;br/&gt;it should be &amp;quot;!&amp;quot;
&lt;br/&gt;&lt;br/&gt;&amp;nbsp; [1] &lt;a href=&quot;http://tomee.apache.org/clients.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://tomee.apache.org/clients.html&lt;/a&gt;&lt;br/&gt;&amp;nbsp; [2] &lt;a href=&quot;http://docs.oracle.com/javaee/6/tutorial/doc/gipjf.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://docs.oracle.com/javaee/6/tutorial/doc/gipjf.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Cheers
&lt;br/&gt;Philippe
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Remote-EJB-problems-tp3986660.html" />
		
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986654</id>
		<title>srikanthgattla</title>
		<published>2013-05-01T02:22:35Z</published>
		<updated>2013-05-01T02:22:35Z</updated>
		<author>
			<name>sri</name>
		</author>
		<content type="html">
			&lt;img src=&quot;http://apache-geronimo.328035.n3.nabble.com/file/n3986654/Winter.jpg&quot; border=&quot;0&quot;/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/srikanthgattla-tp3986654.html" />
		
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986653</id>
		<title>srikanthgattla</title>
		<published>2013-05-01T02:20:05Z</published>
		<updated>2013-05-01T02:20:05Z</updated>
		<author>
			<name>sri</name>
		</author>
		<content type="html">
			&lt;img src=&quot;http://apache-geronimo.328035.n3.nabble.com/file/n3986653/Winter.jpg&quot; border=&quot;0&quot;/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/srikanthgattla-tp3986653.html" />
		
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986652</id>
		<title>hi</title>
		<published>2013-05-01T02:04:43Z</published>
		<updated>2013-05-01T02:04:43Z</updated>
		<author>
			<name>srikanth</name>
		</author>
		<content type="html">
			mmmmmmmmmmmmmmmmm

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/hi-tp3986652.html" />
		
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986646</id>
		<title>Re: Maven coordinates for EJB stand-alone client?</title>
		<published>2013-04-28T13:42:42Z</published>
		<updated>2013-04-28T13:42:42Z</updated>
		<author>
			<name>David Blevins-2</name>
		</author>
		<content type="html">
			&lt;br/&gt;On Apr 28, 2013, at 9:37 AM, Philippe Marschall &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986646&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:
&lt;br/&gt;&lt;div class='shrinkable-quote'&gt;&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; On 27.04.2013 22:22, David Blevins wrote:
&lt;br/&gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt; On Apr 27, 2013, at 4:23 AM, Philippe Marschall &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986646&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:
&lt;br/&gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; On 23.04.2013 14:18, Kevan Miller wrote:
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Apr 22, 2013, at 2:51 PM, Philippe Marschall &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986646&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I want to call remote EJBs from a stand alone Java SE application and need to know the maven coordinates for the EJB stand-alone client.
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The client jar is in geronimo-tomcat7-javaee6-3.0.0/repository/org/apache/openejb/openejb-client/4.0.0-beta-1/openejb-client-4.0.0-beta-1.jar of your geronimo install.
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; In maven terms, that's
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.openejb&amp;lt;/groupId&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;openejb-client&amp;lt;/artifactId&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;4.0.0-beta-1&amp;lt;/version&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; Ah, very cool thanks. So it's essentially the same as TomEE since they both use OpenEJB?
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; I had a look at the manifest and unlike the POM it seems to additionally depend on org.apache.geronimo.specs:geronimo-osgi-locator &amp;nbsp;and org.apache.geronimo.specs:geronimo-osgi-registry. Do they somehow help with using the client in OSGi (outside of Geronimo) or should I still just set up the TCCL?
&lt;br/&gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt; No need to pull those in if you do not want to.
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; The respective Import-Package headers in the manifest don't have resolution:=optional so it has to be present when running in OSGi.
&lt;/div&gt;&lt;br/&gt;Ah. &amp;nbsp;Had assumed you were implying you weren't using OSGi and wanted to know if they were not needed in those scenarios. &amp;nbsp;Right, the OSGi case is documented in the manifest.
&lt;br/&gt;&lt;br/&gt;The locator and registry allow things like META-INF/javax.ejb.embeddable.EJBContainer and other similar java.util.ServiceLoader lookups to work in OSGi-land. &amp;nbsp;Many of the spec jars use these to find the respective impls, which are in different bundles.
&lt;br/&gt;&lt;br/&gt;So, yes, needed for OSGi clients. &amp;nbsp;Not needed for plain Java SE clients.
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;-David
&lt;br/&gt;&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Maven-coordinates-for-EJB-stand-alone-client-tp3986624p3986646.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986644"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986644</id>
		<title>Re: Maven coordinates for EJB stand-alone client?</title>
		<published>2013-04-28T09:37:01Z</published>
		<updated>2013-04-28T09:37:01Z</updated>
		<author>
			<name>Philippe Marschall</name>
		</author>
		<content type="html">
			&lt;br/&gt;&lt;br/&gt;On 27.04.2013 22:22, David Blevins wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br/&gt;&amp;gt;
&lt;br/&gt;&amp;gt; On Apr 27, 2013, at 4:23 AM, Philippe Marschall &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986644&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:
&lt;br/&gt;&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt; On 23.04.2013 14:18, Kevan Miller wrote:
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; On Apr 22, 2013, at 2:51 PM, Philippe Marschall &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986644&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I want to call remote EJBs from a stand alone Java SE application and need to know the maven coordinates for the EJB stand-alone client.
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; The client jar is in geronimo-tomcat7-javaee6-3.0.0/repository/org/apache/openejb/openejb-client/4.0.0-beta-1/openejb-client-4.0.0-beta-1.jar of your geronimo install.
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; In maven terms, that's
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.openejb&amp;lt;/groupId&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;openejb-client&amp;lt;/artifactId&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;4.0.0-beta-1&amp;lt;/version&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt; Ah, very cool thanks. So it's essentially the same as TomEE since they both use OpenEJB?
&lt;br/&gt;&amp;gt;&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt; I had a look at the manifest and unlike the POM it seems to additionally depend on org.apache.geronimo.specs:geronimo-osgi-locator &amp;nbsp;and org.apache.geronimo.specs:geronimo-osgi-registry. Do they somehow help with using the client in OSGi (outside of Geronimo) or should I still just set up the TCCL?
&lt;br/&gt;&amp;gt;
&lt;br/&gt;&amp;gt; No need to pull those in if you do not want to.
&lt;/div&gt;&lt;br/&gt;The respective Import-Package headers in the manifest don't have 
&lt;br/&gt;resolution:=optional so it has to be present when running in OSGi.
&lt;br/&gt;&lt;br/&gt;Cheers
&lt;br/&gt;Philippe
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Maven-coordinates-for-EJB-stand-alone-client-tp3986624p3986644.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986643"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986643</id>
		<title>Re: Maven coordinates for EJB stand-alone client?</title>
		<published>2013-04-27T13:22:23Z</published>
		<updated>2013-04-27T13:22:23Z</updated>
		<author>
			<name>David Blevins-2</name>
		</author>
		<content type="html">
			&lt;br/&gt;On Apr 27, 2013, at 4:23 AM, Philippe Marschall &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986643&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:
&lt;br/&gt;&lt;div class='shrinkable-quote'&gt;&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; On 23.04.2013 14:18, Kevan Miller wrote:
&lt;br/&gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt; On Apr 22, 2013, at 2:51 PM, Philippe Marschall &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986643&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:
&lt;br/&gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; Hi
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt;&amp;gt; I want to call remote EJBs from a stand alone Java SE application and need to know the maven coordinates for the EJB stand-alone client.
&lt;br/&gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt; The client jar is in geronimo-tomcat7-javaee6-3.0.0/repository/org/apache/openejb/openejb-client/4.0.0-beta-1/openejb-client-4.0.0-beta-1.jar of your geronimo install.
&lt;br/&gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt; In maven terms, that's
&lt;br/&gt;&amp;gt;&amp;gt; 
&lt;br/&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.openejb&amp;lt;/groupId&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;openejb-client&amp;lt;/artifactId&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;4.0.0-beta-1&amp;lt;/version&amp;gt;
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; Ah, very cool thanks. So it's essentially the same as TomEE since they both use OpenEJB?
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; I had a look at the manifest and unlike the POM it seems to additionally depend on org.apache.geronimo.specs:geronimo-osgi-locator &amp;nbsp;and org.apache.geronimo.specs:geronimo-osgi-registry. Do they somehow help with using the client in OSGi (outside of Geronimo) or should I still just set up the TCCL?
&lt;/div&gt;&lt;br/&gt;No need to pull those in if you do not want to. &amp;nbsp;Just need the openejb-client.jar and the geronimo_ejb spec jar, or alternatively the all-in-one spec jar
&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.openejb&amp;lt;/groupId&amp;gt;
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;javaee-api&amp;lt;/artifactId&amp;gt;
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;6.0-4&amp;lt;/version&amp;gt;
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;-David
&lt;br/&gt;&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Maven-coordinates-for-EJB-stand-alone-client-tp3986624p3986643.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986642"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986642</id>
		<title>Re: Maven coordinates for EJB stand-alone client?</title>
		<published>2013-04-27T04:23:34Z</published>
		<updated>2013-04-27T04:23:34Z</updated>
		<author>
			<name>Philippe Marschall</name>
		</author>
		<content type="html">
			&lt;br/&gt;&lt;br/&gt;On 23.04.2013 14:18, Kevan Miller wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br/&gt;&amp;gt;
&lt;br/&gt;&amp;gt; On Apr 22, 2013, at 2:51 PM, Philippe Marschall &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986642&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:
&lt;br/&gt;&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt; Hi
&lt;br/&gt;&amp;gt;&amp;gt;
&lt;br/&gt;&amp;gt;&amp;gt; I want to call remote EJBs from a stand alone Java SE application and need to know the maven coordinates for the EJB stand-alone client.
&lt;br/&gt;&amp;gt;
&lt;br/&gt;&amp;gt; The client jar is in geronimo-tomcat7-javaee6-3.0.0/repository/org/apache/openejb/openejb-client/4.0.0-beta-1/openejb-client-4.0.0-beta-1.jar of your geronimo install.
&lt;br/&gt;&amp;gt;
&lt;br/&gt;&amp;gt; In maven terms, that's
&lt;br/&gt;&amp;gt;
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.openejb&amp;lt;/groupId&amp;gt;
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;openejb-client&amp;lt;/artifactId&amp;gt;
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;4.0.0-beta-1&amp;lt;/version&amp;gt;
&lt;/div&gt;&lt;br/&gt;Ah, very cool thanks. So it's essentially the same as TomEE since they 
&lt;br/&gt;both use OpenEJB?
&lt;br/&gt;&lt;br/&gt;I had a look at the manifest and unlike the POM it seems to additionally 
&lt;br/&gt;depend on org.apache.geronimo.specs:geronimo-osgi-locator &amp;nbsp;and 
&lt;br/&gt;org.apache.geronimo.specs:geronimo-osgi-registry. Do they somehow help 
&lt;br/&gt;with using the client in OSGi (outside of Geronimo) or should I still 
&lt;br/&gt;just set up the TCCL?
&lt;br/&gt;&lt;br/&gt;Cheers
&lt;br/&gt;Philippe
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Maven-coordinates-for-EJB-stand-alone-client-tp3986624p3986642.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986625"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986630</id>
		<title>Re: Maven coordinates for EJB stand-alone client?</title>
		<published>2013-04-23T05:42:19Z</published>
		<updated>2013-04-23T05:42:19Z</updated>
		<author>
			<name>kevan</name>
		</author>
		<content type="html">
			&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;On Apr 23, 2013, at 8:21 AM, Jean-Louis MONTEIRO &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986630&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:
&lt;br/&gt;&lt;br/&gt;&amp;gt; Try looking this page if needed &lt;a href=&quot;http://tomee.apache.org/clients.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://tomee.apache.org/clients.html&lt;/a&gt;&lt;br/&gt;&amp;gt; That may help.
&lt;br/&gt;&lt;br/&gt;And there's &lt;a href=&quot;https://cwiki.apache.org/GMOxDOC30/deploying-and-running-ejb-application-clients.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://cwiki.apache.org/GMOxDOC30/deploying-and-running-ejb-application-clients.html&lt;/a&gt;&amp;nbsp;but the question was pretty specific about maven coordinates...
&lt;br/&gt;&lt;br/&gt;--kevan
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Maven-coordinates-for-EJB-stand-alone-client-tp3986624p3986630.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986626"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986627</id>
		<title>Re: is there a way to quickly and easily update all the jars in Geronimo 3.0 to the latest stable jars?</title>
		<published>2013-04-23T05:23:19Z</published>
		<updated>2013-04-23T05:23:19Z</updated>
		<author>
			<name>kevan</name>
		</author>
		<content type="html">
			&lt;br/&gt;In general, you update by &amp;quot;installing&amp;quot; the latest Geronimo distribution.
&lt;br/&gt;&lt;br/&gt;--kevan
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/is-there-a-way-to-quickly-and-easily-update-all-the-jars-in-Geronimo-3-0-to-the-latest-stable-jars-tp3986560p3986627.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986560"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986626</id>
		<title>Re: Maven coordinates for EJB stand-alone client?</title>
		<published>2013-04-23T05:21:01Z</published>
		<updated>2013-04-23T05:21:01Z</updated>
		<author>
			<name>jlmonteiro</name>
		</author>
		<content type="html">
			&lt;div dir=&quot;ltr&quot;&gt;Try looking this page if needed &lt;a href=&quot;http://tomee.apache.org/clients.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://tomee.apache.org/clients.html&lt;/a&gt;&lt;div style&gt;That may help.&lt;/div&gt;&lt;div style&gt;&lt;br&gt;&lt;/div&gt;&lt;div style&gt;Jean-Louis&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;gmail_extra&quot;&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2013/4/23 Kevan Miller &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986626&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;
&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
On Apr 22, 2013, at 2:51 PM, Philippe Marschall &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986626&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; Hi&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I want to call remote EJBs from a stand alone Java SE application and need to know the maven coordinates for the EJB stand-alone client.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;The client jar is in geronimo-tomcat7-javaee6-3.0.0/repository/org/apache/openejb/openejb-client/4.0.0-beta-1/openejb-client-4.0.0-beta-1.jar of your geronimo install.&lt;br&gt;
&lt;br&gt;
In maven terms, that&amp;#39;s&lt;br&gt;
&lt;br&gt;
                &amp;lt;groupId&amp;gt;org.apache.openejb&amp;lt;/groupId&amp;gt;&lt;br&gt;
                &amp;lt;artifactId&amp;gt;openejb-client&amp;lt;/artifactId&amp;gt;&lt;br&gt;
                &amp;lt;version&amp;gt;4.0.0-beta-1&amp;lt;/version&amp;gt;&lt;br&gt;
&lt;span class=&quot;HOEnZb&quot;&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
--kevan&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;-- &lt;br&gt;Jean-Louis
&lt;/div&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Maven-coordinates-for-EJB-stand-alone-client-tp3986624p3986626.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986625"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986625</id>
		<title>Re: Maven coordinates for EJB stand-alone client?</title>
		<published>2013-04-23T05:18:39Z</published>
		<updated>2013-04-23T05:18:39Z</updated>
		<author>
			<name>kevan</name>
		</author>
		<content type="html">
			&lt;br/&gt;On Apr 22, 2013, at 2:51 PM, Philippe Marschall &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986625&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:
&lt;br/&gt;&lt;br/&gt;&amp;gt; Hi
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; I want to call remote EJBs from a stand alone Java SE application and need to know the maven coordinates for the EJB stand-alone client.
&lt;br/&gt;&lt;br/&gt;The client jar is in geronimo-tomcat7-javaee6-3.0.0/repository/org/apache/openejb/openejb-client/4.0.0-beta-1/openejb-client-4.0.0-beta-1.jar of your geronimo install.
&lt;br/&gt;&lt;br/&gt;In maven terms, that's 
&lt;br/&gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.openejb&amp;lt;/groupId&amp;gt;
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;openejb-client&amp;lt;/artifactId&amp;gt;
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;4.0.0-beta-1&amp;lt;/version&amp;gt;
&lt;br/&gt;&lt;br/&gt;--kevan
&lt;br/&gt;&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Maven-coordinates-for-EJB-stand-alone-client-tp3986624p3986625.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986624"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986624</id>
		<title>Maven coordinates for EJB stand-alone client?</title>
		<published>2013-04-22T11:51:15Z</published>
		<updated>2013-04-22T11:51:15Z</updated>
		<author>
			<name>Philippe Marschall</name>
		</author>
		<content type="html">
			Hi
&lt;br/&gt;&lt;br/&gt;I want to call remote EJBs from a stand alone Java SE application and 
&lt;br/&gt;need to know the maven coordinates for the EJB stand-alone client.
&lt;br/&gt;&lt;br/&gt;Cheers
&lt;br/&gt;Philippe
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Maven-coordinates-for-EJB-stand-alone-client-tp3986624.html" />
		
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986566</id>
		<title>Re: Release plan for Geronimo 3 + Jetty assembly</title>
		<published>2013-04-15T04:55:24Z</published>
		<updated>2013-04-15T04:55:24Z</updated>
		<author>
			<name>kevan</name>
		</author>
		<content type="html">
			&lt;br/&gt;On Apr 12, 2013, at 8:26 PM, Bevon &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986566&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:
&lt;br/&gt;&lt;br/&gt;&amp;gt; Hi,
&lt;br/&gt;&amp;gt; Recently noticed some chatter around Geronimo 3.0.1. &amp;nbsp;Was wondering if a
&lt;br/&gt;&amp;gt; Jetty assembly would be part of the release? &amp;nbsp;Or, if not, what plans there
&lt;br/&gt;&amp;gt; might about around a Jetty assembly in the future?
&lt;br/&gt;&lt;br/&gt;There would be a some amount of effort required to get a Jetty-based server to pass the TCK. There hasn't been any recent activity from the committer community to work on the TCK for Jetty-based servers. Beyond the TCK, would be the question of if there's sufficient interest in the committer community to support (i.e. fix problems) for Jetty-based servers.
&lt;br/&gt;&lt;br/&gt;So, at this point, I don't think that a Jetty assembly will be released any time soon. That said, if there are people interested in helping with this effort -- they'd be most welcome…
&lt;br/&gt;&lt;br/&gt;I haven't tried to build the Jetty assemblies, for a while. Have you tried this? If there are people interested in working on this, we can have a discussion on what things need to be done…
&lt;br/&gt;&lt;br/&gt;--kevan

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Release-plan-for-Geronimo-3-Jetty-assembly-tp3986393p3986566.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986564"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986564</id>
		<title>Re: Release plan for Geronimo 3 + Jetty assembly</title>
		<published>2013-04-12T17:26:08Z</published>
		<updated>2013-04-12T17:26:08Z</updated>
		<author>
			<name>Bevon</name>
		</author>
		<content type="html">
			Hi,
&lt;br/&gt;Recently noticed some chatter around Geronimo 3.0.1. &amp;nbsp;Was wondering if a Jetty assembly would be part of the release? &amp;nbsp;Or, if not, what plans there might about around a Jetty assembly in the future?
&lt;br/&gt;Cheers!

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Release-plan-for-Geronimo-3-Jetty-assembly-tp3986393p3986564.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986393"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986560</id>
		<title>is there a way to quickly and easily update all the jars in Geronimo 3.0 to the latest stable jars?</title>
		<published>2013-04-12T08:24:20Z</published>
		<updated>2013-04-12T08:24:20Z</updated>
		<author>
			<name>Jerry Maine</name>
		</author>
		<content type="html">
			&lt;div dir=&quot;ltr&quot;&gt;&lt;br&gt;&lt;/div&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/is-there-a-way-to-quickly-and-easily-update-all-the-jars-in-Geronimo-3-0-to-the-latest-stable-jars-tp3986560.html" />
		
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986537</id>
		<title>Re: Apache Geronimo not starting on  localhost</title>
		<published>2013-04-08T16:46:32Z</published>
		<updated>2013-04-08T16:46:32Z</updated>
		<author>
			<name>kevan</name>
		</author>
		<content type="html">
			&lt;br/&gt;On Apr 7, 2013, at 10:07 AM, abhi4j &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986537&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:
&lt;br/&gt;&lt;br/&gt;&amp;gt; I am working with Apache geronimo 3 along with Eclipse Juno IDE..I am working
&lt;br/&gt;&amp;gt; on Xubuntu 12.10 platform with IBM java 7 sdk. I am getting folllowing error
&lt;br/&gt;&amp;gt; while starting geronimo.
&lt;br/&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://apache-geronimo.328035.n3.nabble.com/file/n3986536/error.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://apache-geronimo.328035.n3.nabble.com/file/n3986536/error.png&lt;/a&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; Please help.
&lt;br/&gt;&lt;br/&gt;geronimo-tomcat7-javaee6-3.0.0/var/log/geronimo.log
&lt;br/&gt;&lt;br/&gt;This file contains the server's log. You'll need to look in that file to see what type of error you are receiving.
&lt;br/&gt;&lt;br/&gt;--kevan

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Apache-Geronimo-not-starting-on-localhost-tp3986536p3986537.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986536"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986536</id>
		<title>Apache Geronimo not starting on  localhost</title>
		<published>2013-04-07T07:07:55Z</published>
		<updated>2013-04-07T07:07:55Z</updated>
		<author>
			<name>abhi4j</name>
		</author>
		<content type="html">
			I am working with Apache geronimo 3 along with Eclipse Juno IDE..I am working on Xubuntu 12.10 platform with IBM java 7 sdk. I am getting folllowing error while starting geronimo.
&lt;br/&gt;&lt;img src=&quot;http://apache-geronimo.328035.n3.nabble.com/file/n3986536/error.png&quot; border=&quot;0&quot; class=&quot;center&quot;/&gt;&lt;br/&gt;&lt;br/&gt;Please help.

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Apache-Geronimo-not-starting-on-localhost-tp3986536.html" />
		
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986527</id>
		<title>Re: Releaseplan Geronimo 4.0 JavaEE 7</title>
		<published>2013-04-05T08:10:29Z</published>
		<updated>2013-04-05T08:10:29Z</updated>
		<author>
			<name>Shaun Malone</name>
		</author>
		<content type="html">
			Hi all,
&lt;br/&gt;&lt;br/&gt;Are there currently any plans/date for the release Geronimo 3.0.1?
&lt;br/&gt;&lt;br/&gt;We are very eager to upgrade to Geronimo 3 but are blocked since we depend on GERONIMO-6378 (fixed in 3.0.1).
&lt;br/&gt;&lt;br/&gt;If anyone is aware of a workaround for that issue, it would be hugely appreciated.
&lt;br/&gt;&lt;br/&gt;Thanks,
&lt;br/&gt;Shaun

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Releaseplan-Geronimo-4-0-JavaEE-7-tp3986192p3986527.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986196"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986523</id>
		<title>Re: Geronimo &gt; OpenLDAP not quite right......</title>
		<published>2013-04-04T05:05:48Z</published>
		<updated>2013-04-04T05:05:48Z</updated>
		<author>
			<name>VPCL</name>
		</author>
		<content type="html">
			Hi David:
&lt;br/&gt;&lt;br/&gt;You're quite right. I am trying to authenticate users in ou=people, and they must be members of the groupOfUniqueNames: 'CLINICS'. I've tried this sort of thing:
&lt;br/&gt;&lt;br/&gt;(&amp;(uid={0})(cn=CLINICS,ou=groups,dc=mydomain,dc=on,dc=ca)(attr=uniqueMember)) 
&lt;br/&gt;&lt;br/&gt;But, I'm not getting it....

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Geronimo-OpenLDAP-not-quite-right-tp3986519p3986523.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986521"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986522</id>
		<title>Re: unable to deploy WAR file</title>
		<published>2013-04-03T15:47:36Z</published>
		<updated>2013-04-03T15:47:36Z</updated>
		<author>
			<name>zilinchen</name>
		</author>
		<content type="html">
			1, hidden-class not working with Geronimo 3.0 above,
&lt;br/&gt;instead, using something like
&lt;br/&gt;&amp;lt;import-package&amp;gt;!com.sun.org.apache.xerces.internal.*&amp;lt;/import-package&amp;gt;&lt;br/&gt;&lt;br/&gt;2, They already deploy performance issue fired, the estimates what I know is 50MB file, take about 20 minutes. please check link here
&lt;br/&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/GERONIMO-6222&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://issues.apache.org/jira/browse/GERONIMO-6222&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;good luck

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/unable-to-deploy-WAR-file-tp3986490p3986522.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986501"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986521</id>
		<title>Re: Geronimo &gt; OpenLDAP not quite right......</title>
		<published>2013-04-03T15:10:05Z</published>
		<updated>2013-04-03T15:10:05Z</updated>
		<author>
			<name>David Jencks</name>
		</author>
		<content type="html">
			My understanding of ldap is kinda limited but I think that you are asking to authenticate all your users under ou=people but that you want to assign permissions only to the CLINICS group.
&lt;br/&gt;&lt;br/&gt;If you want to only authenticate people in the clinics group you need a query that will only return those people. &amp;nbsp;I'm not sure how to construct such an ldap query.
&lt;br/&gt;&lt;br/&gt;hope this makes sense
&lt;br/&gt;&lt;br/&gt;david jencks
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;On Apr 3, 2013, at 2:10 PM, VPCL &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986521&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:
&lt;br/&gt;&lt;div class='shrinkable-quote'&gt;&lt;br/&gt;&amp;gt; Hi:
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; I'm currently using Geronimo 2.2 and OpenLDAP: slapd 2.3.43.
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; I’m trying to create an LDAP Security Realm on the Geronimo server that will
&lt;br/&gt;&amp;gt; query my OpenLDAP server. For the most part, it works. However, the realm
&lt;br/&gt;&amp;gt; cannot seem to differentiate between the two different groups on the LDAP
&lt;br/&gt;&amp;gt; server. Resulting in any member being authenticated no matter which group
&lt;br/&gt;&amp;gt; they belong to, which is not what I want. I’m only trying to authenticate
&lt;br/&gt;&amp;gt; users if they are members of the 'CLINICS' group.
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; Here’s how my LDAP is setup:
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; dc=mydomain,dc=on,dc=ca		(objectClass=dcObject, organization)
&lt;br/&gt;&amp;gt; &amp;nbsp;ou=groups			(objectClass=organizationalUnit)
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp;cn=ADMIN			(objectClass=groupOfUniqueNames)
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp;cn=CLINICS			(objectClass=groupOfUniqueNames)
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;uid=User1,ou=people,dc=mydomain,dc=on,dc=ca
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;uid=User2,ou=people,dc=mydomain,dc=on,dc=ca
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;uid=User3,ou=people,dc=mydomain,dc=on,dc=ca
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp;cn=SUPPLIERS			(objectClass=groupOfUniqueNames)
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;uid=Supplier1,ou=people,dc=mydomain,dc=on,dc=ca
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;uid=Supplier2,ou=people,dc=mydomain,dc=on,dc=ca
&lt;br/&gt;&amp;gt; &amp;nbsp;ou=people			(objectClass=organizationalUnit)
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp;uid=User1			(objectClass=inetOrgPerson)
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp;uid=User2			(objectClass=inetOrgPerson)
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp;uid=User3			(objectClass=inetOrgPerson)
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp;uid=Supplier1			(objectClass=inetOrgPerson)
&lt;br/&gt;&amp;gt; &amp;nbsp; &amp;nbsp;uid=Supplier1			(objectClass=inetOrgPerson)
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; On the Geronimo Side, here is how I set up my realm:
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; Initial Context Factory: com.sun.jndi.ldap.LdapCtxFactory
&lt;br/&gt;&amp;gt; Connection URL: ldap://localhost:389
&lt;br/&gt;&amp;gt; Connect Username: cn=someuser,dc=mydomain,dc=on,dc=ca 
&lt;br/&gt;&amp;gt; Connect Password: secret
&lt;br/&gt;&amp;gt; Confirm Password: secret
&lt;br/&gt;&amp;gt; Connect Protocol:
&lt;br/&gt;&amp;gt; Authentication: simple
&lt;br/&gt;&amp;gt; User Base: ou=people,dc=mydomain,dc=on,dc=ca 
&lt;br/&gt;&amp;gt; User Search Matching: uid={0}
&lt;br/&gt;&amp;gt; User Search Subtree: false
&lt;br/&gt;&amp;gt; Role Base: cn=CLINICS,ou=groups,dc=vpcl,dc=on,dc=ca
&lt;br/&gt;&amp;gt; Role Name: cn
&lt;br/&gt;&amp;gt; Role User Search String: uid={0}
&lt;br/&gt;&amp;gt; Role Search Subtree: false
&lt;br/&gt;&amp;gt; User Role Search String: memberOf={0}
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; I’ve tried replacing the ‘User Search Matching’ and or the ‘Role User Search
&lt;br/&gt;&amp;gt; String’ with stuff like:
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; (&amp;amp;(uid={0})(cn=CLINICS,ou=groups,dc=mydomain,dc=on,dc=ca)(attr=uniqueMember))
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; But it’s just not working out. 
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; On a side note: I do have Apache directives using this LDAP database as well
&lt;br/&gt;&amp;gt; as some PHP Applications. I just don’t know why I can’t get Geronimo to work
&lt;br/&gt;&amp;gt; with it.
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; Any help would be appreciated.
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; Thanks...
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; Fred
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; 
&lt;br/&gt;&amp;gt; --
&lt;br/&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://apache-geronimo.328035.n3.nabble.com/Geronimo-OpenLDAP-not-quite-right-tp3986519.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://apache-geronimo.328035.n3.nabble.com/Geronimo-OpenLDAP-not-quite-right-tp3986519.html&lt;/a&gt;&lt;br/&gt;&amp;gt; Sent from the Users mailing list archive at Nabble.com.
&lt;/div&gt;&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Geronimo-OpenLDAP-not-quite-right-tp3986519p3986521.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986519"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986519</id>
		<title>Geronimo &gt; OpenLDAP not quite right......</title>
		<published>2013-04-03T14:10:37Z</published>
		<updated>2013-04-03T14:10:37Z</updated>
		<author>
			<name>VPCL</name>
		</author>
		<content type="html">
			Hi:
&lt;br/&gt;&lt;br/&gt;I'm currently using Geronimo 2.2 and OpenLDAP: slapd 2.3.43.
&lt;br/&gt;&lt;br/&gt;I’m trying to create an LDAP Security Realm on the Geronimo server that will query my OpenLDAP server. For the most part, it works. However, the realm cannot seem to differentiate between the two different groups on the LDAP server. Resulting in any member being authenticated no matter which group they belong to, which is not what I want. I’m only trying to authenticate users if they are members of the 'CLINICS' group.
&lt;br/&gt;&lt;br/&gt;Here’s how my LDAP is setup:
&lt;br/&gt;&lt;br/&gt;dc=mydomain,dc=on,dc=ca		(objectClass=dcObject, organization)
&lt;br/&gt;&amp;nbsp; ou=groups			(objectClass=organizationalUnit)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; cn=ADMIN			(objectClass=groupOfUniqueNames)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; cn=CLINICS			(objectClass=groupOfUniqueNames)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; uid=User1,ou=people,dc=mydomain,dc=on,dc=ca
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; uid=User2,ou=people,dc=mydomain,dc=on,dc=ca
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; uid=User3,ou=people,dc=mydomain,dc=on,dc=ca
&lt;br/&gt;&amp;nbsp; &amp;nbsp; cn=SUPPLIERS			(objectClass=groupOfUniqueNames)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; uid=Supplier1,ou=people,dc=mydomain,dc=on,dc=ca
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; uid=Supplier2,ou=people,dc=mydomain,dc=on,dc=ca
&lt;br/&gt;&amp;nbsp; ou=people			(objectClass=organizationalUnit)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; uid=User1			(objectClass=inetOrgPerson)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; uid=User2			(objectClass=inetOrgPerson)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; uid=User3			(objectClass=inetOrgPerson)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; uid=Supplier1			(objectClass=inetOrgPerson)
&lt;br/&gt;&amp;nbsp; &amp;nbsp; uid=Supplier1			(objectClass=inetOrgPerson)
&lt;br/&gt;&lt;br/&gt;On the Geronimo Side, here is how I set up my realm:
&lt;br/&gt;&lt;br/&gt;Initial Context Factory: com.sun.jndi.ldap.LdapCtxFactory
&lt;br/&gt;Connection URL: ldap://localhost:389
&lt;br/&gt;Connect Username: cn=someuser,dc=mydomain,dc=on,dc=ca 
&lt;br/&gt;Connect Password: secret
&lt;br/&gt;Confirm Password: secret
&lt;br/&gt;Connect Protocol:
&lt;br/&gt;Authentication: simple
&lt;br/&gt;User Base: ou=people,dc=mydomain,dc=on,dc=ca 
&lt;br/&gt;User Search Matching: uid={0}
&lt;br/&gt;User Search Subtree: false
&lt;br/&gt;Role Base: cn=CLINICS,ou=groups,dc=vpcl,dc=on,dc=ca
&lt;br/&gt;Role Name: cn
&lt;br/&gt;Role User Search String: uid={0}
&lt;br/&gt;Role Search Subtree: false
&lt;br/&gt;User Role Search String: memberOf={0}
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;I’ve tried replacing the ‘User Search Matching’ and or the ‘Role User Search String’ with stuff like:
&lt;br/&gt;&lt;br/&gt;(&amp;(uid={0})(cn=CLINICS,ou=groups,dc=mydomain,dc=on,dc=ca)(attr=uniqueMember))
&lt;br/&gt;&lt;br/&gt;But it’s just not working out. 
&lt;br/&gt;&lt;br/&gt;On a side note: I do have Apache directives using this LDAP database as well as some PHP Applications. I just don’t know why I can’t get Geronimo to work with it.
&lt;br/&gt;&lt;br/&gt;Any help would be appreciated.
&lt;br/&gt;&lt;br/&gt;Thanks...
&lt;br/&gt;&lt;br/&gt;Fred
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/Geronimo-OpenLDAP-not-quite-right-tp3986519.html" />
		
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986516</id>
		<title>speed of Web deployment (was: unable to deploy WAR file)</title>
		<published>2013-04-03T11:38:46Z</published>
		<updated>2013-04-03T11:38:46Z</updated>
		<author>
			<name>Tim Howe</name>
		</author>
		<content type="html">
			On 3 Apr 2013, Susanne Horst &amp;lt;&lt;a href=&quot;/user/SendEmail.jtp?type=node&amp;node=3986516&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&lt;/a&gt;&amp;gt; wrote:
&lt;br/&gt;&lt;br/&gt;&amp;gt; does anybody know why and if it takes so long to deploy a war file via
&lt;br/&gt;&amp;gt; the webinterface? Is it the software? Is it the
&lt;br/&gt;&amp;gt; Internet-service-provider? Is it the third-party-cable?
&lt;br/&gt;&lt;br/&gt;Have you tested your Internet speed generally? &amp;nbsp;Have you tested the
&lt;br/&gt;speed between the client and the specific server (download *and
&lt;br/&gt;upload*)? &amp;nbsp;Have you tried copying the file to the server and deploying
&lt;br/&gt;via the command line and comparing the speed to that of the Web
&lt;br/&gt;interface?
&lt;br/&gt;&lt;br/&gt;-- 
&lt;br/&gt;Tim Howe
&lt;br/&gt;&lt;a href=&quot;http://quadium.net/~vsync/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;http://quadium.net/~vsync/&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;The lack of interest, the disdain for history is what makes computing
&lt;br/&gt;not-quite-a-field. &amp;nbsp;[...] &amp;nbsp;They have no idea where [their culture came
&lt;br/&gt;from] and the Internet was done so well that most people think of it
&lt;br/&gt;as a natural resource like the Pacific Ocean, rather than something
&lt;br/&gt;that was man-made. &amp;nbsp;When was the last time a technology with a scale
&lt;br/&gt;like that was so error-free? &amp;nbsp;The Web, in comparison, is a joke. &amp;nbsp;The
&lt;br/&gt;Web was done by amateurs.
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -- Alan Kay
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/unable-to-deploy-WAR-file-tp3986490p3986516.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986515"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986515</id>
		<title>Re: unable to deploy WAR file</title>
		<published>2013-04-03T10:44:22Z</published>
		<updated>2013-04-03T10:44:22Z</updated>
		<author>
			<name>Susanne Horst</name>
		</author>
		<content type="html">
			&lt;div style=&quot;color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt&quot;&gt;&lt;div&gt;Hi,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;&quot;&gt;does anybody know why and if it takes so long to deploy a war file via the webinterface? Is it the software? Is it the Internet-service-provider? Is it the third-party-cable?&lt;/div&gt;&lt;div style=&quot;color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;&quot;&gt;In my case it takes about 2 hours to deploy a 300 MB war file.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;color: rgb(0, 0, 0); font-size: 16px; font-family:
 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;&quot;&gt;Greetings,&lt;/div&gt;&lt;div style=&quot;color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;&quot;&gt;Susanne&lt;/div&gt;  &lt;/div&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/unable-to-deploy-WAR-file-tp3986490p3986515.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986499"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986501</id>
		<title>Re: unable to deploy WAR file</title>
		<published>2013-04-02T06:03:01Z</published>
		<updated>2013-04-02T06:03:01Z</updated>
		<author>
			<name>cyu021</name>
		</author>
		<content type="html">
			I tried a few more possibilities:
&lt;br/&gt;1. use CXFServlet instead of Spring when generating Java code from WSDL
&lt;br/&gt;2. replace CXF2.7.3 with CXF2.6.6 (2.7.3 generate exception) &lt;a href=&quot;http://apache-geronimo.328035.n3.nabble.com/file/n3986501/cxf-servlet.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;cxf-servlet.xml&lt;/a&gt;, &lt;a href=&quot;http://apache-geronimo.328035.n3.nabble.com/file/n3986501/web.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;web.xml&lt;/a&gt;&lt;br/&gt;3. not loading a few modules when startup application server &lt;a href=&quot;http://apache-geronimo.328035.n3.nabble.com/file/n3986501/config.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;config.xml&lt;/a&gt;&lt;br/&gt;4. put a few classes into hidden-classes &lt;a href=&quot;http://apache-geronimo.328035.n3.nabble.com/file/n3986501/geronimo-web.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;geronimo-web.xml&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;After step 1 ~ 3 are done, I can deploy my WAR to geronimo3 and runs smoothly
&lt;br/&gt;However, the same WAR file can only run without xml schema validation (that is schema-validation-enabled set to false). &amp;nbsp;If I set schema-validation-enabled to true, I get the following exception:
&lt;br/&gt;&lt;br/&gt;Caused by: org.xml.sax.SAXParseException: UndeclaredPrefix: 無法解析 'prov:UpdateProvisionTaskEx' 為 QName: 未宣告前置碼 'prov'。
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:231) ~[na:na]
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:167) ~[na:na]
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:420) ~[na:na]
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:354) ~[na:na]
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) ~[na:na]
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3217) ~[na:na]
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.getAndCheckXsiType(XMLSchemaValidator.java:2499) ~[na:na]
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:1986) ~[na:na]
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741) ~[na:na]
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl.startElement(ValidatorHandlerImpl.java:597) ~[na:na]
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller.startElement(ValidatingUnmarshaller.java:101) ~[jaxb-impl-2.2.6.jar:2.2.6]
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor.startElement(InterningXmlVisitor.java:75) ~[jaxb-impl-2.2.6.jar:2.2.6]
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.handleStartElement(StAXStreamConnector.java:247) ~[jaxb-impl-2.2.6.jar:2.2.6]
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.bridge(StAXStreamConnector.java:181) ~[jaxb-impl-2.2.6.jar:2.2.6]
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:366) ~[jaxb-impl-2.2.6.jar:2.2.6]
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 39 common frames omitted
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;I replace jaxb lib with 2.7.3's jaxb and put latest jaxp lib into WEB-INF/lib.
&lt;br/&gt;This is my hidden-classes setting:
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dep:hidden-classes&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dep:filter&amp;gt;org.apache.cxf&amp;lt;/dep:filter&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dep:filter&amp;gt;org.slf4j&amp;lt;/dep:filter&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;dep:filter&amp;gt;com.sun.xml.bind.v2&amp;lt;/dep:filter&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;dep:filter&amp;gt;com.sun.org.apache.xerces.internal&amp;lt;/dep:filter&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/dep:hidden-classes&amp;gt;&lt;br/&gt;&lt;br/&gt;hidden-classes filter doesn't seem to work on &amp;quot;com.sun.org.apache.xerces.internal&amp;quot;, looks like the default lib is still being used at runtime instead of the jaxp I put under WEB-INF/lib (since debug message doesn't show the filename and version of the classes &amp;quot;[na:na]&amp;quot;).
&lt;br/&gt;&lt;br/&gt;What should I do next to get rid of this exception?

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/unable-to-deploy-WAR-file-tp3986490p3986501.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986499"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986499</id>
		<title>Re: unable to deploy WAR file</title>
		<published>2013-04-01T19:50:16Z</published>
		<updated>2013-04-01T19:50:16Z</updated>
		<author>
			<name>cyu021</name>
		</author>
		<content type="html">
			same error occurs when I deploy the WAR file to geronimo3 (just downloaded it from apache web site)

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/unable-to-deploy-WAR-file-tp3986490p3986499.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986497"/>
	</entry>
	<entry>
		<id>tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986497</id>
		<title>Re: unable to deploy WAR file</title>
		<published>2013-04-01T19:14:32Z</published>
		<updated>2013-04-01T19:14:32Z</updated>
		<author>
			<name>cyu021</name>
		</author>
		<content type="html">
			Here is the beans.xml
&lt;br/&gt;&lt;a href=&quot;http://apache-geronimo.328035.n3.nabble.com/file/n3986497/beans.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;beans.xml&lt;/a&gt;&lt;br/&gt;The WASCE version is 3.0.0.2, don't know where to check the embedded geronimo version.

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="http://apache-geronimo.328035.n3.nabble.com/unable-to-deploy-WAR-file-tp3986490p3986497.html" />
		<thr:in-reply-to ref="tag:apache-geronimo.328035.n3.nabble.com,2006:post-3986495"/>
	</entry>
</feed>