<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-2779</id>
	<title>Nabble - Plexus</title>
	<updated>2009-08-20T12:43:37Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Plexus-f2779.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Plexus-f2779.html" />
	<subtitle type="html">The Plexus project seeks to create end-to-end developer tools for writing applications. At the core is the container, which can be embedded or for a full scale application server. There are many reusable components for hibernate, form processing, jndi, i18n, velocity, etc. Plexus also includes an application server which is like a J2EE application server, without all the baggage. Plexus home is &lt;a href=&quot;http://plexus.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-25068651</id>
	<title>Null pointer in ClassWorld.getImportRealm()</title>
	<published>2009-08-20T12:43:37Z</published>
	<updated>2009-08-20T12:43:37Z</updated>
	<author>
		<name>Alexander Zynevich-2</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; well I am playing with ClassWord/Realm concept
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and have found that
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;importRealmMappings is never initialized in ClassWorld, however 
&lt;br&gt;it is accessed in getImportRealm and as result I get
&lt;br&gt;&lt;br&gt;Exception in thread &amp;quot;main&amp;quot; java.lang.reflect.InvocationTargetException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at 
&lt;br&gt;sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at 
&lt;br&gt;sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at classworldtest.Main.main(Main.java:40)
&lt;br&gt;Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at 
&lt;br&gt;org.codehaus.plexus.classworlds.realm.ClassRealm.getImportRealm(ClassRealm.java:297)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at 
&lt;br&gt;org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromImport(ClassRealm.java:306)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at 
&lt;br&gt;org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:39)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at 
&lt;br&gt;org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:208)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at 
&lt;br&gt;org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:202)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at classworldtest.C1.s(C1.java:18)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;... 5 more
&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/Plexus---User-f2781.html&quot; embed=&quot;fixTarget[2781]&quot; target=&quot;_top&quot; &gt;Plexus - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Null-pointer-in-ClassWorld.getImportRealm%28%29-tp25068651p25068651.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24178750</id>
	<title>Configure jetty's min/max threads from a configuration file.</title>
	<published>2009-06-23T22:03:35Z</published>
	<updated>2009-06-23T22:03:35Z</updated>
	<author>
		<name>Marica Tan-2</name>
	</author>
	<content type="html">Hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Using plexus appserver, how do you set jetty&amp;#39;s min/max threads from a config file like the jetty port?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks,&lt;/div&gt;&lt;div&gt;--&lt;/div&gt;&lt;div&gt;Marica&lt;/div&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Plexus---User-f2781.html&quot; embed=&quot;fixTarget[2781]&quot; target=&quot;_top&quot; &gt;Plexus - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Configure-jetty%27s-min-max-threads-from-a-configuration-file.-tp24178750p24178750.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24157643</id>
	<title>Re: Plexus License</title>
	<published>2009-06-22T16:54:01Z</published>
	<updated>2009-06-22T16:54:01Z</updated>
	<author>
		<name>bwalding</name>
	</author>
	<content type="html">As far as I know they use ASL v2; however that is just as we understand it.
&lt;br&gt;&lt;br&gt;Your best bet is to check the distributions; as they should include
&lt;br&gt;the licence information.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Ben
&lt;br&gt;&lt;br&gt;On Tue, Jun 23, 2009 at 12:15 AM, Jon Pearson&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24157643&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jon.Pearson@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I was unable to find the license used by the Plexus project. Here is the
&lt;br&gt;&amp;gt; link to their license page, it is blank:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://plexus.codehaus.org/license.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://plexus.codehaus.org/license.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Could you please let me know what license they use?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jonathan P. Pearson - Software Engineer
&lt;br&gt;&amp;gt; --------------------------------------------------
&lt;br&gt;&amp;gt; SIXNET - Solutions for Your Industrial Networking Challenges
&lt;br&gt;&amp;gt; 331 Ushers Road, Ballston Lake, NY 12019
&lt;br&gt;&amp;gt; Tel: 1.518.877.5173, Fax: 1.518.877.8346
&lt;br&gt;&amp;gt; www.sixnet.com
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ben Walding :: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24157643&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ben@...&lt;/a&gt;
&lt;br&gt;Web: &lt;a href=&quot;http://openxource.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://openxource.com/&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/Plexus---User-f2781.html&quot; embed=&quot;fixTarget[2781]&quot; target=&quot;_top&quot; &gt;Plexus - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Plexus-License-tp24157643p24157643.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23826322</id>
	<title>Re: [plexus-utils]/[plexus-archiver] Unarchiver hangs on linux if a  directory contains a dollar in his name</title>
	<published>2009-06-01T21:31:54Z</published>
	<updated>2009-06-01T21:31:54Z</updated>
	<author>
		<name>Vincent S</name>
	</author>
	<content type="html">oups, with the patches.....&lt;br&gt;&lt;br&gt;Vincent&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Jun 2, 2009 at 12:20 AM, vincent sellier &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23826322&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vincent.sellier@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;div class=&quot;im&quot;&gt;Hi,&lt;br&gt;
&lt;br&gt;
I&amp;#39;m currently trying to use plexus-archiver (version 1.0-alpha-12 in&lt;br&gt;
relation with plexus-utils version 1.5.5.) in a backup plugin for&lt;br&gt;
hudson.&lt;br&gt;
&lt;br&gt;
The unarchiver hangs when a directory in the archive contains a dollar&lt;br&gt;
in his name due to the chmod called during the unarchive phase.&lt;br&gt;
&lt;br&gt;
I&amp;#39;m not sure if the problem comes from a wrong usage of plexus-utils on&lt;br&gt;
plexus-archiver or from plexus-utils itself.&lt;br&gt;
&lt;br&gt;&lt;/div&gt;
I solve it modifying the BourneShell.java in plexus-utils, but&lt;br&gt;
I&amp;#39;m not successful to reproduce it in a  plexus-utils&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
testcase.&lt;br&gt;
&lt;br&gt;
I put in attachement the patches for plexus-utils (with the test-case&lt;br&gt;
not reproducing the problem ;)) and for plexus-archiver (add a failing test&lt;br&gt;
when the plexus-utils patch is not applied).&lt;br&gt;
&lt;br&gt;
What are you thinking about this problem ?&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;Vincent&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;&lt;tt&gt;[plexus-archiver_test-for-directory-with-dollar.patch]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;Index: src/test/java/org/codehaus/plexus/archiver/tar/TarGZipUnArchiverTest.java
&lt;br&gt;===================================================================
&lt;br&gt;--- src/test/java/org/codehaus/plexus/archiver/tar/TarGZipUnArchiverTest.java	(revision 8251)
&lt;br&gt;+++ src/test/java/org/codehaus/plexus/archiver/tar/TarGZipUnArchiverTest.java	(working copy)
&lt;br&gt;@@ -52,6 +52,9 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tarArchiver.addFile( getTestFile( &amp;quot;src/test/resources/manifests/manifest1.mf&amp;quot; ), fileName1 );
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tarArchiver.addFile( getTestFile( &amp;quot;src/test/resources/manifests/manifest2.mf&amp;quot; ), fileName2, 0664 );
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tarArchiver.addFile( getTestFile( &amp;quot;src/test/resources/manifests/manifest2.mf&amp;quot; ), fileName2, 0664 );
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tarArchiver.addFile( getTestFile( &amp;quot;src/test/resources/escapable/test$file.txt&amp;quot; ), &amp;quot;escapable/test$file.txt&amp;quot;, 0664 );
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tarArchiver.addFile( getTestFile( &amp;quot;src/test/resources/escapable/escapable$directory/test$file.txt&amp;quot; ), &amp;quot;escapable/escapable$directory/test$file.txt&amp;quot;, 0664 );
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tarArchiver.setDestFile( getTestFile( &amp;quot;target/output/archive.tar&amp;quot; ) );
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tarArchiver.createArchive();
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Index: src/test/resources/escapable/test$file.txt
&lt;br&gt;===================================================================
&lt;br&gt;--- src/test/resources/escapable/test$file.txt	(revision 0)
&lt;br&gt;+++ src/test/resources/escapable/test$file.txt	(revision 0)
&lt;br&gt;@@ -0,0 +1 @@
&lt;br&gt;+this is a file with an escapable name
&lt;br&gt;\ No newline at end of file
&lt;br&gt;Index: src/test/resources/escapable/escapable$directory/test$file.txt
&lt;br&gt;===================================================================
&lt;br&gt;--- src/test/resources/escapable/escapable$directory/test$file.txt	(revision 0)
&lt;br&gt;+++ src/test/resources/escapable/escapable$directory/test$file.txt	(revision 0)
&lt;br&gt;@@ -0,0 +1 @@
&lt;br&gt;+this is a file with an escapable name
&lt;br&gt;\ No newline at end of file
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt;&lt;tt&gt;[plexus-utils_directory-with-dollar.patch]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;Index: src/test/java/org/codehaus/plexus/util/cli/CommandlineTest.java
&lt;br&gt;===================================================================
&lt;br&gt;--- src/test/java/org/codehaus/plexus/util/cli/CommandlineTest.java	(revision 8251)
&lt;br&gt;+++ src/test/java/org/codehaus/plexus/util/cli/CommandlineTest.java	(working copy)
&lt;br&gt;@@ -83,6 +83,14 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fail( e.getMessage() );
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;public void testCommandlineWithDollarInPath() throws Exception {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Commandline cmd = new Commandline( &amp;quot;echo&amp;quot;, new BourneShell() );
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cmd.setWorkingDirectory( baseDir + &amp;quot;/src/test/resources/name$dollar&amp;quot; );
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cmd.execute();
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public void testCommandlineWithCommandInConstructor()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;Index: src/test/resources/name$dollar/file.txt
&lt;br&gt;===================================================================
&lt;br&gt;--- src/test/resources/name$dollar/file.txt	(revision 0)
&lt;br&gt;+++ src/test/resources/name$dollar/file.txt	(revision 0)
&lt;br&gt;@@ -0,0 +1 @@
&lt;br&gt;+file in a directory with a $ in his name
&lt;br&gt;Index: src/main/java/org/codehaus/plexus/util/cli/shell/BourneShell.java
&lt;br&gt;===================================================================
&lt;br&gt;--- src/main/java/org/codehaus/plexus/util/cli/shell/BourneShell.java	(revision 8251)
&lt;br&gt;+++ src/main/java/org/codehaus/plexus/util/cli/shell/BourneShell.java	(working copy)
&lt;br&gt;@@ -134,7 +134,9 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;dir = StringUtils.replace( dir, &amp;quot;'&amp;quot;, &amp;quot;\\\'&amp;quot; );
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sb.append( StringUtils.quoteAndEscape( dir, '\&amp;quot;' ) );
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String quotedDir = StringUtils.quoteAndEscape( dir, '\&amp;quot;', new char[] { '$' }, getQuotingTriggerChars(), '\\', false);
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sb.append( quotedDir &amp;nbsp;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sb.append( &amp;quot; &amp;&amp; &amp;quot; );
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return sb.toString();
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&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;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Plexus---User-f2781.html&quot; embed=&quot;fixTarget[2781]&quot; target=&quot;_top&quot; &gt;Plexus - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-plexus-utils---plexus-archiver--Unarchiver-hangs-on-linux-if-a--directory-contains-a-dollar-in-his-name-tp23823429p23826322.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23823429</id>
	<title>[plexus-utils]/[plexus-archiver] Unarchiver hangs on linux if a  directory contains a dollar in his name</title>
	<published>2009-06-01T15:20:54Z</published>
	<updated>2009-06-01T15:20:54Z</updated>
	<author>
		<name>Vincent S</name>
	</author>
	<content type="html">&lt;div class=&quot;gmail_quote&quot;&gt;Hi,&lt;br&gt;
&lt;br&gt;
I&amp;#39;m currently trying to use plexus-archiver (version 1.0-alpha-12 in&lt;br&gt;
relation with plexus-utils version 1.5.5.) in a backup plugin for&lt;br&gt;
hudson.&lt;br&gt;
&lt;br&gt;
The unarchiver hangs when a directory in the archive contains a dollar&lt;br&gt;
in his name due to the chmod called during the unarchive phase.&lt;br&gt;
&lt;br&gt;
I&amp;#39;m not sure if the problem comes from a wrong usage of plexus-utils on&lt;br&gt;
plexus-archiver or from plexus-utils itself.&lt;br&gt;
&lt;br&gt;
I solve it modifying the BourneShell.java in plexus-utils, but&lt;br&gt;
I&amp;#39;m not successful to reproduce it in a  plexus-utils&lt;br&gt;
testcase.&lt;br&gt;
&lt;br&gt;
I put in attachement the patches for plexus-utils (with the test-case&lt;br&gt;
not reproducing the problem ;)) and for plexus-archiver (add a failing test&lt;br&gt;
when the plexus-utils patch is not applied).&lt;br&gt;
&lt;br&gt;
What are you thinking about this problem ?&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;Vincent&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;br&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Plexus---User-f2781.html&quot; embed=&quot;fixTarget[2781]&quot; target=&quot;_top&quot; &gt;Plexus - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-plexus-utils---plexus-archiver--Unarchiver-hangs-on-linux-if-a--directory-contains-a-dollar-in-his-name-tp23823429p23823429.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22599663</id>
	<title>Maven plugin:merge-descriptors: how to configure the resources  parameter?</title>
	<published>2009-03-19T06:00:38Z</published>
	<updated>2009-03-19T06:00:38Z</updated>
	<author>
		<name>Ringo De Smet</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I am using plexus-maven-plugin:1.3.8 on a custom maven plugin. The
&lt;br&gt;plugin already contains a components.xml containing 2 lifecycle
&lt;br&gt;mappings for custom Maven packaging types. I wanted to add a few other
&lt;br&gt;Plexus components using Javadoc annotations. I configured both the
&lt;br&gt;descriptor goal and the merge-descriptors goal. However, I can't seem
&lt;br&gt;to get the resources parameter correctly configured to only pickup the
&lt;br&gt;folders of my custom written and generated components.xml. I started
&lt;br&gt;with just folder names between the resource tags in the POM
&lt;br&gt;configuration, but eventually tried to replicate the object structure
&lt;br&gt;of such a resource in XML:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.codehaus.plexus&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;plexus-maven-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.3.8&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;id&amp;gt;generate-component-descriptors&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;goal&amp;gt;descriptor&amp;lt;/goal&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;outputDirectory&amp;gt;${basedir}/target/generated-resources&amp;lt;/outputDirectory&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;id&amp;gt;merge-component-descriptors-with-lifecycles&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;goal&amp;gt;merge-descriptors&amp;lt;/goal&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;resources&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;resource&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;fileSet&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;directory&amp;gt;${basedir}/resources/xml/&amp;lt;/directory&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/fileSet&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/resource&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;resource&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;fileSet&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;directory&amp;gt;${basedir}/target/generated-resources/&amp;lt;/directory&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;patternSet&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;includes&amp;gt;**/*.xml&amp;lt;/includes&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/patternSet&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/fileSet&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/resource&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/resources&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;Nothing seems to work. Any input on how to correctly configure the
&lt;br&gt;merge-descriptors goal would be much appreciated.
&lt;br&gt;As a work-around, I'm currently generating my descriptor to the folder
&lt;br&gt;&amp;quot;web&amp;quot; as this seems to be picked up. This folder is not cleaned
&lt;br&gt;however, so it should remain a temporary workaround.
&lt;br&gt;&lt;br&gt;Ringo
&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/Plexus---User-f2781.html&quot; embed=&quot;fixTarget[2781]&quot; target=&quot;_top&quot; &gt;Plexus - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-plugin%3Amerge-descriptors%3A-how-to-configure-the-resources--parameter--tp22599663p22599663.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22129813</id>
	<title>Configuration of components</title>
	<published>2009-02-20T14:38:12Z</published>
	<updated>2009-02-20T14:38:12Z</updated>
	<author>
		<name>Ricky-22</name>
	</author>
	<content type="html">&lt;div&gt;Hi,&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;I am wondering if there is a way besides XML to configure components in plexus somehow; for example using Annotations?&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;Vyas, Anirudh&lt;br&gt;|| &amp;nbsp;ॐ &amp;nbsp;||&lt;br&gt;&lt;/div&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Plexus---User-f2781.html&quot; embed=&quot;fixTarget[2781]&quot; target=&quot;_top&quot; &gt;Plexus - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Configuration-of-components-tp22129813p22129813.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20744694</id>
	<title>Re: Getting Started - mvn error</title>
	<published>2008-11-28T23:20:05Z</published>
	<updated>2008-11-28T23:20:05Z</updated>
	<author>
		<name>hilco</name>
	</author>
	<content type="html">2008/11/28 Jason van Zyl &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20744694&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jvanzyl@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; What version of Maven are you using?
&lt;br&gt;&lt;br&gt;Maven version: 2.0.9
&lt;br&gt;Java version: 1.6.0_10
&lt;br&gt;OS name: &amp;quot;linux&amp;quot; version: &amp;quot;2.6.27-gentoo-r2&amp;quot; arch: &amp;quot;i386&amp;quot; Family: &amp;quot;unix&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;gt; If you use Eclipse it's generally much easier to use m2eclipse to get
&lt;br&gt;&amp;gt; started.
&lt;br&gt;&lt;br&gt;I've been trying NetBeans because I've found Eclipse to be rather
&lt;br&gt;buggy (well, not Eclipse itself so much but the plugins). I'll give it
&lt;br&gt;a try though.
&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/Plexus---User-f2781.html&quot; embed=&quot;fixTarget[2781]&quot; target=&quot;_top&quot; &gt;Plexus - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-Started---mvn-error-tp20744390p20744694.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20744390</id>
	<title>Getting Started - mvn error</title>
	<published>2008-11-28T22:13:26Z</published>
	<updated>2008-11-28T22:13:26Z</updated>
	<author>
		<name>hilco</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I tried the Quick Start/5 Minute Tutorial but I keep getting an error:
&lt;br&gt;&amp;quot;Embedded error: OldArchetype does not exist.&amp;quot; (see below). Does
&lt;br&gt;anyone know how to fix this?
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Hilco
&lt;br&gt;&lt;br&gt;$ mvn archetype:create -DarchetypeVersion=1.0-SNAPSHOT
&lt;br&gt;-DarchetypeGroupId=org.codehaus.plexus.examples
&lt;br&gt;-DarchetypeArtifactId=plexus-examples-tutorial -DartifactId=tutorial
&lt;br&gt;-DgroupId=test -DremoteRepositories=&lt;a href=&quot;http://snapshots.repository.codehaus.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://snapshots.repository.codehaus.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;[INFO] Scanning for projects...
&lt;br&gt;[INFO] Searching repository for plugin with prefix: 'archetype'.
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] Building Plexus Component
&lt;br&gt;[INFO] &amp;nbsp; &amp;nbsp;task-segment: [archetype:create] (aggregator-style)
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] Setting property: classpath.resource.loader.class =&amp;gt;
&lt;br&gt;'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
&lt;br&gt;[INFO] Setting property: velocimacro.messages.on =&amp;gt; 'false'.
&lt;br&gt;[INFO] Setting property: resource.loader =&amp;gt; 'classpath'.
&lt;br&gt;[INFO] Setting property: resource.manager.logwhenfound =&amp;gt; 'false'.
&lt;br&gt;[INFO] [archetype:create]
&lt;br&gt;[INFO] Defaulting package to group ID: test
&lt;br&gt;[INFO] We are using command line specified remote repositories:
&lt;br&gt;&lt;a href=&quot;http://snapshots.repository.codehaus.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://snapshots.repository.codehaus.org/&lt;/a&gt;&lt;br&gt;[INFO] snapshot
&lt;br&gt;org.codehaus.plexus.examples:plexus-examples-tutorial:1.0-SNAPSHOT:
&lt;br&gt;checking for updates from id0
&lt;br&gt;Downloading: &lt;a href=&quot;http://repo1.maven.org/maven2/org/codehaus/plexus/examples/plexus-examples-tutorial/1.0-SNAPSHOT/plexus-examples-tutorial-1.0-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/org/codehaus/plexus/examples/plexus-examples-tutorial/1.0-SNAPSHOT/plexus-examples-tutorial-1.0-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[ERROR] BUILD ERROR
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] Error creating from archetype
&lt;br&gt;&lt;br&gt;Embedded error: OldArchetype does not exist.
&lt;br&gt;&lt;a href=&quot;http://repo1.maven.org/maven2/org/codehaus/plexus/examples/plexus-examples-tutorial/1.0-SNAPSHOT/plexus-examples-tutorial-1.0-SNAPSHOT.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/org/codehaus/plexus/examples/plexus-examples-tutorial/1.0-SNAPSHOT/plexus-examples-tutorial-1.0-SNAPSHOT.jar&lt;/a&gt;&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] For more information, run Maven with the -e switch
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&lt;br&gt;[INFO] Total time: 4 seconds
&lt;br&gt;[INFO] Finished at: Fri Nov 28 22:06:12 PST 2008
&lt;br&gt;[INFO] Final Memory: 10M/146M
&lt;br&gt;[INFO] ------------------------------------------------------------------------
&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/Plexus---User-f2781.html&quot; embed=&quot;fixTarget[2781]&quot; target=&quot;_top&quot; &gt;Plexus - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-Started---mvn-error-tp20744390p20744390.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18616953</id>
	<title>Re: Why does plexus fail to initialize singleton instance?</title>
	<published>2008-07-23T01:49:04Z</published>
	<updated>2008-07-23T01:49:04Z</updated>
	<author>
		<name>Andrew Williams-5</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;print the output of mvn dependency:tree to see if there are other plexus jars or if the versions are being altered at build time perhaps?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Andy&lt;/div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On 23 Jul 2008, at 03:12, Eric Th wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div dir=&quot;ltr&quot;&gt;The rest content with &quot;plexus&quot;&amp;nbsp; is :&lt;br&gt;&amp;lt;dependency&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;groupId&gt;net.java.dev.openim&amp;lt;/groupId&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;artifactId&gt;openim-plexus-storage&amp;lt;/artifactId&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;version&gt;1.5&amp;lt;/version&gt;&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dependency&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dependency&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;groupId&gt;net.java.dev.openim&amp;lt;/groupId&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;artifactId&gt;openim-plexus-users-manager&amp;lt;/artifactId&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;version&gt;1.5&amp;lt;/version&gt;&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dependency&gt;&lt;br&gt;&lt;br&gt;That's all!&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2008/7/23 Jason van Zyl &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18616953&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jason@...&lt;/a&gt;&gt;:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt; &lt;div style=&quot;&quot;&gt;That's the only dependency you have?&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On 22-Jul-08, at 10:05 PM, Eric Th wrote:&lt;/div&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div dir=&quot;ltr&quot;&gt;Hi Jason,&lt;br&gt;When i use Embedder.lookup() to start my app, plexus works well at version 1.0-alpha-25.&lt;br&gt; but when i use DefaultPlexusContainer.lookup()&amp;nbsp; to start app, plexus do not execute the initilize() interface at version 1.0-alpha-50-SNAPSHOT(coz there is not an Embedder in this version).&lt;br&gt; &lt;br&gt;The pom file is as below (relate part):&lt;br&gt; &lt;br&gt;&amp;lt;project xmlns=&quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&quot; xmlns:xsi=&quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&quot;&lt;br&gt; &amp;nbsp; xsi:schemaLocation=&quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt; &lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&quot;&gt;&lt;br&gt; &lt;br&gt; &amp;nbsp; &amp;lt;modelVersion&gt;4.0.0&amp;lt;/modelVersion&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;groupId&gt;net.java.dev.openim&amp;lt;/groupId&gt;&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&gt;openim-plexus-server&amp;lt;/artifactId&gt;&lt;br&gt;&amp;nbsp; &amp;lt;version&gt;1.5&amp;lt;/version&gt;&lt;br&gt;&amp;nbsp; &amp;lt;name&gt;OpenIM Plexus Server 1.5&amp;lt;/name&gt;&lt;br&gt; &amp;nbsp; &amp;lt;packaging&gt;jar&amp;lt;/packaging&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;repositories&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;repository&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&gt;Plexus&amp;lt;/id&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&gt;Plexus Repository&amp;lt;/name&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url&gt;&lt;a href=&quot;http://repository.codehaus.org/org/codehaus/plexus/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repository.codehaus.org/org/codehaus/plexus/&lt;/a&gt;&amp;lt;/url&gt;&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layout&gt;default&amp;lt;/layout&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;lt;/repository&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;repository&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&gt;OpenIM&amp;lt;/id&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&gt;OpenIM Repository&amp;lt;/name&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url&gt;&lt;a href=&quot;http://open-im.net/m2/repository&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://open-im.net/m2/repository&lt;/a&gt;&amp;lt;/url&gt;&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layout&gt;default&amp;lt;/layout&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;lt;/repository&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/repositories&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;dependencies&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dependency&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;groupId&gt;org.codehaus.plexus&amp;lt;/groupId&gt;&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;artifactId&gt;plexus-container-default&amp;lt;/artifactId&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;version&gt;1.0-alpha-50-SNAPSHOT&amp;lt;/version&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dependency&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2008/7/22 Jason van Zyl &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18616953&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jason@...&lt;/a&gt;&gt;:&lt;br&gt; &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Would need to see your POM, but with a version that far back you might be getting bitten by the component api JAR. In more current versions we have place everything in one JAR. Generally when the lifecycle methods are not being executed it's because the component api is loaded and the same class in the new plexus container JAR is not the same so the instanceof check for a particular lifecycle phase being executed fails and so that lifecycle phase does not run.&lt;br&gt; &lt;br&gt; First make sure that you don't have the component api JAR anywhere. This is usually the cause.&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt; &lt;br&gt; On 22-Jul-08, at 4:48 AM, Eric Th wrote:&lt;br&gt; &lt;br&gt; &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt; Hi All,&lt;br&gt; &lt;br&gt; I use plexus 1.0-alpha-25 formally, it works well,&lt;br&gt; but after update plexus to 1.0-alpha-50-SNAPSHOT,&lt;br&gt; &lt;br&gt; the initilize() of AccountRepositoryHolderDBImpl DOES NOT be executed by container now, do you why?&lt;br&gt; &lt;br&gt; the configuration is as below:&lt;br&gt; &amp;lt;component&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;role&gt;net.java.dev.openim.data.storage.AccountRepositoryHolder&amp;lt;/role&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;role-hint&gt;AccountRepositoryHolder&amp;lt;/role-hint&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;implementation&gt;net.java.dev.openim.data.storage.AccountRepositoryHolderDBImpl&amp;lt;/implementation&gt;&lt;br&gt; &lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;instantiation-strategy&gt;singleton&amp;lt;/instantiation-strategy&gt;&lt;br&gt; &lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filename&gt;net.java.dev.openim.data.storage.dao.AccountDAOImp&amp;lt;/filename&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;regexpSearch&gt;false&amp;lt;/regexpSearch&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&gt;&lt;br&gt; &amp;lt;/component&gt;&lt;br&gt; &lt;/blockquote&gt; &lt;br&gt;&lt;/div&gt;&lt;/div&gt; Thanks,&lt;br&gt; &lt;br&gt; Jason&lt;br&gt; &lt;br&gt; ----------------------------------------------------------&lt;br&gt; Jason van Zyl&lt;br&gt; Founder, &amp;nbsp;Apache Maven&lt;br&gt; jason at sonatype dot com&lt;br&gt; ----------------------------------------------------------&lt;br&gt; &lt;br&gt; We all have problems. How we deal with them is a measure of our worth.&lt;br&gt; &lt;br&gt; &amp;nbsp;-- Unknown&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; &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;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt; &lt;span style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;span style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;&quot;&gt;&lt;div style=&quot;&quot;&gt; &lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;div&gt;Thanks,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Jason&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;----------------------------------------------------------&lt;/div&gt;&lt;div&gt;Jason van Zyl&lt;/div&gt;&lt;div&gt;Founder, &amp;nbsp;Apache Maven&lt;/div&gt; &lt;div&gt;jason at sonatype dot com&lt;/div&gt;&lt;div&gt;----------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;pre&gt;A party which is not afraid of letting culture,
business, and welfare go to ruin completely can
be omnipotent for a while.

  -- Jakob Burckhardt
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt; &lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/body&gt;&lt;/html&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Plexus---User-f2781.html&quot; embed=&quot;fixTarget[2781]&quot; target=&quot;_top&quot; &gt;Plexus - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Why-does-plexus-fail-to-initialize-singleton-instance--tp18584999p18616953.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18602584</id>
	<title>Re: Why does plexus fail to initialize singleton instance?</title>
	<published>2008-07-22T19:12:40Z</published>
	<updated>2008-07-22T19:12:40Z</updated>
	<author>
		<name>Eric Th</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;The rest content with &amp;quot;plexus&amp;quot;&amp;nbsp; is :&lt;br&gt;&amp;lt;dependency&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;net.java.dev.openim&amp;lt;/groupId&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;openim-plexus-storage&amp;lt;/artifactId&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.5&amp;lt;/version&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dependency&amp;gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dependency&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;net.java.dev.openim&amp;lt;/groupId&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;openim-plexus-users-manager&amp;lt;/artifactId&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.5&amp;lt;/version&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dependency&amp;gt;&lt;br&gt;&lt;br&gt;That&amp;#39;s all!&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2008/7/23 Jason van Zyl &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18602584&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jason@...&lt;/a&gt;&amp;gt;:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div style=&quot;&quot;&gt;That&amp;#39;s the only dependency you have?&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On 22-Jul-08, at 10:05 PM, Eric Th wrote:&lt;/div&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div dir=&quot;ltr&quot;&gt;Hi Jason,&lt;br&gt;When i use Embedder.lookup() to start my app, plexus works well at version 1.0-alpha-25.&lt;br&gt;
but when i use DefaultPlexusContainer.lookup()&amp;nbsp; to start app, plexus do not execute the initilize() interface at version 1.0-alpha-50-SNAPSHOT(coz there is not an Embedder in this version).&lt;br&gt; &lt;br&gt;The pom file is as below (relate part):&lt;br&gt;
&lt;br&gt;&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;&lt;br&gt;
 &amp;nbsp; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt; &lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;&lt;br&gt;
&lt;br&gt; &amp;nbsp; &amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;groupId&amp;gt;net.java.dev.openim&amp;lt;/groupId&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;openim-plexus-server&amp;lt;/artifactId&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;version&amp;gt;1.5&amp;lt;/version&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;name&amp;gt;OpenIM Plexus Server 1.5&amp;lt;/name&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;repositories&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;repository&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;Plexus&amp;lt;/id&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Plexus Repository&amp;lt;/name&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url&amp;gt;&lt;a href=&quot;http://repository.codehaus.org/org/codehaus/plexus/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repository.codehaus.org/org/codehaus/plexus/&lt;/a&gt;&amp;lt;/url&amp;gt;&lt;br&gt;
 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layout&amp;gt;default&amp;lt;/layout&amp;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;lt;/repository&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;repository&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;OpenIM&amp;lt;/id&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;OpenIM Repository&amp;lt;/name&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url&amp;gt;&lt;a href=&quot;http://open-im.net/m2/repository&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://open-im.net/m2/repository&lt;/a&gt;&amp;lt;/url&amp;gt;&lt;br&gt;
 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layout&amp;gt;default&amp;lt;/layout&amp;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;lt;/repository&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;/repositories&amp;gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;dependencies&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dependency&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;groupId&amp;gt;org.codehaus.plexus&amp;lt;/groupId&amp;gt;&lt;br&gt;
 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;artifactId&amp;gt;plexus-container-default&amp;lt;/artifactId&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.0-alpha-50-SNAPSHOT&amp;lt;/version&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dependency&amp;gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2008/7/22 Jason van Zyl &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18602584&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jason@...&lt;/a&gt;&amp;gt;:&lt;br&gt;
 &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Would need to see your POM, but with a version that far back you might be getting bitten by the component api JAR. In more current versions we have place everything in one JAR. Generally when the lifecycle methods are not being executed it&amp;#39;s because the component api is loaded and the same class in the new plexus container JAR is not the same so the instanceof check for a particular lifecycle phase being executed fails and so that lifecycle phase does not run.&lt;br&gt;
 &lt;br&gt; First make sure that you don&amp;#39;t have the component api JAR anywhere. This is usually the cause.&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt; &lt;br&gt; On 22-Jul-08, at 4:48 AM, Eric Th wrote:&lt;br&gt; &lt;br&gt; &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
 Hi All,&lt;br&gt; &lt;br&gt; I use plexus 1.0-alpha-25 formally, it works well,&lt;br&gt; but after update plexus to 1.0-alpha-50-SNAPSHOT,&lt;br&gt; &lt;br&gt; the initilize() of AccountRepositoryHolderDBImpl DOES NOT be executed by container now, do you why?&lt;br&gt;
 &lt;br&gt; the configuration is as below:&lt;br&gt; &amp;lt;component&amp;gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;role&amp;gt;net.java.dev.openim.data.storage.AccountRepositoryHolder&amp;lt;/role&amp;gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;role-hint&amp;gt;AccountRepositoryHolder&amp;lt;/role-hint&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;implementation&amp;gt;net.java.dev.openim.data.storage.AccountRepositoryHolderDBImpl&amp;lt;/implementation&amp;gt;&lt;br&gt; &lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;instantiation-strategy&amp;gt;singleton&amp;lt;/instantiation-strategy&amp;gt;&lt;br&gt; &lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filename&amp;gt;net.java.dev.openim.data.storage.dao.AccountDAOImp&amp;lt;/filename&amp;gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;regexpSearch&amp;gt;false&amp;lt;/regexpSearch&amp;gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;&lt;br&gt; &amp;lt;/component&amp;gt;&lt;br&gt;
 &lt;/blockquote&gt; &lt;br&gt;&lt;/div&gt;&lt;/div&gt; Thanks,&lt;br&gt; &lt;br&gt; Jason&lt;br&gt; &lt;br&gt; ----------------------------------------------------------&lt;br&gt; Jason van Zyl&lt;br&gt; Founder, &amp;nbsp;Apache Maven&lt;br&gt; jason at sonatype dot com&lt;br&gt; ----------------------------------------------------------&lt;br&gt;
 &lt;br&gt; We all have problems. How we deal with them is a measure of our worth.&lt;br&gt; &lt;br&gt; &amp;nbsp;-- Unknown&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; &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;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt; &lt;span style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;&quot;&gt;&lt;div style=&quot;&quot;&gt;
&lt;span style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;&quot;&gt;&lt;div style=&quot;&quot;&gt;
&lt;span style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;&quot;&gt;&lt;div style=&quot;&quot;&gt;
&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;div&gt;Thanks,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Jason&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;----------------------------------------------------------&lt;/div&gt;&lt;div&gt;Jason van Zyl&lt;/div&gt;&lt;div&gt;Founder, &amp;nbsp;Apache Maven&lt;/div&gt;
&lt;div&gt;jason at sonatype dot com&lt;/div&gt;&lt;div&gt;----------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;pre&gt;A party which is not afraid of letting culture,
business, and welfare go to ruin completely can
be omnipotent for a while.

  -- Jakob Burckhardt
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt; &lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Plexus---User-f2781.html&quot; embed=&quot;fixTarget[2781]&quot; target=&quot;_top&quot; &gt;Plexus - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Why-does-plexus-fail-to-initialize-singleton-instance--tp18584999p18602584.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18602553</id>
	<title>Re: Why does plexus fail to initialize singleton instance?</title>
	<published>2008-07-22T19:09:33Z</published>
	<updated>2008-07-22T19:09:33Z</updated>
	<author>
		<name>Jason van Zyl-2</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;That's the only dependency you have?&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On 22-Jul-08, at 10:05 PM, Eric Th wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div dir=&quot;ltr&quot;&gt;Hi Jason,&lt;br&gt;When i use Embedder.lookup() to start my app, plexus works well at version 1.0-alpha-25.&lt;br&gt;but when i use DefaultPlexusContainer.lookup()&amp;nbsp; to start app, plexus do not execute the initilize() interface at version 1.0-alpha-50-SNAPSHOT(coz there is not an Embedder in this version).&lt;br&gt; &lt;br&gt;The pom file is as below (relate part):&lt;br&gt;&lt;br&gt;&amp;lt;project xmlns=&quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&quot; xmlns:xsi=&quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&quot;&lt;br&gt; &amp;nbsp; xsi:schemaLocation=&quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt; &lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&quot;&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;lt;modelVersion&gt;4.0.0&amp;lt;/modelVersion&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;groupId&gt;net.java.dev.openim&amp;lt;/groupId&gt;&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&gt;openim-plexus-server&amp;lt;/artifactId&gt;&lt;br&gt;&amp;nbsp; &amp;lt;version&gt;1.5&amp;lt;/version&gt;&lt;br&gt;&amp;nbsp; &amp;lt;name&gt;OpenIM Plexus Server 1.5&amp;lt;/name&gt;&lt;br&gt; &amp;nbsp; &amp;lt;packaging&gt;jar&amp;lt;/packaging&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;repositories&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;repository&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&gt;Plexus&amp;lt;/id&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&gt;Plexus Repository&amp;lt;/name&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url&gt;&lt;a href=&quot;http://repository.codehaus.org/org/codehaus/plexus/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.codehaus.org/org/codehaus/plexus/&lt;/a&gt;&amp;lt;/url&gt;&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layout&gt;default&amp;lt;/layout&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;lt;/repository&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;repository&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&gt;OpenIM&amp;lt;/id&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&gt;OpenIM Repository&amp;lt;/name&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url&gt;&lt;a href=&quot;http://open-im.net/m2/repository&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://open-im.net/m2/repository&lt;/a&gt;&amp;lt;/url&gt;&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layout&gt;default&amp;lt;/layout&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;lt;/repository&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/repositories&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;dependencies&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dependency&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;groupId&gt;org.codehaus.plexus&amp;lt;/groupId&gt;&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;artifactId&gt;plexus-container-default&amp;lt;/artifactId&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;version&gt;1.0-alpha-50-SNAPSHOT&amp;lt;/version&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dependency&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2008/7/22 Jason van Zyl &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18602553&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jason@...&lt;/a&gt;&gt;:&lt;br&gt; &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Would need to see your POM, but with a version that far back you might be getting bitten by the component api JAR. In more current versions we have place everything in one JAR. Generally when the lifecycle methods are not being executed it's because the component api is loaded and the same class in the new plexus container JAR is not the same so the instanceof check for a particular lifecycle phase being executed fails and so that lifecycle phase does not run.&lt;br&gt; &lt;br&gt; First make sure that you don't have the component api JAR anywhere. This is usually the cause.&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt; &lt;br&gt; On 22-Jul-08, at 4:48 AM, Eric Th wrote:&lt;br&gt; &lt;br&gt; &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt; Hi All,&lt;br&gt; &lt;br&gt; I use plexus 1.0-alpha-25 formally, it works well,&lt;br&gt; but after update plexus to 1.0-alpha-50-SNAPSHOT,&lt;br&gt; &lt;br&gt; the initilize() of AccountRepositoryHolderDBImpl DOES NOT be executed by container now, do you why?&lt;br&gt; &lt;br&gt; the configuration is as below:&lt;br&gt; &amp;lt;component&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;role&gt;net.java.dev.openim.data.storage.AccountRepositoryHolder&amp;lt;/role&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;role-hint&gt;AccountRepositoryHolder&amp;lt;/role-hint&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;implementation&gt;net.java.dev.openim.data.storage.AccountRepositoryHolderDBImpl&amp;lt;/implementation&gt;&lt;br&gt; &lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;instantiation-strategy&gt;singleton&amp;lt;/instantiation-strategy&gt;&lt;br&gt; &lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filename&gt;net.java.dev.openim.data.storage.dao.AccountDAOImp&amp;lt;/filename&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;regexpSearch&gt;false&amp;lt;/regexpSearch&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&gt;&lt;br&gt; &amp;lt;/component&gt;&lt;br&gt; &lt;/blockquote&gt; &lt;br&gt;&lt;/div&gt;&lt;/div&gt; Thanks,&lt;br&gt; &lt;br&gt; Jason&lt;br&gt; &lt;br&gt; ----------------------------------------------------------&lt;br&gt; Jason van Zyl&lt;br&gt; Founder, &amp;nbsp;Apache Maven&lt;br&gt; jason at sonatype dot com&lt;br&gt; ----------------------------------------------------------&lt;br&gt; &lt;br&gt; We all have problems. How we deal with them is a measure of our worth.&lt;br&gt; &lt;br&gt; &amp;nbsp;-- Unknown&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; &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;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;div&gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;&lt;div&gt;Thanks,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Jason&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;----------------------------------------------------------&lt;/div&gt;&lt;div&gt;Jason van Zyl&lt;/div&gt;&lt;div&gt;Founder, &amp;nbsp;Apache Maven&lt;/div&gt;&lt;div&gt;jason at sonatype dot com&lt;/div&gt;&lt;div&gt;----------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;pre&gt;A party which is not afraid of letting culture,
business, and welfare go to ruin completely can
be omnipotent for a while.

  -- Jakob Burckhardt
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt; &lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Plexus---User-f2781.html&quot; embed=&quot;fixTarget[2781]&quot; target=&quot;_top&quot; &gt;Plexus - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Why-does-plexus-fail-to-initialize-singleton-instance--tp18584999p18602553.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18602526</id>
	<title>Re: Why does plexus fail to initialize singleton instance?</title>
	<published>2008-07-22T19:05:45Z</published>
	<updated>2008-07-22T19:05:45Z</updated>
	<author>
		<name>Eric Th</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Hi Jason,&lt;br&gt;When i use Embedder.lookup() to start my app, plexus works well at version 1.0-alpha-25.&lt;br&gt;but when i use DefaultPlexusContainer.lookup()&amp;nbsp; to start app, plexus do not execute the initilize() interface at version 1.0-alpha-50-SNAPSHOT(coz there is not an Embedder in this version).&lt;br&gt;
&lt;br&gt;The pom file is as below (relate part):&lt;br&gt;&lt;br&gt;&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;&lt;br&gt;
&amp;nbsp; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt; &lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;&lt;br&gt;&lt;br&gt;
&amp;nbsp; &amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;groupId&amp;gt;net.java.dev.openim&amp;lt;/groupId&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;openim-plexus-server&amp;lt;/artifactId&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;version&amp;gt;1.5&amp;lt;/version&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;name&amp;gt;OpenIM Plexus Server 1.5&amp;lt;/name&amp;gt;&lt;br&gt;
&amp;nbsp; &amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;repositories&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;repository&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;Plexus&amp;lt;/id&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Plexus Repository&amp;lt;/name&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url&amp;gt;&lt;a href=&quot;http://repository.codehaus.org/org/codehaus/plexus/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repository.codehaus.org/org/codehaus/plexus/&lt;/a&gt;&amp;lt;/url&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layout&amp;gt;default&amp;lt;/layout&amp;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;lt;/repository&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;repository&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;OpenIM&amp;lt;/id&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;OpenIM Repository&amp;lt;/name&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url&amp;gt;&lt;a href=&quot;http://open-im.net/m2/repository&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://open-im.net/m2/repository&lt;/a&gt;&amp;lt;/url&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layout&amp;gt;default&amp;lt;/layout&amp;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;lt;/repository&amp;gt;&lt;br&gt;&amp;nbsp; &amp;lt;/repositories&amp;gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;dependencies&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dependency&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;groupId&amp;gt;org.codehaus.plexus&amp;lt;/groupId&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;artifactId&amp;gt;plexus-container-default&amp;lt;/artifactId&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.0-alpha-50-SNAPSHOT&amp;lt;/version&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dependency&amp;gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2008/7/22 Jason van Zyl &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18602526&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jason@...&lt;/a&gt;&amp;gt;:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Would need to see your POM, but with a version that far back you might be getting bitten by the component api JAR. In more current versions we have place everything in one JAR. Generally when the lifecycle methods are not being executed it&amp;#39;s because the component api is loaded and the same class in the new plexus container JAR is not the same so the instanceof check for a particular lifecycle phase being executed fails and so that lifecycle phase does not run.&lt;br&gt;

&lt;br&gt;
First make sure that you don&amp;#39;t have the component api JAR anywhere. This is usually the cause.&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt;
&lt;br&gt;
On 22-Jul-08, at 4:48 AM, Eric Th wrote:&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hi All,&lt;br&gt;
&lt;br&gt;
I use plexus 1.0-alpha-25 formally, it works well,&lt;br&gt;
but after update plexus to 1.0-alpha-50-SNAPSHOT,&lt;br&gt;
&lt;br&gt;
the initilize() of AccountRepositoryHolderDBImpl DOES NOT be executed by container now, do you why?&lt;br&gt;
&lt;br&gt;
the configuration is as below:&lt;br&gt;
&amp;lt;component&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;role&amp;gt;net.java.dev.openim.data.storage.AccountRepositoryHolder&amp;lt;/role&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;role-hint&amp;gt;AccountRepositoryHolder&amp;lt;/role-hint&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;implementation&amp;gt;net.java.dev.openim.data.storage.AccountRepositoryHolderDBImpl&amp;lt;/implementation&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;instantiation-strategy&amp;gt;singleton&amp;lt;/instantiation-strategy&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filename&amp;gt;net.java.dev.openim.data.storage.dao.AccountDAOImp&amp;lt;/filename&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;regexpSearch&amp;gt;false&amp;lt;/regexpSearch&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;&lt;br&gt;
&amp;lt;/component&amp;gt;&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
Jason&lt;br&gt;
&lt;br&gt;
----------------------------------------------------------&lt;br&gt;
Jason van Zyl&lt;br&gt;
Founder, &amp;nbsp;Apache Maven&lt;br&gt;
jason at sonatype dot com&lt;br&gt;
----------------------------------------------------------&lt;br&gt;
&lt;br&gt;
We all have problems. How we deal with them is a measure of our worth.&lt;br&gt;
&lt;br&gt;
&amp;nbsp;-- Unknown&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; &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;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Plexus---User-f2781.html&quot; embed=&quot;fixTarget[2781]&quot; target=&quot;_top&quot; &gt;Plexus - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Why-does-plexus-fail-to-initialize-singleton-instance--tp18584999p18602526.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18587928</id>
	<title>Re: Why does plexus fail to initialize singleton instance?</title>
	<published>2008-07-22T04:59:30Z</published>
	<updated>2008-07-22T04:59:30Z</updated>
	<author>
		<name>Jason van Zyl-2</name>
	</author>
	<content type="html">Would need to see your POM, but with a version that far back you might &amp;nbsp;
&lt;br&gt;be getting bitten by the component api JAR. In more current versions &amp;nbsp;
&lt;br&gt;we have place everything in one JAR. Generally when the lifecycle &amp;nbsp;
&lt;br&gt;methods are not being executed it's because the component api is &amp;nbsp;
&lt;br&gt;loaded and the same class in the new plexus container JAR is not the &amp;nbsp;
&lt;br&gt;same so the instanceof check for a particular lifecycle phase being &amp;nbsp;
&lt;br&gt;executed fails and so that lifecycle phase does not run.
&lt;br&gt;&lt;br&gt;First make sure that you don't have the component api JAR anywhere. &amp;nbsp;
&lt;br&gt;This is usually the cause.
&lt;br&gt;&lt;br&gt;On 22-Jul-08, at 4:48 AM, Eric Th wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I use plexus 1.0-alpha-25 formally, it works well,
&lt;br&gt;&amp;gt; but after update plexus to 1.0-alpha-50-SNAPSHOT,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; the initilize() of AccountRepositoryHolderDBImpl DOES NOT be &amp;nbsp;
&lt;br&gt;&amp;gt; executed by container now, do you why?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; the configuration is as below:
&lt;br&gt;&amp;gt; &amp;lt;component&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;lt;role&amp;gt;net.java.dev.openim.data.storage.AccountRepositoryHolder&amp;lt;/role&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;role-hint&amp;gt;AccountRepositoryHolder&amp;lt;/role-hint&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;lt; 
&lt;br&gt;&amp;gt; implementation 
&lt;br&gt;&amp;gt; &amp;gt;net.java.dev.openim.data.storage.AccountRepositoryHolderDBImpl&amp;lt;/ 
&lt;br&gt;&amp;gt; implementation&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;lt;instantiation-strategy&amp;gt;singleton&amp;lt;/instantiation-strategy&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;lt;configuration&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;lt;filename&amp;gt;net.java.dev.openim.data.storage.dao.AccountDAOImp&amp;lt;/ 
&lt;br&gt;&amp;gt; filename&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;regexpSearch&amp;gt;false&amp;lt;/regexpSearch&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/component&amp;gt;
&lt;/div&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Jason
&lt;br&gt;&lt;br&gt;----------------------------------------------------------
&lt;br&gt;Jason van Zyl
&lt;br&gt;Founder, &amp;nbsp;Apache Maven
&lt;br&gt;jason at sonatype dot com
&lt;br&gt;----------------------------------------------------------
&lt;br&gt;&lt;br&gt;We all have problems. How we deal with them is a measure of our worth.
&lt;br&gt;&lt;br&gt;&amp;nbsp; -- Unknown
&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/Plexus---User-f2781.html&quot; embed=&quot;fixTarget[2781]&quot; target=&quot;_top&quot; &gt;Plexus - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Why-does-plexus-fail-to-initialize-singleton-instance--tp18584999p18587928.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18584999</id>
	<title>Why does plexus fail to initialize singleton instance?</title>
	<published>2008-07-22T01:48:24Z</published>
	<updated>2008-07-22T01:48:24Z</updated>
	<author>
		<name>Eric Th</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Hi All,&lt;br&gt;&lt;br&gt;I use plexus 1.0-alpha-25 formally, it works well,&lt;br&gt;but after update plexus to 1.0-alpha-50-SNAPSHOT,&lt;br&gt;&lt;br&gt;the initilize() of AccountRepositoryHolderDBImpl DOES NOT be executed by container now, do you why?&lt;br&gt;
&lt;br&gt;the configuration is as below:&lt;br&gt;&amp;lt;component&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;role&amp;gt;net.java.dev.openim.data.storage.AccountRepositoryHolder&amp;lt;/role&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;role-hint&amp;gt;AccountRepositoryHolder&amp;lt;/role-hint&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;implementation&amp;gt;net.java.dev.openim.data.storage.AccountRepositoryHolderDBImpl&amp;lt;/implementation&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &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;&amp;nbsp; &amp;lt;instantiation-strategy&amp;gt;singleton&amp;lt;/instantiation-strategy&amp;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; &amp;lt;configuration&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filename&amp;gt;net.java.dev.openim.data.storage.dao.AccountDAOImp&amp;lt;/filename&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;regexpSearch&amp;gt;false&amp;lt;/regexpSearch&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/configuration&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;
&amp;lt;/component&amp;gt;&lt;br&gt;&lt;/div&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Plexus---User-f2781.html&quot; embed=&quot;fixTarget[2781]&quot; target=&quot;_top&quot; &gt;Plexus - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Why-does-plexus-fail-to-initialize-singleton-instance--tp18584999p18584999.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16781938</id>
	<title>[jira] Created: (PLXUTILS-70) Deprecate StringInputStream and StringOutputStream</title>
	<published>2008-04-19T03:58:55Z</published>
	<updated>2008-04-19T03:58:55Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">Deprecate StringInputStream and StringOutputStream
&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: PLXUTILS-70
&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/PLXUTILS-70&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-70&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Plexus Utils
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 1.5.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Benjamin Bentmann
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Attachments: deprecate-string-streams.patch
&lt;br&gt;&lt;br&gt;The mentioned classes do not handle character encoding properly. For instance, they don't guarantee an identity transformation when being pipelined. It's a one liner to replace these classes with JRE classes so I don't see a benefit in fixing and maintaining this code.
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLXUTILS-70%29-Deprecate-StringInputStream-and-StringOutputStream-tp16781938p16781938.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16753711</id>
	<title>Re: Detecting Comet capabilities</title>
	<published>2008-04-17T12:13:01Z</published>
	<updated>2008-04-17T12:13:01Z</updated>
	<author>
		<name>Eirik Bjørsnøs</name>
	</author>
	<content type="html">Ouch, outsmarted by Gmail!
&lt;br&gt;&lt;br&gt;That one was meant for Jetty, not Plexus.
&lt;br&gt;&lt;br&gt;Eirik :-)
&lt;br&gt;&lt;br&gt;On Thu, Apr 17, 2008 at 9:10 PM, Eirik Bjørsnøs &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16753711&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eirbjo@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello there,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;What's the &amp;quot;good&amp;quot; way of checking if your app is running in a Comet
&lt;br&gt;&amp;gt; &amp;nbsp;friendly environment?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;I recently added Comet features to a product I'm working on. Although
&lt;br&gt;&amp;gt; &amp;nbsp;my default way of distribution will be as a Jetty bundle, I can't
&lt;br&gt;&amp;gt; &amp;nbsp;really control the run time environment. Some customers will take the
&lt;br&gt;&amp;gt; &amp;nbsp;war and run it in their Tomcat or some other container.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;So I need a way to check that we're in Cometland. (We're running on
&lt;br&gt;&amp;gt; &amp;nbsp;Jetty and the request comes in through a SelectChannelConnector). If
&lt;br&gt;&amp;gt; &amp;nbsp;that's not the case I can simply disable the features that depend on
&lt;br&gt;&amp;gt; &amp;nbsp;Comet support.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Running with a debugger I see that I could probably figure this out
&lt;br&gt;&amp;gt; &amp;nbsp;peeking at the HttpServletRequest with some reflection, but that seems
&lt;br&gt;&amp;gt; &amp;nbsp;a bit brittle. And I don't really want to add dependencies to Jetty
&lt;br&gt;&amp;gt; &amp;nbsp;implementation classes in my webapp.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;What I'd like to do is just to check some request attribute or
&lt;br&gt;&amp;gt; &amp;nbsp;something as simple as that.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Any ideas?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Eirik.
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Detecting-Comet-capabilities-tp16753659p16753711.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16753659</id>
	<title>Detecting Comet capabilities</title>
	<published>2008-04-17T12:10:40Z</published>
	<updated>2008-04-17T12:10:40Z</updated>
	<author>
		<name>Eirik Bjørsnøs</name>
	</author>
	<content type="html">Hello there,
&lt;br&gt;&lt;br&gt;What's the &amp;quot;good&amp;quot; way of checking if your app is running in a Comet
&lt;br&gt;friendly environment?
&lt;br&gt;&lt;br&gt;I recently added Comet features to a product I'm working on. Although
&lt;br&gt;my default way of distribution will be as a Jetty bundle, I can't
&lt;br&gt;really control the run time environment. Some customers will take the
&lt;br&gt;war and run it in their Tomcat or some other container.
&lt;br&gt;&lt;br&gt;So I need a way to check that we're in Cometland. (We're running on
&lt;br&gt;Jetty and the request comes in through a SelectChannelConnector). If
&lt;br&gt;that's not the case I can simply disable the features that depend on
&lt;br&gt;Comet support.
&lt;br&gt;&lt;br&gt;Running with a debugger I see that I could probably figure this out
&lt;br&gt;peeking at the HttpServletRequest with some reflection, but that seems
&lt;br&gt;a bit brittle. And I don't really want to add dependencies to Jetty
&lt;br&gt;implementation classes in my webapp.
&lt;br&gt;&lt;br&gt;What I'd like to do is just to check some request attribute or
&lt;br&gt;something as simple as that.
&lt;br&gt;&lt;br&gt;Any ideas?
&lt;br&gt;&lt;br&gt;Eirik.
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Detecting-Comet-capabilities-tp16753659p16753659.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16726232</id>
	<title>import plexus into the apache incubator</title>
	<published>2008-04-16T08:11:57Z</published>
	<updated>2008-04-16T08:11:57Z</updated>
	<author>
		<name>Jason van Zyl-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Just a heads up in that I'm going to attempt to dump the plexus &amp;nbsp;
&lt;br&gt;repository and import it into apache this weekend.
&lt;br&gt;&lt;br&gt;I'm going to take the container and any component that maven's core &amp;nbsp;
&lt;br&gt;needs. Many of the components won't go because I can't actually can't &amp;nbsp;
&lt;br&gt;get in touch with the people who originally wrote them and they don't &amp;nbsp;
&lt;br&gt;have CLAs at Apache. In the short term I'm only interested in getting &amp;nbsp;
&lt;br&gt;the container and any components that Maven's core needs.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Jason
&lt;br&gt;&lt;br&gt;----------------------------------------------------------
&lt;br&gt;Jason van Zyl
&lt;br&gt;Founder, &amp;nbsp;Apache Maven
&lt;br&gt;jason at sonatype dot com
&lt;br&gt;----------------------------------------------------------
&lt;br&gt;&lt;br&gt;the course of true love never did run smooth ...
&lt;br&gt;&lt;br&gt;-- Shakespeare 
&lt;br&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/import-plexus-into-the-apache-incubator-tp16726232p16726232.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16658337</id>
	<title>[jira] Created: (PLXCOMP-110) plexus-io  --  No license infformation</title>
	<published>2008-04-12T16:17:58Z</published>
	<updated>2008-04-12T16:17:58Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">plexus-io &amp;nbsp;-- &amp;nbsp;No license infformation
&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: PLXCOMP-110
&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/PLXCOMP-110&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXCOMP-110&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Plexus Components
&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; &amp;nbsp; Reporter: Paul Cager
&lt;br&gt;&lt;br&gt;&lt;br&gt;plexus-io
&lt;br&gt;&lt;br&gt;The code, as downloaded &lt;a href=&quot;https://svn.codehaus.org/plexus/plexus-components/tags/plexus-io-1.0-alpha-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.codehaus.org/plexus/plexus-components/tags/plexus-io-1.0-alpha-2&lt;/a&gt;, does not have any license information, as far as I can see. I'd like to package it for Debian, but it probably won't be accepted without a license.
&lt;br&gt;&lt;br&gt;I'm happy to supply a patch if that would help.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Paul
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLXCOMP-110%29-plexus-io------No-license-infformation-tp16658337p16658337.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16638898</id>
	<title>[jira] Closed: (PLXUTILS-68) Improve pretty printing done by MXSerializer</title>
	<published>2008-04-11T11:29:58Z</published>
	<updated>2008-04-11T11:29:58Z</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/PLXUTILS-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Benjamin Bentmann closed PLXUTILS-68.
&lt;br&gt;-------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Benjamin Bentmann
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution: Fixed
&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: 1.5.2
&lt;br&gt;&lt;br&gt;Fixed in [r7279|&lt;a href=&quot;http://fisheye.codehaus.org/changelog/plexus/?cs=7279&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fisheye.codehaus.org/changelog/plexus/?cs=7279&lt;/a&gt;].
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Improve pretty printing done by MXSerializer
&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: PLXUTILS-68
&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/PLXUTILS-68&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-68&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Plexus Utils
&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;Affects Versions: 1.5.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Benjamin Bentmann
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Benjamin Bentmann
&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; &amp;nbsp; &amp;nbsp; Fix For: 1.5.2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: pretty-xml.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The {{MXSerializer}} commonly used by the Modello generated writers produces something like
&lt;br&gt;&amp;gt; {code:xml}
&lt;br&gt;&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&amp;lt;metadata&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;artifactId&amp;gt;maven-jxr-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;version&amp;gt;2.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;versioning&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;latest&amp;gt;2.1&amp;lt;/latest&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;release&amp;gt;2.1&amp;lt;/release&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;versions&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;2.0&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;2.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/versions&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;lastUpdated&amp;gt;20070407095323&amp;lt;/lastUpdated&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/versioning&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/metadata&amp;gt;{code}
&lt;br&gt;&amp;gt; It would be cool if there were newlines after the XML declaration and at the end of file.
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLXUTILS-68%29-Improve-pretty-printing-done-by-MXSerializer-tp16081903p16638898.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16638781</id>
	<title>[jira] Closed: (PLXUTILS-56) Improve URL decoding done by FileUtils.toFile()</title>
	<published>2008-04-11T11:24:58Z</published>
	<updated>2008-04-11T11:24:58Z</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/PLXUTILS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Benjamin Bentmann closed PLXUTILS-56.
&lt;br&gt;-------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Benjamin Bentmann
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution: Fixed
&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: 1.5.2
&lt;br&gt;&lt;br&gt;Fixed in [r7278|&lt;a href=&quot;http://fisheye.codehaus.org/changelog/plexus/?cs=7278&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fisheye.codehaus.org/changelog/plexus/?cs=7278&lt;/a&gt;].
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Improve URL decoding done by FileUtils.toFile()
&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: PLXUTILS-56
&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/PLXUTILS-56&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-56&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Plexus Utils
&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;Affects Versions: 1.0.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Benjamin Bentmann
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Benjamin Bentmann
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5.2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: url-to-file.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A URL like &amp;quot;file:/C:/name%20with%20encoded%20spaces.txt&amp;quot; currently fails to get properly converted to the file path &amp;quot;C:\name with spaces.txt&amp;quot;. The problem stems from URL.getFile() returning a raw (i.e. still URL-encoded) substring, see [Sun Bug ID 4466485|&lt;a href=&quot;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4466485&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4466485&lt;/a&gt;] for a vivid discussion.
&lt;br&gt;&amp;gt; The attached patch is not perfect, i.e. may still fail for certain URLs as it only decodes selected escape sequences. In the long term, the method should be updated to use java.io.File.&amp;lt;ctor&amp;gt;(java.net.URI) which does the proper decoding.
&lt;br&gt;&amp;gt; The patch includes some minor tweaks to the class which are not related to this issue but I could not resist.
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLXUTILS-56%29-Improve-URL-decoding-done-by-FileUtils.toFile%28%29-tp14403156p16638781.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16638746</id>
	<title>[jira] Updated: (PLXUTILS-56) Improve URL decoding done by FileUtils.toFile()</title>
	<published>2008-04-11T11:22:58Z</published>
	<updated>2008-04-11T11:22:58Z</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/PLXUTILS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Benjamin Bentmann updated PLXUTILS-56:
&lt;br&gt;--------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Version/s: 1.0.4
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Improve URL decoding done by FileUtils.toFile()
&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: PLXUTILS-56
&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/PLXUTILS-56&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-56&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Plexus Utils
&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;Affects Versions: 1.0.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Benjamin Bentmann
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: url-to-file.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A URL like &amp;quot;file:/C:/name%20with%20encoded%20spaces.txt&amp;quot; currently fails to get properly converted to the file path &amp;quot;C:\name with spaces.txt&amp;quot;. The problem stems from URL.getFile() returning a raw (i.e. still URL-encoded) substring, see [Sun Bug ID 4466485|&lt;a href=&quot;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4466485&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4466485&lt;/a&gt;] for a vivid discussion.
&lt;br&gt;&amp;gt; The attached patch is not perfect, i.e. may still fail for certain URLs as it only decodes selected escape sequences. In the long term, the method should be updated to use java.io.File.&amp;lt;ctor&amp;gt;(java.net.URI) which does the proper decoding.
&lt;br&gt;&amp;gt; The patch includes some minor tweaks to the class which are not related to this issue but I could not resist.
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLXUTILS-56%29-Improve-URL-decoding-done-by-FileUtils.toFile%28%29-tp14403156p16638746.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16613920</id>
	<title>[jira] Closed: (PLX-369) Plexus CDC throws IndexOutOfBounds Exception if java file is empty</title>
	<published>2008-04-10T08:50:59Z</published>
	<updated>2008-04-10T08:50:59Z</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/PLX-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLX-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Brett Porter closed PLX-369.
&lt;br&gt;----------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Brett Porter
&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: Fixed
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Plexus CDC throws IndexOutOfBounds Exception if java file is empty
&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: PLX-369
&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/PLX-369&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLX-369&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Plexus
&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: CDC
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.0-alpha-10
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: James William Dumay
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Brett Porter
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.0-alpha-10
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: plexus-cdc-empty-file.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Plexus CDC throws IndexOutOfBounds Exception if java file is empty
&lt;br&gt;&amp;gt; This patch solves the headache of having to figure this out late at night.
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLX-369%29-Plexus-CDC-throws-IndexOutOfBounds-Exception-if-java-file-is-empty-tp16611700p16613920.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16611700</id>
	<title>[jira] Created: (PLX-369) Plexus CDC throws IndexOutOfBounds Exception if java file is empty</title>
	<published>2008-04-10T07:07:58Z</published>
	<updated>2008-04-10T07:07:58Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">Plexus CDC throws IndexOutOfBounds Exception if java file is empty
&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: PLX-369
&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/PLX-369&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLX-369&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Plexus
&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: CDC
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 1.0-alpha-10
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: James William Dumay
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fix For: 1.0-alpha-10
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Attachments: plexus-cdc-empty-file.patch
&lt;br&gt;&lt;br&gt;Plexus CDC throws IndexOutOfBounds Exception if java file is empty
&lt;br&gt;&lt;br&gt;This patch solves the headache of having to figure this out late at night.
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLX-369%29-Plexus-CDC-throws-IndexOutOfBounds-Exception-if-java-file-is-empty-tp16611700p16611700.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16595313</id>
	<title>[jira] Commented: (PLXUTILS-69) FileUtils.copyFile doesn't work when destination file is in smb share</title>
	<published>2008-04-09T12:53:58Z</published>
	<updated>2008-04-09T12:53:58Z</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/PLXUTILS-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=130297#action_130297&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=130297#action_130297&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Ittay Dror commented on PLXUTILS-69:
&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;After investigating, it looks like it is a permissions issue. Most files maven created were created in the linux box (yes, the smb host was linux, forgot to mention that) with sharer:users. The file above was 'ittayd:users' (not sure how), which caused the failure. Removing the file solved the issue.
&lt;br&gt;&lt;br&gt;Maybe this scenario is too rare to deal with, or maybe you'd like to consider using jcifs.samba.org (not sure how)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; FileUtils.copyFile doesn't work when destination file is in smb share
&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: PLXUTILS-69
&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/PLXUTILS-69&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-69&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Plexus Utils
&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; &amp;nbsp;Reporter: Ittay Dror
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; running mvn install fails. the relevant exception is this:
&lt;br&gt;&amp;gt; Caused by: java.io.FileNotFoundException: w:\maven\repository\com\optier\corefirst\common\Cpp\Infrastructure\Archive\1.0.0-SNAPSHOT\Archive-1.0.0-SNAPSHOT-x86-windows-msvc-shared.nar (Access is denied)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.FileOutputStream.open(Native Method)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.FileOutputStream.&amp;lt;init&amp;gt;(FileOutputStream.java:179)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.FileOutputStream.&amp;lt;init&amp;gt;(FileOutputStream.java:131)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at hidden.org.codehaus.plexus.util.FileUtils.copyFile(FileUtils.java:930)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.artifact.installer.DefaultArtifactInstaller.install(DefaultArtifactInstaller.java:73)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 19 more
&lt;br&gt;&amp;gt; other files are created fine (classes, jars etc.)
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLXUTILS-69%29-FileUtils.copyFile-doesn%27t-work-when-destination-file-is-in-smb-share-tp16594734p16595313.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16594734</id>
	<title>[jira] Created: (PLXUTILS-69) FileUtils.copyFile doesn't work when destination file is in smb share</title>
	<published>2008-04-09T12:25:58Z</published>
	<updated>2008-04-09T12:25:58Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">FileUtils.copyFile doesn't work when destination file is in smb share
&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: PLXUTILS-69
&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/PLXUTILS-69&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-69&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Plexus Utils
&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; &amp;nbsp; Reporter: Ittay Dror
&lt;br&gt;&lt;br&gt;&lt;br&gt;running mvn install fails. the relevant exception is this:
&lt;br&gt;Caused by: java.io.FileNotFoundException: w:\maven\repository\com\optier\corefirst\common\Cpp\Infrastructure\Archive\1.0.0-SNAPSHOT\Archive-1.0.0-SNAPSHOT-x86-windows-msvc-shared.nar (Access is denied)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.FileOutputStream.open(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.FileOutputStream.&amp;lt;init&amp;gt;(FileOutputStream.java:179)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.FileOutputStream.&amp;lt;init&amp;gt;(FileOutputStream.java:131)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at hidden.org.codehaus.plexus.util.FileUtils.copyFile(FileUtils.java:930)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.maven.artifact.installer.DefaultArtifactInstaller.install(DefaultArtifactInstaller.java:73)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 19 more
&lt;br&gt;&lt;br&gt;other files are created fine (classes, jars etc.)
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLXUTILS-69%29-FileUtils.copyFile-doesn%27t-work-when-destination-file-is-in-smb-share-tp16594734p16594734.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16587709</id>
	<title>[jira] Created: (PLX-368) Bug in UrlUtils prevents relative parent URL handling</title>
	<published>2008-04-09T07:01:58Z</published>
	<updated>2008-04-09T07:01:58Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">Bug in UrlUtils prevents relative parent URL handling
&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: PLX-368
&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/PLX-368&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLX-368&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Plexus
&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; &amp;nbsp; Reporter: Oliver Gierke
&lt;br&gt;&lt;br&gt;&lt;br&gt;I get an StringIndexOutOfBoundsException if a Mavenplugin tries to call normalizeUrl(..) on UrlUtils with the following format:
&lt;br&gt;&lt;br&gt;&amp;quot;../../foo/bar&amp;quot;.
&lt;br&gt;&lt;br&gt;As I found the sources here (&lt;a href=&quot;http://fisheye.codehaus.org/browse/~raw,r=4729/plexus/plexus-classworlds/trunk/src/main/java/org/codehaus/classworlds/UrlUtils.java&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fisheye.codehaus.org/browse/~raw,r=4729/plexus/plexus-classworlds/trunk/src/main/java/org/codehaus/classworlds/UrlUtils.java&lt;/a&gt;) it seems that the guarding if-clause (if (i &amp;gt;0)) is not strog enought as a value of 2 for i can cause a call to substring(-1) two lines later.
&lt;br&gt;&lt;br&gt;Regards, Ollie
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLX-368%29-Bug-in-UrlUtils-prevents-relative-parent-URL-handling-tp16587709p16587709.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16553057</id>
	<title>[jira] Updated: (PLX-326) Create a page with references on available components</title>
	<published>2008-04-07T16:10:58Z</published>
	<updated>2008-04-07T16:10:58Z</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/PLX-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLX-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Olivier Lamy updated PLX-326:
&lt;br&gt;-----------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Assignee: &amp;nbsp; &amp;nbsp; (was: Olivier Lamy)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Create a page with references on available components
&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: PLX-326
&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/PLX-326&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLX-326&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Plexus
&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: Documentation
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Olivier Lamy
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Time Spent: 1 hour
&lt;br&gt;&amp;gt; &amp;nbsp;Remaining Estimate: 0 minutes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We need a page which provide a reference for all available components.
&lt;br&gt;&amp;gt; This can be based on : &amp;nbsp;[&lt;a href=&quot;http://maven.apache.org/plugins&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins&lt;/a&gt;|&lt;a href=&quot;http://maven.apache.org/plugins&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins&lt;/a&gt;] or [&lt;a href=&quot;http://mojo.codehaus.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojo.codehaus.org&lt;/a&gt;|&lt;a href=&quot;http://mojo.codehaus.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mojo.codehaus.org&lt;/a&gt;]
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLX-326%29-Create-a-page-with-references-on-available-components-tp8997268p16553057.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16523926</id>
	<title>[jira] Updated: (PLXUTILS-56) Improve URL decoding done by FileUtils.toFile()</title>
	<published>2008-04-06T05:25:58Z</published>
	<updated>2008-04-06T05:25:58Z</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/PLXUTILS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Benjamin Bentmann updated PLXUTILS-56:
&lt;br&gt;--------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Attachment: url-to-file.patch
&lt;br&gt;&lt;br&gt;Next try: Copied code from Commons IO 1.4. I included an index fix such that &amp;quot;%2520&amp;quot; properly decodes to &amp;quot;%20&amp;quot; rather than &amp;quot; &amp;quot;.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Improve URL decoding done by FileUtils.toFile()
&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: PLXUTILS-56
&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/PLXUTILS-56&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-56&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Plexus Utils
&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; &amp;nbsp;Reporter: Benjamin Bentmann
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: url-to-file.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A URL like &amp;quot;file:/C:/name%20with%20encoded%20spaces.txt&amp;quot; currently fails to get properly converted to the file path &amp;quot;C:\name with spaces.txt&amp;quot;. The problem stems from URL.getFile() returning a raw (i.e. still URL-encoded) substring, see [Sun Bug ID 4466485|&lt;a href=&quot;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4466485&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4466485&lt;/a&gt;] for a vivid discussion.
&lt;br&gt;&amp;gt; The attached patch is not perfect, i.e. may still fail for certain URLs as it only decodes selected escape sequences. In the long term, the method should be updated to use java.io.File.&amp;lt;ctor&amp;gt;(java.net.URI) which does the proper decoding.
&lt;br&gt;&amp;gt; The patch includes some minor tweaks to the class which are not related to this issue but I could not resist.
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLXUTILS-56%29-Improve-URL-decoding-done-by-FileUtils.toFile%28%29-tp14403156p16523926.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16523887</id>
	<title>[jira] Updated: (PLXUTILS-56) Improve URL decoding done by FileUtils.toFile()</title>
	<published>2008-04-06T05:21:58Z</published>
	<updated>2008-04-06T05:21:58Z</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/PLXUTILS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Benjamin Bentmann updated PLXUTILS-56:
&lt;br&gt;--------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Attachment: &amp;nbsp; &amp;nbsp; (was: file-utils.patch)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Improve URL decoding done by FileUtils.toFile()
&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: PLXUTILS-56
&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/PLXUTILS-56&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-56&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Plexus Utils
&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; &amp;nbsp;Reporter: Benjamin Bentmann
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A URL like &amp;quot;file:/C:/name%20with%20encoded%20spaces.txt&amp;quot; currently fails to get properly converted to the file path &amp;quot;C:\name with spaces.txt&amp;quot;. The problem stems from URL.getFile() returning a raw (i.e. still URL-encoded) substring, see [Sun Bug ID 4466485|&lt;a href=&quot;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4466485&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4466485&lt;/a&gt;] for a vivid discussion.
&lt;br&gt;&amp;gt; The attached patch is not perfect, i.e. may still fail for certain URLs as it only decodes selected escape sequences. In the long term, the method should be updated to use java.io.File.&amp;lt;ctor&amp;gt;(java.net.URI) which does the proper decoding.
&lt;br&gt;&amp;gt; The patch includes some minor tweaks to the class which are not related to this issue but I could not resist.
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLXUTILS-56%29-Improve-URL-decoding-done-by-FileUtils.toFile%28%29-tp14403156p16523887.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16523891</id>
	<title>[jira] Updated: (PLXUTILS-56) Improve URL decoding done by FileUtils.toFile()</title>
	<published>2008-04-06T05:21:58Z</published>
	<updated>2008-04-06T05:21:58Z</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/PLXUTILS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Benjamin Bentmann updated PLXUTILS-56:
&lt;br&gt;--------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Attachment: &amp;nbsp; &amp;nbsp; (was: file-utils.patch)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Improve URL decoding done by FileUtils.toFile()
&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: PLXUTILS-56
&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/PLXUTILS-56&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXUTILS-56&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Plexus Utils
&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; &amp;nbsp;Reporter: Benjamin Bentmann
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A URL like &amp;quot;file:/C:/name%20with%20encoded%20spaces.txt&amp;quot; currently fails to get properly converted to the file path &amp;quot;C:\name with spaces.txt&amp;quot;. The problem stems from URL.getFile() returning a raw (i.e. still URL-encoded) substring, see [Sun Bug ID 4466485|&lt;a href=&quot;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4466485&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4466485&lt;/a&gt;] for a vivid discussion.
&lt;br&gt;&amp;gt; The attached patch is not perfect, i.e. may still fail for certain URLs as it only decodes selected escape sequences. In the long term, the method should be updated to use java.io.File.&amp;lt;ctor&amp;gt;(java.net.URI) which does the proper decoding.
&lt;br&gt;&amp;gt; The patch includes some minor tweaks to the class which are not related to this issue but I could not resist.
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLXUTILS-56%29-Improve-URL-decoding-done-by-FileUtils.toFile%28%29-tp14403156p16523891.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16470277</id>
	<title>[jira] Created: (PLXCOMP-109) Move org.codehaus.plexus.compiler.util.scan to plexus-utils</title>
	<published>2008-04-03T01:47:58Z</published>
	<updated>2008-04-03T01:47:58Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">Move org.codehaus.plexus.compiler.util.scan to plexus-utils
&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: PLXCOMP-109
&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/PLXCOMP-109&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXCOMP-109&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Plexus Components
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: plexus-compiler
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Mark Hobson
&lt;br&gt;&lt;br&gt;&lt;br&gt;These are handy classes that can be used outside of plexus-compiler. &amp;nbsp;Currently used by apt-maven-plugin which has a misleading dependency on plexus-compiler-api.
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLXCOMP-109%29-Move-org.codehaus.plexus.compiler.util.scan-to-plexus-utils-tp16470277p16470277.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16435327</id>
	<title>[jira] Created: (PLXCOMP-108) archivers do not detect duplicated files in the archive</title>
	<published>2008-04-01T14:31:58Z</published>
	<updated>2008-04-01T14:31:58Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">archivers do not detect duplicated files in the archive
&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: PLXCOMP-108
&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/PLXCOMP-108&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXCOMP-108&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Plexus Components
&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: plexus-archiver
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: John Casey
&lt;br&gt;&lt;br&gt;&lt;br&gt;This allows the same file to be added from two different calls, and the same exact path will be added twice to a single archive, prompting for overwrite when the archive is extracted.
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLXCOMP-108%29-archivers-do-not-detect-duplicated-files-in-the-archive-tp16435327p16435327.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16301101</id>
	<title>[jira] Commented: (PLXCOMP-81) Intermittent &quot;507 Insufficient Storage&quot; on Windows systems when GET immediately followed by PUT to same file.</title>
	<published>2008-03-26T03:59:58Z</published>
	<updated>2008-03-26T03:59:58Z</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/PLXCOMP-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=128660#action_128660&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXCOMP-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=128660#action_128660&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Matt Read commented on PLXCOMP-81:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;I'm seeing this error message intermittently too - not certain whether the cause is the same as for this original Jira but it only arrived when we added WebDAV to the mix.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Intermittent &amp;quot;507 Insufficient Storage&amp;quot; on Windows systems when GET immediately followed by PUT to same file.
&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: PLXCOMP-81
&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/PLXCOMP-81&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PLXCOMP-81&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Plexus Components
&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: plexus-webdav
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Windows 2003/XP, Java 1.5_11, Intel x86, Archiva 1.0 Beta 1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: David Valeri
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Joakim Erdfelt
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: StreamCleanup.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When a GET request is immediately followed by a PUT request for the same resource on a Windows system, the resource may be locked after the GET request causing the PUT request to fail. &amp;nbsp;The issue is intermittent and appears to occur when the InputStreams being opened in ReplacementGetMethod#sendResource are not closed and cause the error when the streams are not garbage collected before the PUT request is made. &amp;nbsp;The exception is generated on line 76 of DAVOutputStream in the Could.it WebDAV implementation. &amp;nbsp;The exception occurs when replacing the existing (and sometimes locked) file with the temporary file that was created during the upload.
&lt;br&gt;&amp;gt; This issue is exposed in &lt;a href=&quot;http://jira.codehaus.org/browse/MRM-243&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MRM-243&lt;/a&gt;.
&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/Plexus---Dev-f2782.html&quot; embed=&quot;fixTarget[2782]&quot; target=&quot;_top&quot; &gt;Plexus - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28PLXCOMP-81%29-Intermittent-%22507-Insufficient-Storage%22-on-Windows-systems-when-GET-immediately-followed-by-PUT-to-same-file.-tp12286085p16301101.html" />
</entry>

</feed>
