You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Kevan Miller (JIRA)" <ji...@apache.org> on 2007/03/10 18:28:09 UTC

[jira] Created: (GERONIMO-2950) Build test failure in geronimo-naming

Build test failure in geronimo-naming
-------------------------------------

                 Key: GERONIMO-2950
                 URL: https://issues.apache.org/jira/browse/GERONIMO-2950
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
            Reporter: Kevan Miller
         Assigned To: Dain Sundstrom


server/trunk builds are failing in geronimo-naming junit tests. 

Running org.apache.geronimo.gjndi.JavaCompContextTest
lookup(String) milliseconds: 432
Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.461 sec <<< FAILURE!  

-------------------------------------------------------------------------------
Test set: org.apache.geronimo.gjndi.JavaCompContextTest
-------------------------------------------------------------------------------
Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.462 sec <<< FAILURE!
testSchemeLookup(org.apache.geronimo.gjndi.JavaCompContextTest)  Time elapsed: 0.006 sec  <<< ERROR!
javax.naming.NotContextException: java:comp/env/hello
        at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:161)
        at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:597)
        at org.apache.xbean.naming.context.ContextFlyweight.lookup(ContextFlyweight.java:44)
        at org.apache.geronimo.gjndi.JavaCompContextTest.testSchemeLookup(JavaCompContextTest.java:86)          

I'm going to remove the test and have Dain fix...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-2950) Build test failure in geronimo-naming

Posted by "Kevan Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevan Miller closed GERONIMO-2950.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0.x)
                   2.0

> Build test failure in geronimo-naming
> -------------------------------------
>
>                 Key: GERONIMO-2950
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2950
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: naming
>    Affects Versions: 2.0-M6
>            Reporter: Kevan Miller
>            Assignee: Kevan Miller
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: GERONIMO-2950.patch
>
>
> server/trunk builds are failing in geronimo-naming junit tests. 
> Running org.apache.geronimo.gjndi.JavaCompContextTest
> lookup(String) milliseconds: 432
> Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.461 sec <<< FAILURE!  
> -------------------------------------------------------------------------------
> Test set: org.apache.geronimo.gjndi.JavaCompContextTest
> -------------------------------------------------------------------------------
> Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.462 sec <<< FAILURE!
> testSchemeLookup(org.apache.geronimo.gjndi.JavaCompContextTest)  Time elapsed: 0.006 sec  <<< ERROR!
> javax.naming.NotContextException: java:comp/env/hello
>         at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:161)
>         at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:597)
>         at org.apache.xbean.naming.context.ContextFlyweight.lookup(ContextFlyweight.java:44)
>         at org.apache.geronimo.gjndi.JavaCompContextTest.testSchemeLookup(JavaCompContextTest.java:86)          
> I'm going to remove the test and have Dain fix...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-2950) Build test failure in geronimo-naming

Posted by "Prasad Kashyap (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasad Kashyap updated GERONIMO-2950:
-------------------------------------

       Patch Info: [Patch Available]
    Fix Version/s:     (was: 2.0-M7)
                   2.0.x

> Build test failure in geronimo-naming
> -------------------------------------
>
>                 Key: GERONIMO-2950
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2950
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: naming
>    Affects Versions: 2.0-M6
>            Reporter: Kevan Miller
>            Assignee: Kevan Miller
>            Priority: Minor
>             Fix For: 2.0.x
>
>         Attachments: GERONIMO-2950.patch
>
>
> server/trunk builds are failing in geronimo-naming junit tests. 
> Running org.apache.geronimo.gjndi.JavaCompContextTest
> lookup(String) milliseconds: 432
> Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.461 sec <<< FAILURE!  
> -------------------------------------------------------------------------------
> Test set: org.apache.geronimo.gjndi.JavaCompContextTest
> -------------------------------------------------------------------------------
> Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.462 sec <<< FAILURE!
> testSchemeLookup(org.apache.geronimo.gjndi.JavaCompContextTest)  Time elapsed: 0.006 sec  <<< ERROR!
> javax.naming.NotContextException: java:comp/env/hello
>         at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:161)
>         at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:597)
>         at org.apache.xbean.naming.context.ContextFlyweight.lookup(ContextFlyweight.java:44)
>         at org.apache.geronimo.gjndi.JavaCompContextTest.testSchemeLookup(JavaCompContextTest.java:86)          
> I'm going to remove the test and have Dain fix...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-2950) Build test failure in geronimo-naming

Posted by "Dain Sundstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dain Sundstrom updated GERONIMO-2950:
-------------------------------------

          Component/s: naming
             Priority: Minor  (was: Major)
    Affects Version/s: 2.0-M6
        Fix Version/s: 2.0-M7
             Assignee: Kevan Miller  (was: Dain Sundstrom)

> Build test failure in geronimo-naming
> -------------------------------------
>
>                 Key: GERONIMO-2950
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2950
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: naming
>    Affects Versions: 2.0-M6
>            Reporter: Kevan Miller
>            Assignee: Kevan Miller
>            Priority: Minor
>             Fix For: 2.0-M7
>
>         Attachments: GERONIMO-2950.patch
>
>
> server/trunk builds are failing in geronimo-naming junit tests. 
> Running org.apache.geronimo.gjndi.JavaCompContextTest
> lookup(String) milliseconds: 432
> Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.461 sec <<< FAILURE!  
> -------------------------------------------------------------------------------
> Test set: org.apache.geronimo.gjndi.JavaCompContextTest
> -------------------------------------------------------------------------------
> Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.462 sec <<< FAILURE!
> testSchemeLookup(org.apache.geronimo.gjndi.JavaCompContextTest)  Time elapsed: 0.006 sec  <<< ERROR!
> javax.naming.NotContextException: java:comp/env/hello
>         at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:161)
>         at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:597)
>         at org.apache.xbean.naming.context.ContextFlyweight.lookup(ContextFlyweight.java:44)
>         at org.apache.geronimo.gjndi.JavaCompContextTest.testSchemeLookup(JavaCompContextTest.java:86)          
> I'm going to remove the test and have Dain fix...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-2950) Build test failure in geronimo-naming

Posted by "Dain Sundstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dain Sundstrom updated GERONIMO-2950:
-------------------------------------

    Attachment: GERONIMO-2950.patch

Problem is fixed in xbean-naming 3.1-SNAPSHOT, but I don't think we should change versions until the next G version is shipped as the fix could cause unintended regressions.

> Build test failure in geronimo-naming
> -------------------------------------
>
>                 Key: GERONIMO-2950
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2950
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>            Reporter: Kevan Miller
>            Assignee: Dain Sundstrom
>         Attachments: GERONIMO-2950.patch
>
>
> server/trunk builds are failing in geronimo-naming junit tests. 
> Running org.apache.geronimo.gjndi.JavaCompContextTest
> lookup(String) milliseconds: 432
> Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.461 sec <<< FAILURE!  
> -------------------------------------------------------------------------------
> Test set: org.apache.geronimo.gjndi.JavaCompContextTest
> -------------------------------------------------------------------------------
> Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.462 sec <<< FAILURE!
> testSchemeLookup(org.apache.geronimo.gjndi.JavaCompContextTest)  Time elapsed: 0.006 sec  <<< ERROR!
> javax.naming.NotContextException: java:comp/env/hello
>         at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:161)
>         at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:597)
>         at org.apache.xbean.naming.context.ContextFlyweight.lookup(ContextFlyweight.java:44)
>         at org.apache.geronimo.gjndi.JavaCompContextTest.testSchemeLookup(JavaCompContextTest.java:86)          
> I'm going to remove the test and have Dain fix...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.