You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jacek Laskowski (JIRA)" <de...@geronimo.apache.org> on 2006/09/24 13:11:23 UTC

[jira] Resolved: (GERONIMO-2429) Branches/1.1 - Several project.xml files are referencing jaxr-api-0.5.jar which does not seem to exist anymore

     [ http://issues.apache.org/jira/browse/GERONIMO-2429?page=all ]

Jacek Laskowski resolved GERONIMO-2429.
---------------------------------------

    Fix Version/s: 1.1.x
       Resolution: Fixed

Although I can't seem to build Geronimo, it has nothing to do with the patch. Committed as revision 449394. Thanks!

> Branches/1.1 - Several project.xml files are referencing jaxr-api-0.5.jar which does not seem to exist anymore
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2429
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2429
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 1.1.x
>            Reporter: Jay D. McHugh
>         Assigned To: Jacek Laskowski
>             Fix For: 1.1.x
>
>         Attachments: geronimo-2429-v1.1.patch
>
>
> Starting with a new checkout of branches/1.1 and an empty .maven repo.
> The build fails because several project.xml files reference jaxr-api-0.5.jar:
> configs/client/project.xml
> configs/ldap-realm/project.xml
> assemblies/j2ee-jetty-server/project.xml
> assemblies/j2ee-tomcat-server/project.xml
> assemblies/minimal-jetty-server/project.xml
> assemblies/minimal-tomcat-server/project.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] Resolved: (GERONIMO-2429) Branches/1.1 - Several project.xml files are referencing jaxr-api-0.5.jar which does not seem to exist anymore

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 9/25/06, Jay D. McHugh <ja...@joyfulnoisewebdesign.com> wrote:

> I had to manually download the org.mortbay.jetty-5.1.10.jar file and put
> it into my .maven repo for my build to finish.  Is that the problem that
> you were having?

Not sure - don't remember it exactly. I'll give it a shot again and
update project.xml is it's because of missing jar. Thanks!

Jacek

-- 
Jacek Laskowski
http://www.laskowski.net.pl

Re: [jira] Resolved: (GERONIMO-2429) Branches/1.1 - Several project.xml files are referencing jaxr-api-0.5.jar which does not seem to exist anymore

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 9/25/06, Jay D. McHugh <ja...@joyfulnoisewebdesign.com> wrote:

> I had to manually download the org.mortbay.jetty-5.1.10.jar file and put
> it into my .maven repo for my build to finish.  Is that the problem that
> you were having?

Caused by: java.lang.ClassNotFoundException:
org.apache.geronimo.samples.daytrader.web.prims.PingServlet2Session2CMROne2Many
in classloader geronimo/daytrader-derby-jetty_web.war/1
.1.2-SNAPSHOT/car
        at org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:249)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
        at org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlet(JettyModuleBuilder.java:826)
        ... 91 more
19:46:51,312 ERROR [PlanProcessor]
java.lang.reflect.InvocationTargetException: null

Jacek

-- 
Jacek Laskowski
http://www.laskowski.net.pl

Re: [jira] Resolved: (GERONIMO-2429) Branches/1.1 - Several project.xml files are referencing jaxr-api-0.5.jar which does not seem to exist anymore

Posted by "Jay D. McHugh" <ja...@joyfulnoisewebdesign.com>.
Jacek Laskowski (JIRA) wrote:
>      [ http://issues.apache.org/jira/browse/GERONIMO-2429?page=all ]
>
> Jacek Laskowski resolved GERONIMO-2429.
> ---------------------------------------
>
>     Fix Version/s: 1.1.x
>        Resolution: Fixed
>
> Although I can't seem to build Geronimo, it has nothing to do with the patch. Committed as revision 449394. Thanks!
>
>   
>> Branches/1.1 - Several project.xml files are referencing jaxr-api-0.5.jar which does not seem to exist anymore
>> --------------------------------------------------------------------------------------------------------------
>>
>>                 Key: GERONIMO-2429
>>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2429
>>             Project: Geronimo
>>          Issue Type: Bug
>>      Security Level: public(Regular issues) 
>>          Components: buildsystem
>>    Affects Versions: 1.1.x
>>            Reporter: Jay D. McHugh
>>         Assigned To: Jacek Laskowski
>>             Fix For: 1.1.x
>>
>>         Attachments: geronimo-2429-v1.1.patch
>>
>>
>> Starting with a new checkout of branches/1.1 and an empty .maven repo.
>> The build fails because several project.xml files reference jaxr-api-0.5.jar:
>> configs/client/project.xml
>> configs/ldap-realm/project.xml
>> assemblies/j2ee-jetty-server/project.xml
>> assemblies/j2ee-tomcat-server/project.xml
>> assemblies/minimal-jetty-server/project.xml
>> assemblies/minimal-tomcat-server/project.xml
>>     
>
>   
Jacek,


I had to manually download the org.mortbay.jetty-5.1.10.jar file and put
it into my .maven repo for my build to finish.  Is that the problem that
you were having?

Jay