Thanks Edwin. I am comfortable with checking out and building. I am planning to 
do so on WSL 10.0 with Fedora 3.4. If successful, I will try backporting for 
WSL 9.2. In the meantime, if you could post the changes required to make Fedora 
3.3/3.4 work on WSL 10.x, it will be great. 

To answer why 2.2.1 - long story short - I had done a Proof of concept for my 
organization in 2007 and handed over to a development team. It has come back to 
me recently with no updates :-(. 

Regards
Sriram Seshagiri

--- On Tue, 5/25/10, [email protected] 
<[email protected]> wrote:

> From: [email protected] 
> <[email protected]>
> Subject: Fedora-commons-developers Digest, Vol 39, Issue 7
> To: [email protected]
> Date: Tuesday, May 25, 2010, 8:53 AM
> Send Fedora-commons-developers
> mailing list submissions to
>     [email protected]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>     https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
> 
> or, via email, send a message with subject or body 'help'
> to
>     [email protected]
> 
> You can reach the person managing the list at
>     [email protected]
> 
> When replying, please edit your Subject line so it is more
> specific
> than "Re: Contents of Fedora-commons-developers digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: (no subject) (Edwin Shin)
>    2. Failed tests:
>      
> testParseDate(org.fcrepo.server.utilities.TestDateUtility)
>       (Hu?n Thebault)
>    3. Re: Failed tests:
>      
> testParseDate(org.fcrepo.server.utilities.TestDateUtility)
>       (Edwin Shin)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Mon, 24 May 2010 17:39:23 +0200
> From: Edwin Shin <[email protected]>
> Subject: Re: [Fedora-commons-developers] (no subject)
> To: FC Developers List
>     <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=windows-1252
> 
> I did some work for a client to get Fedora running on
> Weblogic in December & January (post 3.3 release). If
> you're comfortable checking & building from trunk, I'd
> test to see if that works for you in WL 9.2 (I tested
> against WL10). If that works for you, you can see about
> backporting those changes against Fedora 2.2.x.
> 
> As I recall, the web.xml change you made is only one of
> several that are required to deal w/ classloader issues to
> get things running smoothly on Weblogic.
> 
> I have to ask: why on earth are you stuck w/ 2.2.1?
> 
> On 24 May 2010, at 5:24 PM, Fu Manchu wrote:
> 
> > I installed fedora-2.2.1 on Weblogic 9.2 using
> fedora-2.2.1-installer.jar (using custom mode and other as
> container).
> > 
> > The only changes to the WAR file are documented
> below:
> > 
> > Changed web-app tag as below:
> > 
> > <web-app id="WebApp_ID" version="2.4" 
> > xmlns="http://java.sun.com/xml/ns/j2ee"; 
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
> > 
> > The role name is administrator and realm used is the
> default myrealm (a user called fedoraAdmin has been
> created)
> > 
> > Also removed extra servlet mappings, error page
> handler for 100 (to shut up a stupid WLS error on console re
> ArrayOutofIndex exception). For reference the web.xml is
> attached also.
> > 
> > 
> > Added a weblogic.xml file with
> > 
> >
> <wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes>
> > 
> > Inside
> the   <wls:container-descriptor>
> > 
> > The WAR file deploys just fine and no issues. When
> invoking the client via fedora-admin.bat file, we run into
> AXIS issues as indicated by the following log file. Can
> anybody help us in seeing where I am going wrong? Is it
> something to do with the security constraints and passing of
> credentials or AXIS with Weblogic issue?
> > 
> > 
> > Relevant files are attached (sample code is in
> code_fragment.txt) 
> > 
> > I do apologize since Fedora 2.2.1 is way old ? but
> unfortunately my hands are tied re this version :-<.
> > 
> > Thanks & regards
> > 
> > Seshagiri Sriram
> > 
> > 
> >
> <beSecurity.xml><code_fragment.txt><fedora-users.xml><web.xml><client.log>------------------------------------------------------------------------------
> > 
> > _______________________________________________
> > Fedora-commons-developers mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
> 
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Tue, 25 May 2010 15:38:11 +0200
> From: Hu?n Thebault <[email protected]>
> Subject: [Fedora-commons-developers] Failed tests:
>    
> testParseDate(org.fcrepo.server.utilities.TestDateUtility)
> To: "fedora-commons-develop...@lists. sourceforge. net"
>     <[email protected]>
> Message-ID: <008401cafc0f$877018e0$96504a...@[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hello developpers
> 
>  
> 
> I?m trying to build fedora (trunk) from sources, but I get
> this :
> 
>  
> 
> ?
> 
> Results :
> 
>  
> 
> Failed tests: 
> 
>  
> testParseDate(org.fcrepo.server.utilities.TestDateUtility)
> 
>  
> 
> Tests run: 314, Failures: 1, Errors: 0, Skipped: 0
> 
>  
> 
> [INFO]
> ------------------------------------------------------------------------
> 
> [INFO] Reactor Summary:
> 
> [INFO] 
> 
> [INFO] Fedora Repository Project .........................
> SUCCESS [1.328s]
> 
> [INFO] Fedora Generate Library ...........................
> SUCCESS [1.156s]
> 
> [INFO] Fedora Common Library .............................
> SUCCESS [10.000s]
> 
> [INFO] Fedora Server Library .............................
> FAILURE
> [1:36.204s]
> 
> [INFO] All Fedora Clients ................................
> SKIPPED
> 
> [INFO] Fedora Admin Client (Swing) .......................
> SKIPPED
> 
> [INFO] Fedora Messaging Client Library ...................
> SKIPPED
> 
> [INFO] Fedora Security Modules ...........................
> SKIPPED
> 
> [INFO] Fedora Security PDP ...............................
> SKIPPED
> 
> [INFO] Fedora Integration Test ...........................
> SKIPPED
> 
> [INFO] All Fedora Webapps ................................
> SKIPPED
> 
> [INFO] Fedora Webapp - Demo Content ......................
> SKIPPED
> 
> [INFO] Fedora Webapp - Formatting Objects Processor ......
> SKIPPED
> 
> [INFO] Fedora Webapp - Saxon XSLT Processor ..............
> SKIPPED
> 
> [INFO] Fedora Webapp - Image Manipulation ................
> SKIPPED
> 
> [INFO] Fedora JAAS Authentication ........................
> SKIPPED
> 
> [INFO] Fedora Security PEP ...............................
> SKIPPED
> 
> [INFO] Fedora Webapp .....................................
> SKIPPED
> 
> [INFO] Fedora Installer ..................................
> SKIPPED
> 
> [INFO]
> ------------------------------------------------------------------------
> 
> [INFO] BUILD FAILURE
> 
> [INFO]
> ------------------------------------------------------------------------
> 
> [INFO] Total time: 1:48.969s
> 
> [INFO] Finished at: Tue May 25 18:25:56 PKT 2010
> 
> [INFO] Final Memory: 20M/56M
> 
> [INFO]
> ------------------------------------------------------------------------
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.4.2:test
> (default-test) on
> project fcrepo-server: There are test failures.
> 
>  
> 
>  
> 
>  
> 
> And in org.fcrepo.server.utilities.TestDateUtility.txt I
> can see : 
> 
>  
> 
> ----------------------------------------------------------------------------
> ---
> 
> Test set: org.fcrepo.server.utilities.TestDateUtility
> 
> ----------------------------------------------------------------------------
> ---
> 
> Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time
> elapsed: 0.015 sec
> <<< FAILURE!
> 
> testParseDate(org.fcrepo.server.utilities.TestDateUtility) 
> Time elapsed: 0
> sec  <<< FAILURE!
> 
> junit.framework.AssertionFailedError: expected:<Thu Jan
> 01 05:00:00 PKT
> 1970> but was:<null>
> 
>                 at
> junit.framework.Assert.fail(Assert.java:47)
> 
>                 at
> junit.framework.Assert.failNotEquals(Assert.java:277)
> 
>                 at
> junit.framework.Assert.assertEquals(Assert.java:64)
> 
>                 at
> junit.framework.Assert.assertEquals(Assert.java:71)
> 
>                 at
> org.fcrepo.server.utilities.TestDateUtility.testParseDate(TestDateUtility.ja
> va:90)
> 
> ?
> 
>  
> 
> I?m using windows and I?ve followed this guide :
> http://www.fedora-commons.org/confluence/pages/viewpage.action?pageId=137656
> 55 to configure eclipse with maven
> 
>  
> 
> Any help would be highly appreciated !
> 
>  
> 
> -----
> 
> Hu?n Thebault
> 
> Centre de Calcul de l'IN2P3
> 
> Development Team
> 
> Tel. Std          +33 4 78 93 08
> 80
> 
>  
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> 
> ------------------------------
> 
> Message: 3
> Date: Tue, 25 May 2010 15:53:26 +0200
> From: Edwin Shin <[email protected]>
> Subject: Re: [Fedora-commons-developers] Failed tests:
>    
> testParseDate(org.fcrepo.server.utilities.TestDateUtility)
> To: Hu?n Thebault <[email protected]>
> Cc: "fedora-commons-develop...@lists. sourceforge. net"
>     <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=windows-1252
> 
> Hu?n,
> 
> Could you insert a print statement at line 90 to see which
> date string is causing the problem? e.g.:
> 
>          for (String element
> : dates) {
> +           
> System.out.println("parsing: " + element);
>          
>    assertEquals(EPOCH,
> DateUtility.parseDateAsUTC(element));
>          }
>  
> And re-run the test and report back the date string that's
> causing the problem.
> 
> Eddie
> 
> 
> On 25 May 2010, at 3:38 PM, Hu?n Thebault wrote:
> 
> > Hello developpers
> >  
> > I?m trying to build fedora (trunk) from sources, but I
> get this :
> >  
> > ?
> > Results :
> >  
> > Failed tests:
> >   testParseDate(org.fcrepo.server.utilities.TestDateUtility)
> >  
> > Tests run: 314, Failures: 1, Errors: 0, Skipped: 0
> >  
> > [INFO]
> ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] Fedora Repository Project
> ......................... SUCCESS [1.328s]
> > [INFO] Fedora Generate Library
> ........................... SUCCESS [1.156s]
> > [INFO] Fedora Common Library
> ............................. SUCCESS [10.000s]
> > [INFO] Fedora Server Library
> ............................. FAILURE [1:36.204s]
> > [INFO] All Fedora Clients
> ................................ SKIPPED
> > [INFO] Fedora Admin Client (Swing)
> ....................... SKIPPED
> > [INFO] Fedora Messaging Client Library
> ................... SKIPPED
> > [INFO] Fedora Security Modules
> ........................... SKIPPED
> > [INFO] Fedora Security PDP
> ............................... SKIPPED
> > [INFO] Fedora Integration Test
> ........................... SKIPPED
> > [INFO] All Fedora Webapps
> ................................ SKIPPED
> > [INFO] Fedora Webapp - Demo Content
> ...................... SKIPPED
> > [INFO] Fedora Webapp - Formatting Objects Processor
> ...... SKIPPED
> > [INFO] Fedora Webapp - Saxon XSLT Processor
> .............. SKIPPED
> > [INFO] Fedora Webapp - Image Manipulation
> ................ SKIPPED
> > [INFO] Fedora JAAS Authentication
> ........................ SKIPPED
> > [INFO] Fedora Security PEP
> ............................... SKIPPED
> > [INFO] Fedora Webapp
> ..................................... SKIPPED
> > [INFO] Fedora Installer
> .................................. SKIPPED
> > [INFO]
> ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> ------------------------------------------------------------------------
> > [INFO] Total time: 1:48.969s
> > [INFO] Finished at: Tue May 25 18:25:56 PKT 2010
> > [INFO] Final Memory: 20M/56M
> > [INFO]
> ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.4.2:test
> (default-test) on project fcrepo-server: There are test
> failures.
> >  
> >  
> >  
> > And in org.fcrepo.server.utilities.TestDateUtility.txt
> I can see :
> >  
> >
> -------------------------------------------------------------------------------
> > Test set: org.fcrepo.server.utilities.TestDateUtility
> >
> -------------------------------------------------------------------------------
> > Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time
> elapsed: 0.015 sec <<< FAILURE!
> >
> testParseDate(org.fcrepo.server.utilities.TestDateUtility) 
> Time elapsed: 0 sec  <<< FAILURE!
> > junit.framework.AssertionFailedError: expected:<Thu
> Jan 01 05:00:00 PKT 1970> but was:<null>
> >             
>    at
> junit.framework.Assert.fail(Assert.java:47)
> >             
>    at
> junit.framework.Assert.failNotEquals(Assert.java:277)
> >             
>    at
> junit.framework.Assert.assertEquals(Assert.java:64)
> >             
>    at
> junit.framework.Assert.assertEquals(Assert.java:71)
> >             
>    at
> org.fcrepo.server.utilities.TestDateUtility.testParseDate(TestDateUtility.java:90)
> > ?
> >  
> > I?m using windows and I?ve followed this guide : 
> > http://www.fedora-commons.org/confluence/pages/viewpage.action?pageId=13765655
> to configure eclipse with maven
> >  
> > Any help would be highly appreciated !
> >  
> > -----
> > Hu?n Thebault
> > Centre de Calcul de l'IN2P3
> > Development Team
> > Tel. Std          +33 4 78 93
> 08 80
> >  
> >
> ------------------------------------------------------------------------------
> > 
> > _______________________________________________
> > Fedora-commons-developers mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
> 
> 
> 
> 
> ------------------------------
> 
> ------------------------------------------------------------------------------
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> Fedora-commons-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
> 
> 
> End of Fedora-commons-developers Digest, Vol 39, Issue 7
> ********************************************************
> 


      

------------------------------------------------------------------------------

_______________________________________________
Fedora-commons-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers

Reply via email to