<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-135</id>
	<title>Nabble - Apache Geronimo - Users</title>
	<updated>2009-07-03T07:23:08Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Apache-Geronimo---Users-f135.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache-Geronimo---Users-f135.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-24323940</id>
	<title>Re: Could not resolve reference for persistence/jpaEntity#org.apache.geronimo.persistence.PersistenceUnitGBean</title>
	<published>2009-07-03T07:23:08Z</published>
	<updated>2009-07-03T07:23:08Z</updated>
	<author>
		<name>Shawn Jiang</name>
	</author>
	<content type="html">I&amp;#39;m not sure because I never used Oracle with Geronimo before. &lt;br&gt;&lt;br&gt;Can you please create a standalone NonJta instead of reusing the JTA as the Non-JTA ?&lt;br&gt;&lt;br&gt;Note: There is no way to create a single module that contains both JTA and Non-JTA DS with console wizard.  See: [1], You need to use the database pool wizard again to create another module for Non-JTA. and add this module as a dependency just like the JTA module.&lt;br&gt;
&lt;br&gt;[1] &lt;a href=&quot;https://issues.apache.org/jira/browse/GERONIMO-4331&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/GERONIMO-4331&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Jul 3, 2009 at 6:16 AM, pookie1973 &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24323940&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christopher.adkin@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
Shawn,&lt;br&gt;
&lt;br&gt;
I&amp;#39;ve added a none JTA data source to the persistence.xml, and changed the&lt;br&gt;
transaction type to resource local, I now get:-&lt;br&gt;
&lt;br&gt;
Unable to resolve reference &amp;quot;NonJtaDataSourceWrapper&amp;quot;&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;    in gbean&lt;br&gt;
default/jpaTest/1.0/car?EJBModule=jpaFacade.jar,J2EEApplication=default/jpaTest/1.0/car,PersistenceUnitModule=jpaEntity.jar,j2eeType=PersistenceUnit,name=jpaEntity&lt;br&gt;
    to a gbean matching the pattern&lt;br&gt;
[?name=OracleDS#org.apache.geronimo.naming.ResourceSource]&lt;br&gt;
    due to: No matches for referencePatterns:&lt;br&gt;
[?name=OracleDS#org.apache.geronimo.naming.ResourceSource]&lt;br&gt;
Unable to resolve reference &amp;quot;JtaDataSourceWrapper&amp;quot;&lt;br&gt;
    in gbean&lt;br&gt;
default/jpaTest/1.0/car?EJBModule=jpaFacade.jar,J2EEApplication=default/jpaTest/1.0/car,PersistenceUnitModule=jpaEntity.jar,j2eeType=PersistenceUnit,name=jpaEntity&lt;br&gt;
    to a gbean matching the pattern&lt;br&gt;
[?name=OracleDS#org.apache.geronimo.naming.ResourceSource]&lt;br&gt;
    due to: No matches for referencePatterns:&lt;br&gt;
[?name=OracleDS#org.apache.geronimo.naming.ResourceSource]&lt;br&gt;
&lt;/div&gt;org.apache.geronimo.common.DeploymentException: Unable to resolve reference&lt;br&gt;
&amp;quot;NonJtaDataSourceWrapper&amp;quot;&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;    in gbean&lt;br&gt;
default/jpaTest/1.0/car?EJBModule=jpaFacade.jar,J2EEApplication=default/jpaTest/1.0/car,PersistenceUnitModule=jpaEntity.jar,j2eeType=PersistenceUnit,name=jpaEntity&lt;br&gt;
    to a gbean matching the pattern&lt;br&gt;
[?name=OracleDS#org.apache.geronimo.naming.ResourceSource]&lt;br&gt;
    due to: No matches for referencePatterns:&lt;br&gt;
[?name=OracleDS#org.apache.geronimo.naming.ResourceSource]&lt;br&gt;
Unable to resolve reference &amp;quot;JtaDataSourceWrapper&amp;quot;&lt;br&gt;
    in gbean&lt;br&gt;
default/jpaTest/1.0/car?EJBModule=jpaFacade.jar,J2EEApplication=default/jpaTest/1.0/car,PersistenceUnitModule=jpaEntity.jar,j2eeType=PersistenceUnit,name=jpaEntity&lt;br&gt;
    to a gbean matching the pattern&lt;br&gt;
[?name=OracleDS#org.apache.geronimo.naming.ResourceSource]&lt;br&gt;
    due to: No matches for referencePatterns:&lt;br&gt;
[?name=OracleDS#org.apache.geronimo.naming.ResourceSource]&lt;br&gt;
&lt;/div&gt;        at&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;org.apache.geronimo.deployment.DeploymentContext.getConfigurationData(DeploymentContext.java:672)&lt;br&gt;
&lt;/div&gt;        at org.apache.geronimo.deployment.Deployer.install(Deployer.java:332)&lt;br&gt;
        at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:256)&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;        at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:133)&lt;br&gt;
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br&gt;
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;br&gt;
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;br&gt;
        at java.lang.reflect.Method.invoke(Unknown Source)&lt;br&gt;
        at&lt;br&gt;
org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)&lt;br&gt;
        at&lt;br&gt;
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)&lt;br&gt;
        at&lt;br&gt;
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)&lt;br&gt;
        at&lt;br&gt;
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)&lt;br&gt;
        at&lt;br&gt;
org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)&lt;br&gt;
        at&lt;br&gt;
org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)&lt;br&gt;
        at java.lang.Thread.run(Unknown Source)&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;My understanding of a JTA data source is that it supports distributed&lt;br&gt;
transactions (XA) and that a none JTA data source only supports local&lt;br&gt;
transactions. I&amp;#39;m using the Oracle thin driver which supports both JTA and&lt;br&gt;
none JTA transactions, therefore I have specified the same data source for&lt;br&gt;
both transaction types.&lt;br&gt;
&lt;br&gt;
Please advise.&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
Chris&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.nabble.com/Could-not-resolve-reference-for-persistence-jpaEntity-org.apache.geronimo.persistence.PersistenceUnitGBean-tp24191944s134p24238070.html&quot; target=&quot;_blank&quot;&gt;http://www.nabble.com/Could-not-resolve-reference-for-persistence-jpaEntity-org.apache.geronimo.persistence.PersistenceUnitGBean-tp24191944s134p24238070.html&lt;/a&gt;&lt;br&gt;

&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
pookie1973 wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I&amp;#39;m using Geronimo 2.1, I have an ear file containing an EJB project with&lt;br&gt;
&amp;gt; a single stateless session bean and a JPA project containing four entity&lt;br&gt;
&amp;gt; beans. When I export the ear file and deploy it to Geronimo via the&lt;br&gt;
&amp;gt; console, I get:-&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; At least one deployment&lt;br&gt;
&amp;gt; problem:[org.apache.geronimo.common.DeploymentException: Could not resolve&lt;br&gt;
&amp;gt; reference at deploy time for query&lt;br&gt;
&amp;gt; ?name=persistence/jpaEntity#org.apache.geronimo.persistence.PersistenceUnitGBean.&lt;br&gt;
&amp;gt; No GBean references found.]&lt;br&gt;
&amp;gt; org.apache.geronimo.common.DeploymentException: At least one deployment&lt;br&gt;
&amp;gt; problem:[org.apache.geronimo.common.DeploymentException: Could not resolve&lt;br&gt;
&amp;gt; reference at deploy time for query&lt;br&gt;
&amp;gt; ?name=persistence/jpaEntity#org.apache.geronimo.persistence.PersistenceUnitGBean.&lt;br&gt;
&amp;gt; No GBean references found.]&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.persistence.builder.PersistenceUnitRefBuilder.buildNaming(PersistenceUnitRefBuilder.java:154)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.j2ee.deployment.NamingBuilderCollection.buildNaming(NamingBuilderCollection.java:53)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.openejb.deployment.EjbDeploymentBuilder.addEnc(EjbDeploymentBuilder.java:329)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.openejb.deployment.EjbDeploymentBuilder.buildEnc(EjbDeploymentBuilder.java:294)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.openejb.deployment.EjbModuleBuilder.addGBeans(EjbModuleBuilder.java:764)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:647)&lt;br&gt;
&amp;gt;       at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254)&lt;br&gt;
&amp;gt;       at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:133)&lt;br&gt;
&amp;gt;       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br&gt;
&amp;gt;       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;br&gt;
&amp;gt;       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;br&gt;
&amp;gt;       at java.lang.reflect.Method.invoke(Unknown Source)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)&lt;br&gt;
&amp;gt;       at java.lang.Thread.run(Unknown Source)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I searched the internet in order to see if anyone else encountered this&lt;br&gt;
&amp;gt; issue. I found that Shawn (Jiang) responded to someone who had exactly the&lt;br&gt;
&amp;gt; same issue as myself on IBM DeveloperWorks. Shawn asked for the EAR&lt;br&gt;
&amp;gt; package structure, here it is:-&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Top level:-&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; META-INF/MANIFEST.MF&lt;br&gt;
&amp;gt;         /geronimo-application.xml&lt;br&gt;
&amp;gt; jpaFacadeClient.jar&lt;br&gt;
&amp;gt; jpaFacade.jar&lt;br&gt;
&amp;gt; jpaEntity.jar&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; If I unzip the ear file and run a jar tvf on the jpaEntity.jar file I&lt;br&gt;
&amp;gt; have:-&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; C:\jpaTestEAR\jpaEntity&amp;gt;jar tvf jpaEntity.jar&lt;br&gt;
&amp;gt;     58 Wed Jun 24 12:31:06 BST 2009 META-INF/MANIFEST.MF&lt;br&gt;
&amp;gt;      0 Tue Jun 23 22:12:06 BST 2009 com/jpaEntity/&lt;br&gt;
&amp;gt;    313 Tue Jun 23 22:08:26 BST 2009 META-INF/orm.xml&lt;br&gt;
&amp;gt;      0 Tue Jun 23 22:08:26 BST 2009 META-INF/&lt;br&gt;
&amp;gt;   1654 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Dept.class&lt;br&gt;
&amp;gt;   1353 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Bonus.class&lt;br&gt;
&amp;gt;      0 Tue Jun 23 22:12:42 BST 2009 com/jpaEntity/test/&lt;br&gt;
&amp;gt;      0 Tue Jun 23 22:12:06 BST 2009 com/&lt;br&gt;
&amp;gt;    686 Wed Jun 24 13:52:16 BST 2009 META-INF/persistence.xml&lt;br&gt;
&amp;gt;   1124 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Salgrade.class&lt;br&gt;
&amp;gt;   2702 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Emp.class&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Shawn also requested the EAR file, which I will attach. Previously I had&lt;br&gt;
&amp;gt; attempted to deploy this directly to the app server from Eclipse and I&lt;br&gt;
&amp;gt; wasn&amp;#39;t getting as far as this. I posted a question to which Shawn&lt;br&gt;
&amp;gt; responded, I did not reply to this as my second son was born on Monday,&lt;br&gt;
&amp;gt; hence I was a tad proccupied with other things, so Shawn is you read this&lt;br&gt;
&amp;gt; I wasn&amp;#39;t blanking you out, but many thanks for responding my last question&lt;br&gt;
&amp;gt; in such a prompt manner anyway.&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.nabble.com/file/p24191944/jpaTestEAR.ear&quot; target=&quot;_blank&quot;&gt;http://www.nabble.com/file/p24191944/jpaTestEAR.ear&lt;/a&gt; jpaTestEAR.ear&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;View this message in context: &lt;a href=&quot;http://www.nabble.com/Could-not-resolve-reference-for-persistence-jpaEntity-org.apache.geronimo.persistence.PersistenceUnitGBean-tp24191944s134p24314829.html&quot; target=&quot;_blank&quot;&gt;http://www.nabble.com/Could-not-resolve-reference-for-persistence-jpaEntity-org.apache.geronimo.persistence.PersistenceUnitGBean-tp24191944s134p24314829.html&lt;/a&gt;&lt;br&gt;

&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Shawn&lt;br&gt;
&lt;div class=&quot;signature&quot;&gt;-Shawn&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Could-not-resolve-reference-for-persistence-jpaEntity-org.apache.geronimo.persistence.PersistenceUnitGBean-tp24191944s134p24323940.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24321181</id>
	<title>Re: Performance tuning...</title>
	<published>2009-07-03T03:49:37Z</published>
	<updated>2009-07-03T03:49:37Z</updated>
	<author>
		<name>viola.lu</name>
	</author>
	<content type="html">Any log about your errors? And some suggestions: maximize your OS tcp connections and open file descriptors, on linux:
&lt;br&gt;modify /etc/sysctl.conf with net.ipv4.ip_local_port_range = 1024 65000 ,this will promise about 6000 tcp connections and run sysctl -p to check whether this setting works fine.
&lt;br&gt;&lt;br&gt;modify /etc/security/limits.conf with 
&lt;br&gt;root soft nofile 10240 #you can change 10240 as you would like
&lt;br&gt;root hard nofile 10240
&lt;br&gt;&lt;br&gt;edit /etc/pam.d/login with
&lt;br&gt;session required pam_limits.so
&lt;br&gt;&lt;br&gt;Pls try it!
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;appel wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi
&lt;br&gt;&lt;br&gt;I am in need of performance tuning my Geronimo (Jetty) server to accommodate for a specific type of load burst.
&lt;br&gt;&lt;br&gt;&lt;br&gt;The behavior I need to tune Geronimo to handle goes something like this:
&lt;br&gt;&lt;br&gt;- Every minute, 3000 unique clients will load up a set of 4 pages.
&lt;br&gt;- This happens every minute for 10 minutes, so all in all there are 30.000 unique clients that will try to connect and request those 4 pages over a period of 10 minutes.
&lt;br&gt;&lt;br&gt;&lt;br&gt;The pages are very plain, two html pages, two jsp pages that do minimum stuff.
&lt;br&gt;&lt;br&gt;The bottleneck here is the number of clients.
&lt;br&gt;&lt;br&gt;How can I performance tune Geronimo (Jetty container) to handle this type of high client load?
&lt;br&gt;&lt;br&gt;(I've already increased the max-threads to 500, but when I do performance load-test in JMeter I get lots of errors.)
&lt;br&gt;&lt;br&gt;Thanks.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Performance-tuning...-tp24320965s134p24321181.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24320965</id>
	<title>Performance tuning...</title>
	<published>2009-07-03T03:31:04Z</published>
	<updated>2009-07-03T03:31:04Z</updated>
	<author>
		<name>appel</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I am in need of performance tuning my Geronimo (Jetty) server to accommodate for a specific type of load burst.
&lt;br&gt;&lt;br&gt;&lt;br&gt;The behavior I need to tune Geronimo to handle goes something like this:
&lt;br&gt;&lt;br&gt;- Every minute, 3000 unique clients will load up a set of 4 pages.
&lt;br&gt;- This happens every minute for 10 minutes, so all in all there are 30.000 unique clients that will try to connect and request those 4 pages over a period of 10 minutes.
&lt;br&gt;&lt;br&gt;&lt;br&gt;The pages are very plain, two html pages, two jsp pages that do minimum stuff.
&lt;br&gt;&lt;br&gt;The bottleneck here is the number of clients.
&lt;br&gt;&lt;br&gt;How can I performance tune Geronimo (Jetty container) to handle this type of high client load?
&lt;br&gt;&lt;br&gt;(I've already increased the max-threads to 500, but when I do performance load-test in JMeter I get lots of errors.)
&lt;br&gt;&lt;br&gt;Thanks.</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Performance-tuning...-tp24320965s134p24320965.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24314829</id>
	<title>Re: Could not resolve reference for persistence/jpaEntity#org.apache.geronimo.persistence.PersistenceUnitGBean</title>
	<published>2009-07-02T15:16:35Z</published>
	<updated>2009-07-02T15:16:35Z</updated>
	<author>
		<name>pookie1973</name>
	</author>
	<content type="html">Shawn,
&lt;br&gt;&lt;br&gt;I've added a none JTA data source to the persistence.xml, and changed the transaction type to resource local, I now get:-
&lt;br&gt;&lt;br&gt;Unable to resolve reference &amp;quot;NonJtaDataSourceWrapper&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; in gbean default/jpaTest/1.0/car?EJBModule=jpaFacade.jar,J2EEApplication=default/jpaTest/1.0/car,PersistenceUnitModule=jpaEntity.jar,j2eeType=PersistenceUnit,name=jpaEntity
&lt;br&gt;&amp;nbsp; &amp;nbsp; to a gbean matching the pattern [?name=OracleDS#org.apache.geronimo.naming.ResourceSource]
&lt;br&gt;&amp;nbsp; &amp;nbsp; due to: No matches for referencePatterns: [?name=OracleDS#org.apache.geronimo.naming.ResourceSource]
&lt;br&gt;Unable to resolve reference &amp;quot;JtaDataSourceWrapper&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; in gbean default/jpaTest/1.0/car?EJBModule=jpaFacade.jar,J2EEApplication=default/jpaTest/1.0/car,PersistenceUnitModule=jpaEntity.jar,j2eeType=PersistenceUnit,name=jpaEntity
&lt;br&gt;&amp;nbsp; &amp;nbsp; to a gbean matching the pattern [?name=OracleDS#org.apache.geronimo.naming.ResourceSource]
&lt;br&gt;&amp;nbsp; &amp;nbsp; due to: No matches for referencePatterns: [?name=OracleDS#org.apache.geronimo.naming.ResourceSource]
&lt;br&gt;org.apache.geronimo.common.DeploymentException: Unable to resolve reference &amp;quot;NonJtaDataSourceWrapper&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; in gbean default/jpaTest/1.0/car?EJBModule=jpaFacade.jar,J2EEApplication=default/jpaTest/1.0/car,PersistenceUnitModule=jpaEntity.jar,j2eeType=PersistenceUnit,name=jpaEntity
&lt;br&gt;&amp;nbsp; &amp;nbsp; to a gbean matching the pattern [?name=OracleDS#org.apache.geronimo.naming.ResourceSource]
&lt;br&gt;&amp;nbsp; &amp;nbsp; due to: No matches for referencePatterns: [?name=OracleDS#org.apache.geronimo.naming.ResourceSource]
&lt;br&gt;Unable to resolve reference &amp;quot;JtaDataSourceWrapper&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; in gbean default/jpaTest/1.0/car?EJBModule=jpaFacade.jar,J2EEApplication=default/jpaTest/1.0/car,PersistenceUnitModule=jpaEntity.jar,j2eeType=PersistenceUnit,name=jpaEntity
&lt;br&gt;&amp;nbsp; &amp;nbsp; to a gbean matching the pattern [?name=OracleDS#org.apache.geronimo.naming.ResourceSource]
&lt;br&gt;&amp;nbsp; &amp;nbsp; due to: No matches for referencePatterns: [?name=OracleDS#org.apache.geronimo.naming.ResourceSource]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.DeploymentContext.getConfigurationData(DeploymentContext.java:672)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.Deployer.install(Deployer.java:332)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:256)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:133)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Unknown Source)
&lt;br&gt;&lt;br&gt;My understanding of a JTA data source is that it supports distributed transactions (XA) and that a none JTA data source only supports local transactions. I'm using the Oracle thin driver which supports both JTA and none JTA transactions, therefore I have specified the same data source for both transaction types.
&lt;br&gt;&lt;br&gt;Please advise.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/Could-not-resolve-reference-for-persistence-jpaEntity-org.apache.geronimo.persistence.PersistenceUnitGBean-tp24191944s134p24238070.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Could-not-resolve-reference-for-persistence-jpaEntity-org.apache.geronimo.persistence.PersistenceUnitGBean-tp24191944s134p24238070.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;pookie1973 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I'm using Geronimo 2.1, I have an ear file containing an EJB project with a single stateless session bean and a JPA project containing four entity beans. When I export the ear file and deploy it to Geronimo via the console, I get:-
&lt;br&gt;&lt;br&gt;At least one deployment problem:[org.apache.geronimo.common.DeploymentException: Could not resolve reference at deploy time for query ?name=persistence/jpaEntity#org.apache.geronimo.persistence.PersistenceUnitGBean. No GBean references found.]
&lt;br&gt;org.apache.geronimo.common.DeploymentException: At least one deployment problem:[org.apache.geronimo.common.DeploymentException: Could not resolve reference at deploy time for query ?name=persistence/jpaEntity#org.apache.geronimo.persistence.PersistenceUnitGBean. No GBean references found.]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.persistence.builder.PersistenceUnitRefBuilder.buildNaming(PersistenceUnitRefBuilder.java:154)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.j2ee.deployment.NamingBuilderCollection.buildNaming(NamingBuilderCollection.java:53)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.openejb.deployment.EjbDeploymentBuilder.addEnc(EjbDeploymentBuilder.java:329)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.openejb.deployment.EjbDeploymentBuilder.buildEnc(EjbDeploymentBuilder.java:294)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.openejb.deployment.EjbModuleBuilder.addGBeans(EjbModuleBuilder.java:764)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:647)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:133)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Unknown Source)
&lt;br&gt;&lt;br&gt;I searched the internet in order to see if anyone else encountered this issue. I found that Shawn (Jiang) responded to someone who had exactly the same issue as myself on IBM DeveloperWorks. Shawn asked for the EAR package structure, here it is:-
&lt;br&gt;&lt;br&gt;Top level:-
&lt;br&gt;&lt;br&gt;META-INF/MANIFEST.MF
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /geronimo-application.xml
&lt;br&gt;jpaFacadeClient.jar
&lt;br&gt;jpaFacade.jar
&lt;br&gt;jpaEntity.jar
&lt;br&gt;&lt;br&gt;If I unzip the ear file and run a jar tvf on the jpaEntity.jar file I have:-
&lt;br&gt;&lt;br&gt;C:\jpaTestEAR\jpaEntity&amp;gt;jar tvf jpaEntity.jar
&lt;br&gt;&amp;nbsp; &amp;nbsp; 58 Wed Jun 24 12:31:06 BST 2009 META-INF/MANIFEST.MF
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;0 Tue Jun 23 22:12:06 BST 2009 com/jpaEntity/
&lt;br&gt;&amp;nbsp; &amp;nbsp;313 Tue Jun 23 22:08:26 BST 2009 META-INF/orm.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;0 Tue Jun 23 22:08:26 BST 2009 META-INF/
&lt;br&gt;&amp;nbsp; 1654 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Dept.class
&lt;br&gt;&amp;nbsp; 1353 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Bonus.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;0 Tue Jun 23 22:12:42 BST 2009 com/jpaEntity/test/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;0 Tue Jun 23 22:12:06 BST 2009 com/
&lt;br&gt;&amp;nbsp; &amp;nbsp;686 Wed Jun 24 13:52:16 BST 2009 META-INF/persistence.xml
&lt;br&gt;&amp;nbsp; 1124 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Salgrade.class
&lt;br&gt;&amp;nbsp; 2702 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Emp.class
&lt;br&gt;&lt;br&gt;Shawn also requested the EAR file, which I will attach. Previously I had attempted to deploy this directly to the app server from Eclipse and I wasn't getting as far as this. I posted a question to which Shawn responded, I did not reply to this as my second son was born on Monday, hence I was a tad proccupied with other things, so Shawn is you read this I wasn't blanking you out, but many thanks for responding my last question in such a prompt manner anyway.&lt;a href=&quot;http://www.nabble.com/file/p24191944/jpaTestEAR.ear&quot; target=&quot;_top&quot;&gt;jpaTestEAR.ear&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Could-not-resolve-reference-for-persistence-jpaEntity-org.apache.geronimo.persistence.PersistenceUnitGBean-tp24191944s134p24314829.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24311476</id>
	<title>Re: Problem with Eclipse Galileo</title>
	<published>2009-07-02T11:06:29Z</published>
	<updated>2009-07-02T11:06:29Z</updated>
	<author>
		<name>Donald Woods-2</name>
	</author>
	<content type="html">The nightly/unstable/unreleased builds are under:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://people.apache.org/dist/geronimo/eclipse/unstable/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.apache.org/dist/geronimo/eclipse/unstable/&lt;/a&gt;&lt;br&gt;&lt;br&gt;For GEP 2.1.5 (which support 2.0.x and 2.1.x servers) you'd want:
&lt;br&gt;&lt;a href=&quot;http://people.apache.org/dist/geronimo/eclipse/unstable/2.1.5/geronimo-eclipse-plugin-2.1.5-deployable.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.apache.org/dist/geronimo/eclipse/unstable/2.1.5/geronimo-eclipse-plugin-2.1.5-deployable.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-Donald
&lt;br&gt;&lt;br&gt;&lt;br&gt;Ivan Babanin wrote:
&lt;br&gt;&amp;gt; Thank you for link, but there is no such directory:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://apache.org/dist/geronimo/eclipse/2.2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apache.org/dist/geronimo/eclipse/2.2/&lt;/a&gt;. I tried 2.1.4, but I got
&lt;br&gt;&amp;gt; the same error.
&lt;br&gt;&amp;gt; 
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-with-Eclipse-Galileo-tp24295815s134p24311476.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24310967</id>
	<title>Re: Problem with Eclipse Galileo</title>
	<published>2009-07-02T10:32:38Z</published>
	<updated>2009-07-02T10:32:38Z</updated>
	<author>
		<name>Ivan Babanin-2</name>
	</author>
	<content type="html">Thank you for link, but there is no such directory:
&lt;br&gt;&lt;a href=&quot;http://apache.org/dist/geronimo/eclipse/2.2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apache.org/dist/geronimo/eclipse/2.2/&lt;/a&gt;. I tried 2.1.4, but I got
&lt;br&gt;the same error.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ivan Babanin
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-with-Eclipse-Galileo-tp24295815s134p24310967.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24307572</id>
	<title>Re: ClassCastException with Log4J when Running Multiple Ears</title>
	<published>2009-07-02T07:18:54Z</published>
	<updated>2009-07-02T07:18:54Z</updated>
	<author>
		<name>Shawn Jiang</name>
	</author>
	<content type="html">Since the log4j jar is in your web module. 
&lt;br&gt;&lt;br&gt;Have you tried to add hidden-classes in your WAR/WEB-INF/geronimo-web.xml ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Greythorn wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Scenario: I deploy two ear files. The first application I can access successfully, the application's logging working fine (to console and log file). &amp;nbsp;
&lt;br&gt;&lt;br&gt;When I access the second application I get a class cast exception on the very first call to Log4J's Logger.getLogger(). &amp;nbsp;The first application still works.
&lt;br&gt;&lt;br&gt;If I restart Geronimo and access the applications in the REVERSE order, I get the same error, i.e. the first application I hit works (and continues to work) but the second fails.
&lt;br&gt;&lt;br&gt;Also, the Server Log Viewer now gives an ArrayIndexOutOfBoundsException exception:
&lt;br&gt;&lt;br&gt;java.lang.ArrayIndexOutOfBoundsException: 0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.console.logmanager.LogViewerPortlet.doView(LogViewerPortlet.java:107)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.portlet.GenericPortlet.render(GenericPortlet.java:175)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.console.BasePortlet.render(BasePortlet.java:125)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:208)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
&lt;br&gt;&lt;br&gt;Both ears contain a single web module each using its own log4j.jar (same version as Geronimo). &amp;nbsp;
&lt;br&gt;&lt;br&gt;I have tried using the hidden-classes tag in geronimo-application.xml for the org.apache.log4j packages. &amp;nbsp;Same error.
&lt;br&gt;&lt;br&gt;I have added the inverse-classloading tag to the geronimo-application.xml. &amp;nbsp; Same error.
&lt;br&gt;&lt;br&gt;I have tried removing the log4j jars from the applications to force them to use Geronimo's log4j jar. &amp;nbsp;Same error.
&lt;br&gt;&lt;br&gt;Have deployed via the console. &amp;nbsp;Same error.
&lt;br&gt;&lt;br&gt;I'm obviously missing something (hopefully something straight forward) but what?
&lt;br&gt;&lt;br&gt;Any ideas?
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;div class=&quot;signature&quot;&gt;-Shawn&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ClassCastException-with-Log4J-when-Running-Multiple-Ears-tp24304125s134p24307572.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24304125</id>
	<title>ClassCastException with Log4J when Running Multiple Ears</title>
	<published>2009-07-02T02:58:43Z</published>
	<updated>2009-07-02T02:58:43Z</updated>
	<author>
		<name>Greythorn</name>
	</author>
	<content type="html">Scenario: I deploy two ear files. The first application I can access successfully, the application's logging working fine (to console and log file). &amp;nbsp;
&lt;br&gt;&lt;br&gt;When I access the second application I get a class cast exception on the very first call to Log4J's Logger.getLogger(). &amp;nbsp;The first application still works.
&lt;br&gt;&lt;br&gt;If I restart Geronimo and access the applications in the REVERSE order, I get the same error, i.e. the first application I hit works (and continues to work) but the second fails.
&lt;br&gt;&lt;br&gt;Also, the Server Log Viewer now gives an ArrayIndexOutOfBoundsException exception:
&lt;br&gt;&lt;br&gt;java.lang.ArrayIndexOutOfBoundsException: 0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.console.logmanager.LogViewerPortlet.doView(LogViewerPortlet.java:107)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.portlet.GenericPortlet.render(GenericPortlet.java:175)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.console.BasePortlet.render(BasePortlet.java:125)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:208)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
&lt;br&gt;&lt;br&gt;Both ears contain a single web module each using its own log4j.jar (same version as Geronimo). &amp;nbsp;
&lt;br&gt;&lt;br&gt;I have tried using the hidden-classes tag in geronimo-application.xml for the org.apache.log4j packages. &amp;nbsp;Same error.
&lt;br&gt;&lt;br&gt;I have added the inverse-classloading tag to the geronimo-application.xml. &amp;nbsp; Same error.
&lt;br&gt;&lt;br&gt;I have tried removing the log4j jars from the applications to force them to use Geronimo's log4j jar. &amp;nbsp;Same error.
&lt;br&gt;&lt;br&gt;Have deployed via the console. &amp;nbsp;Same error.
&lt;br&gt;&lt;br&gt;I'm obviously missing something (hopefully something straight forward) but what?
&lt;br&gt;&lt;br&gt;Any ideas?</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ClassCastException-with-Log4J-when-Running-Multiple-Ears-tp24304125s134p24304125.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24303455</id>
	<title>Re: Problem with Eclipse Galileo</title>
	<published>2009-07-02T01:58:08Z</published>
	<updated>2009-07-02T01:58:08Z</updated>
	<author>
		<name>RunHua Chi</name>
	</author>
	<content type="html">And document on how to use deployable.zip and updatesites.zip goes to &lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://cwiki.apache.org/GMOxDOC22/installing-geronimo-eclipse-plugin.html#InstallingGeronimoEclipsePlugin-ManualInstallation&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/GMOxDOC22/installing-geronimo-eclipse-plugin.html#InstallingGeronimoEclipsePlugin-ManualInstallation&lt;/a&gt;&lt;br&gt;
&lt;br&gt;Any questions, just let us know.&lt;br&gt;&lt;br&gt;Jeff C&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Jul 2, 2009 at 5:26 AM, Donald Woods &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24303455&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dwoods@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;The 2.1.4 plugin does not support Galileo...&lt;br&gt;
&lt;br&gt;
You&amp;#39;ll need to install one of the nightly/unstable builds of 2.1.5 plugin until it is released.  See [1] for details.&lt;br&gt;
&lt;br&gt;
[1]&lt;a href=&quot;http://geronimo.apache.org/development-tools.html#DevelopmentTools-NightlyBuilds&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://geronimo.apache.org/development-tools.html#DevelopmentTools-NightlyBuilds&lt;/a&gt;&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;
&lt;br&gt;
&lt;br&gt;
-Donald&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Ivan Babanin wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hello!  Plz help me. When i try to set up Apache Geronimo Server&lt;br&gt;
Adapter 2.1 in Eclipse Galileo i got the following error:&lt;br&gt;
&lt;br&gt;
Cannot complete the install because one or more required items could&lt;br&gt;
not be found.&lt;br&gt;
Software being installed: Geronimo v2.1 Server Adapter 2.1.4&lt;br&gt;
(org.apache.geronimo.v21.feature.feature.group 2.1.4)&lt;br&gt;
Missing requirement: Geronimo v2.1 Server Adapter 2.1.4&lt;br&gt;
(org.apache.geronimo.v21.feature.feature.group 2.1.4) requires&lt;br&gt;
&amp;#39;org.eclipse.jst.common_core.feature.feature.group&lt;br&gt;
2.0.0.v200706041905-1007w311817231426&amp;#39; but it could not be found&lt;br&gt;
&lt;br&gt;
How to solve this problem?&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-with-Eclipse-Galileo-tp24295815s134p24303455.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24303406</id>
	<title>Re: GShell deploy/redeploy problem?</title>
	<published>2009-07-02T01:51:39Z</published>
	<updated>2009-07-02T01:51:39Z</updated>
	<author>
		<name>Rex Wang-2</name>
	</author>
	<content type="html">hi Eric, I tried it in G2.1.4, and no problem with that. Try 2.1.4?&lt;br&gt;&lt;br&gt;-Rex&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/7/1 ericp56 &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24303406&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eric.phetteplace@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Hello.&lt;br&gt;
&lt;br&gt;
Using Geronimo 2.1.3&lt;br&gt;
&lt;br&gt;
I issued a simple redeploy in GShell from my Windows destkop to a Linux&lt;br&gt;
Server:&lt;br&gt;
&lt;br&gt;
eric@workstation:/&amp;gt; deploy/redeploy -u admin -w password -s linuxServer&lt;br&gt;
c:\\te&lt;br&gt;
mp\\__IVRFrameworkHttp.war&lt;br&gt;
    No ModuleID or TargetModuleID provided.  Attempting to guess based&lt;br&gt;
    on the content of the archive.&lt;br&gt;
    Attempting to use ModuleID &amp;#39;twcable/IVRFrameworkHttp/1.0/car&amp;#39;&lt;br&gt;
    Stopped twcable/IVRFrameworkHttp/1.0/car&lt;br&gt;
    Unloaded twcable/IVRFrameworkHttp/1.0/car&lt;br&gt;
    Uninstalled twcable/IVRFrameworkHttp/1.0/car&lt;br&gt;
    Uploading 1 file(s) to server&lt;br&gt;
    Uploading __IVRFrameworkHttp.war: 11 KB&lt;br&gt;
    Uploading __IVRFrameworkHttp.war: 21 KB&lt;br&gt;
    Uploading __IVRFrameworkHttp.war: 31 KB&lt;br&gt;
    File upload complete (Server status=OK)&lt;br&gt;
    File(s) transferred to server.  Resuming deployment operation.&lt;br&gt;
    Deployed twcable/IVRFrameworkHttp/1.0/car&lt;br&gt;
    Started twcable/IVRFrameworkHttp/1.0/car&lt;br&gt;
    Redeployed twcable/IVRFrameworkHttp/1.0/car&lt;br&gt;
eric@workstation:/&amp;gt;&lt;br&gt;
&lt;br&gt;
It looks like it redeployed, but when I inspect the files in the repository&lt;br&gt;
on the linux server, the project has NOT been redeployed!&lt;br&gt;
&lt;br&gt;
If I use the &amp;quot;Deploy New&amp;quot; Web page on the server, the redeployment works&lt;br&gt;
fine.&lt;br&gt;
&lt;br&gt;
Any suggestions?&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://www.nabble.com/GShell-deploy-redeploy-problem--tp24290474s134p24290474.html&quot; target=&quot;_blank&quot;&gt;http://www.nabble.com/GShell-deploy-redeploy-problem--tp24290474s134p24290474.html&lt;/a&gt;&lt;br&gt;

Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/GShell-deploy-redeploy-problem--tp24290474s134p24303406.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24301475</id>
	<title>Re: Geronimo2.1.0 build failure with Java5 (method getContentType()  not found)</title>
	<published>2009-07-01T22:44:01Z</published>
	<updated>2009-07-01T22:44:01Z</updated>
	<author>
		<name>Mohanraj Loganathan</name>
	</author>
	<content type="html">&lt;blockquote style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot; class=&quot;gmail_quote&quot;&gt;Heh. Interesting. I would have thought if we made it that far,
config.xml would be a piece of cake... By the way, what version of
Geronimo are you building?&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;I used the 2.1.4 source of Geronimo.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Mohan&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Jul 1, 2009 at 10:35 PM, Kevan Miller &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24301475&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kevan.miller@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;br&gt;&lt;div&gt;&lt;div class=&quot;im&quot;&gt;&lt;div&gt;On Jul 1, 2009, at 2:09 AM, Mohanraj Loganathan wrote:&lt;/div&gt;
&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;Geronimo Binary built by Harmony is not as equivalent to the binary built by SUN JDK. var/config/config.xml file is empty and few other config files also empty. No idea why harmony build binary has empty config files. Any thoughts on this?&lt;/blockquote&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;Heh. Interesting. I would have thought if we made it that far, config.xml would be a piece of cake... By the way, what version of Geronimo are you building?&lt;/div&gt;&lt;div class=&quot;im&quot;&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;
&lt;br&gt;I replaced the config files from SunJDK built geronimo binary and followed the steps mentioned &lt;a href=&quot;http://cwiki.apache.org/GMOxDOC22/apache-harmony.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; to start the server using HARMONY Java. Server sucessfully started. &lt;br&gt;
&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;Great!&lt;/div&gt;&lt;div class=&quot;im&quot;&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt; &lt;br&gt;As mentioned in the page when i passed the argument &lt;tt&gt;-Djava.naming.factory.url.pkgs=org.apache.harmony.jndi.provider  &lt;/tt&gt;to java tests are run continuously. Now tests are running fine. But found few test failures. I will be analyse these failures further.&lt;br&gt;
&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;Thanks for the update!&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;--kevan&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Mohan&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Geronimo2.1.0-build-failure-with-Java5-%28method-getContentType%28%29-not--found%29-tp23373819s134p24301475.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24299879</id>
	<title>Re: OpenEJB encountered an unknown system error in container:</title>
	<published>2009-07-01T18:58:02Z</published>
	<updated>2009-07-01T18:58:02Z</updated>
	<author>
		<name>djencks</name>
	</author>
	<content type="html">The tranql wrapper should be dealing with the autocommit state of the &amp;nbsp;
&lt;br&gt;connection automatically. &amp;nbsp;Is there any chance your code called &amp;nbsp;
&lt;br&gt;setAutocommit(true)? &amp;nbsp;Were there any sql errors before this?
&lt;br&gt;&lt;br&gt;Which tranql wrapper are you using? I expect its the generic one but &amp;nbsp;
&lt;br&gt;it doesn't hurt to check.
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;david jencks
&lt;br&gt;&lt;br&gt;On Jul 1, 2009, at 4:11 PM, David Blevins wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Jun 23, 2009, at 7:46 AM, Michael Simons wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Caused by: javax.resource.spi.LocalTransactionException: Unable to &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; rollback
&lt;br&gt;&amp;gt;&amp;gt; 	at
&lt;br&gt;&amp;gt;&amp;gt; org 
&lt;br&gt;&amp;gt;&amp;gt; .tranql 
&lt;br&gt;&amp;gt;&amp;gt; .connector 
&lt;br&gt;&amp;gt;&amp;gt; .jdbc 
&lt;br&gt;&amp;gt;&amp;gt; .ManagedJDBCConnection 
&lt;br&gt;&amp;gt;&amp;gt; .localTransactionRollback(ManagedJDBCConnection.java:113)
&lt;br&gt;&amp;gt;&amp;gt; 	at
&lt;br&gt;&amp;gt;&amp;gt; org.tranql.connector.AbstractManagedConnection 
&lt;br&gt;&amp;gt;&amp;gt; $LocalTransactionImpl.rollback(AbstractManagedConnection.java:197)
&lt;br&gt;&amp;gt;&amp;gt; 	at &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; org 
&lt;br&gt;&amp;gt;&amp;gt; .apache 
&lt;br&gt;&amp;gt;&amp;gt; .geronimo 
&lt;br&gt;&amp;gt;&amp;gt; .connector.outbound.LocalXAResource.rollback(LocalXAResource.java:86)
&lt;br&gt;&amp;gt;&amp;gt; 	... 20 more
&lt;br&gt;&amp;gt;&amp;gt; Caused by: java.sql.SQLException: rollback() should not be called &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; while in auto-commit mode.
&lt;br&gt;&amp;gt;&amp;gt; 	at &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; net 
&lt;br&gt;&amp;gt;&amp;gt; .sourceforge 
&lt;br&gt;&amp;gt;&amp;gt; .jtds.jdbc.ConnectionJDBC2.rollback(ConnectionJDBC2.java:2031)
&lt;br&gt;&amp;gt;&amp;gt; 	at
&lt;br&gt;&amp;gt;&amp;gt; org 
&lt;br&gt;&amp;gt;&amp;gt; .tranql 
&lt;br&gt;&amp;gt;&amp;gt; .connector 
&lt;br&gt;&amp;gt;&amp;gt; .jdbc 
&lt;br&gt;&amp;gt;&amp;gt; .ManagedJDBCConnection 
&lt;br&gt;&amp;gt;&amp;gt; .localTransactionRollback(ManagedJDBCConnection.java:111)
&lt;br&gt;&amp;gt;&amp;gt; 	... 22 more
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This seems to be the root exception right here. &amp;nbsp;Looks like the &amp;nbsp;
&lt;br&gt;&amp;gt; driver is complaining that rollback should not be used when the &amp;nbsp;
&lt;br&gt;&amp;gt; driver is setup with auto-commit enabled. &amp;nbsp;Not familiar with the &amp;nbsp;
&lt;br&gt;&amp;gt; driver, but definitely auto-commit needs to be off for any &amp;nbsp;
&lt;br&gt;&amp;gt; environment with a transaction manager.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope this helps!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -David
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/OpenEJB-encountered-an-unknown-system-error-in-container%3A-tp24167678s134p24299879.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24298576</id>
	<title>Re: OpenEJB encountered an unknown system error in container:</title>
	<published>2009-07-01T16:11:07Z</published>
	<updated>2009-07-01T16:11:07Z</updated>
	<author>
		<name>David Blevins</name>
	</author>
	<content type="html">On Jun 23, 2009, at 7:46 AM, Michael Simons wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Caused by: javax.resource.spi.LocalTransactionException: Unable to &amp;nbsp;
&lt;br&gt;&amp;gt; rollback
&lt;br&gt;&amp;gt; 	at
&lt;br&gt;&amp;gt; org 
&lt;br&gt;&amp;gt; .tranql 
&lt;br&gt;&amp;gt; .connector 
&lt;br&gt;&amp;gt; .jdbc 
&lt;br&gt;&amp;gt; .ManagedJDBCConnection 
&lt;br&gt;&amp;gt; .localTransactionRollback(ManagedJDBCConnection.java:113)
&lt;br&gt;&amp;gt; 	at
&lt;br&gt;&amp;gt; org.tranql.connector.AbstractManagedConnection 
&lt;br&gt;&amp;gt; $LocalTransactionImpl.rollback(AbstractManagedConnection.java:197)
&lt;br&gt;&amp;gt; 	at &amp;nbsp;
&lt;br&gt;&amp;gt; org 
&lt;br&gt;&amp;gt; .apache 
&lt;br&gt;&amp;gt; .geronimo 
&lt;br&gt;&amp;gt; .connector.outbound.LocalXAResource.rollback(LocalXAResource.java:86)
&lt;br&gt;&amp;gt; 	... 20 more
&lt;br&gt;&amp;gt; Caused by: java.sql.SQLException: rollback() should not be called &amp;nbsp;
&lt;br&gt;&amp;gt; while in auto-commit mode.
&lt;br&gt;&amp;gt; 	at &amp;nbsp;
&lt;br&gt;&amp;gt; net 
&lt;br&gt;&amp;gt; .sourceforge.jtds.jdbc.ConnectionJDBC2.rollback(ConnectionJDBC2.java: 
&lt;br&gt;&amp;gt; 2031)
&lt;br&gt;&amp;gt; 	at
&lt;br&gt;&amp;gt; org 
&lt;br&gt;&amp;gt; .tranql 
&lt;br&gt;&amp;gt; .connector 
&lt;br&gt;&amp;gt; .jdbc 
&lt;br&gt;&amp;gt; .ManagedJDBCConnection 
&lt;br&gt;&amp;gt; .localTransactionRollback(ManagedJDBCConnection.java:111)
&lt;br&gt;&amp;gt; 	... 22 more
&lt;/div&gt;&lt;br&gt;This seems to be the root exception right here. &amp;nbsp;Looks like the driver &amp;nbsp;
&lt;br&gt;is complaining that rollback should not be used when the driver is &amp;nbsp;
&lt;br&gt;setup with auto-commit enabled. &amp;nbsp;Not familiar with the driver, but &amp;nbsp;
&lt;br&gt;definitely auto-commit needs to be off for any environment with a &amp;nbsp;
&lt;br&gt;transaction manager.
&lt;br&gt;&lt;br&gt;Hope this helps!
&lt;br&gt;&lt;br&gt;-David
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/OpenEJB-encountered-an-unknown-system-error-in-container%3A-tp24167678s134p24298576.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24297416</id>
	<title>Re: Problem with Eclipse Galileo</title>
	<published>2009-07-01T14:26:43Z</published>
	<updated>2009-07-01T14:26:43Z</updated>
	<author>
		<name>Donald Woods-2</name>
	</author>
	<content type="html">The 2.1.4 plugin does not support Galileo...
&lt;br&gt;&lt;br&gt;You'll need to install one of the nightly/unstable builds of 2.1.5 
&lt;br&gt;plugin until it is released. &amp;nbsp;See [1] for details.
&lt;br&gt;&lt;br&gt;[1]&lt;a href=&quot;http://geronimo.apache.org/development-tools.html#DevelopmentTools-NightlyBuilds&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geronimo.apache.org/development-tools.html#DevelopmentTools-NightlyBuilds&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-Donald
&lt;br&gt;&lt;br&gt;&lt;br&gt;Ivan Babanin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello! &amp;nbsp;Plz help me. When i try to set up Apache Geronimo Server
&lt;br&gt;&amp;gt; Adapter 2.1 in Eclipse Galileo i got the following error:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cannot complete the install because one or more required items could
&lt;br&gt;&amp;gt; not be found.
&lt;br&gt;&amp;gt; Software being installed: Geronimo v2.1 Server Adapter 2.1.4
&lt;br&gt;&amp;gt; (org.apache.geronimo.v21.feature.feature.group 2.1.4)
&lt;br&gt;&amp;gt; Missing requirement: Geronimo v2.1 Server Adapter 2.1.4
&lt;br&gt;&amp;gt; (org.apache.geronimo.v21.feature.feature.group 2.1.4) requires
&lt;br&gt;&amp;gt; 'org.eclipse.jst.common_core.feature.feature.group
&lt;br&gt;&amp;gt; 2.0.0.v200706041905-1007w311817231426' but it could not be found
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; How to solve this problem?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-with-Eclipse-Galileo-tp24295815s134p24297416.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24295815</id>
	<title>Problem with Eclipse Galileo</title>
	<published>2009-07-01T12:29:46Z</published>
	<updated>2009-07-01T12:29:46Z</updated>
	<author>
		<name>Ivan Babanin-2</name>
	</author>
	<content type="html">Hello! &amp;nbsp;Plz help me. When i try to set up Apache Geronimo Server
&lt;br&gt;Adapter 2.1 in Eclipse Galileo i got the following error:
&lt;br&gt;&lt;br&gt;Cannot complete the install because one or more required items could
&lt;br&gt;not be found.
&lt;br&gt;Software being installed: Geronimo v2.1 Server Adapter 2.1.4
&lt;br&gt;(org.apache.geronimo.v21.feature.feature.group 2.1.4)
&lt;br&gt;Missing requirement: Geronimo v2.1 Server Adapter 2.1.4
&lt;br&gt;(org.apache.geronimo.v21.feature.feature.group 2.1.4) requires
&lt;br&gt;'org.eclipse.jst.common_core.feature.feature.group
&lt;br&gt;2.0.0.v200706041905-1007w311817231426' but it could not be found
&lt;br&gt;&lt;br&gt;How to solve this problem?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ivan Babanin
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-with-Eclipse-Galileo-tp24295815s134p24295815.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24293615</id>
	<title>Re: Geronimo2.1.0 build failure with Java5 (method getContentType()  not found)</title>
	<published>2009-07-01T10:05:54Z</published>
	<updated>2009-07-01T10:05:54Z</updated>
	<author>
		<name>kevan</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On Jul 1, 2009, at 2:09 AM, Mohanraj Loganathan wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;Geronimo Binary built by Harmony is not as equivalent to the binary built by SUN JDK. var/config/config.xml file is empty and few other config files also empty. No idea why harmony build binary has empty config files. Any thoughts on this?&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Heh. Interesting. I would have thought if we made it that far, config.xml would be a piece of cake... By the way, what version of Geronimo are you building?&lt;/div&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;I replaced the config files from SunJDK built geronimo binary and followed the steps mentioned &lt;a href=&quot;http://cwiki.apache.org/GMOxDOC22/apache-harmony.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; to start the server using HARMONY Java. Server sucessfully started. &lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Great!&lt;/div&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt; &lt;br&gt;As mentioned in the page when i passed the argument &lt;tt&gt;-Djava.naming.factory.url.pkgs=org.apache.harmony.jndi.provider&amp;nbsp; &lt;/tt&gt;to java tests are run continuously. Now tests are running fine. But found few test failures. I will be analyse these failures further.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks for the update!&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;--kevan&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Geronimo2.1.0-build-failure-with-Java5-%28method-getContentType%28%29-not--found%29-tp23373819s134p24293615.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24290474</id>
	<title>GShell deploy/redeploy problem?</title>
	<published>2009-07-01T07:10:18Z</published>
	<updated>2009-07-01T07:10:18Z</updated>
	<author>
		<name>ericp56</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Hello. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Using Geronimo 2.1.3
&lt;br&gt;&lt;br&gt;I issued a simple redeploy in GShell from my Windows destkop to a Linux Server:
&lt;br&gt;&lt;br&gt;eric@workstation:/&amp;gt; deploy/redeploy -u admin -w password -s linuxServer c:\\te
&lt;br&gt;mp\\__IVRFrameworkHttp.war
&lt;br&gt;&amp;nbsp; &amp;nbsp; No ModuleID or TargetModuleID provided. &amp;nbsp;Attempting to guess based
&lt;br&gt;&amp;nbsp; &amp;nbsp; on the content of the archive.
&lt;br&gt;&amp;nbsp; &amp;nbsp; Attempting to use ModuleID 'twcable/IVRFrameworkHttp/1.0/car'
&lt;br&gt;&amp;nbsp; &amp;nbsp; Stopped twcable/IVRFrameworkHttp/1.0/car
&lt;br&gt;&amp;nbsp; &amp;nbsp; Unloaded twcable/IVRFrameworkHttp/1.0/car
&lt;br&gt;&amp;nbsp; &amp;nbsp; Uninstalled twcable/IVRFrameworkHttp/1.0/car
&lt;br&gt;&amp;nbsp; &amp;nbsp; Uploading 1 file(s) to server
&lt;br&gt;&amp;nbsp; &amp;nbsp; Uploading __IVRFrameworkHttp.war: 11 KB
&lt;br&gt;&amp;nbsp; &amp;nbsp; Uploading __IVRFrameworkHttp.war: 21 KB
&lt;br&gt;&amp;nbsp; &amp;nbsp; Uploading __IVRFrameworkHttp.war: 31 KB
&lt;br&gt;&amp;nbsp; &amp;nbsp; File upload complete (Server status=OK)
&lt;br&gt;&amp;nbsp; &amp;nbsp; File(s) transferred to server. &amp;nbsp;Resuming deployment operation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; Deployed twcable/IVRFrameworkHttp/1.0/car
&lt;br&gt;&amp;nbsp; &amp;nbsp; Started twcable/IVRFrameworkHttp/1.0/car
&lt;br&gt;&amp;nbsp; &amp;nbsp; Redeployed twcable/IVRFrameworkHttp/1.0/car
&lt;br&gt;eric@workstation:/&amp;gt;
&lt;br&gt;&lt;br&gt;It looks like it redeployed, but when I inspect the files in the repository on the linux server, the project has NOT been redeployed!
&lt;br&gt;&lt;br&gt;If I use the &amp;quot;Deploy New&amp;quot; Web page on the server, the redeployment works fine.
&lt;br&gt;&lt;br&gt;Any suggestions?
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/GShell-deploy-redeploy-problem--tp24290474s134p24290474.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24286360</id>
	<title>Re: accessing the administration console error</title>
	<published>2009-07-01T01:49:44Z</published>
	<updated>2009-07-01T01:49:44Z</updated>
	<author>
		<name>RunHua Chi</name>
	</author>
	<content type="html">Hi SShehab, please try v2.1.4.&lt;br&gt;&lt;br&gt;Here is the download url: &lt;a href=&quot;http://geronimo.apache.org/apache-geronimo-v214-release.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geronimo.apache.org/apache-geronimo-v214-release.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Jeff C&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Wed, Jul 1, 2009 at 4:07 PM, SShehab &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24286360&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sherif.shehab@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
Hi Guys ,&lt;br&gt;
&lt;br&gt;
when i&amp;#39;m trying to  access the administration console for geronimo v2.0&lt;br&gt;
this exception occurs after writing the username and password :&lt;br&gt;
&lt;br&gt;
HTTP Status 500 -&lt;br&gt;
&lt;br&gt;
type Exception report&lt;br&gt;
&lt;br&gt;
message&lt;br&gt;
&lt;br&gt;
description The server encountered an internal error () that prevented it&lt;br&gt;
from fulfilling this request.&lt;br&gt;
&lt;br&gt;
exception&lt;br&gt;
&lt;br&gt;
javax.servlet.ServletException: Servlet.init() for servlet se-console threw&lt;br&gt;
exception&lt;br&gt;
&lt;br&gt;
org.apache.geronimo.tomcat.valve.DefaultSubjectValve.invoke(DefaultSubjectValve.java:56)&lt;br&gt;
&lt;br&gt;
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)&lt;br&gt;
&lt;br&gt;
org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:338)&lt;br&gt;
&lt;br&gt;
org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)&lt;br&gt;
&lt;br&gt;
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)&lt;br&gt;
        org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:517)&lt;br&gt;
        org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:212)&lt;br&gt;
        org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)&lt;br&gt;
&lt;br&gt;
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)&lt;br&gt;
        org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)&lt;br&gt;
        java.lang.Thread.run(Thread.java:619)&lt;br&gt;
root cause&lt;br&gt;
&lt;br&gt;
java.lang.NullPointerException&lt;br&gt;
&lt;br&gt;
org.apache.pluto.portalImpl.core.PortletContainerEnvironment.addContainerService(PortletContainerEnvironment.java:46)&lt;br&gt;
        org.apache.pluto.portalImpl.Servlet.init(Servlet.java:113)&lt;br&gt;
&lt;br&gt;
org.apache.geronimo.tomcat.valve.DefaultSubjectValve.invoke(DefaultSubjectValve.java:56)&lt;br&gt;
&lt;br&gt;
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)&lt;br&gt;
&lt;br&gt;
org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:338)&lt;br&gt;
&lt;br&gt;
org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)&lt;br&gt;
&lt;br&gt;
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)&lt;br&gt;
        org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:517)&lt;br&gt;
        org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:212)&lt;br&gt;
        org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)&lt;br&gt;
&lt;br&gt;
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)&lt;br&gt;
        org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)&lt;br&gt;
        java.lang.Thread.run(Thread.java:619)&lt;br&gt;
note The full stack trace of the root cause is available in the Apache&lt;br&gt;
Tomcat/6.0.0-dev logs.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Any explanations ? :-(&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://www.nabble.com/accessing-the-administration-console-error-tp24285826s134p24285826.html&quot; target=&quot;_blank&quot;&gt;http://www.nabble.com/accessing-the-administration-console-error-tp24285826s134p24285826.html&lt;/a&gt;&lt;br&gt;

Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/accessing-the-administration-console-error-tp24285826s134p24286360.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24285826</id>
	<title>accessing the administration console error</title>
	<published>2009-07-01T01:07:19Z</published>
	<updated>2009-07-01T01:07:19Z</updated>
	<author>
		<name>SShehab</name>
	</author>
	<content type="html">Hi Guys ,
&lt;br&gt;&lt;br&gt;when i'm trying to &amp;nbsp;access the administration console for geronimo v2.0 &amp;nbsp;this exception occurs after writing the username and password :
&lt;br&gt;&lt;br&gt;HTTP Status 500 -
&lt;br&gt;&lt;br&gt;type Exception report
&lt;br&gt;&lt;br&gt;message
&lt;br&gt;&lt;br&gt;description The server encountered an internal error () that prevented it from fulfilling this request.
&lt;br&gt;&lt;br&gt;exception
&lt;br&gt;&lt;br&gt;javax.servlet.ServletException: Servlet.init() for servlet se-console threw exception
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.geronimo.tomcat.valve.DefaultSubjectValve.invoke(DefaultSubjectValve.java:56)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:338)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:517)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:212)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; java.lang.Thread.run(Thread.java:619)
&lt;br&gt;root cause
&lt;br&gt;&lt;br&gt;java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.pluto.portalImpl.core.PortletContainerEnvironment.addContainerService(PortletContainerEnvironment.java:46)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.pluto.portalImpl.Servlet.init(Servlet.java:113)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.geronimo.tomcat.valve.DefaultSubjectValve.invoke(DefaultSubjectValve.java:56)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:338)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:517)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:212)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; java.lang.Thread.run(Thread.java:619)
&lt;br&gt;note The full stack trace of the root cause is available in the Apache Tomcat/6.0.0-dev logs.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Any explanations ? &lt;img class='smiley' src='http://www.nabble.com/images/smiley/smiley_unhappy.gif' /&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/accessing-the-administration-console-error-tp24285826s134p24285826.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24284677</id>
	<title>Re: Geronimo2.1.0 build failure with Java5 (method getContentType()  not found)</title>
	<published>2009-06-30T23:09:25Z</published>
	<updated>2009-06-30T23:09:25Z</updated>
	<author>
		<name>Mohanraj Loganathan</name>
	</author>
	<content type="html">Geronimo Binary built by Harmony is not as equivalent to the binary built by SUN JDK. var/config/config.xml file is empty and few other config files also empty. No idea why harmony build binary has empty config files. Any thoughts on this? &lt;br&gt;
&lt;br&gt;I replaced the config files from SunJDK built geronimo binary and followed the steps mentioned &lt;a href=&quot;http://cwiki.apache.org/GMOxDOC22/apache-harmony.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; to start the server using HARMONY Java. Server sucessfully started. &lt;br&gt;
&lt;br&gt;As mentioned in the page when i passed the argument &lt;tt&gt;-Djava.naming.factory.url.pkgs=org.apache.harmony.jndi.provider  &lt;/tt&gt;to java tests are run continuously. Now tests are running fine. But found few test failures. I will be analyse these failures further.&lt;br&gt;
&lt;br&gt;Thanks and regards,&lt;br&gt;Mohan&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Jun 22, 2009 at 1:37 PM, Jack Cai &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24284677&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;greensight@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Harmony use MX4J, which implements JSR 003 and 160 (remote API). So I suppose the jmx remoting function is there.&lt;br&gt;&lt;br&gt;Mohan, can you start the server built with Harmony in command line? ie., use &amp;quot;startup&amp;quot; command for example.&lt;br&gt;

&lt;font color=&quot;#888888&quot;&gt;
&lt;br&gt;-Jack&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Jun 22, 2009 at 12:33 AM, Kevan Miller &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24284677&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kevan.miller@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div&gt;&lt;br&gt;
On Jun 21, 2009, at 12:04 PM, David Jencks wrote:&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
On Jun 21, 2009, at 2:29 AM, Mohanraj Loganathan wrote:&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hello&lt;br&gt;
&lt;br&gt;
After a long time, i could able to build the geronimo using Harmony JDK. But Building was not so smooth. I need to build the modules one by one. I struck at running the testsuites module ..&lt;br&gt;
&lt;br&gt;
It is failed to verify the Geronimo server start.  But i am sure server is started. Server logs shows that server is up and running. But build script while running the command-testsuite failed to detect the server start. Any help would be much appreciated. Please note, Harmony doesnt implement JPA.&lt;br&gt;



&lt;/blockquote&gt;
&lt;br&gt;
umm, neither does any other vm, not sure what you mean here.  Maybe it doesn&amp;#39;t implement java agents or not the same way?&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;/div&gt;
IIRC, Harmony does not support -javaagent. You can run OpenJPA without it, but I think we&amp;#39;ll run into a number of problems without -javaagent support.&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
I wonder if harmony implements jmx remoting?  checking whether the server started relies on this.&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;/div&gt;
Sounds like a reasonable guess...&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;
&lt;br&gt;
--kevan&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Mohan&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Geronimo2.1.0-build-failure-with-Java5-%28method-getContentType%28%29-not--found%29-tp23373819s134p24284677.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24282630</id>
	<title>Re: Deployment Plan for Tomcat?</title>
	<published>2009-06-30T18:19:06Z</published>
	<updated>2009-06-30T18:19:06Z</updated>
	<author>
		<name>djencks</name>
	</author>
	<content type="html">&lt;br&gt;On Jun 30, 2009, at 4:29 PM, caof2005 wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hello Friends,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; With an easy question I haven´t found any reference to this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What is the official name the deployment &amp;nbsp;plan for Tomcat?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I know that the name for the Jetty container is: geronimo-jetty.xml, &amp;nbsp;
&lt;br&gt;&amp;gt; but I
&lt;br&gt;&amp;gt; don´t know which is the one for Tomcat.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Does any body knows this? Also any reference to know more about &amp;nbsp;
&lt;br&gt;&amp;gt; deployment
&lt;br&gt;&amp;gt; plans would be very appreciated.
&lt;/div&gt;&lt;br&gt;There are a lot of choices. &amp;nbsp;I prefer to use an external plan called &amp;nbsp;
&lt;br&gt;plan.xml. &amp;nbsp;If you include the plan in the web app it can be called &amp;nbsp;
&lt;br&gt;geronimo-web.xml for either jetty or tomcat. &amp;nbsp;For tomcat you can also &amp;nbsp;
&lt;br&gt;use geronimo-tomcat.xml. &amp;nbsp;For these embedded plans it needs to be in &amp;nbsp;
&lt;br&gt;WEB-INF.
&lt;br&gt;&lt;br&gt;If your web app is part of an ear the web plan can also be in a &amp;nbsp;
&lt;br&gt;geronimo-application.xml &amp;nbsp;for the ear or you can have an external plan &amp;nbsp;
&lt;br&gt;for the entire ear.
&lt;br&gt;&lt;br&gt;The most important things to specify are the name of the geronimo &amp;nbsp;
&lt;br&gt;plugin you are constructing (the &amp;quot;module-id&amp;quot;), the dependencies which &amp;nbsp;
&lt;br&gt;specify the classloader for your web app, and the context root. &amp;nbsp;If &amp;nbsp;
&lt;br&gt;you have named datasources or ejbs badly you might need to map the &amp;nbsp;
&lt;br&gt;names specified in your web.xml or annotations to the actual names. &amp;nbsp; 
&lt;br&gt;You can also specify a few tomcat specific features such as virtual &amp;nbsp;
&lt;br&gt;hosts IIRC.
&lt;br&gt;&lt;br&gt;hope this helps
&lt;br&gt;david jencks
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt; Carlos
&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://www.nabble.com/Deployment-Plan-for-Tomcat--tp24281634s134p24281634.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Deployment-Plan-for-Tomcat--tp24281634s134p24281634.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Apache Geronimo - Users mailing list archive at &amp;nbsp;
&lt;br&gt;&amp;gt; Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Deployment-Plan-for-Tomcat--tp24281634s134p24282630.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24281634</id>
	<title>Deployment Plan for Tomcat?</title>
	<published>2009-06-30T16:29:32Z</published>
	<updated>2009-06-30T16:29:32Z</updated>
	<author>
		<name>caof2005</name>
	</author>
	<content type="html">Hello Friends,
&lt;br&gt;&lt;br&gt;With an easy question I haven´t found any reference to this:
&lt;br&gt;&lt;br&gt;What is the official name the deployment &amp;nbsp;plan for Tomcat?
&lt;br&gt;&lt;br&gt;I know that the name for the Jetty container is: geronimo-jetty.xml, but I don´t know which is the one for Tomcat.
&lt;br&gt;&lt;br&gt;Does any body knows this? Also any reference to know more about deployment plans would be very appreciated.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Carlos
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Deployment-Plan-for-Tomcat--tp24281634s134p24281634.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24270373</id>
	<title>WebService Problem</title>
	<published>2009-06-30T04:38:37Z</published>
	<updated>2009-06-30T04:38:37Z</updated>
	<author>
		<name>Florian Schaetz-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm trying to create a simple webservice (for which the WSDL should be
&lt;br&gt;created automatically). I use this code...
&lt;br&gt;&lt;br&gt;@Remote(IService.class)
&lt;br&gt;@Stateless
&lt;br&gt;@WebService
&lt;br&gt;public class Service {
&lt;br&gt;&amp;nbsp;public void doSomething(A a) {
&lt;br&gt;&amp;nbsp; // do Something with a
&lt;br&gt;&amp;nbsp;}	
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;My problem is, that the generated wsdl doesn't reflect the class A
&lt;br&gt;correctly. A is like...
&lt;br&gt;&lt;br&gt;public class A {
&lt;br&gt;private List&amp;lt;B&amp;gt; b;
&lt;br&gt;private List&amp;lt;C&amp;gt; c;
&lt;br&gt;// etc. (including getters)
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;...but in the wsdl, A is only modelled as a simple object without any
&lt;br&gt;fields. Does anyone know what I have to change here to allow geronimo
&lt;br&gt;automatically create a correct wsdl?
&lt;br&gt;&lt;br&gt;Bye,
&lt;br&gt;&lt;br&gt;Flo
&lt;br&gt;-- 
&lt;br&gt;OPTITOOL GmbH
&lt;br&gt;&lt;br&gt;Bruderwöhrdstr. 15b
&lt;br&gt;D - 93055 Regensburg
&lt;br&gt;&lt;br&gt;T: +49-941-59578-13
&lt;br&gt;&lt;br&gt;eMail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24270373&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;florian.schaetz@...&lt;/a&gt;
&lt;br&gt;URL: www.optitool.de
&lt;br&gt;&lt;br&gt;Sitz der Gesellschaft: Regensburg
&lt;br&gt;Registergericht Regensburg: HR B 9544
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/WebService-Problem-tp24270373s134p24270373.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24268604</id>
	<title>Re: Binaries not getting deleted while un-deploying axis2-1.4.1 war from Geronimo 2.1.4</title>
	<published>2009-06-30T02:09:27Z</published>
	<updated>2009-06-30T02:09:27Z</updated>
	<author>
		<name>Anshuk</name>
	</author>
	<content type="html">Thanks Kevan.
&lt;br&gt;I deployed/undeployed axis2 - 1.5 and it works fine.
&lt;br&gt;&lt;br&gt;Anshuk
&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;kevan wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;On Jun 26, 2009, at 5:40 AM, Anshuk wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am trying to deploy/undeploy axis2 version 1.4.1. You can download &amp;nbsp;
&lt;br&gt;&amp;gt; the the
&lt;br&gt;&amp;gt; distribution from
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://apache.promopeddler.com/ws/axis2/1_4_1/axis2-1.4.1-war.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apache.promopeddler.com/ws/axis2/1_4_1/axis2-1.4.1-war.zip&lt;/a&gt;&lt;br&gt;&amp;gt; and try to deploying the same.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Deploy will not be any issue. While undeploying I am facing the &amp;nbsp;
&lt;br&gt;&amp;gt; mentioned
&lt;br&gt;&amp;gt; issue/problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Would really appreciate if you can look into it.
&lt;br&gt;&lt;br&gt;This same problem was reported some time ago. We (Tim) developed a &amp;nbsp;
&lt;br&gt;patch for Axis2 (it's Axis2 that is locking the files, not Geronimo). &amp;nbsp;
&lt;br&gt;See &lt;a href=&quot;https://issues.apache.org/jira/browse/AXIS2-4072&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/AXIS2-4072&lt;/a&gt;&amp;nbsp;-- I would assume &amp;nbsp;
&lt;br&gt;that this fix is included in their recent 1.5 release...
&lt;br&gt;&lt;br&gt;Rather than bundling web services support in your web app, I'd &amp;nbsp;
&lt;br&gt;recommend you use the web services supported provided by Geronimo.
&lt;br&gt;&lt;br&gt;--kevan
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Binaries-not-getting-deleted-while-un-deploying-axis2-1.4.1-war-from-Geronimo-2.1.4-tp24216565s134p24268604.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24252387</id>
	<title>Upgrade ActiveMQ in Geronimo 2.1.4 to improve reliability</title>
	<published>2009-06-29T04:22:52Z</published>
	<updated>2009-06-29T04:22:52Z</updated>
	<author>
		<name>Fredrik Jonson-3</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I'm experiencing some reliability issues with ActiveMQ in G 2.1.4 in
&lt;br&gt;combination with the application I'm working on now. Basically I see the same
&lt;br&gt;three issues described in GERONIMO-4257[0]. &amp;nbsp;Unfortunately I can't reproduce
&lt;br&gt;the issues reliably, but still I'm not comfortable to put G into production at
&lt;br&gt;its current state.
&lt;br&gt;&lt;br&gt;[0] &lt;a href=&quot;https://issues.apache.org/jira/browse/GERONIMO-4257&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/GERONIMO-4257&lt;/a&gt;&lt;br&gt;&lt;br&gt;As a stop gap solution before G 2.2 is stable I'm considering upgrading
&lt;br&gt;ActiveMQ in G 2.1.4. Running with a stand alone broker using ActiveMQ 5.2 seems
&lt;br&gt;to better, but I'm not entirely confident that we won't run into any unintended
&lt;br&gt;classpath issues while still having ActiveMQ 4.1.2-G20090207 deployed in the
&lt;br&gt;application server. Further It'd be convenient to have the 5.2 broker deployed
&lt;br&gt;in the application server.
&lt;br&gt;&lt;br&gt;What I hope to elicit from you on this list is some feedback, is it reasonable,
&lt;br&gt;etc...
&lt;br&gt;&lt;br&gt;So, here's my plan:
&lt;br&gt;&lt;br&gt;undeploy org.apache.geronimo.plugins/activemq-console-jetty/2.1.4/car
&lt;br&gt;undeploy org.apache.geronimo.configs/activemq-ra/2.1.4/car
&lt;br&gt;undeploy org.apache.geronimo.configs/activemq-broker/2.1.4/car
&lt;br&gt;&lt;br&gt;install-library org.apache.activemq/activemq-core/5.2.0/jar
&lt;br&gt;install-library org.apache.activemq/activeio-core/3.1.0/jar
&lt;br&gt;install-library org.apache.activemq/activemq-rar/5.2.0/jar
&lt;br&gt;&lt;br&gt;# Seems like openejb depends on activemq-broker so i now need to
&lt;br&gt;# create a plugin that artifact-aliases ...configs/activemq-broker/2.1.4/car
&lt;br&gt;# and starts a 5.2.0 broker.
&lt;br&gt;deploy said module
&lt;br&gt;&lt;br&gt;#Is there a uninstall-library command, or is &amp;quot;rm -rf whatever&amp;quot; fine?
&lt;br&gt;rm -rf $G/repository/org/apache/activemq/activemq-core/4.1.2-G20090207
&lt;br&gt;rm -rf $G/repository/org/apache/activemq/activeio-core/3.0.1
&lt;br&gt;&lt;br&gt;That's pretty much it. Are there any glaring omissions in this plan? Anyone
&lt;br&gt;else done anything similar before? Is it reasonable? Any feedback much
&lt;br&gt;appreciated. Thanks!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Fredrik Jonson
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Upgrade-ActiveMQ-in-Geronimo-2.1.4-to-improve-reliability-tp24252387s134p24252387.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24241319</id>
	<title>Re: Getting current Subject in Geronimo 2.1</title>
	<published>2009-06-28T05:58:30Z</published>
	<updated>2009-06-28T05:58:30Z</updated>
	<author>
		<name>Pawel B</name>
	</author>
	<content type="html">Thanks David,
&lt;br&gt;&lt;br&gt;The JACC interfaces method works like a charm.
&lt;br&gt;I wasn't precise enough. I'm getting Subject in servlet and I'm using Geronimo embedded in Websphere Application Server Community Edition.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Pawel
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;djencks wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;It's always been there when I look. &amp;nbsp;Where are you trying to access it &amp;nbsp;
&lt;br&gt;from?
&lt;br&gt;&lt;br&gt;You can also use JACC interfaces
&lt;br&gt;&lt;br&gt;javax 
&lt;br&gt;..security 
&lt;br&gt;..jacc.PolicyContext.getContext(&amp;quot;javax.security.auth.Subject.container&amp;quot;);
&lt;br&gt;&lt;br&gt;david jencks
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Getting-current-Subject-in-Geronimo-2.1-tp24236102s134p24241319.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24239448</id>
	<title>Re: Getting current Subject in Geronimo 2.1</title>
	<published>2009-06-28T00:52:18Z</published>
	<updated>2009-06-28T00:52:18Z</updated>
	<author>
		<name>djencks</name>
	</author>
	<content type="html">&lt;br&gt;On Jun 27, 2009, at 12:49 PM, Pawel B wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How to get the current subject in Geronimo 2.1? The
&lt;br&gt;&amp;gt; org.apache.geronimo.security.ContextManager class seems to be not &amp;nbsp;
&lt;br&gt;&amp;gt; available.
&lt;br&gt;&lt;br&gt;It's always been there when I look. &amp;nbsp;Where are you trying to access it &amp;nbsp;
&lt;br&gt;from?
&lt;br&gt;&lt;br&gt;You can also use JACC interfaces
&lt;br&gt;&lt;br&gt;javax 
&lt;br&gt;..security 
&lt;br&gt;..jacc.PolicyContext.getContext(&amp;quot;javax.security.auth.Subject.container&amp;quot;);
&lt;br&gt;&lt;br&gt;david jencks
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt; Pawel
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://www.nabble.com/Getting-current-Subject-in-Geronimo-2.1-tp24236102s134p24236102.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Getting-current-Subject-in-Geronimo-2.1-tp24236102s134p24236102.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Apache Geronimo - Users mailing list archive at &amp;nbsp;
&lt;br&gt;&amp;gt; Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Getting-current-Subject-in-Geronimo-2.1-tp24236102s134p24239448.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24238070</id>
	<title>Re: Could not resolve reference for persistence/jpaEntity#org.apache.geronimo.persistence.PersistenceUnitGBean</title>
	<published>2009-06-27T18:29:25Z</published>
	<updated>2009-06-27T18:29:25Z</updated>
	<author>
		<name>Shawn Jiang</name>
	</author>
	<content type="html">I have to add both JTA and NON-JTA datasource in persistence.xml when I deployed JPA with derby(IIRC). I don&amp;#39;t know if deploying JPA with Oracle should do the same.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;See how to add NON-JTA datasource here and give it a try.  &lt;br&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/GMOxDOC22/persistence.xml#persistence.xml-%3Cjtadatasource%3E%2C%3Cnonjtadatasource%3E&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/confluence/display/GMOxDOC22/persistence.xml#persistence.xml-%3Cjtadatasource%3E%2C%3Cnonjtadatasource%3E&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://cwiki.apache.org/confluence/display/GMOxDOC22/persistence.xml#persistence.xml-%3Cjtadatasource%3E%2C%3Cnonjtadatasource%3E&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sun, Jun 28, 2009 at 3:48 AM, pookie1973 &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24238070&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christopher.adkin@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&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;br&gt;
Shawn,&lt;br&gt;
&lt;br&gt;
I added the module dependancy in Eclipse as advised and this has rectified&lt;br&gt;
the issue persistence GBean. However, I have now run into another issue when&lt;br&gt;
deploying, namely:-&lt;br&gt;
&lt;br&gt;
Unable to resolve reference &amp;quot;JtaDataSourceWrapper&amp;quot;&lt;br&gt;
    in gbean&lt;br&gt;
default/jpaTest/1.0/car?EJBModule=jpaFacade.jar,J2EEApplication=default/jpaTest/1.0/car,PersistenceUnitModule=jpaEntity.jar,j2eeType=PersistenceUnit,name=jpaEntity&lt;br&gt;
    to a gbean matching the pattern&lt;br&gt;
[?name=OracleDS#org.apache.geronimo.naming.ResourceSource]&lt;br&gt;
    due to: No matches for referencePatterns:&lt;br&gt;
[?name=OracleDS#org.apache.geronimo.naming.ResourceSource]&lt;br&gt;
org.apache.geronimo.common.DeploymentException: Unable to resolve reference&lt;br&gt;
&amp;quot;JtaDataSourceWrapper&amp;quot;&lt;br&gt;
    in gbean&lt;br&gt;
default/jpaTest/1.0/car?EJBModule=jpaFacade.jar,J2EEApplication=default/jpaTest/1.0/car,PersistenceUnitModule=jpaEntity.jar,j2eeType=PersistenceUnit,name=jpaEntity&lt;br&gt;
    to a gbean matching the pattern&lt;br&gt;
[?name=OracleDS#org.apache.geronimo.naming.ResourceSource]&lt;br&gt;
    due to: No matches for referencePatterns:&lt;br&gt;
[?name=OracleDS#org.apache.geronimo.naming.ResourceSource]&lt;br&gt;
        at&lt;br&gt;
org.apache.geronimo.deployment.DeploymentContext.getConfigurationData(DeploymentContext.java:672)&lt;br&gt;
        at org.apache.geronimo.deployment.Deployer.install(Deployer.java:332)&lt;br&gt;
        at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:256)&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;        at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:133)&lt;br&gt;
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br&gt;
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;br&gt;
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;br&gt;
        at java.lang.reflect.Method.invoke(Unknown Source)&lt;br&gt;
        at&lt;br&gt;
org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)&lt;br&gt;
        at&lt;br&gt;
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)&lt;br&gt;
        at&lt;br&gt;
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)&lt;br&gt;
        at&lt;br&gt;
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)&lt;br&gt;
        at&lt;br&gt;
org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)&lt;br&gt;
        at&lt;br&gt;
org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)&lt;br&gt;
        at java.lang.Thread.run(Unknown Source)&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;It appears that other people have run into this issue, but I&amp;#39;m unable to&lt;br&gt;
glean any useful information as to what the resolution to this is. Other&lt;br&gt;
people that have reported this to forums and mailing groups have been&lt;br&gt;
advised to:-&lt;br&gt;
&lt;br&gt;
1. Make sure that the data source specificied in the persistence.xml is&lt;br&gt;
actaully set up in the app server, in my case the data source is set up on&lt;br&gt;
the app server.&lt;br&gt;
&lt;br&gt;
2. The data source is listed as an application dependancy, I have already&lt;br&gt;
done this.&lt;br&gt;
&lt;br&gt;
Thanks for all your help so far, please advise as to how I can get past this&lt;br&gt;
latest issue.&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
Chris&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
pookie1973 wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I&amp;#39;m using Geronimo 2.1, I have an ear file containing an EJB project with&lt;br&gt;
&amp;gt; a single stateless session bean and a JPA project containing four entity&lt;br&gt;
&amp;gt; beans. When I export the ear file and deploy it to Geronimo via the&lt;br&gt;
&amp;gt; console, I get:-&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; At least one deployment&lt;br&gt;
&amp;gt; problem:[org.apache.geronimo.common.DeploymentException: Could not resolve&lt;br&gt;
&amp;gt; reference at deploy time for query&lt;br&gt;
&amp;gt; ?name=persistence/jpaEntity#org.apache.geronimo.persistence.PersistenceUnitGBean.&lt;br&gt;
&amp;gt; No GBean references found.]&lt;br&gt;
&amp;gt; org.apache.geronimo.common.DeploymentException: At least one deployment&lt;br&gt;
&amp;gt; problem:[org.apache.geronimo.common.DeploymentException: Could not resolve&lt;br&gt;
&amp;gt; reference at deploy time for query&lt;br&gt;
&amp;gt; ?name=persistence/jpaEntity#org.apache.geronimo.persistence.PersistenceUnitGBean.&lt;br&gt;
&amp;gt; No GBean references found.]&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.persistence.builder.PersistenceUnitRefBuilder.buildNaming(PersistenceUnitRefBuilder.java:154)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.j2ee.deployment.NamingBuilderCollection.buildNaming(NamingBuilderCollection.java:53)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.openejb.deployment.EjbDeploymentBuilder.addEnc(EjbDeploymentBuilder.java:329)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.openejb.deployment.EjbDeploymentBuilder.buildEnc(EjbDeploymentBuilder.java:294)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.openejb.deployment.EjbModuleBuilder.addGBeans(EjbModuleBuilder.java:764)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:647)&lt;br&gt;
&amp;gt;       at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254)&lt;br&gt;
&amp;gt;       at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:133)&lt;br&gt;
&amp;gt;       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br&gt;
&amp;gt;       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;br&gt;
&amp;gt;       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;br&gt;
&amp;gt;       at java.lang.reflect.Method.invoke(Unknown Source)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&amp;gt; org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)&lt;br&gt;
&amp;gt;       at java.lang.Thread.run(Unknown Source)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I searched the internet in order to see if anyone else encountered this&lt;br&gt;
&amp;gt; issue. I found that Shawn (Jiang) responded to someone who had exactly the&lt;br&gt;
&amp;gt; same issue as myself on IBM DeveloperWorks. Shawn asked for the EAR&lt;br&gt;
&amp;gt; package structure, here it is:-&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Top level:-&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; META-INF/MANIFEST.MF&lt;br&gt;
&amp;gt;         /geronimo-application.xml&lt;br&gt;
&amp;gt; jpaFacadeClient.jar&lt;br&gt;
&amp;gt; jpaFacade.jar&lt;br&gt;
&amp;gt; jpaEntity.jar&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; If I unzip the ear file and run a jar tvf on the jpaEntity.jar file I&lt;br&gt;
&amp;gt; have:-&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; C:\jpaTestEAR\jpaEntity&amp;gt;jar tvf jpaEntity.jar&lt;br&gt;
&amp;gt;     58 Wed Jun 24 12:31:06 BST 2009 META-INF/MANIFEST.MF&lt;br&gt;
&amp;gt;      0 Tue Jun 23 22:12:06 BST 2009 com/jpaEntity/&lt;br&gt;
&amp;gt;    313 Tue Jun 23 22:08:26 BST 2009 META-INF/orm.xml&lt;br&gt;
&amp;gt;      0 Tue Jun 23 22:08:26 BST 2009 META-INF/&lt;br&gt;
&amp;gt;   1654 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Dept.class&lt;br&gt;
&amp;gt;   1353 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Bonus.class&lt;br&gt;
&amp;gt;      0 Tue Jun 23 22:12:42 BST 2009 com/jpaEntity/test/&lt;br&gt;
&amp;gt;      0 Tue Jun 23 22:12:06 BST 2009 com/&lt;br&gt;
&amp;gt;    686 Wed Jun 24 13:52:16 BST 2009 META-INF/persistence.xml&lt;br&gt;
&amp;gt;   1124 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Salgrade.class&lt;br&gt;
&amp;gt;   2702 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Emp.class&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Shawn also requested the EAR file, which I will attach. Previously I had&lt;br&gt;
&amp;gt; attempted to deploy this directly to the app server from Eclipse and I&lt;br&gt;
&amp;gt; wasn&amp;#39;t getting as far as this. I posted a question to which Shawn&lt;br&gt;
&amp;gt; responded, I did not reply to this as my second son was born on Monday,&lt;br&gt;
&amp;gt; hence I was a tad proccupied with other things, so Shawn is you read this&lt;br&gt;
&amp;gt; I wasn&amp;#39;t blanking you out, but many thanks for responding my last question&lt;br&gt;
&amp;gt; in such a prompt manner anyway.&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.nabble.com/file/p24191944/jpaTestEAR.ear&quot; target=&quot;_blank&quot;&gt;http://www.nabble.com/file/p24191944/jpaTestEAR.ear&lt;/a&gt; jpaTestEAR.ear&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;View this message in context: &lt;a href=&quot;http://www.nabble.com/Could-not-resolve-reference-for-persistence-jpaEntity-org.apache.geronimo.persistence.PersistenceUnitGBean-tp24191944s134p24236094.html&quot; target=&quot;_blank&quot;&gt;http://www.nabble.com/Could-not-resolve-reference-for-persistence-jpaEntity-org.apache.geronimo.persistence.PersistenceUnitGBean-tp24191944s134p24236094.html&lt;/a&gt;&lt;br&gt;

&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Shawn&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;signature&quot;&gt;-Shawn&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Could-not-resolve-reference-for-persistence-jpaEntity-org.apache.geronimo.persistence.PersistenceUnitGBean-tp24191944s134p24238070.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24236102</id>
	<title>Getting current Subject in Geronimo 2.1</title>
	<published>2009-06-27T12:49:47Z</published>
	<updated>2009-06-27T12:49:47Z</updated>
	<author>
		<name>Pawel B</name>
	</author>
	<content type="html">Hi 
&lt;br&gt;&lt;br&gt;How to get the current subject in Geronimo 2.1? The org.apache.geronimo.security.ContextManager class seems to be not available.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Pawel</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Getting-current-Subject-in-Geronimo-2.1-tp24236102s134p24236102.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24236094</id>
	<title>Re: Could not resolve reference for persistence/jpaEntity#org.apache.geronimo.persistence.PersistenceUnitGBean</title>
	<published>2009-06-27T12:48:40Z</published>
	<updated>2009-06-27T12:48:40Z</updated>
	<author>
		<name>pookie1973</name>
	</author>
	<content type="html">Shawn,
&lt;br&gt;&lt;br&gt;I added the module dependancy in Eclipse as advised and this has rectified the issue persistence GBean. However, I have now run into another issue when deploying, namely:-
&lt;br&gt;&lt;br&gt;Unable to resolve reference &amp;quot;JtaDataSourceWrapper&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; in gbean default/jpaTest/1.0/car?EJBModule=jpaFacade.jar,J2EEApplication=default/jpaTest/1.0/car,PersistenceUnitModule=jpaEntity.jar,j2eeType=PersistenceUnit,name=jpaEntity
&lt;br&gt;&amp;nbsp; &amp;nbsp; to a gbean matching the pattern [?name=OracleDS#org.apache.geronimo.naming.ResourceSource]
&lt;br&gt;&amp;nbsp; &amp;nbsp; due to: No matches for referencePatterns: [?name=OracleDS#org.apache.geronimo.naming.ResourceSource]
&lt;br&gt;org.apache.geronimo.common.DeploymentException: Unable to resolve reference &amp;quot;JtaDataSourceWrapper&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; in gbean default/jpaTest/1.0/car?EJBModule=jpaFacade.jar,J2EEApplication=default/jpaTest/1.0/car,PersistenceUnitModule=jpaEntity.jar,j2eeType=PersistenceUnit,name=jpaEntity
&lt;br&gt;&amp;nbsp; &amp;nbsp; to a gbean matching the pattern [?name=OracleDS#org.apache.geronimo.naming.ResourceSource]
&lt;br&gt;&amp;nbsp; &amp;nbsp; due to: No matches for referencePatterns: [?name=OracleDS#org.apache.geronimo.naming.ResourceSource]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.DeploymentContext.getConfigurationData(DeploymentContext.java:672)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.Deployer.install(Deployer.java:332)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:256)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:133)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Unknown Source)
&lt;br&gt;&lt;br&gt;It appears that other people have run into this issue, but I'm unable to glean any useful information as to what the resolution to this is. Other people that have reported this to forums and mailing groups have been advised to:-
&lt;br&gt;&lt;br&gt;1. Make sure that the data source specificied in the persistence.xml is actaully set up in the app server, in my case the data source is set up on the app server.
&lt;br&gt;&lt;br&gt;2. The data source is listed as an application dependancy, I have already done this.
&lt;br&gt;&lt;br&gt;Thanks for all your help so far, please advise as to how I can get past this latest issue.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;pookie1973 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I'm using Geronimo 2.1, I have an ear file containing an EJB project with a single stateless session bean and a JPA project containing four entity beans. When I export the ear file and deploy it to Geronimo via the console, I get:-
&lt;br&gt;&lt;br&gt;At least one deployment problem:[org.apache.geronimo.common.DeploymentException: Could not resolve reference at deploy time for query ?name=persistence/jpaEntity#org.apache.geronimo.persistence.PersistenceUnitGBean. No GBean references found.]
&lt;br&gt;org.apache.geronimo.common.DeploymentException: At least one deployment problem:[org.apache.geronimo.common.DeploymentException: Could not resolve reference at deploy time for query ?name=persistence/jpaEntity#org.apache.geronimo.persistence.PersistenceUnitGBean. No GBean references found.]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.persistence.builder.PersistenceUnitRefBuilder.buildNaming(PersistenceUnitRefBuilder.java:154)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.j2ee.deployment.NamingBuilderCollection.buildNaming(NamingBuilderCollection.java:53)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.openejb.deployment.EjbDeploymentBuilder.addEnc(EjbDeploymentBuilder.java:329)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.openejb.deployment.EjbDeploymentBuilder.buildEnc(EjbDeploymentBuilder.java:294)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.openejb.deployment.EjbModuleBuilder.addGBeans(EjbModuleBuilder.java:764)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:647)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:133)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Unknown Source)
&lt;br&gt;&lt;br&gt;I searched the internet in order to see if anyone else encountered this issue. I found that Shawn (Jiang) responded to someone who had exactly the same issue as myself on IBM DeveloperWorks. Shawn asked for the EAR package structure, here it is:-
&lt;br&gt;&lt;br&gt;Top level:-
&lt;br&gt;&lt;br&gt;META-INF/MANIFEST.MF
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /geronimo-application.xml
&lt;br&gt;jpaFacadeClient.jar
&lt;br&gt;jpaFacade.jar
&lt;br&gt;jpaEntity.jar
&lt;br&gt;&lt;br&gt;If I unzip the ear file and run a jar tvf on the jpaEntity.jar file I have:-
&lt;br&gt;&lt;br&gt;C:\jpaTestEAR\jpaEntity&amp;gt;jar tvf jpaEntity.jar
&lt;br&gt;&amp;nbsp; &amp;nbsp; 58 Wed Jun 24 12:31:06 BST 2009 META-INF/MANIFEST.MF
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;0 Tue Jun 23 22:12:06 BST 2009 com/jpaEntity/
&lt;br&gt;&amp;nbsp; &amp;nbsp;313 Tue Jun 23 22:08:26 BST 2009 META-INF/orm.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;0 Tue Jun 23 22:08:26 BST 2009 META-INF/
&lt;br&gt;&amp;nbsp; 1654 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Dept.class
&lt;br&gt;&amp;nbsp; 1353 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Bonus.class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;0 Tue Jun 23 22:12:42 BST 2009 com/jpaEntity/test/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;0 Tue Jun 23 22:12:06 BST 2009 com/
&lt;br&gt;&amp;nbsp; &amp;nbsp;686 Wed Jun 24 13:52:16 BST 2009 META-INF/persistence.xml
&lt;br&gt;&amp;nbsp; 1124 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Salgrade.class
&lt;br&gt;&amp;nbsp; 2702 Wed Jun 24 14:00:16 BST 2009 com/jpaEntity/test/Emp.class
&lt;br&gt;&lt;br&gt;Shawn also requested the EAR file, which I will attach. Previously I had attempted to deploy this directly to the app server from Eclipse and I wasn't getting as far as this. I posted a question to which Shawn responded, I did not reply to this as my second son was born on Monday, hence I was a tad proccupied with other things, so Shawn is you read this I wasn't blanking you out, but many thanks for responding my last question in such a prompt manner anyway.&lt;a href=&quot;http://www.nabble.com/file/p24191944/jpaTestEAR.ear&quot; target=&quot;_top&quot;&gt;jpaTestEAR.ear&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Could-not-resolve-reference-for-persistence-jpaEntity-org.apache.geronimo.persistence.PersistenceUnitGBean-tp24191944s134p24236094.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24228203</id>
	<title>Re: Difference between server restart and application restart</title>
	<published>2009-06-26T15:31:37Z</published>
	<updated>2009-06-26T15:31:37Z</updated>
	<author>
		<name>djencks</name>
	</author>
	<content type="html">&lt;br&gt;On Jun 26, 2009, at 1:11 PM, Kevan Miller wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Jun 26, 2009, at 12:15 PM, David Jencks wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Jun 26, 2009, at 6:11 AM, Kevan Miller 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; On Jun 26, 2009, at 3:26 AM, David Jencks wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Jun 26, 2009, at 12:02 AM, chander_bawa 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;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks Djencks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; You are right. I tried deploying the ear from command line and &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; faced the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; same issue.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The thing is i am working on upgrading the geronimo server from &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.1 to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2.1.4 and the application is working perfectly in 1.1.1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; My confusion is why this error came when app is deployed on &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2.1.4 when it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; worked perfectly on 1.1.1?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The only reason I can think that this might work on 1.1.1 is that &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; we had a bug in the jndi implementation in 1.1.1 that lets the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; lookup succeed. &amp;nbsp;It should fail on 1.1.1 just as it does on 2.1.4.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; If you answer the questions I asked in my previous reply I might &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; be able to suggest a way to proceed. &amp;nbsp;For instance you might be &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; able to look the destinations up in the jca:/ global jndi context.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I don't think they're looking for destinations. Instead, it's &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; looking for a TransactionManager. This same problem was reported &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; back in April. That user reported that the oracle adapter was &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; looking for &amp;quot;java:comp/pm/TransactionManager&amp;quot;. I wonder if they &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; could be configured to look for &amp;quot;java:/TransactionManager&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm also wondering if throwing a RunTime exception is the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; appropriate behavior, in this situation. Why not a &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; NamingException? I confess that the subtleties of JNDI are &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; frequently lost on me...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I think a RuntimeException might be appropriate here..... there's a &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; major logic problem in how the user is attempting to use jndi, this &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; is not a problem due to someone forgetting to bind something in jndi.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well, not necessarily a logic error. Code may be looking for a &amp;nbsp;
&lt;br&gt;&amp;gt; TransactionManager in a number of jndi locations. For example, see &amp;nbsp;
&lt;br&gt;&amp;gt; the following OpenJPA code -- &lt;a href=&quot;http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-kernel/src/main/java/org/apache/openjpa/ee/AutomaticManagedRuntime.java?annotate=421741&amp;pathrev=421741&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-kernel/src/main/java/org/apache/openjpa/ee/AutomaticManagedRuntime.java?annotate=421741&amp;pathrev=421741&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; They are catching Throwable, when looking for a TM in a number of &amp;nbsp;
&lt;br&gt;&amp;gt; locations. Don't know what Oracle is doing, here. But it sure sounds &amp;nbsp;
&lt;br&gt;&amp;gt; like they are treating a RuntimeException differently from a &amp;nbsp;
&lt;br&gt;&amp;gt; NamingException. You might argue that they should be more accepting. &amp;nbsp;
&lt;br&gt;&amp;gt; We've had two people report this problem. I'm just trying to see if &amp;nbsp;
&lt;br&gt;&amp;gt; we can/should *fix* the problem...
&lt;/div&gt;&lt;br&gt;Ya, you're right... I guess NotContextException is probably good.
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;david jencks
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --kevan
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Difference-between-server-restart-and-application-restart-tp24200158s134p24228203.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24226612</id>
	<title>Re: Difference between server restart and application restart</title>
	<published>2009-06-26T13:11:19Z</published>
	<updated>2009-06-26T13:11:19Z</updated>
	<author>
		<name>kevan</name>
	</author>
	<content type="html">&lt;br&gt;On Jun 26, 2009, at 12:15 PM, David Jencks wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Jun 26, 2009, at 6:11 AM, Kevan Miller wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Jun 26, 2009, at 3:26 AM, David Jencks 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; On Jun 26, 2009, at 12:02 AM, chander_bawa wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks Djencks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; You are right. I tried deploying the ear from command line and &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; faced the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; same issue.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The thing is i am working on upgrading the geronimo server from &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.1 to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2.1.4 and the application is working perfectly in 1.1.1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; My confusion is why this error came when app is deployed on 2.1.4 &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; when it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; worked perfectly on 1.1.1?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The only reason I can think that this might work on 1.1.1 is that &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; we had a bug in the jndi implementation in 1.1.1 that lets the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; lookup succeed. &amp;nbsp;It should fail on 1.1.1 just as it does on 2.1.4.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; If you answer the questions I asked in my previous reply I might &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; be able to suggest a way to proceed. &amp;nbsp;For instance you might be &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; able to look the destinations up in the jca:/ global jndi context.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I don't think they're looking for destinations. Instead, it's &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; looking for a TransactionManager. This same problem was reported &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; back in April. That user reported that the oracle adapter was &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; looking for &amp;quot;java:comp/pm/TransactionManager&amp;quot;. I wonder if they &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; could be configured to look for &amp;quot;java:/TransactionManager&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm also wondering if throwing a RunTime exception is the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; appropriate behavior, in this situation. Why not a NamingException? &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; I confess that the subtleties of JNDI are frequently lost on me...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think a RuntimeException might be appropriate here..... there's a &amp;nbsp;
&lt;br&gt;&amp;gt; major logic problem in how the user is attempting to use jndi, this &amp;nbsp;
&lt;br&gt;&amp;gt; is not a problem due to someone forgetting to bind something in jndi.
&lt;/div&gt;&lt;br&gt;Well, not necessarily a logic error. Code may be looking for a &amp;nbsp;
&lt;br&gt;TransactionManager in a number of jndi locations. For example, see the &amp;nbsp;
&lt;br&gt;following OpenJPA code -- &lt;a href=&quot;http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-kernel/src/main/java/org/apache/openjpa/ee/AutomaticManagedRuntime.java?annotate=421741&amp;pathrev=421741&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-kernel/src/main/java/org/apache/openjpa/ee/AutomaticManagedRuntime.java?annotate=421741&amp;pathrev=421741&lt;/a&gt;&lt;br&gt;&lt;br&gt;They are catching Throwable, when looking for a TM in a number of &amp;nbsp;
&lt;br&gt;locations. Don't know what Oracle is doing, here. But it sure sounds &amp;nbsp;
&lt;br&gt;like they are treating a RuntimeException differently from a &amp;nbsp;
&lt;br&gt;NamingException. You might argue that they should be more accepting. &amp;nbsp;
&lt;br&gt;We've had two people report this problem. I'm just trying to see if we &amp;nbsp;
&lt;br&gt;can/should *fix* the problem...
&lt;br&gt;&lt;br&gt;--kevan 
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Difference-between-server-restart-and-application-restart-tp24200158s134p24226612.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24223149</id>
	<title>Re: Difference between server restart and application restart</title>
	<published>2009-06-26T09:15:42Z</published>
	<updated>2009-06-26T09:15:42Z</updated>
	<author>
		<name>djencks</name>
	</author>
	<content type="html">&lt;br&gt;On Jun 26, 2009, at 6:11 AM, Kevan Miller wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Jun 26, 2009, at 3:26 AM, David Jencks wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Jun 26, 2009, at 12:02 AM, chander_bawa 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; Thanks Djencks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; You are right. I tried deploying the ear from command line and &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; faced the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; same issue.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The thing is i am working on upgrading the geronimo server from &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.1.1 to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2.1.4 and the application is working perfectly in 1.1.1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; My confusion is why this error came when app is deployed on 2.1.4 &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; when it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; worked perfectly on 1.1.1?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The only reason I can think that this might work on 1.1.1 is that &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; we had a bug in the jndi implementation in 1.1.1 that lets the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; lookup succeed. &amp;nbsp;It should fail on 1.1.1 just as it does on 2.1.4.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If you answer the questions I asked in my previous reply I might be &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; able to suggest a way to proceed. &amp;nbsp;For instance you might be able &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; to look the destinations up in the jca:/ global jndi context.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't think they're looking for destinations. Instead, it's &amp;nbsp;
&lt;br&gt;&amp;gt; looking for a TransactionManager. This same problem was reported &amp;nbsp;
&lt;br&gt;&amp;gt; back in April. That user reported that the oracle adapter was &amp;nbsp;
&lt;br&gt;&amp;gt; looking for &amp;quot;java:comp/pm/TransactionManager&amp;quot;. I wonder if they &amp;nbsp;
&lt;br&gt;&amp;gt; could be configured to look for &amp;quot;java:/TransactionManager&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm also wondering if throwing a RunTime exception is the &amp;nbsp;
&lt;br&gt;&amp;gt; appropriate behavior, in this situation. Why not a NamingException? &amp;nbsp;
&lt;br&gt;&amp;gt; I confess that the subtleties of JNDI are frequently lost on me...
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;I think a RuntimeException might be appropriate here..... there's a &amp;nbsp;
&lt;br&gt;major logic problem in how the user is attempting to use jndi, this is &amp;nbsp;
&lt;br&gt;not a problem due to someone forgetting to bind something in jndi.
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;david jencks
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; --kevan
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Difference-between-server-restart-and-application-restart-tp24200158s134p24223149.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24220160</id>
	<title>Re: Difference between server restart and application restart</title>
	<published>2009-06-26T06:11:44Z</published>
	<updated>2009-06-26T06:11:44Z</updated>
	<author>
		<name>kevan</name>
	</author>
	<content type="html">&lt;br&gt;On Jun 26, 2009, at 3:26 AM, David Jencks wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Jun 26, 2009, at 12:02 AM, chander_bawa wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks Djencks,
&lt;br&gt;&amp;gt;&amp;gt; You are right. I tried deploying the ear from command line and &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; faced the
&lt;br&gt;&amp;gt;&amp;gt; same issue.
&lt;br&gt;&amp;gt;&amp;gt; The thing is i am working on upgrading the geronimo server from &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; 1.1.1 to
&lt;br&gt;&amp;gt;&amp;gt; 2.1.4 and the application is working perfectly in 1.1.1
&lt;br&gt;&amp;gt;&amp;gt; My confusion is why this error came when app is deployed on 2.1.4 &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; when it
&lt;br&gt;&amp;gt;&amp;gt; worked perfectly on 1.1.1?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The only reason I can think that this might work on 1.1.1 is that we &amp;nbsp;
&lt;br&gt;&amp;gt; had a bug in the jndi implementation in 1.1.1 that lets the lookup &amp;nbsp;
&lt;br&gt;&amp;gt; succeed. &amp;nbsp;It should fail on 1.1.1 just as it does on 2.1.4.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you answer the questions I asked in my previous reply I might be &amp;nbsp;
&lt;br&gt;&amp;gt; able to suggest a way to proceed. &amp;nbsp;For instance you might be able to &amp;nbsp;
&lt;br&gt;&amp;gt; look the destinations up in the jca:/ global jndi context.
&lt;/div&gt;&lt;br&gt;I don't think they're looking for destinations. Instead, it's looking &amp;nbsp;
&lt;br&gt;for a TransactionManager. This same problem was reported back in &amp;nbsp;
&lt;br&gt;April. That user reported that the oracle adapter was looking for &amp;nbsp;
&lt;br&gt;&amp;quot;java:comp/pm/TransactionManager&amp;quot;. I wonder if they could be &amp;nbsp;
&lt;br&gt;configured to look for &amp;quot;java:/TransactionManager&amp;quot;.
&lt;br&gt;&lt;br&gt;I'm also wondering if throwing a RunTime exception is the appropriate &amp;nbsp;
&lt;br&gt;behavior, in this situation. Why not a NamingException? I confess that &amp;nbsp;
&lt;br&gt;the subtleties of JNDI are frequently lost on me...
&lt;br&gt;&lt;br&gt;--kevan
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Difference-between-server-restart-and-application-restart-tp24200158s134p24220160.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24219808</id>
	<title>Re: Binaries not getting deleted while un-deploying axis2-1.4.1 war from Geronimo 2.1.4</title>
	<published>2009-06-26T05:54:21Z</published>
	<updated>2009-06-26T05:54:21Z</updated>
	<author>
		<name>kevan</name>
	</author>
	<content type="html">&lt;br&gt;On Jun 26, 2009, at 5:40 AM, Anshuk wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am trying to deploy/undeploy axis2 version 1.4.1. You can download &amp;nbsp;
&lt;br&gt;&amp;gt; the the
&lt;br&gt;&amp;gt; distribution from
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://apache.promopeddler.com/ws/axis2/1_4_1/axis2-1.4.1-war.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apache.promopeddler.com/ws/axis2/1_4_1/axis2-1.4.1-war.zip&lt;/a&gt;&lt;br&gt;&amp;gt; and try to deploying the same.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Deploy will not be any issue. While undeploying I am facing the &amp;nbsp;
&lt;br&gt;&amp;gt; mentioned
&lt;br&gt;&amp;gt; issue/problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Would really appreciate if you can look into it.
&lt;/div&gt;&lt;br&gt;This same problem was reported some time ago. We (Tim) developed a &amp;nbsp;
&lt;br&gt;patch for Axis2 (it's Axis2 that is locking the files, not Geronimo). &amp;nbsp;
&lt;br&gt;See &lt;a href=&quot;https://issues.apache.org/jira/browse/AXIS2-4072&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/AXIS2-4072&lt;/a&gt;&amp;nbsp;-- I would assume &amp;nbsp;
&lt;br&gt;that this fix is included in their recent 1.5 release...
&lt;br&gt;&lt;br&gt;Rather than bundling web services support in your web app, I'd &amp;nbsp;
&lt;br&gt;recommend you use the web services supported provided by Geronimo.
&lt;br&gt;&lt;br&gt;--kevan
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Binaries-not-getting-deleted-while-un-deploying-axis2-1.4.1-war-from-Geronimo-2.1.4-tp24216565s134p24219808.html" />
</entry>

</feed>
