Re: svn commit: r483034 - /geronimo/server/trunk/applications/geronimo-welcome/src/main/webapp/WEB-INF/web.xml

2006-12-08 Thread Gianny Damour

1.2 has been patched.

Thanks,
Gianny

On 06/12/2006, at 11:37 PM, Vamsavardhana Reddy wrote:


Do we need this fix in branches\1.2 too?

--vamsi

On 12/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author:  
gdamour

Date: Wed Dec  6 03:11:05 2006
New Revision: 483034

URL: http://svn.apache.org/viewvc?view=revrev=483034
Log:
Update module id name templates to reflect m2 re-organization: CARs  
have now a group id set to org.apache.geronimo.configs.


I believe this fixes GERONIMO-222 - java.lang.ClassCastException  
while installing Servlet Examples, however I cannot test it
as these CARS are not deployed to one of the configured plugin repo  
and http://people.apache.org/repo/m2-snapshot-repository/

is not a valid plugin repository.





Re: svn commit: r483034 - /geronimo/server/trunk/applications/geronimo-welcome/src/main/webapp/WEB-INF/web.xml

2006-12-06 Thread Vamsavardhana Reddy

Do we need this fix in branches\1.2 too?

--vamsi

On 12/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


Author: gdamour
Date: Wed Dec  6 03:11:05 2006
New Revision: 483034

URL: http://svn.apache.org/viewvc?view=revrev=483034
Log:
Update module id name templates to reflect m2 re-organization: CARs have
now a group id set to org.apache.geronimo.configs.

I believe this fixes GERONIMO-222 - java.lang.ClassCastException while
installing Servlet Examples, however I cannot test it
as these CARS are not deployed to one of the configured plugin repo and
http://people.apache.org/repo/m2-snapshot-repository/
is not a valid plugin repository.

Modified:


geronimo/server/trunk/applications/geronimo-welcome/src/main/webapp/WEB-INF/web.xml

Modified:
geronimo/server/trunk/applications/geronimo-welcome/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/applications/geronimo-welcome/src/main/webapp/WEB-INF/web.xml?view=diffrev=483034r1=483033r2=483034

==
---
geronimo/server/trunk/applications/geronimo-welcome/src/main/webapp/WEB-INF/web.xml
(original)
+++
geronimo/server/trunk/applications/geronimo-welcome/src/main/webapp/WEB-INF/web.xml
Wed Dec  6 03:11:05 2006
@@ -31,7 +31,7 @@
 servlet-classorg.apache.geronimo.welcome.AbsentSampleServlet
/servlet-class
 init-param
 param-namemoduleId/param-name
-param-valuegeronimo/jsp-examples-SERVER//car/param-value
+param-valueorg.apache.geronimo.configs
/jsp-examples-SERVER//car/param-value
 /init-param
 /servlet

@@ -40,7 +40,7 @@
 servlet-classorg.apache.geronimo.welcome.AbsentSampleServlet
/servlet-class
 init-param
 param-namemoduleId/param-name

-param-valuegeronimo/servlets-examples-SERVER//car/param-value
+param-valueorg.apache.geronimo.configs
/servlets-examples-SERVER//car/param-value
 /init-param
 /servlet

@@ -49,7 +49,7 @@
 servlet-classorg.apache.geronimo.welcome.AbsentSampleServlet
/servlet-class
 init-param
 param-namemoduleId/param-name
-param-valuegeronimo/ldap-demo-SERVER//car/param-value
+param-valueorg.apache.geronimo.configs
/ldap-demo-SERVER//car/param-value
 /init-param
 /servlet