<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.java.cargo.devel">
    <title>gmane.comp.java.cargo.devel</title>
    <link>http://blog.gmane.org/gmane.comp.java.cargo.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6448"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6437"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6436"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6435"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6434"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6433"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6427"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6426"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6425"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6424"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6421"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6420"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6419"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6418"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6417"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6414"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6412"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6408"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6407"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6406"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6448">
    <title>Created: (CARGO-632) ExistingConfigurationTest.testDeployWarStatically fails on windows for weblogic8x</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6448</link>
    <description>ExistingConfigurationTest.testDeployWarStatically fails on windows for weblogic8x
---------------------------------------------------------------------------------

                 Key: CARGO-632
                 URL: http://jira.codehaus.org/browse/CARGO-632
             Project: Cargo
          Issue Type: Bug
          Components: Weblogic
    Affects Versions: 1.0
         Environment: windows xp weblogic8x
            Reporter: Adrian Cole
            Priority: Minor


file copies to core\samples\java\target\weblogic8x\installed\ExistingConfigurationTest\testDeployWarStatically\container\applications



the following clue from domain.log

####&lt;Nov 30, 2008 8:49:58 PM GMT&gt; &lt;Error&gt; &lt;Deployer&gt; &lt;LDNDTE4PC51174&gt; &lt;server&gt; &lt;ExecuteThread: '3' for queue: 'weblogic.kernel.System'&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;BEA-149225&gt; &lt;Unable to unpack the application _appsdir_simple-war-1.0-SNAPSHOT_war to the file .\server\stage\_appsdir_simple-war-1.0-SNAPSHOT_war\simple-war-1.0-SNAPSHOT.war.
java.lang.Throwable: Couldn't make dire</description>
    <dc:creator>Adrian Cole (JIRA</dc:creator>
    <dc:date>2008-11-30T21:38:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6437">
    <title>[cargo-dev] [cargo] r1809 - core/trunk/api/util/src/test/java/org/codehaus/cargo/util</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6437</link>
    <description>Author: adriancole
Date: 2008-11-30 13:54:34 -0600 (Sun, 30 Nov 2008)
New Revision: 1809

Modified:
   core/trunk/api/util/src/test/java/org/codehaus/cargo/util/DefaultFileHandlerTest.java
Log:
CARGO-631 windows explicit paths will likely include c:  used user.home property for the unit test to ensure we have relevant test

Modified: core/trunk/api/util/src/test/java/org/codehaus/cargo/util/DefaultFileHandlerTest.java
===================================================================
--- core/trunk/api/util/src/test/java/org/codehaus/cargo/util/DefaultFileHandlerTest.java2008-11-30 19:40:23 UTC (rev 1808)
+++ core/trunk/api/util/src/test/java/org/codehaus/cargo/util/DefaultFileHandlerTest.java2008-11-30 19:54:34 UTC (rev 1809)
&lt; at &gt;&lt; at &gt; -46,9 +46,8 &lt; at &gt;&lt; at &gt;
 
     public void testGetAbsolutePathFromExplicit()
     {
-        String path =
-            this.fileHandler.getAbsolutePath(System.getProperty("file.separator") + "path");
-        assertEquals(path, System.getProperty("file.separator") + "path");
+        Str</description>
    <dc:creator>adriancole-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-30T19:54:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6436">
    <title>[cargo-dev] [cargo] r1808 - core/trunk/api/util/src/test/java/org/codehaus/cargo/util</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6436</link>
    <description>Author: adriancole
Date: 2008-11-30 13:40:23 -0600 (Sun, 30 Nov 2008)
New Revision: 1808

Modified:
   core/trunk/api/util/src/test/java/org/codehaus/cargo/util/DefaultFileHandlerTest.java
Log:
CARGO-631 fixed so test works on windows

Modified: core/trunk/api/util/src/test/java/org/codehaus/cargo/util/DefaultFileHandlerTest.java
===================================================================
--- core/trunk/api/util/src/test/java/org/codehaus/cargo/util/DefaultFileHandlerTest.java2008-11-30 19:29:30 UTC (rev 1807)
+++ core/trunk/api/util/src/test/java/org/codehaus/cargo/util/DefaultFileHandlerTest.java2008-11-30 19:40:23 UTC (rev 1808)
&lt; at &gt;&lt; at &gt; -46,8 +46,9 &lt; at &gt;&lt; at &gt;
 
     public void testGetAbsolutePathFromExplicit()
     {
-        String path = this.fileHandler.getAbsolutePath("/path");
-        assertEquals(path, "/path");
+        String path =
+            this.fileHandler.getAbsolutePath(System.getProperty("file.separator") + "path");
+        assertEquals(path, System.getProperty("file.separator") + "path")</description>
    <dc:creator>adriancole-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-30T19:40:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6435">
    <title>[cargo-dev] [cargo] r1807 - in core/trunk/containers/weblogic/src: main/java/org/codehaus/cargo/container/weblogic test/java/org/codehaus/cargo/container/weblogic</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6435</link>
    <description>Author: adriancole
Date: 2008-11-30 13:29:30 -0600 (Sun, 30 Nov 2008)
New Revision: 1807

Modified:
   core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic9xStandaloneLocalConfiguration.java
   core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogicStandaloneLocalConfiguration.java
   core/trunk/containers/weblogic/src/test/java/org/codehaus/cargo/container/weblogic/WebLogic9xStandaloneLocalConfigurationTest.java
Log:
CARGO-630 restructured standalone deployers as they were not passing integration tests on windows

Modified: core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic9xStandaloneLocalConfiguration.java
===================================================================
--- core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic9xStandaloneLocalConfiguration.java2008-11-30 19:25:32 UTC (rev 1806)
+++ core/trunk/containers/weblogic/src/main/java/org/cod</description>
    <dc:creator>adriancole-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-30T19:29:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6434">
    <title>[cargo-dev] [cargo] r1806 - in core/trunk/api/util/src: main/java/org/codehaus/cargo/util test/java/org/codehaus/cargo/util</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6434</link>
    <description>Author: adriancole
Date: 2008-11-30 13:25:32 -0600 (Sun, 30 Nov 2008)
New Revision: 1806

Added:
   core/trunk/api/util/src/test/java/org/codehaus/cargo/util/DefaultFileHandlerTest.java
Modified:
   core/trunk/api/util/src/main/java/org/codehaus/cargo/util/DefaultFileHandler.java
   core/trunk/api/util/src/main/java/org/codehaus/cargo/util/FileHandler.java
Log:
CARGO-631 added support to obtain absolute path from a relative one

Modified: core/trunk/api/util/src/main/java/org/codehaus/cargo/util/DefaultFileHandler.java
===================================================================
--- core/trunk/api/util/src/main/java/org/codehaus/cargo/util/DefaultFileHandler.java2008-11-30 03:51:17 UTC (rev 1805)
+++ core/trunk/api/util/src/main/java/org/codehaus/cargo/util/DefaultFileHandler.java2008-11-30 19:25:32 UTC (rev 1806)
&lt; at &gt;&lt; at &gt; -496,4 +496,19 &lt; at &gt;&lt; at &gt;
 
         return results;
     }
+
+    /**
+     * {&lt; at &gt;inheritDoc}
+     * &lt; at &gt;see FileHandler#getAbsolutePath(String)
+     */
+    public String getAbsolutePath(String </description>
    <dc:creator>adriancole-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-30T19:25:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6433">
    <title>Created: (CARGO-631) Add ability to obtain an absolute path from a relative one</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6433</link>
    <description>Add ability to obtain an absolute path from a relative one
----------------------------------------------------------

                 Key: CARGO-631
                 URL: http://jira.codehaus.org/browse/CARGO-631
             Project: Cargo
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.0
            Reporter: Adrian Cole


In the samples pom, a war is attempted to deploy from a relative location.  This location is not relative to the container, but rather the executing java process.  Please enhance FileHandler to support this


    /**
     * gets the absolute path from a file that may be relative to the current directory.
     * 
     * &lt; at &gt;param path - what to extract the file path from
     * &lt; at &gt;return - absolute path to the file
     */
    String getAbsolutePath(String path);

</description>
    <dc:creator>Adrian Cole (JIRA</dc:creator>
    <dc:date>2008-11-30T19:20:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6427">
    <title>Created: (CARGO-630) WarCapabilityContainerTest failures on windows</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6427</link>
    <description>WarCapabilityContainerTest failures on windows
----------------------------------------------

                 Key: CARGO-630
                 URL: http://jira.codehaus.org/browse/CARGO-630
             Project: Cargo
          Issue Type: Bug
          Components: Weblogic
    Affects Versions: 1.0
         Environment: Windows XP
            Reporter: Adrian Cole


testDeployWarDefinedWithRelativePath and WarCapabilityContainerTest sporadically fail on weblogic8x, weblogic9x, weblogic10x profiles in windows with a FileNotFound error

Note that weblogic103x seems to work fine

</description>
    <dc:creator>Adrian Cole (JIRA</dc:creator>
    <dc:date>2008-11-30T12:49:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6426">
    <title>Created: (CARGO-629) Error running weblogic8x EarCapabilityContainerTest on JDK 1.4 windows</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6426</link>
    <description>Error running weblogic8x EarCapabilityContainerTest on JDK 1.4 windows
----------------------------------------------------------------------

                 Key: CARGO-629
                 URL: http://jira.codehaus.org/browse/CARGO-629
             Project: Cargo
          Issue Type: Bug
          Components: Weblogic
    Affects Versions: 1.0
         Environment: windows xp weblogic8x profile
            Reporter: Adrian Cole



  &lt;testcase classname="org.codehaus.cargo.sample.java.EarCapabilityContainerTest" time="0.031" name="testStartWithOneEarWithOneWarDeployed "&gt;

Failed to create a WebLogic 8.x standalone configuration"&gt;org.codehaus.cargo.container.ContainerException: Failed to create a WebLogic 8.x standalone configuration

Caused by: org.codehaus.cargo.container.ContainerException: Failed to parse webapps from [C:\Documents and Settings\coleadr\.m2\repository\org\codehaus\cargo\simple-ear\1.0-SNAPSHOT\simple-ear-1.0-SNAPSHOT.ear] EAR.

Caused by: org.jdom.JDOMException: Could not load default S</description>
    <dc:creator>Adrian Cole (JIRA</dc:creator>
    <dc:date>2008-11-30T11:47:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6425">
    <title>[cargo-dev] cargo: WebLogic status</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6425</link>
    <description>WebLogic support is nearly complete.  I have added the new versions
into the samples pom to start regression testing features.

Here is the status:

weblogic8x,weblogic9x,weblogic10x,weblogic103x  &lt;- OK (on mac)
IN-PROGRESS (windows and linux)
   * going through the output of the samples build and addressing
issues as they arise

Next update tomorrow.

Regards,
-Adrian

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>Adrian Cole</dc:creator>
    <dc:date>2008-11-30T03:56:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6424">
    <title>[cargo-dev] [cargo] r1805 - core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6424</link>
    <description>Author: adriancole
Date: 2008-11-29 21:51:17 -0600 (Sat, 29 Nov 2008)
New Revision: 1805

Modified:
   core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic9xStandaloneLocalConfiguration.java
Log:
fixed bug where copy was filtering a binary file: CARGO-628

Modified: core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic9xStandaloneLocalConfiguration.java
===================================================================
--- core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic9xStandaloneLocalConfiguration.java2008-11-30 02:40:34 UTC (rev 1804)
+++ core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic9xStandaloneLocalConfiguration.java2008-11-30 03:51:17 UTC (rev 1805)
&lt; at &gt;&lt; at &gt; -104,8 +104,7 &lt; at &gt;&lt; at &gt;
 
         getResourceUtils().copyResource(
             RESOURCE_PATH + container.getId() + "/SerializedSystemIni.dat",
-            getFileHandler().append(securityDir,</description>
    <dc:creator>adriancole-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-30T03:51:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6421">
    <title>[cargo-dev] [cargo] r1804 - in core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources: weblogic103x weblogic10x weblogic9x</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6421</link>
    <description>Author: adriancole
Date: 2008-11-29 20:40:34 -0600 (Sat, 29 Nov 2008)
New Revision: 1804

Modified:
   core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic103x/SerializedSystemIni.dat
   core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic10x/SerializedSystemIni.dat
   core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic9x/SerializedSystemIni.dat
Log:
should have been checked in binary CARGO-628


Property changes on: core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic103x/SerializedSystemIni.dat
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream


Property changes on: core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic10x/SerializedSystemIni.dat
_____________________________</description>
    <dc:creator>adriancole-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-30T02:40:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6420">
    <title>Created: (CARGO-628) bad file type on SerializedSystemIni.dat</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6420</link>
    <description>bad file type on SerializedSystemIni.dat
----------------------------------------

                 Key: CARGO-628
                 URL: http://jira.codehaus.org/browse/CARGO-628
             Project: Cargo
          Issue Type: Bug
    Affects Versions: 1.0
         Environment: RHEL 4
            Reporter: Adrian Cole


SerializedSystemIni.dat was not checked in as binary, so it is not operating on linux


&lt;Nov 29, 2008 5:44:47 PM PST&gt; &lt;Notice&gt; &lt;Log Management&gt; &lt;BEA-170019&gt; &lt;The server log file /tmp/trunks/core/samples/jav
a/target/weblogic10x/installed/AllLocalContainerTest/testStartWithNoDeployable/container/servers/server/logs/server.lo
g is opened. All server side log events will be written to this file.&gt;
&lt;Nov 29, 2008 5:44:48 PM PST&gt; &lt;Critical&gt; &lt;WebLogicServer&gt; &lt;BEA-000386&gt; &lt;Server subsystem failed. Reason: java.lang.Ass
ertionError: java.lang.reflect.InvocationTargetException
java.lang.AssertionError: java.lang.reflect.InvocationTargetException
        at weblogic.descriptor.DescriptorManager$Securit</description>
    <dc:creator>Adrian Cole (JIRA</dc:creator>
    <dc:date>2008-11-30T02:37:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6419">
    <title>[cargo-dev] [cargo] r1803 - core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6419</link>
    <description>Author: adriancole
Date: 2008-11-29 20:05:01 -0600 (Sat, 29 Nov 2008)
New Revision: 1803

Modified:
   core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic9xStandaloneLocalConfiguration.java
Log:
uri doesn't exist in WLS9 CARGO-615

Modified: core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic9xStandaloneLocalConfiguration.java
===================================================================
--- core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic9xStandaloneLocalConfiguration.java2008-11-30 01:34:50 UTC (rev 1802)
+++ core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic9xStandaloneLocalConfiguration.java2008-11-30 02:05:01 UTC (rev 1803)
&lt; at &gt;&lt; at &gt; -137,9 +137,6 &lt; at &gt;&lt; at &gt;
                 appTokenValue.append("&lt;source-path&gt;");
                 appTokenValue.append(getFileHandler().getParent(deployable.getFile()));
                 appTokenValue.append("&lt;/source-p</description>
    <dc:creator>adriancole-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-30T02:05:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6418">
    <title>[cargo-dev] [cargo] r1802 - core/trunk/samples</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6418</link>
    <description>Author: adriancole
Date: 2008-11-29 19:34:50 -0600 (Sat, 29 Nov 2008)
New Revision: 1802

Modified:
   core/trunk/samples/pom.xml
Log:
added WebLogic 9,10,103x to sample pom CARGO-627

Modified: core/trunk/samples/pom.xml
===================================================================
--- core/trunk/samples/pom.xml2008-11-30 01:30:51 UTC (rev 1801)
+++ core/trunk/samples/pom.xml2008-11-30 01:34:50 UTC (rev 1802)
&lt; at &gt;&lt; at &gt; -264,10 +264,19 &lt; at &gt;&lt; at &gt;
               &lt;/property&gt;
 
               &lt;!--
-                Note: There is no direct download link for WL 8.x. Thus you have to manually
-                install it on your machine and specify where it is installed using the
-                cargo.weblogic8x.home property.
+                WebLogic 8.x
+
+                Notes: 
+                
+                WebLogic 8.1SP6 and below only run on JDK 1.4
+                
+                There is no non-interactive download link for WL 8.x.  Here is a link that requires license agreement:
+                   * h</description>
    <dc:creator>adriancole-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-30T01:34:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6417">
    <title>[cargo-dev] [cargo] r1801 - in core/trunk/containers/weblogic/src: main/java/org/codehaus/cargo/container/weblogic main/java/org/codehaus/cargo/container/weblogic/internal test/java/org/codehaus/cargo/container/weblogic/internal</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6417</link>
    <description>Author: adriancole
Date: 2008-11-29 19:30:51 -0600 (Sat, 29 Nov 2008)
New Revision: 1801

Modified:
   core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic103xInstalledLocalContainer.java
   core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic10xInstalledLocalContainer.java
   core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic8xInstalledLocalContainer.java
   core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic9xInstalledLocalContainer.java
   core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogicPropertySet.java
   core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/internal/AbstractWebLogicInstalledLocalContainer.java
   core/trunk/containers/weblogic/src/test/java/org/codehaus/cargo/container/weblogic/internal/WebLogicInstalledLocalContainerTest.java
Log:
added default mem args for W</description>
    <dc:creator>adriancole-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-30T01:30:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6414">
    <title>Created: (CARGO-627) add weblogic to samples pom</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6414</link>
    <description>add weblogic to samples pom
---------------------------

                 Key: CARGO-627
                 URL: http://jira.codehaus.org/browse/CARGO-627
             Project: Cargo
          Issue Type: Task
          Components: Weblogic
    Affects Versions: 1.0
            Reporter: Adrian Cole
            Priority: Minor


Please add current versions of weblogic to samples pom and provide comments with regards to where these products can be downloaded

</description>
    <dc:creator>Adrian Cole (JIRA</dc:creator>
    <dc:date>2008-11-30T00:56:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6412">
    <title>Created: (CARGO-626) Set default mem args when none are provided</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6412</link>
    <description>Set default mem args when none are provided
-------------------------------------------

                 Key: CARGO-626
                 URL: http://jira.codehaus.org/browse/CARGO-626
             Project: Cargo
          Issue Type: Improvement
          Components: Weblogic
    Affects Versions: 0.9
            Reporter: Adrian Cole
            Priority: Minor


It is currently not possible to run weblogic without providing memory arguments explicitly. Please enhance configuration so that it provides default memory args from the vendor when absent.

</description>
    <dc:creator>Adrian Cole (JIRA</dc:creator>
    <dc:date>2008-11-29T22:32:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6408">
    <title>[cargo-dev] [cargo] r1800 - in core/trunk: api/generic/src/main/java/org/codehaus/cargo/generic api/generic/src/main/java/org/codehaus/cargo/generic/configuration api/generic/src/main/java/org/codehaus/cargo/generic/deployer containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic103x containers/weblogic/src/test/java/org/codehaus/cargo/container/weblogic</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6408</link>
    <description>Author: adriancole
Date: 2008-11-29 16:19:05 -0600 (Sat, 29 Nov 2008)
New Revision: 1800

Added:
   core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic103xInstalledLocalContainer.java
   core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic103xStandaloneLocalConfiguration.java
   core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic103x/
   core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic103x/DefaultAuthenticatorInit.ldift
   core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic103x/SerializedSystemIni.dat
   core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic103x/config.xml
   core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic103x/weblogic.xml
   core/trunk/con</description>
    <dc:creator>adriancole-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-29T22:19:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6407">
    <title>[cargo-dev] [cargo] r1799 - core/trunk/api/generic/src/main/java/org/codehaus/cargo/generic/configuration</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6407</link>
    <description>Author: adriancole
Date: 2008-11-29 14:29:01 -0600 (Sat, 29 Nov 2008)
New Revision: 1799

Modified:
   core/trunk/api/generic/src/main/java/org/codehaus/cargo/generic/configuration/DefaultConfigurationCapabilityFactory.java
   core/trunk/api/generic/src/main/java/org/codehaus/cargo/generic/configuration/DefaultConfigurationFactory.java
Log:
added support for weblogic10x standalone CARGO-625

Modified: core/trunk/api/generic/src/main/java/org/codehaus/cargo/generic/configuration/DefaultConfigurationCapabilityFactory.java
===================================================================
--- core/trunk/api/generic/src/main/java/org/codehaus/cargo/generic/configuration/DefaultConfigurationCapabilityFactory.java2008-11-29 20:28:54 UTC (rev 1798)
+++ core/trunk/api/generic/src/main/java/org/codehaus/cargo/generic/configuration/DefaultConfigurationCapabilityFactory.java2008-11-29 20:29:01 UTC (rev 1799)
&lt; at &gt;&lt; at &gt; -321,8 +321,11 &lt; at &gt;&lt; at &gt;
         registerConfigurationCapability("weblogic9x", ContainerType.INSTALLED,
        </description>
    <dc:creator>adriancole-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-29T20:29:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6406">
    <title>[cargo-dev] [cargo] r1798 - in core/trunk/containers/weblogic/src: main/java/org/codehaus/cargo/container/weblogic main/resources/org/codehaus/cargo/container/internal/resources main/resources/org/codehaus/cargo/container/internal/resources/weblogic10x test/java/org/codehaus/cargo/container/weblogic</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6406</link>
    <description>Author: adriancole
Date: 2008-11-29 14:28:54 -0600 (Sat, 29 Nov 2008)
New Revision: 1798

Added:
   core/trunk/containers/weblogic/src/main/java/org/codehaus/cargo/container/weblogic/WebLogic10xStandaloneLocalConfiguration.java
   core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic10x/
   core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic10x/DefaultAuthenticatorInit.ldift
   core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic10x/SerializedSystemIni.dat
   core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic10x/config.xml
   core/trunk/containers/weblogic/src/main/resources/org/codehaus/cargo/container/internal/resources/weblogic10x/weblogic.xml
   core/trunk/containers/weblogic/src/test/java/org/codehaus/cargo/container/weblogic/WebLogic10xStandaloneLocalConfigurationTest.java
Log:
added supp</description>
    <dc:creator>adriancole-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-29T20:28:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6401">
    <title>[cargo-dev] unit testing additions to generic package</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6401</link>
    <description>In efforts to be true to form, I'd like to add a unit test to
cargo-core-api-generic or cargo-core-container-weblogic to ensure that
my generic registrations are done.  Ex:


    public void testCreateStandaloneLocalConfigurationForWebLogic9x()
    {
        LocalConfiguration configuration = (LocalConfiguration)
this.factory.createConfiguration(
            "weblogic9x", ContainerType.INSTALLED,
ConfigurationType.STANDALONE);
    }

However, I see no means to do this without creating a circular
dependency, as the generic module doesn't have classloader access to
the weblogic module and visa versa.  I'd like us to be able to unit
test the fact that we've added registration even if the classloader
doesn't have access to the implementation, yet.  It would help us to
not forget steps and keep typos in check.

Any ideas on how we can improve to allow us to unit-test generic
registrations?

Regards,
-Adrian

---------------------------------------------------------------------
To unsubscribe from this list, pleas</description>
    <dc:creator>Adrian Cole</dc:creator>
    <dc:date>2008-11-29T18:17:29</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.java.cargo.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.cargo.devel</link>
  </textinput>
</rdf:RDF>
