<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-2403</id>
	<title>Nabble - Cargo</title>
	<updated>2009-11-10T00:59:06Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Cargo-f2403.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cargo-f2403.html" />
	<subtitle type="html">Cargo is a thin wrapper around existing J2EE containers. It provides different APIs to easily manipulate containers. Cargo home is &lt;a href=&quot;http://cargo.codehaus.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26280180</id>
	<title>Re: CARGO 1.0.1</title>
	<published>2009-11-10T00:59:06Z</published>
	<updated>2009-11-10T00:59:06Z</updated>
	<author>
		<name>S. Ali Tokmen-4</name>
	</author>
	<content type="html">Hello again
&lt;br&gt;&lt;br&gt;S. Ali Tokmen a écrit :
&lt;br&gt;&amp;gt; CARGO 1.0.1-alpha-1 is working fine with JOnAS 5.1.0 final (we use it 
&lt;br&gt;&amp;gt; in multiple Maven projects for integration testing of our Java EE and 
&lt;br&gt;&amp;gt; OSGi applications). You'd have at least my &amp;quot;go&amp;quot; :)
&lt;br&gt;&lt;br&gt;It actually doesn't, see &lt;a href=&quot;http://jira.ow2.org/browse/JONAS-64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.ow2.org/browse/JONAS-64&lt;/a&gt;&lt;br&gt;&lt;br&gt;It works only with CARGO 1.0.1-SNAPSHOT now. I'd definitely say &amp;quot;yes&amp;quot; to 
&lt;br&gt;a CARGO 1.0.1 or 1.0.1-alpha-2
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CARGO-1.0.1-tp25545249p26280180.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26266036</id>
	<title>Odp:jetty6x/embedded ClassNotFoundException: HttpServlet</title>
	<published>2009-11-09T04:59:34Z</published>
	<updated>2009-11-09T04:59:34Z</updated>
	<author>
		<name>Łukasz Budnik</name>
	</author>
	<content type="html">Hi all,&lt;br /&gt;&lt;br /&gt;I have just confirmed that Apache ODE works on an embedded Jetty using maven-jetty-plugin. It integrates smoothly with my failsafe integration tests.&lt;br /&gt;&lt;br /&gt;But I&amp;#39;d like to use a more generic Cargo approach... I&amp;#39;m still interested in learning how the HttpServlet ClassNotFound exception can be dealt with.&lt;br /&gt;&lt;br /&gt;thanks,&lt;br /&gt;Łukasz&lt;br /&gt;&lt;br /&gt;W dniu 09-11-2009 12:25 &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26266036&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lukasz.budnik@...&lt;/a&gt; napisał(a):&lt;div class='shrinkable-quote'&gt;&lt;br /&gt;&amp;gt; Hi all,&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; While deploying external war (deployables/deployable) I keep getting:&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; Caused by: java.lang.ClassNotFoundException: javax.servlet.http.HttpServlet&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; Has anyone experienced it before? If so and have found solution please share some tips.&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; If anyone hasn&amp;#39;t encounter this error, below is &amp;quot;my story&amp;quot;.&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; I have integration test which involves communicating with Apache ODE (WS-BPEL engine, based on Axis2).&lt;br /&gt;&amp;gt; Till now when I had to invoke integration tests I had to make sure if external Tomcat with Apache ODE is up and running.&lt;br /&gt;&amp;gt; Using cargo I wanted to automate this process by running Apache ODE on an embedded Jetty 6 container.&lt;br /&gt;&amp;gt; And this is where I have the problem. During the deployment of Apache ODE on embedded Jetty6 I have class not found exception.&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; When I deploy Apache ODE on local Jetty 6.1.21, it deploys successfully.&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; Any ideas what may be causing this exception?&lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;gt; thanks&lt;br /&gt;&amp;gt; Łukasz&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/jetty6x-embedded-ClassNotFoundException%3A-HttpServlet-tp26264788p26266036.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26264788</id>
	<title>jetty6x/embedded ClassNotFoundException: HttpServlet</title>
	<published>2009-11-09T03:25:14Z</published>
	<updated>2009-11-09T03:25:14Z</updated>
	<author>
		<name>Łukasz Budnik</name>
	</author>
	<content type="html">Hi all,&lt;br /&gt;&lt;br /&gt;While deploying external war (deployables/deployable) I keep getting:&lt;br /&gt;&lt;br /&gt;Caused by: java.lang.ClassNotFoundException: javax.servlet.http.HttpServlet&lt;br /&gt;&lt;br /&gt;Has anyone experienced it before? If so and have found solution please share some tips.&lt;br /&gt;&lt;br /&gt;If anyone hasn&amp;#39;t encounter this error, below is &amp;quot;my story&amp;quot;.&lt;br /&gt;&lt;br /&gt;I have integration test which involves communicating with Apache ODE (WS-BPEL engine, based on Axis2).&lt;br /&gt;Till now when I had to invoke integration tests I had to make sure if external Tomcat with Apache ODE is up and running.&lt;br /&gt;Using cargo I wanted to automate this process by running Apache ODE on an embedded Jetty 6 container.&lt;br /&gt;And this is where I have the problem. During the deployment of Apache ODE on embedded Jetty6 I have class not found exception.&lt;br /&gt;&lt;br /&gt;When I deploy Apache ODE on local Jetty 6.1.21, it deploys successfully.&lt;br /&gt;&lt;br /&gt;Any ideas what may be causing this exception?&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;Łukasz&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/jetty6x-embedded-ClassNotFoundException%3A-HttpServlet-tp26264788p26264788.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26262026</id>
	<title>Re: collaboration on platform modernization of cargo</title>
	<published>2009-11-08T23:03:44Z</published>
	<updated>2009-11-08T23:03:44Z</updated>
	<author>
		<name>vmassol</name>
	</author>
	<content type="html">Hi Adrian,
&lt;br&gt;&lt;br&gt;On Nov 9, 2009, at 5:22 AM, Adrian Cole wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi, Team.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It's been a while since I've sunk day and night into Cargo... I guess
&lt;br&gt;&amp;gt; I'm looking for some more action!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As you probably know, I run the jclouds [1] project, which is a cloud
&lt;br&gt;&amp;gt; framework. &amp;nbsp;It would seem quite useful and appropriate to have a means
&lt;br&gt;&amp;gt; to deploy to compute clouds directly from cargo. &amp;nbsp;jclouds currently
&lt;br&gt;&amp;gt; has &amp;nbsp;tools to manage google appengine, amazon, rackspace, and vmware
&lt;br&gt;&amp;gt; clouds.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; With some collaboration, we could make cargo a cloud launch-pad.
&lt;br&gt;&amp;gt; Anyone interested in something like this?
&lt;/div&gt;&lt;br&gt;&amp;nbsp;From the outside it looks like a very good idea.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;-Vincent
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; -Adrian
&lt;br&gt;&amp;gt; [1] &lt;a href=&quot;http://code.google.com/p/jclouds/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/jclouds/&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/collaboration-on-platform-modernization-of-cargo-tp26261110p26262026.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26261110</id>
	<title>collaboration on platform modernization of cargo</title>
	<published>2009-11-08T20:22:43Z</published>
	<updated>2009-11-08T20:22:43Z</updated>
	<author>
		<name>Adrian Cole</name>
	</author>
	<content type="html">Hi, Team.
&lt;br&gt;&lt;br&gt;It's been a while since I've sunk day and night into Cargo... I guess
&lt;br&gt;I'm looking for some more action!
&lt;br&gt;&lt;br&gt;As you probably know, I run the jclouds [1] project, which is a cloud
&lt;br&gt;framework. &amp;nbsp;It would seem quite useful and appropriate to have a means
&lt;br&gt;to deploy to compute clouds directly from cargo. &amp;nbsp;jclouds currently
&lt;br&gt;has &amp;nbsp;tools to manage google appengine, amazon, rackspace, and vmware
&lt;br&gt;clouds.
&lt;br&gt;&lt;br&gt;With some collaboration, we could make cargo a cloud launch-pad.
&lt;br&gt;Anyone interested in something like this?
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;-Adrian
&lt;br&gt;[1] &lt;a href=&quot;http://code.google.com/p/jclouds/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/jclouds/&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/collaboration-on-platform-modernization-of-cargo-tp26261110p26261110.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26217622</id>
	<title>[jira] Created: (CARGO-735) AbstractInstalledLocalContainer will cause a NullPointerException if a simple file name is used as the &quot;output&quot; file</title>
	<published>2009-11-05T08:11:55Z</published>
	<updated>2009-11-05T08:11:55Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">AbstractInstalledLocalContainer will cause a NullPointerException if a simple file name is used as the &amp;quot;output&amp;quot; file
&lt;br&gt;--------------------------------------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: CARGO-735
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-735&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-735&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Cargo
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: Core
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 1.0.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Christopher Rued
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: Minor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Attachments: diff.txt
&lt;br&gt;&lt;br&gt;AbstractInstalledLocalContainer's createJavaTask method attempts to ensure that all the correct folders exist before creating the output file. &amp;nbsp;It does this by calling outputFile.getParentFile().mkdirs() without first ensuring that outputFile.getParentFile() is not null.
&lt;br&gt;&lt;br&gt;To work around this, the value of outputFile.getParentFile() should be checked, or outputFile.getAbsoluteFile().getParentFile().mkdirs() should be used (since the absolute file must have a parent).
&lt;br&gt;&lt;br&gt;Patch attached.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28CARGO-735%29-AbstractInstalledLocalContainer-will-cause-a-NullPointerException-if-a-simple-file-name-is-used-as-the-%22output%22-file-tp26217622p26217622.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26215840</id>
	<title>[jira] Issue Comment Edited: (CARGO-491) Add support for Glassfish</title>
	<published>2009-11-05T06:36:56Z</published>
	<updated>2009-11-05T06:36:56Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=197270#action_197270&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=197270#action_197270&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Christopher Rued edited comment on CARGO-491 at 11/5/09 8:36 AM:
&lt;br&gt;-----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;I have been having quite a bit of trouble trying to get this to run on Ant...eventually, it seems, it came down to a classloader problem. &amp;nbsp;Somehow the GlassFish classes weren't found in the &amp;quot;Context&amp;quot; classpath but were in the classloader associated with the AbstractFactoryRegistry class.
&lt;br&gt;&lt;br&gt;Here's a patch that seems to make things work: the basic idea is to use ALL classloaders, rather than just the first one we find:
&lt;br&gt;&lt;br&gt;(patch attached to this issue)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; was (Author: crued):
&lt;br&gt;&amp;nbsp; &amp;nbsp; I have been having quite a bit of trouble trying to get this to run on Ant...eventually, it seems, it came down to a classloader problem. &amp;nbsp;Somehow the GlassFish classes weren't found in the &amp;quot;Context&amp;quot; classpath but were in the classloader associated with the AbstractFactoryRegistry class.
&lt;br&gt;&lt;br&gt;Here's a patch that seems to make things work: the basic idea is to use ALL classloaders, rather than just the first one we find:
&lt;br&gt;&lt;br&gt;Index: AbstractFactoryRegistry.java
&lt;br&gt;===================================================================
&lt;br&gt;--- AbstractFactoryRegistry.java &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(revision 1987)
&lt;br&gt;+++ AbstractFactoryRegistry.java &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(working copy)
&lt;br&gt;@@ -251,27 +251,24 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;private static List list(ClassLoader classLoader)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ClassLoader cl = classLoader;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (cl == null)
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cl = Thread.currentThread().getContextClassLoader();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ClassLoaders loaders = new ClassLoaders();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cl = AbstractFactoryRegistry.class.getClassLoader();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (cl != null) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;loaders.put(cl);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (cl == null)
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cl = AbstractFactoryRegistry.class.getClassLoader();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cl = Thread.currentThread().getContextClassLoader();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (cl != null) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;loaders.put(cl);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (cl == null)
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cl = JDKHooks.getJDKHooks().getSystemClassLoader();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cl = JDKHooks.getJDKHooks().getSystemClassLoader();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (cl != null) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;loaders.put(cl);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (cl == null)
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (loaders.size() == 0) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// this is not our day. bail out.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return Collections.EMPTY_LIST;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ClassLoaders loaders = new ClassLoaders();
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;loaders.put(cl);
&lt;br&gt;-
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;List registries = new ArrayList();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Enumeration providers = Service.providers(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;new SPInterface(AbstractFactoryRegistry.class), loaders);
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This makes the list method look like this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; private static List list(ClassLoader classLoader)
&lt;br&gt;&amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ClassLoader cl = classLoader;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ClassLoaders loaders = new ClassLoaders();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cl = AbstractFactoryRegistry.class.getClassLoader();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (cl != null) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; loaders.put(cl);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cl = Thread.currentThread().getContextClassLoader();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (cl != null) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; loaders.put(cl);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cl = JDKHooks.getJDKHooks().getSystemClassLoader();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (cl != null) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; loaders.put(cl);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (loaders.size() == 0) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // this is not our day. bail out.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return Collections.EMPTY_LIST;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; List registries = new ArrayList();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Enumeration providers = Service.providers(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; new SPInterface(AbstractFactoryRegistry.class), loaders);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; while (providers.hasMoreElements())
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Object provider = providers.nextElement();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (provider instanceof AbstractFactoryRegistry)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; registries.add(provider);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return registries;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; 
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Add support for Glassfish
&lt;br&gt;&amp;gt; -------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: CARGO-491
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-491&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-491&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Cargo
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Glassfish
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 0.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Sun OS 10/SPARC, Sun Java System Application Server Platform Edition 9.0_01
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Marwan Zeineddine
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Trivial
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: CARGO-491_draft_v1.diff, patch.txt
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Attempting to finish work initiated by Kohsuke Kawagushi. I am following the standard procedure for adding a container. I have searched the bug database for anything relating to glassfish or sun app server and didn't find any, i may have missed some.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28CARGO-491%29-Add-support-for-Glassfish-tp8942389p26215840.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26206429</id>
	<title>[jira] Updated: (CARGO-491) Add support for Glassfish</title>
	<published>2009-11-04T15:16:55Z</published>
	<updated>2009-11-04T15:16:55Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Christopher Rued updated CARGO-491:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Attachment: patch.txt
&lt;br&gt;&lt;br&gt;Patch to have AbstractFactoryRegistry search for providers in ALL classloaders rather than just the first classloader it can find.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Add support for Glassfish
&lt;br&gt;&amp;gt; -------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: CARGO-491
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-491&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-491&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Cargo
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Glassfish
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 0.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Sun OS 10/SPARC, Sun Java System Application Server Platform Edition 9.0_01
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Marwan Zeineddine
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Trivial
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: CARGO-491_draft_v1.diff, patch.txt
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Attempting to finish work initiated by Kohsuke Kawagushi. I am following the standard procedure for adding a container. I have searched the bug database for anything relating to glassfish or sun app server and didn't find any, i may have missed some.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28CARGO-491%29-Add-support-for-Glassfish-tp8942389p26206429.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26206407</id>
	<title>[jira] Commented: (CARGO-491) Add support for Glassfish</title>
	<published>2009-11-04T15:14:55Z</published>
	<updated>2009-11-04T15:14:55Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=197270#action_197270&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=197270#action_197270&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Christopher Rued commented on CARGO-491:
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;br&gt;I have been having quite a bit of trouble trying to get this to run on Ant...eventually, it seems, it came down to a classloader problem. &amp;nbsp;Somehow the GlassFish classes weren't found in the &amp;quot;Context&amp;quot; classpath but were in the classloader associated with the AbstractFactoryRegistry class.
&lt;br&gt;&lt;br&gt;Here's a patch that seems to make things work: the basic idea is to use ALL classloaders, rather than just the first one we find:
&lt;br&gt;&lt;br&gt;Index: AbstractFactoryRegistry.java
&lt;br&gt;===================================================================
&lt;br&gt;--- AbstractFactoryRegistry.java &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(revision 1987)
&lt;br&gt;+++ AbstractFactoryRegistry.java &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(working copy)
&lt;br&gt;@@ -251,27 +251,24 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;private static List list(ClassLoader classLoader)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ClassLoader cl = classLoader;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (cl == null)
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cl = Thread.currentThread().getContextClassLoader();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ClassLoaders loaders = new ClassLoaders();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cl = AbstractFactoryRegistry.class.getClassLoader();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (cl != null) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;loaders.put(cl);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (cl == null)
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cl = AbstractFactoryRegistry.class.getClassLoader();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cl = Thread.currentThread().getContextClassLoader();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (cl != null) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;loaders.put(cl);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (cl == null)
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cl = JDKHooks.getJDKHooks().getSystemClassLoader();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cl = JDKHooks.getJDKHooks().getSystemClassLoader();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (cl != null) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;loaders.put(cl);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (cl == null)
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (loaders.size() == 0) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// this is not our day. bail out.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return Collections.EMPTY_LIST;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ClassLoaders loaders = new ClassLoaders();
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;loaders.put(cl);
&lt;br&gt;-
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;List registries = new ArrayList();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Enumeration providers = Service.providers(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;new SPInterface(AbstractFactoryRegistry.class), loaders);
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This makes the list method look like this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; private static List list(ClassLoader classLoader)
&lt;br&gt;&amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ClassLoader cl = classLoader;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ClassLoaders loaders = new ClassLoaders();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cl = AbstractFactoryRegistry.class.getClassLoader();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (cl != null) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; loaders.put(cl);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cl = Thread.currentThread().getContextClassLoader();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (cl != null) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; loaders.put(cl);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cl = JDKHooks.getJDKHooks().getSystemClassLoader();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (cl != null) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; loaders.put(cl);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (loaders.size() == 0) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // this is not our day. bail out.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return Collections.EMPTY_LIST;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; List registries = new ArrayList();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Enumeration providers = Service.providers(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; new SPInterface(AbstractFactoryRegistry.class), loaders);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; while (providers.hasMoreElements())
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Object provider = providers.nextElement();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (provider instanceof AbstractFactoryRegistry)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; registries.add(provider);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return registries;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Add support for Glassfish
&lt;br&gt;&amp;gt; -------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: CARGO-491
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-491&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-491&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Cargo
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Glassfish
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 0.8
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Sun OS 10/SPARC, Sun Java System Application Server Platform Edition 9.0_01
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Marwan Zeineddine
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Trivial
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: CARGO-491_draft_v1.diff
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Attempting to finish work initiated by Kohsuke Kawagushi. I am following the standard procedure for adding a container. I have searched the bug database for anything relating to glassfish or sun app server and didn't find any, i may have missed some.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28CARGO-491%29-Add-support-for-Glassfish-tp8942389p26206407.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26196665</id>
	<title>Re: WebLogic 10.x automatic installation</title>
	<published>2009-11-04T05:52:56Z</published>
	<updated>2009-11-04T05:52:56Z</updated>
	<author>
		<name>Peter Pleshachkov</name>
	</author>
	<content type="html">Hi Adrian,&lt;br&gt;&lt;br&gt;As far as I understood from your previous reply I have to install
weblogic manually, but cargo will create weblogic domain automatically, run it
and deploy application.&lt;br&gt;&lt;br&gt; I am using ant to run weblogic 10.3, but it does not work. I tried to find working example on the web but I failed. &lt;br&gt;&lt;br&gt;Do you have documentation or samples for weblogic (ant extension) ? &lt;br&gt;
&lt;br&gt;Thank you in advance,&lt;br&gt;Petr&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Aug 25, 2009 at 9:33 PM, Adrian Cole &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26196665&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ferncam1@...&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;
Hi, Petr.&lt;br&gt;
&lt;br&gt;
Cargo creates single-server weblogic domains when given an existing&lt;br&gt;
weblogic home.  Cargo does not do auto-installation of weblogic&lt;br&gt;
binaries.&lt;br&gt;
&lt;br&gt;
I recommend installing the weblogic home once and then setup some&lt;br&gt;
system for distributing it where needed.  Once the binaries are&lt;br&gt;
present, cargo can install domains.&lt;br&gt;
&lt;br&gt;
I hope this helps,&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;-Adrian&lt;br&gt;
&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;
On Tue, Aug 25, 2009 at 8:40 AM, Peter&lt;br&gt;
Pleshachkov&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26196665&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peter.pleshachkov@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; Dear Cargo developers,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I am going to use your project to automate WebLogic 10.0 Application Server&lt;br&gt;
&amp;gt; management like install, start, stop, etc. In your documentation you say&lt;br&gt;
&amp;gt; that automatic installation of WebLogic 10.x (Installer feature) is&lt;br&gt;
&amp;gt; supported. However, you support automatic installation only for zip&lt;br&gt;
&amp;gt; archives. But WebLogic App mServer is distributed as .exe file under Windows&lt;br&gt;
&amp;gt; which you should manually to run and follow the installation dialogs. So the&lt;br&gt;
&amp;gt; question is : Do you support automatic installation of WebLogic 10.x ? If&lt;br&gt;
&amp;gt; yes how do you achieve that ?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thank you in advance,&lt;br&gt;
&amp;gt; Petr Pleashachkov&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;---------------------------------------------------------------------&lt;br&gt;
To unsubscribe from this list, please visit:&lt;br&gt;
&lt;br&gt;
    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WebLogic-10.x-automatic-installation-tp25136846p26196665.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26147923</id>
	<title>Cargo maven2 plugin: deployment on 2 container instances with  different configuration</title>
	<published>2009-10-31T19:43:20Z</published>
	<updated>2009-10-31T19:43:20Z</updated>
	<author>
		<name>julien.eluard.ml</name>
	</author>
	<content type="html">Hi,&lt;br&gt;&lt;br&gt;I am trying to deploy a deployable on 2 instances of an InstalledLocalContainer using different configurations.&lt;br&gt;To achieve this I use a maven configuration similar to this one: &lt;a href=&quot;http://old.nabble.com/Multiple-Tomcat-Containers-and-Not-Automatically-deploying-Maven-2-project-artifact-ts7631458.html#a7631458&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Multiple-Tomcat-Containers-and-Not-Automatically-deploying-Maven-2-project-artifact-ts7631458.html#a7631458&lt;/a&gt;.&lt;br&gt;
My configuration defines 2 executions (different ids) calling cargo goal &amp;#39;start&amp;#39; with different parameters for underlying StandaloneLocalConfiguration.&lt;br&gt;It looks like from my tests that the configuration of second execution is ignored (non-existent class for implementation node doesn&amp;#39;t generate errors).&lt;br&gt;
&lt;br&gt;As the InstalledLocalContainer I am using is a custom implementation (no plugin available for this container) I am wondering if this kind of scenario is supported or if the implementation is wrong.&lt;br&gt;Could someone confirm if this use case is supported by cargo?&lt;br&gt;
&lt;br&gt;Thanks,&lt;br&gt;Julien&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cargo-maven2-plugin%3A-deployment-on-2-container-instances-with--different-configuration-tp26147923p26147923.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26018641</id>
	<title>[jira] Commented: (CARGO-734) Add Tomcat support for multi-level context paths</title>
	<published>2009-10-22T16:06:26Z</published>
	<updated>2009-10-22T16:06:26Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=195651#action_195651&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=195651#action_195651&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Chris Marks commented on CARGO-734:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;Forgot to add that a description of multi-level contexts is found in the Introduction sections of &lt;a href=&quot;http://tomcat.apache.org/tomcat-6.0-doc/config/context.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tomcat.apache.org/tomcat-6.0-doc/config/context.html&lt;/a&gt;&amp;nbsp;and &lt;a href=&quot;http://tomcat.apache.org/tomcat-5.5-doc/config/context.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tomcat.apache.org/tomcat-5.5-doc/config/context.html&lt;/a&gt;. &amp;nbsp;Versions of Tomcat that support this syntax were found by searching the change logs posted on the Tomcat site.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Add Tomcat support for multi-level context paths
&lt;br&gt;&amp;gt; ------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: CARGO-734
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-734&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-734&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Cargo
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Improvement
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Tomcat
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Chris Marks
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: cargo-core-container-tomcat.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Tomcat provides support for multi-level contexts as of v5.5.27 and v6.0.18. &amp;nbsp;A multi-level context is when an application appears to be deployed to a sub-directory, such as random/location. &amp;nbsp;When using Tomcat, you can name your WAR file using a # to indicate a directory change, so for the previous example, the war file name would be random#location.war. &amp;nbsp;In order to use Cargo to deploy a war that is named in this convention, TomcatWAR.getContext() needs to be modified to accomodate the new convention.
&lt;br&gt;&amp;gt; Attached is a patch that does a regular expression replace of '#' with '/' for the context name. &amp;nbsp;It does include a unit test to test the situation and a sample war file using the new naming scheme.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28CARGO-734%29-Add-Tomcat-support-for-multi-level-context-paths-tp26018595p26018641.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26018595</id>
	<title>[jira] Created: (CARGO-734) Add Tomcat support for multi-level context paths</title>
	<published>2009-10-22T16:01:26Z</published>
	<updated>2009-10-22T16:01:26Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">Add Tomcat support for multi-level context paths
&lt;br&gt;------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: CARGO-734
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-734&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-734&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Cargo
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: Tomcat
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Chris Marks
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: Minor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Attachments: cargo-core-container-tomcat.patch
&lt;br&gt;&lt;br&gt;Tomcat provides support for multi-level contexts as of v5.5.27 and v6.0.18. &amp;nbsp;A multi-level context is when an application appears to be deployed to a sub-directory, such as random/location. &amp;nbsp;When using Tomcat, you can name your WAR file using a # to indicate a directory change, so for the previous example, the war file name would be random#location.war. &amp;nbsp;In order to use Cargo to deploy a war that is named in this convention, TomcatWAR.getContext() needs to be modified to accomodate the new convention.
&lt;br&gt;&lt;br&gt;Attached is a patch that does a regular expression replace of '#' with '/' for the context name. &amp;nbsp;It does include a unit test to test the situation and a sample war file using the new naming scheme.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28CARGO-734%29-Add-Tomcat-support-for-multi-level-context-paths-tp26018595p26018595.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25962109</id>
	<title>Settting root context in Weblogic</title>
	<published>2009-10-19T10:26:16Z</published>
	<updated>2009-10-19T10:26:16Z</updated>
	<author>
		<name>Setya</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;My application is packaged as myapplication.war, but when deployed in Weblogic I want to use 'app' as the root context. I added 'context' property under deployable element which works in Tomcat, but not &amp;nbsp;in WL. So how do you configure it in WL ?
&lt;br&gt;&lt;br&gt;Thanks &amp; Regards,
&lt;br&gt;&lt;br&gt;Setya&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Settting-root-context-in-Weblogic-tp25962109p25962109.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25962030</id>
	<title>Re: Cargo is unable to find Weblogic home</title>
	<published>2009-10-19T10:15:52Z</published>
	<updated>2009-10-19T10:15:52Z</updated>
	<author>
		<name>Setya</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Thanks for your advice.
&lt;br&gt;&lt;br&gt;I just changed the path into '/home/setya/Programs/wls103/wlserver_10.3' and it worked.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Setya&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cargo-is-unable-to-find-Weblogic-home-tp25959243p25962030.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25960860</id>
	<title>Re: Cargo is unable to find Weblogic home</title>
	<published>2009-10-19T08:55:55Z</published>
	<updated>2009-10-19T08:55:55Z</updated>
	<author>
		<name>Adrian Cole</name>
	</author>
	<content type="html">Sorry you are having problems.
&lt;br&gt;&lt;br&gt;In weblogic land, there are 2 homes: BEA_HOME and WL_HOME.
&lt;br&gt;&lt;br&gt;By default, WL_HOME is the path of weblogic10.3/ &amp;nbsp;and BEA_HOME is the
&lt;br&gt;path including WL_HOME and also (very importantly) modules.
&lt;br&gt;&lt;br&gt;To reset the BEA_HOME, use the property cargo.weblogic.bea.home.
&lt;br&gt;&lt;br&gt;I hope this helps.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;-Adrian
&lt;br&gt;&lt;br&gt;On Mon, Oct 19, 2009 at 7:25 AM, Setya &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25960860&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jsetya@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I specify '/home/setya/Programs/wls103' as Weblogic home, but Cargo keeps
&lt;br&gt;&amp;gt; throwing the following exception :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; org.codehaus.cargo.container.ContainerException: Invalid Weblogic
&lt;br&gt;&amp;gt; installation. The [/home/setya/Programs/modules] directory doesn't exist.
&lt;br&gt;&amp;gt; Make sure the BEA_HOME directory you have specified points to the right
&lt;br&gt;&amp;gt; location (It's currently pointing to [/home/setya/Programs])
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It seems I encounter bug  &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-691&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-691&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-691&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-691&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any workaround, anyone ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any help would be greatly appreciated.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Setya
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://www.nabble.com/Cargo-is-unable-to-find-Weblogic-home-tp25959243p25959243.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Cargo-is-unable-to-find-Weblogic-home-tp25959243p25959243.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Cargo - User mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cargo-is-unable-to-find-Weblogic-home-tp25959243p25960860.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25960808</id>
	<title>[jira] Commented: (CARGO-691) Cannot resolve path to weblogic home installation</title>
	<published>2009-10-19T08:55:27Z</published>
	<updated>2009-10-19T08:55:27Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=195254#action_195254&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=195254#action_195254&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Adrian Cole commented on CARGO-691:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;by default bea_home != wl_home, as it is not default in the bea installer.
&lt;br&gt;&lt;br&gt;In order to override the bea home, you need to set the property cargo.weblogic.bea.home to what you like. 
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Cannot resolve path to weblogic home installation
&lt;br&gt;&amp;gt; -------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: CARGO-691
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-691&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-691&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Cargo
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Maven2, Weblogic
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: windows xp maven2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Paul van den Berg
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: errorMessage.txt
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; when using the cargo-maven2-plugin with containerId weblogic10x, the directory pointed out in the home var isn't resolved properly.
&lt;br&gt;&amp;gt; definition of de var: &amp;lt;home&amp;gt;s:\bea\Platform_102&amp;lt;/home&amp;gt;
&lt;br&gt;&amp;gt; it resolves to: s:\bea, so resulting in an error that no installation was found.
&lt;br&gt;&amp;gt; The error message is attached.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28CARGO-691%29-Cannot-resolve-path-to-weblogic-home-installation-tp22232763p25960808.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25959243</id>
	<title>Cargo is unable to find Weblogic home</title>
	<published>2009-10-19T07:25:22Z</published>
	<updated>2009-10-19T07:25:22Z</updated>
	<author>
		<name>Setya</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I specify '/home/setya/Programs/wls103' as Weblogic home, but Cargo keeps throwing the following exception :
&lt;br&gt;&lt;br&gt;org.codehaus.cargo.container.ContainerException: Invalid Weblogic installation. The [/home/setya/Programs/modules] directory doesn't exist. Make sure the BEA_HOME directory you have specified points to the right location (It's currently pointing to [/home/setya/Programs])
&lt;br&gt;&lt;br&gt;It seems I encounter bug &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-691&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-691&lt;/a&gt;&lt;br&gt;&lt;br&gt;Any workaround, anyone ?
&lt;br&gt;&lt;br&gt;Any help would be greatly appreciated.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Setya&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cargo-is-unable-to-find-Weblogic-home-tp25959243p25959243.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25951378</id>
	<title>[jira] Created: (CARGO-733) deploy of ROOT.war is deployed twice</title>
	<published>2009-10-18T16:02:26Z</published>
	<updated>2009-10-18T16:02:26Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">deploy of ROOT.war is deployed twice
&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: CARGO-733
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-733&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-733&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Cargo
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: Tomcat
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 1.0.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Environment: tomcat 6.18
&lt;br&gt;maven 2.09
&lt;br&gt;jdk 1.6
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Haiko van der Schaaf
&lt;br&gt;&lt;br&gt;&lt;br&gt;deploying ROOT.war with cargo effects that the war is deployed twice. Once on path / and once on path ROOT. &amp;nbsp;See also bug CARGO-516
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28CARGO-733%29-deploy-of-ROOT.war-is-deployed-twice-tp25951378p25951378.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25885842</id>
	<title>[jira] Created: (CARGO-732) jboss-web_3_2.dtd is missing</title>
	<published>2009-10-13T23:09:27Z</published>
	<updated>2009-10-13T23:09:27Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">jboss-web_3_2.dtd is missing
&lt;br&gt;----------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: CARGO-732
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-732&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-732&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Cargo
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: JBoss
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Environment: -
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: marco
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Attachments: stacktrace.log
&lt;br&gt;&lt;br&gt;I use cactus 1.8.1 for in container testing. This version of cactus uses cargo to handle war and ear Files.
&lt;br&gt;&lt;br&gt;The cactifywar task from cactus is not able to open handle the following file:
&lt;br&gt;Couldn't load ResourceStream for org/codehaus/cargo/module/internal/resource/jboss-web_3_2.dtd
&lt;br&gt;&lt;br&gt;It would be nice if the dtd is part of cargo or if there would be a possibility to feed dtd Files into cargo (through classpath), which is not possible because the XmlEntityResolver looks for dtd files only in a specific location (XmlEntityResolver.java:93):
&lt;br&gt;InputStream in = this.getClass().getResourceAsStream(&amp;quot;/org/codehaus/cargo/module/internal/resource/&amp;quot; + fileName);
&lt;br&gt;&lt;br&gt;Since i sit behind a proxy i have only the possibility so set the JVM properties for the proxy which is something i would like to avoid.
&lt;br&gt;&lt;br&gt;Or did i oversee a possibility to tell cargo where a specific dtd is?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28CARGO-732%29-jboss-web_3_2.dtd-is-missing-tp25885842p25885842.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25783245</id>
	<title>Re: [jira] Updated: (CARGO-705) 'Username' attribute for Tomcat5x configuration</title>
	<published>2009-10-07T02:22:03Z</published>
	<updated>2009-10-07T02:22:03Z</updated>
	<author>
		<name>S. Ali Tokmen-4</name>
	</author>
	<content type="html">By the way, JIRA still thinks 1.0 has not been released...
&lt;br&gt;&lt;br&gt;S. Ali Tokmen
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25783245&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;savas-ali.tokmen@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Office: +33 4 76 29 76 19
&lt;br&gt;GSM: &amp;nbsp; &amp;nbsp;+33 66 43 00 555
&lt;br&gt;&lt;br&gt;Bull, Architect of an Open World TM
&lt;br&gt;&lt;a href=&quot;http://www.bull.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bull.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Savas Ali Tokmen (JIRA) a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Savas Ali Tokmen updated CARGO-705:
&lt;br&gt;&amp;gt; -----------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Affects Version/s: &amp;nbsp; &amp;nbsp; (was: 0.1)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix Version/s: 1.0.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; 'Username' attribute for Tomcat5x configuration
&lt;br&gt;&amp;gt;&amp;gt; -----------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: CARGO-705
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-705&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-705&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Cargo
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Tomcat
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.0
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Tomás Pollak
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.0.1
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: AbstractTomcatConfigurationBuilder.diff
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; From the mailing list:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/DataSource-configuration-for-Tomcat-5x%2C-Java-API-td23713677.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/DataSource-configuration-for-Tomcat-5x%2C-Java-API-td23713677.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; When Cargo is used like in the email example, the context.xml has a 'user' attribute for the DataSource. However Tomcat expects a 'username' attribute.
&lt;br&gt;&amp;gt;&amp;gt; The bug is located in AbstractTomcatConfigurationBuilder, line 96.
&lt;br&gt;&amp;gt;&amp;gt; However, as Matt pointed out, this behaviour may be different for different versions of Tomcat. 5x expects 'username', the other versions need to be checked.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28CARGO-705%29-%27Username%27-attribute-for-Tomcat5x-configuration-tp23751603p25783245.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25777711</id>
	<title>[jira] Commented: (CARGO-705) 'Username' attribute for Tomcat5x configuration</title>
	<published>2009-10-06T14:27:25Z</published>
	<updated>2009-10-06T14:27:25Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=193776#action_193776&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=193776#action_193776&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Savas Ali Tokmen commented on CARGO-705:
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;br&gt;Both Tomcat 5.5. and 6.0 use &amp;quot;username&amp;quot; as attribute.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html&lt;/a&gt;&amp;nbsp;says:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;Resource name=&amp;quot;jdbc/EmployeeDB&amp;quot; auth=&amp;quot;Container&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; type=&amp;quot;javax.sql.DataSource&amp;quot; username=&amp;quot;dbusername&amp;quot; password=&amp;quot;dbpassword&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; driverClassName=&amp;quot;org.hsql.jdbcDriver&amp;quot; url=&amp;quot;jdbc:HypersonicSQL:database&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; maxActive=&amp;quot;8&amp;quot; maxIdle=&amp;quot;4&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html&lt;/a&gt;&amp;nbsp;says:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;Resource name=&amp;quot;jdbc/TestDB&amp;quot; auth=&amp;quot;Container&amp;quot; type=&amp;quot;javax.sql.DataSource&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;maxActive=&amp;quot;100&amp;quot; maxIdle=&amp;quot;30&amp;quot; maxWait=&amp;quot;10000&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;username=&amp;quot;javauser&amp;quot; password=&amp;quot;javadude&amp;quot; driverClassName=&amp;quot;com.mysql.jdbc.Driver&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;url=&amp;quot;jdbc:mysql://localhost:3306/javatest?autoReconnect=true&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;As a result, looks like no Tomcat version has a &amp;quot;user&amp;quot; attribute.
&lt;br&gt;&lt;br&gt;Did anyone test with the &amp;quot;user&amp;quot; attribute?
&lt;br&gt;&lt;br&gt;Meanwhile, Tomcat 4.x and 5.0 have a completely different JDBC configuration. See &lt;a href=&quot;http://tomcat.apache.org/tomcat-4.1-doc/jndi-datasource-examples-howto.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tomcat.apache.org/tomcat-4.1-doc/jndi-datasource-examples-howto.html&lt;/a&gt;&amp;nbsp;for details.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 'Username' attribute for Tomcat5x configuration
&lt;br&gt;&amp;gt; -----------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: CARGO-705
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-705&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-705&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Cargo
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Tomcat
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Tomás Pollak
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.0.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: AbstractTomcatConfigurationBuilder.diff
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; From the mailing list:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/DataSource-configuration-for-Tomcat-5x%2C-Java-API-td23713677.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/DataSource-configuration-for-Tomcat-5x%2C-Java-API-td23713677.html&lt;/a&gt;&lt;br&gt;&amp;gt; When Cargo is used like in the email example, the context.xml has a 'user' attribute for the DataSource. However Tomcat expects a 'username' attribute.
&lt;br&gt;&amp;gt; The bug is located in AbstractTomcatConfigurationBuilder, line 96.
&lt;br&gt;&amp;gt; However, as Matt pointed out, this behaviour may be different for different versions of Tomcat. 5x expects 'username', the other versions need to be checked.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28CARGO-705%29-%27Username%27-attribute-for-Tomcat5x-configuration-tp23751603p25777711.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25777713</id>
	<title>[jira] Updated: (CARGO-705) 'Username' attribute for Tomcat5x configuration</title>
	<published>2009-10-06T14:27:25Z</published>
	<updated>2009-10-06T14:27:25Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Savas Ali Tokmen updated CARGO-705:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Version/s: &amp;nbsp; &amp;nbsp; (was: 0.1)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix Version/s: 1.0.1
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 'Username' attribute for Tomcat5x configuration
&lt;br&gt;&amp;gt; -----------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: CARGO-705
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-705&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-705&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Cargo
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Tomcat
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Tomás Pollak
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.0.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: AbstractTomcatConfigurationBuilder.diff
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; From the mailing list:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/DataSource-configuration-for-Tomcat-5x%2C-Java-API-td23713677.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/DataSource-configuration-for-Tomcat-5x%2C-Java-API-td23713677.html&lt;/a&gt;&lt;br&gt;&amp;gt; When Cargo is used like in the email example, the context.xml has a 'user' attribute for the DataSource. However Tomcat expects a 'username' attribute.
&lt;br&gt;&amp;gt; The bug is located in AbstractTomcatConfigurationBuilder, line 96.
&lt;br&gt;&amp;gt; However, as Matt pointed out, this behaviour may be different for different versions of Tomcat. 5x expects 'username', the other versions need to be checked.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28CARGO-705%29-%27Username%27-attribute-for-Tomcat5x-configuration-tp23751603p25777713.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25713290</id>
	<title>Re: CARGO 1.0.1</title>
	<published>2009-10-02T03:02:37Z</published>
	<updated>2009-10-02T03:02:37Z</updated>
	<author>
		<name>gslowikowski</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;Can you fix CARGO-705 (&lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-705&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-705&lt;/a&gt;) before 
&lt;br&gt;the release?
&lt;br&gt;This is trivial one.
&lt;br&gt;&lt;br&gt;Grzegorz Slowikowski
&lt;br&gt;&lt;br&gt;S. Ali Tokmen wrote:
&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any plans for a CARGO 1.0.1 release?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CARGO-1.0.1-tp25545249p25713290.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25695081</id>
	<title>[M2 cargo plugin] org.codehaus.cargo.container.ContainerException:  Failed to deploy</title>
	<published>2009-10-01T01:46:14Z</published>
	<updated>2009-10-01T01:46:14Z</updated>
	<author>
		<name>Mathieu Hicauber-3</name>
	</author>
	<content type="html">Hi there,&lt;br&gt;&lt;br&gt;I try to deploy my webapp to a remote tomcat 5x using maven cargo plugin.&lt;br&gt;The stacktrace I get is pasted att the bottom of the message, under my pom file.&lt;br&gt;Basically,
the error I get seems to be coming from the tomcat manager itself, not
cargo. It looks like cargo is telling tomcat to deploy in the root path
(&amp;#39;/&amp;#39;). Indeed, I managed to get the webapp deployed in the root
directory of tomcat webapps once. Well anyway, I don&amp;#39;t want it in the
root context, but in the xxxxxxx context.&lt;br&gt;
Looks like the porperty &amp;#39;context&amp;#39; of my pom file isn&amp;#39;t transfered to tomcat. Is there anything wrong in my pom ?&lt;br&gt;&lt;br&gt;Thank you,&lt;br&gt;&lt;br&gt;Mathieu.&lt;br&gt;&lt;br&gt;&lt;br&gt;============= POM file ====================&lt;br&gt;            &amp;lt;plugin&amp;gt;&lt;br&gt;


                &amp;lt;groupId&amp;gt;org.codehaus.cargo&amp;lt;/&lt;div id=&quot;:1du&quot; class=&quot;ii gt&quot;&gt;groupId&amp;gt;&lt;br&gt;                &amp;lt;artifactId&amp;gt;cargo-maven2-plugin&amp;lt;/artifactId&amp;gt;&lt;br&gt;                &amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;&lt;br&gt;

                &amp;lt;configuration&amp;gt;&lt;br&gt;
                    &amp;lt;wait&amp;gt;false&amp;lt;/wait&amp;gt;&lt;br&gt;                    &amp;lt;container&amp;gt;&lt;br&gt;                        &amp;lt;containerId&amp;gt;tomcat5x&amp;lt;/containerId&amp;gt;&lt;br&gt;                        &amp;lt;type&amp;gt;remote&amp;lt;/type&amp;gt;&lt;br&gt;


                        &amp;lt;append&amp;gt;true&amp;lt;/append&amp;gt;&lt;br&gt;                    &amp;lt;/container&amp;gt;&lt;br&gt;                    &amp;lt;configuration&amp;gt;&lt;br&gt;                        &amp;lt;type&amp;gt;runtime&amp;lt;/type&amp;gt;&lt;br&gt;                        &amp;lt;properties&amp;gt;&lt;br&gt;


                            &amp;lt;cargo.hostname&amp;gt;192.168.10.249&amp;lt;/cargo.hostname&amp;gt;&lt;br&gt;                            &amp;lt;cargo.remote.username&amp;gt;XXXX&amp;lt;/cargo.remote.username&amp;gt;&lt;br&gt;                            &amp;lt;cargo.remote.password&amp;gt;XXXX&amp;lt;/cargo.remote.password&amp;gt;&lt;br&gt;


                            &amp;lt;cargo.logging&amp;gt;high&amp;lt;/cargo.logging&amp;gt;&lt;br&gt;                            &amp;lt;cargo.servlet.port&amp;gt;9090&amp;lt;/cargo.servlet.port&amp;gt;&lt;br&gt;                            &amp;lt;cargo.tomcat.manager.url&amp;gt;&lt;a href=&quot;http://192.168.10.249:9090/manager&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://192.168.10.249:9090/manager&lt;/a&gt;&amp;lt;/cargo.tomcat.manager.url&amp;gt;&lt;br&gt;


                        &amp;lt;/properties&amp;gt;&lt;br&gt;                    &amp;lt;/configuration&amp;gt;&lt;br&gt;                    &amp;lt;deployer&amp;gt;&lt;br&gt;                        &amp;lt;deployables&amp;gt;&lt;br&gt;                            &amp;lt;deployable&amp;gt;&lt;br&gt;


                                &amp;lt;groupId&amp;gt;${project.groupId}&amp;lt;/groupId&amp;gt;&lt;br&gt;                                &amp;lt;artifactId&amp;gt;xxxxxxx&amp;lt;/artifactId&amp;gt;&lt;br&gt;                                &amp;lt;type&amp;gt;war&amp;lt;/type&amp;gt;&lt;br&gt;


                                &amp;lt;pingURL&amp;gt;&lt;a href=&quot;http://192.168.10.249:9090/xxxxxxx&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://192.168.10.249:9090/xxxxxxx&lt;/a&gt;&amp;lt;/pingURL&amp;gt;&lt;br&gt;                                &amp;lt;pingTimeout&amp;gt;300000&amp;lt;/pingTimeout&amp;gt;&lt;br&gt;


                                &amp;lt;properties&amp;gt;&lt;br&gt;                                    &amp;lt;context&amp;gt;xxxxxxx&amp;lt;/context&amp;gt;&lt;br&gt;                                &amp;lt;/properties&amp;gt;&lt;br&gt;                            &amp;lt;/deployable&amp;gt;&lt;br&gt;


                        &amp;lt;/deployables&amp;gt;&lt;br&gt;                    &amp;lt;/deployer&amp;gt;&lt;br&gt;                &amp;lt;/configuration&amp;gt;&lt;br&gt;                &amp;lt;executions&amp;gt;&lt;br&gt;                    &amp;lt;execution&amp;gt;&lt;br&gt;                        &amp;lt;id&amp;gt;deploy&amp;lt;/id&amp;gt;&lt;br&gt;


                        &amp;lt;phase&amp;gt;pre-integration-test&amp;lt;/phase&amp;gt;&lt;br&gt;                        &amp;lt;goals&amp;gt;&lt;br&gt;                            &amp;lt;goal&amp;gt;redeploy&amp;lt;/goal&amp;gt;&lt;br&gt;                        &amp;lt;/goals&amp;gt;&lt;br&gt;


                        &amp;lt;configuration&amp;gt;&lt;br&gt;                            &amp;lt;deployer&amp;gt;&lt;br&gt;                                &amp;lt;deployables&amp;gt;&lt;br&gt;                                    &amp;lt;deployable&amp;gt;&lt;br&gt;                                        &amp;lt;groupId&amp;gt;${project.groupId}&amp;lt;/groupId&amp;gt;&lt;br&gt;


                                        &amp;lt;artifactId&amp;gt;xxxxxxx&amp;lt;/artifactId&amp;gt;&lt;br&gt;                                        &amp;lt;type&amp;gt;war&amp;lt;/type&amp;gt;&lt;br&gt;                                        &amp;lt;pingURL&amp;gt;&lt;a href=&quot;http://192.168.10.249:9090/xxxxxxx&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://192.168.10.249:9090/xxxxxxx&lt;/a&gt;&amp;lt;/pingURL&amp;gt;&lt;br&gt;


                                        &amp;lt;pingTimeout&amp;gt;300000&amp;lt;/pingTimeout&amp;gt;&lt;br&gt;                                        &amp;lt;properties&amp;gt;&lt;br&gt;                                            &amp;lt;context&amp;gt;xxxxxxx&amp;lt;/context&amp;gt;&lt;br&gt;


                                        &amp;lt;/properties&amp;gt;&lt;br&gt;                                    &amp;lt;/deployable&amp;gt;&lt;br&gt;                                &amp;lt;/deployables&amp;gt;&lt;br&gt;                            &amp;lt;/deployer&amp;gt;&lt;br&gt;


                        &amp;lt;/configuration&amp;gt;&lt;br&gt;                    &amp;lt;/execution&amp;gt;&lt;br&gt;                    &amp;lt;execution&amp;gt;&lt;br&gt;                        &amp;lt;id&amp;gt;undeploy&amp;lt;/id&amp;gt;&lt;br&gt;                        &amp;lt;phase&amp;gt;post-integration-test&amp;lt;/phase&amp;gt;&lt;br&gt;


                        &amp;lt;goals&amp;gt;&lt;br&gt;                            &amp;lt;goal&amp;gt;undeploy&amp;lt;/goal&amp;gt;&lt;br&gt;                        &amp;lt;/goals&amp;gt;&lt;br&gt;                    &amp;lt;/execution&amp;gt;&lt;br&gt;                &amp;lt;/executions&amp;gt;&lt;br&gt;


            &amp;lt;/plugin&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;============= Maven trace =================&lt;br&gt;mhicauber@cdsi-wps:~/java/workspaces/workspace/cofParent/tests_fonctionnels$ mvn clean integration-test&lt;br&gt;


[INFO] Scanning for projects...&lt;br&gt;[INFO] ------------------------------------------------------------------------&lt;br&gt;[INFO] Building testsSelenium&lt;br&gt;[INFO]    task-segment: [clean, integration-test]&lt;br&gt;[INFO] ------------------------------------------------------------------------&lt;br&gt;


[INFO] [clean:clean]&lt;br&gt;[INFO] Deleting directory /home/mhicauber/java/workspaces/workspace/cofParent/tests_fonctionnels/target&lt;br&gt;[INFO] [compiler:testCompile {execution: default}]&lt;br&gt;[INFO] Compiling 2 source files to /home/mhicauber/java/workspaces/workspace/cofParent/tests_fonctionnels/target/test-classes&lt;br&gt;


[INFO] [site:attach-descriptor]&lt;br&gt;[INFO] [cargo:redeploy {execution: deploy}]&lt;br&gt;[INFO] [mcat5xRemoteDeployer] Redeploying [/home/mhicauber/java/apache-maven-2.1.0/repository/com/sqli/xxxxxxx/xxxxxxx/1.0.1-SNAPSHOT/xxxxxxx-1.0.1-SNAPSHOT.war]&lt;br&gt;


[INFO] [mcat5xRemoteDeployer] Undeploying [/home/mhicauber/java/apache-maven-2.1.0/repository/com/sqli/xxxxxxx/xxxxxxx/1.0.1-SNAPSHOT/xxxxxxx-1.0.1-SNAPSHOT.war]&lt;br&gt;[INFO] [mcat5xRemoteDeployer] Deploying [/home/mhicauber/java/apache-maven-2.1.0/repository/com/sqli/xxxxxxx/xxxxxxx/1.0.1-SNAPSHOT/xxxxxxx-1.0.1-SNAPSHOT.war]&lt;br&gt;


[INFO] ------------------------------------------------------------------------&lt;br&gt;[ERROR] FATAL ERROR&lt;br&gt;[INFO] ------------------------------------------------------------------------&lt;br&gt;[INFO] Failed to deploy [/home/mhicauber/java/apache-maven-2.1.0/repository/com/sqli/xxxxxxx/xxxxxxx/1.0.1-SNAPSHOT/xxxxxxx-1.0.1-SNAPSHOT.war]&lt;br&gt;


ECHEC - l&amp;#39;application existe déjà dans le chemin /&lt;br&gt;&lt;br&gt;[INFO] ------------------------------------------------------------------------&lt;br&gt;[INFO] Trace&lt;br&gt;org.codehaus.cargo.container.ContainerException: Failed to deploy [/home/mhicauber/java/apache-maven-2.1.0/repository/com/sqli/xxxxxxx/xxxxxxx/1.0.1-SNAPSHOT/xxxxxxx-1.0.1-SNAPSHOT.war]&lt;br&gt;


    at org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.deploy(AbstractTomcatManagerDeployer.java:105)&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.redeploy(AbstractTomcatManagerDeployer.java:179)&lt;br&gt;


    at org.codehaus.cargo.maven2.DeployerRedeployMojo.performDeployerActionOnSingleDeployable(DeployerRedeployMojo.java:39)&lt;br&gt;    at org.codehaus.cargo.maven2.AbstractDeployerMojo.performDeployerActionOnAllDeployables(AbstractDeployerMojo.java:104)&lt;br&gt;


    at org.codehaus.cargo.maven2.AbstractDeployerMojo.doExecute(AbstractDeployerMojo.java:47)&lt;br&gt;    at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMojo.java:255)&lt;br&gt;    at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)&lt;br&gt;


    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)&lt;br&gt;    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)&lt;br&gt;


    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)&lt;br&gt;    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)&lt;br&gt;


    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)&lt;br&gt;    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)&lt;br&gt;


    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)&lt;br&gt;    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)&lt;br&gt;    at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)&lt;br&gt;    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br&gt;


    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;br&gt;    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;br&gt;    at java.lang.reflect.Method.invoke(Method.java:597)&lt;br&gt;


    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)&lt;br&gt;    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)&lt;br&gt;    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)&lt;br&gt;


    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)&lt;br&gt;Caused by: org.codehaus.cargo.container.tomcat.internal.TomcatManagerException: ECHEC - l&amp;#39;application existe déjà dans le chemin /&lt;br&gt;&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.invoke(TomcatManager.java:525)&lt;br&gt;


    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deployImpl(TomcatManager.java:565)&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:273)&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:256)&lt;br&gt;


    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:240)&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.deploy(AbstractTomcatManagerDeployer.java:101)&lt;br&gt;


    ... 23 more&lt;br&gt;org.codehaus.cargo.container.tomcat.internal.TomcatManagerException: ECHEC - l&amp;#39;application existe déjà dans le chemin /&lt;br&gt;&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.invoke(TomcatManager.java:525)&lt;br&gt;


    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deployImpl(TomcatManager.java:565)&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:273)&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:256)&lt;br&gt;


    at org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:240)&lt;br&gt;    at org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.deploy(AbstractTomcatManagerDeployer.java:101)&lt;br&gt;


    at org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.redeploy(AbstractTomcatManagerDeployer.ja&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;blockquote style=&quot;margin: 1.5em 0pt;&quot;&gt;&lt;img src=&quot;https://docs.google.com/a/sqli.com/File?id=dfsr5gss_3hk9ht7g7_b&quot; style=&quot;width: 350px; height: 189px;&quot;&gt;&lt;/blockquote&gt;

&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-M2-cargo-plugin--org.codehaus.cargo.container.ContainerException%3A--Failed-to-deploy-tp25695081p25695081.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25689449</id>
	<title>[jira] Commented: (CARGO-705) 'Username' attribute for Tomcat5x configuration</title>
	<published>2009-09-30T14:35:38Z</published>
	<updated>2009-09-30T14:35:38Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=192975#action_192975&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=192975#action_192975&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Adam Parrish commented on CARGO-705:
&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;I have verified that the patch works on the 1.0.1-SNAPSHOT code with tomcat6x. 
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 'Username' attribute for Tomcat5x configuration
&lt;br&gt;&amp;gt; -----------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: CARGO-705
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-705&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-705&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Cargo
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Tomcat
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 0.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Tomás Pollak
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: AbstractTomcatConfigurationBuilder.diff
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; From the mailing list:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/DataSource-configuration-for-Tomcat-5x%2C-Java-API-td23713677.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/DataSource-configuration-for-Tomcat-5x%2C-Java-API-td23713677.html&lt;/a&gt;&lt;br&gt;&amp;gt; When Cargo is used like in the email example, the context.xml has a 'user' attribute for the DataSource. However Tomcat expects a 'username' attribute.
&lt;br&gt;&amp;gt; The bug is located in AbstractTomcatConfigurationBuilder, line 96.
&lt;br&gt;&amp;gt; However, as Matt pointed out, this behaviour may be different for different versions of Tomcat. 5x expects 'username', the other versions need to be checked.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28CARGO-705%29-%27Username%27-attribute-for-Tomcat5x-configuration-tp23751603p25689449.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25680400</id>
	<title>Re: JOnAS link missing</title>
	<published>2009-09-30T05:47:53Z</published>
	<updated>2009-09-30T05:47:53Z</updated>
	<author>
		<name>S. Ali Tokmen-4</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;Done :) I've managed to add Geronimo, Glassfish and JRun
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;S. Ali Tokmen
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25680400&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;savas-ali.tokmen@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Office: +33 4 76 29 76 19
&lt;br&gt;GSM: &amp;nbsp; &amp;nbsp;+33 66 43 00 555
&lt;br&gt;&lt;br&gt;Bull, Architect of an Open World TM
&lt;br&gt;&lt;a href=&quot;http://www.bull.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bull.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Matt Wringe a écrit :
&lt;br&gt;&amp;gt; you have to link your confluence account with your xircles account (its
&lt;br&gt;&amp;gt; done through the xircles site)
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JOnAS-link-missing-tp25435495p25680400.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25680117</id>
	<title>Re: CARGO 1.0.1</title>
	<published>2009-09-30T05:31:28Z</published>
	<updated>2009-09-30T05:31:28Z</updated>
	<author>
		<name>S. Ali Tokmen-4</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;Matt Wringe a écrit :
&lt;br&gt;&amp;gt; yeah, we should have another release soon. What do people think about 2
&lt;br&gt;&amp;gt; weeks from now?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;CARGO 1.0.1-alpha-1 is working fine with JOnAS 5.1.0 final (we use it in 
&lt;br&gt;multiple Maven projects for integration testing of our Java EE and OSGi 
&lt;br&gt;applications). You'd have at least my &amp;quot;go&amp;quot; :)
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CARGO-1.0.1-tp25545249p25680117.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25678761</id>
	<title>Deploy exploded war</title>
	<published>2009-09-30T03:46:19Z</published>
	<updated>2009-09-30T03:46:19Z</updated>
	<author>
		<name>Zlatko Josic</name>
	</author>
	<content type="html">Hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Is ti posible to deploy an exploded web archive to jboss server by cargo maven plugin?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thansk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Best regards&lt;/div&gt;&lt;div&gt;Zlatko Josic&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Deploy-exploded-war-tp25678761p25678761.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25667400</id>
	<title>Re: JOnAS link missing</title>
	<published>2009-09-29T10:26:30Z</published>
	<updated>2009-09-29T10:26:30Z</updated>
	<author>
		<name>Matt Wringe</name>
	</author>
	<content type="html">On Thu, 2009-09-24 at 09:28 +0200, S. Ali Tokmen wrote:
&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm getting close! Foudn the button, created a confluence account, and 
&lt;br&gt;&amp;gt; now it says: &amp;quot;You cannot view this page due to inherited restrictions&amp;quot;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can you please fix this? My login is alitokmen.
&lt;br&gt;you have to link your confluence account with your xircles account (its
&lt;br&gt;done through the xircles site)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; S. Ali Tokmen
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25667400&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;savas-ali.tokmen@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Office: +33 4 76 29 76 19
&lt;br&gt;&amp;gt; GSM: &amp;nbsp; &amp;nbsp;+33 66 43 00 555
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Bull, Architect of an Open World TM
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.bull.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bull.com&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Matt Wringe a écrit :
&lt;br&gt;&amp;gt; &amp;gt; On Mon, 2009-09-21 at 16:35 +0200, S. Ali Tokmen wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Hello
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Matt Wringe a écrit :
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; JOnAS link added
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Thanks :)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Please note that it is a wiki and fixes like this are encouraged.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; You're absolutely right... And how do I log in to the wiki to edit the 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; page, I didn't see the link? I would gladly add the links for Geronimo, 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Glassfish and jrun (which are also missing).
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; there is an edit button on the bottom of each page
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JOnAS-link-missing-tp25435495p25667400.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25667382</id>
	<title>Re: CARGO 1.0.1</title>
	<published>2009-09-29T10:25:47Z</published>
	<updated>2009-09-29T10:25:47Z</updated>
	<author>
		<name>Matt Wringe</name>
	</author>
	<content type="html">On Tue, 2009-09-29 at 14:12 +0200, S. Ali Tokmen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; A version 1.0.1-alpha1 seems to be out... :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; S. Ali Tokmen
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25667382&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;savas-ali.tokmen@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Office: +33 4 76 29 76 19
&lt;br&gt;&amp;gt; GSM: &amp;nbsp; &amp;nbsp;+33 66 43 00 555
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Bull, Architect of an Open World TM
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.bull.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bull.com&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; S. Ali Tokmen a écrit :
&lt;br&gt;&amp;gt; &amp;gt; Hello
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Any plans for a CARGO 1.0.1 release?
&lt;/div&gt;&lt;br&gt;yeah, we should have another release soon. What do people think about 2
&lt;br&gt;weeks from now?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; Cheers
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CARGO-1.0.1-tp25545249p25667382.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25661901</id>
	<title>Re: CARGO 1.0.1</title>
	<published>2009-09-29T05:12:14Z</published>
	<updated>2009-09-29T05:12:14Z</updated>
	<author>
		<name>S. Ali Tokmen-4</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;A version 1.0.1-alpha1 seems to be out... :)
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;S. Ali Tokmen
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25661901&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;savas-ali.tokmen@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Office: +33 4 76 29 76 19
&lt;br&gt;GSM: &amp;nbsp; &amp;nbsp;+33 66 43 00 555
&lt;br&gt;&lt;br&gt;Bull, Architect of an Open World TM
&lt;br&gt;&lt;a href=&quot;http://www.bull.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bull.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;S. Ali Tokmen a écrit :
&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any plans for a CARGO 1.0.1 release?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CARGO-1.0.1-tp25545249p25661901.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25616268</id>
	<title>[jira] Closed: (CARGO-726) Undeployment of an EAR file is not supported for a local installation</title>
	<published>2009-09-25T10:46:37Z</published>
	<updated>2009-09-25T10:46:37Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Matt Wringe closed CARGO-726.
&lt;br&gt;-----------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: Fixed
&lt;br&gt;&lt;br&gt;Fix in svn
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Undeployment of an EAR file is not supported for a local installation
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: CARGO-726
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/CARGO-726&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CARGO-726&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Cargo
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: JBoss
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Cargo 1.0.1-SNAPSHOT, Maven 2.0.9, JBoss 5.1.0, Java 1.6.0, Debian GNU/Linux 5.0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Clemens Fuchslocher
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: cargo-simple-ear.tar.gz, JBossInstalledLocalDeployer.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The archive cargo-simple-ear.tar.gz contains a simple test case.
&lt;br&gt;&amp;gt; The steps below will deploy the simple-ear artifact into a locally created JBoss 5.1 installation.
&lt;br&gt;&amp;gt; The installation is located under /tmp/jboss-5.1. Log files are also written to this directory.
&lt;br&gt;&amp;gt; {noformat}
&lt;br&gt;&amp;gt; $ tar -zxvf cargo-simple-ear.tar.gz
&lt;br&gt;&amp;gt; $ cd cargo-simple-ear
&lt;br&gt;&amp;gt; $ export MAVEN_OPTS=-Djboss-5.1.home=/tmp/jboss-5.1
&lt;br&gt;&amp;gt; $ mvn cargo:start &amp;
&lt;br&gt;&amp;gt; $ mvn cargo:deploy
&lt;br&gt;&amp;gt; $ curl &lt;a href=&quot;http://localhost:8080/simpleweb/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/simpleweb/&lt;/a&gt;&lt;br&gt;&amp;gt; $ mvn cargo:undeploy
&lt;br&gt;&amp;gt; $ curl &lt;a href=&quot;http://localhost:8080/simpleweb/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/simpleweb/&lt;/a&gt;&lt;br&gt;&amp;gt; $ mvn cargo:redeploy
&lt;br&gt;&amp;gt; $ curl &lt;a href=&quot;http://localhost:8080/simpleweb/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/simpleweb/&lt;/a&gt;&lt;br&gt;&amp;gt; $ mvn cargo:stop
&lt;br&gt;&amp;gt; {noformat}
&lt;br&gt;&amp;gt; Without the attached patch, the undeploy goal fails:
&lt;br&gt;&amp;gt; {noformat}
&lt;br&gt;&amp;gt; $ mvn cargo:undeploy
&lt;br&gt;&amp;gt; [INFO] Scanning for projects...
&lt;br&gt;&amp;gt; [INFO] Searching repository for plugin with prefix: 'cargo'.
&lt;br&gt;&amp;gt; [INFO] ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; [INFO] Building Cargo Simple EAR
&lt;br&gt;&amp;gt; [INFO] &amp;nbsp; &amp;nbsp;task-segment: [cargo:undeploy]
&lt;br&gt;&amp;gt; [INFO] ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; [WARNING] Attempting to build MavenProject instance for Artifact (org.codehaus.cargo:cargo-maven2-plugin:1.0.1-20090603.222214-7) of type: maven-plugin; constructing POM artifact instead.
&lt;br&gt;&amp;gt; [INFO] [cargo:undeploy]
&lt;br&gt;&amp;gt; [INFO] ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; [ERROR] FATAL ERROR
&lt;br&gt;&amp;gt; [INFO] ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; [INFO] Not supported
&lt;br&gt;&amp;gt; [INFO] ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; [INFO] Trace
&lt;br&gt;&amp;gt; org.codehaus.cargo.container.ContainerException: Not supported
&lt;br&gt;&amp;gt; 	at org.codehaus.cargo.container.spi.deployer.AbstractDeployer.undeploy(AbstractDeployer.java:113)
&lt;br&gt;&amp;gt; 	at org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer.undeploy(JBossInstalledLocalDeployer.java:107)
&lt;br&gt;&amp;gt; 	at org.codehaus.cargo.maven2.DeployerUndeployMojo.performDeployerActionOnSingleDeployable(DeployerUndeployMojo.java:39)
&lt;br&gt;&amp;gt; 	at org.codehaus.cargo.maven2.AbstractDeployerMojo.performDeployerActionOnAllDeployables(AbstractDeployerMojo.java:104)
&lt;br&gt;&amp;gt; 	at org.codehaus.cargo.maven2.AbstractDeployerMojo.doExecute(AbstractDeployerMojo.java:47)
&lt;br&gt;&amp;gt; 	at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMojo.java:255)
&lt;br&gt;&amp;gt; 	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
&lt;br&gt;&amp;gt; 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
&lt;br&gt;&amp;gt; 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:512)
&lt;br&gt;&amp;gt; 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:482)
&lt;br&gt;&amp;gt; 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
&lt;br&gt;&amp;gt; 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
&lt;br&gt;&amp;gt; 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
&lt;br&gt;&amp;gt; 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
&lt;br&gt;&amp;gt; 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
&lt;br&gt;&amp;gt; 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
&lt;br&gt;&amp;gt; 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;gt; 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&lt;br&gt;&amp;gt; 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;gt; 	at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;gt; 	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
&lt;br&gt;&amp;gt; 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
&lt;br&gt;&amp;gt; 	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
&lt;br&gt;&amp;gt; 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
&lt;br&gt;&amp;gt; [INFO] ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; [INFO] Total time: 4 seconds
&lt;br&gt;&amp;gt; [INFO] Finished at: Fri Aug 21 15:54:30 GMT 2009
&lt;br&gt;&amp;gt; [INFO] Final Memory: 6M/82M
&lt;br&gt;&amp;gt; [INFO] ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; {noformat}
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---Dev-f2405.html&quot; embed=&quot;fixTarget[2405]&quot; target=&quot;_top&quot; &gt;Cargo - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28CARGO-726%29-Undeployment-of-an-EAR-file-is-not-supported-for-a-local-installation-tp25082690p25616268.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25590653</id>
	<title>Re: JOnAS link missing</title>
	<published>2009-09-24T00:28:15Z</published>
	<updated>2009-09-24T00:28:15Z</updated>
	<author>
		<name>S. Ali Tokmen-4</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;I'm getting close! Foudn the button, created a confluence account, and 
&lt;br&gt;now it says: &amp;quot;You cannot view this page due to inherited restrictions&amp;quot;.
&lt;br&gt;&lt;br&gt;Can you please fix this? My login is alitokmen.
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;S. Ali Tokmen
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25590653&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;savas-ali.tokmen@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Office: +33 4 76 29 76 19
&lt;br&gt;GSM: &amp;nbsp; &amp;nbsp;+33 66 43 00 555
&lt;br&gt;&lt;br&gt;Bull, Architect of an Open World TM
&lt;br&gt;&lt;a href=&quot;http://www.bull.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bull.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Matt Wringe a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Mon, 2009-09-21 at 16:35 +0200, S. Ali Tokmen wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hello
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Matt Wringe a écrit :
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; JOnAS link added
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Thanks :)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Please note that it is a wiki and fixes like this are encouraged.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; You're absolutely right... And how do I log in to the wiki to edit the 
&lt;br&gt;&amp;gt;&amp;gt; page, I didn't see the link? I would gladly add the links for Geronimo, 
&lt;br&gt;&amp;gt;&amp;gt; Glassfish and jrun (which are also missing).
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; there is an edit button on the bottom of each page
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JOnAS-link-missing-tp25435495p25590653.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25577932</id>
	<title>Re: JOnAS link missing</title>
	<published>2009-09-23T07:04:23Z</published>
	<updated>2009-09-23T07:04:23Z</updated>
	<author>
		<name>Matt Wringe</name>
	</author>
	<content type="html">On Mon, 2009-09-21 at 16:35 +0200, S. Ali Tokmen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Matt Wringe a écrit :
&lt;br&gt;&amp;gt; &amp;gt; JOnAS link added
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Please note that it is a wiki and fixes like this are encouraged.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You're absolutely right... And how do I log in to the wiki to edit the 
&lt;br&gt;&amp;gt; page, I didn't see the link? I would gladly add the links for Geronimo, 
&lt;br&gt;&amp;gt; Glassfish and jrun (which are also missing).
&lt;/div&gt;&lt;br&gt;there is an edit button on the bottom of each page
&lt;br&gt;&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cargo---User-f2406.html&quot; embed=&quot;fixTarget[2406]&quot; target=&quot;_top&quot; &gt;Cargo - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JOnAS-link-missing-tp25435495p25577932.html" />
</entry>

</feed>
