[jira] Created: (GERONIMO-3468) Links broken through Ajp13.

2007-09-12 Thread Aleksandr Tarutin (JIRA)
Links broken through Ajp13.
---

 Key: GERONIMO-3468
 URL: https://issues.apache.org/jira/browse/GERONIMO-3468
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: console
Affects Versions: 2.0.1
 Environment: Linux 2.6.21-gentoo-r4 #1 SMP Wed Jul 25 22:03:40 EDT 
2007 i686 Pentium III (Katmai) GenuineIntel GNU/Linux
apache-2.2.6
mod_jk-1.2.23
sun-jdk-1.5.0.12
Reporter: Aleksandr Tarutin


When running behind apache through the Ajp13 connector the 'edit' and 'usage' 
links on the 'Database Pools' page in the console don't work and just return to 
the 'Database Pools' page. This happens in Geronimo with Jetty.

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



[jira] Created: (GERONIMO-3470) Setting system properties through the deployment plan fails.

2007-09-12 Thread Aleksandr Tarutin (JIRA)
Setting system properties through the deployment plan fails.


 Key: GERONIMO-3470
 URL: https://issues.apache.org/jira/browse/GERONIMO-3470
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: deployment
Affects Versions: 2.0.1
Reporter: Aleksandr Tarutin


The following behavior observed when defining system properties for deploying a 
WAR application in deployment plan using the snipped below:
{code}
gbean name=ServerSystemProperties 
class=org.apache.geronimo.system.properties.SystemProperties
attribute name=systemProperties
myVar=myValue
/attribute
/gbean
{code}
During the deployment and the first start the property is present and 
everything works as it should. 
But the property is not set during any consecutive starts of the application 
including when the whole container is restarted.

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



[jira] Commented: (GERONIMO-3348) java.lang.NoSuchMethodError in org.springframework.context.i18n.LocaleContextHolder

2007-07-30 Thread Aleksandr Tarutin (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516450
 ] 

Aleksandr Tarutin commented on GERONIMO-3348:
-

Shouldn't a container like Geronimo filter out everything except for the 
classes that implement the specifications?

 java.lang.NoSuchMethodError in 
 org.springframework.context.i18n.LocaleContextHolder
 ---

 Key: GERONIMO-3348
 URL: https://issues.apache.org/jira/browse/GERONIMO-3348
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.0-M6
 Environment: 2.6.18-gentoo-r2 #1 Sat Nov 11 03:36:37 EST 2006 i686 
 Pentium III (Katmai) GenuineIntel GNU/Linux
 JDK-1.5.0.12
Reporter: Aleksandr Tarutin

 When deploying and running [Proximity|http://proximity.abstracthorizon.org/] 
 it works without any problem in geronimo-1.1.1. But when the same application 
 is deployed to 2.0-M6 following exception is thrown:
 {noformat}
 15:57:53,267 INFO  [DirectoryHotDeployer] Deploying proximity
 15:57:56,690 WARN  [JettyModuleBuilder] Web application . does not contain a 
 WEB-INF/geronimo-web.xml deployment plan.  This may or may not be a problem, 
 depending on whether you have things like resource references that need to be 
 resolved.  You can also give the deployer a separate deployment plan file on 
 the command line.
 15:58:04,709 WARN  [JspModuleBuilderExtension] Invalid transformed taglib
 org.apache.xmlbeans.XmlException: Invalid deployment descriptor: errors:
 jar:file:/opt/geronimo-jetty6-jee5-2.0-M6/repository/default/proximity/1185307073730/proximity-1185307073730.war/WEB-INF/lib/bsf-2.3.0.jar!/META-INF/taglib.tld:15:3:
  error: cvc-datatype-valid.1.1: string value 'BSF JSP Support' does not match 
 pattern for tld-canonical-nameType in namespace 
 http://java.sun.com/xml/ns/javaee
 Descriptor:
 !--a tab library descriptor--
 taglib xsi:schemaLocation=http://java.sun.com/xml/ns/javaee  
 http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd; version=2.1 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xmlns=http://java.sun.com/xml/ns/javaee;
   !--after this the default space is
 http://java.sun.com/j2ee/dtds/jsptaglibrary_1_2.dtd--
   tlib-version2.0/tlib-version
   short-nameBSF JSP Support/short-name
   urihttp://jakarta.apache.org/taglibs//uri
   tag
 namescriptlet/name
 tag-classorg.apache.taglibs.bsf.scriptlet/tag-class
 body-contenttagdependent/body-content
 attribute
   namelanguage/name
   requiredtrue/required
 /attribute
   /tag
   tag
 nameexpression/name
 tag-classorg.apache.taglibs.bsf.expression/tag-class
 body-contenttagdependent/body-content
 attribute
   namelanguage/name
   requiredtrue/required
 /attribute
   /tag
 /taglib
   at 
 org.apache.geronimo.deployment.xmlbeans.XmlBeansUtil.validateDD(XmlBeansUtil.java:218)
   at 
 org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.convertToTaglibSchema(JspModuleBuilderExtension.java:675)
   at 
 org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.parseTldFile(JspModuleBuilderExtension.java:433)
   at 
 org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.getListenerClasses(JspModuleBuilderExtension.java:420)
   at 
 org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.createJspClassFinder(JspModuleBuilderExtension.java:180)
   at 
 org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.addGBeans(JspModuleBuilderExtension.java:149)
   at 
 org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension$$FastClassByCGLIB$$1f60ab3b.invoke(generated)
   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at 
 org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
   at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:828)
   at 
 org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
   at 
 org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
   at 
 org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
   at 
 org.apache.geronimo.j2ee.deployment.ModuleBuilderExtension$$EnhancerByCGLIB$$6720f345.addGBeans(generated)
   at 
 org.apache.geronimo.jetty6.deployment.JettyModuleBuilder.addGBeans(JettyModuleBuilder.java:484)
   at 
 org.apache.geronimo.jetty6.deployment.JettyModuleBuilder$$FastClassByCGLIB$$1a00be84.invoke(generated)
   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at 
 

[jira] Created: (GERONIMO-3356) Symlinks are not handled properly.

2007-07-26 Thread Aleksandr Tarutin (JIRA)
Symlinks are not handled properly.
--

 Key: GERONIMO-3356
 URL: https://issues.apache.org/jira/browse/GERONIMO-3356
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: Hot Deploy Dir
Affects Versions: 1.1.1
 Environment: 2.6.21-gentoo-r4 #1 SMP Wed Jul 25 22:03:40 EDT 2007 i686 
Pentium III (Katmai) GenuineIntel GNU/Linux
JDK-1.5
Reporter: Aleksandr Tarutin


When I created a symlink from $GERONIMO_HOME/deploy to an exploded application 
directory it was deployed properly but every time the application server was 
restarted the application would deploy again meaning that I could see multiple 
entries for the same application in console.
Also when undeploying through the console, geronimo will delete not only the 
symlink but the underlying application directory as well.

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



[jira] Created: (GERONIMO-3348) java.lang.NoSuchMethodError in org.springframework.context.i18n.LocaleContextHolder

2007-07-25 Thread Aleksandr Tarutin (JIRA)
java.lang.NoSuchMethodError in 
org.springframework.context.i18n.LocaleContextHolder
---

 Key: GERONIMO-3348
 URL: https://issues.apache.org/jira/browse/GERONIMO-3348
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
Affects Versions: 2.0-M6
 Environment: 2.6.18-gentoo-r2 #1 Sat Nov 11 03:36:37 EST 2006 i686 
Pentium III (Katmai) GenuineIntel GNU/Linux
JDK-1.5.0.12

Reporter: Aleksandr Tarutin


When deploying and running [Proximity|http://proximity.abstracthorizon.org/] it 
works without any problem in geronimo-1.1.1. But when the same application is 
deployed to 2.0-M6 following exception is thrown:
{noformat}
15:57:53,267 INFO  [DirectoryHotDeployer] Deploying proximity
15:57:56,690 WARN  [JettyModuleBuilder] Web application . does not contain a 
WEB-INF/geronimo-web.xml deployment plan.  This may or may not be a problem, 
depending on whether you have things like resource references that need to be 
resolved.  You can also give the deployer a separate deployment plan file on 
the command line.
15:58:04,709 WARN  [JspModuleBuilderExtension] Invalid transformed taglib
org.apache.xmlbeans.XmlException: Invalid deployment descriptor: errors:

jar:file:/opt/geronimo-jetty6-jee5-2.0-M6/repository/default/proximity/1185307073730/proximity-1185307073730.war/WEB-INF/lib/bsf-2.3.0.jar!/META-INF/taglib.tld:15:3:
 error: cvc-datatype-valid.1.1: string value 'BSF JSP Support' does not match 
pattern for tld-canonical-nameType in namespace 
http://java.sun.com/xml/ns/javaee

Descriptor:
!--a tab library descriptor--
taglib xsi:schemaLocation=http://java.sun.com/xml/ns/javaee  
http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd; version=2.1 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns=http://java.sun.com/xml/ns/javaee;
  !--after this the default space is
http://java.sun.com/j2ee/dtds/jsptaglibrary_1_2.dtd--
  tlib-version2.0/tlib-version
  short-nameBSF JSP Support/short-name
  urihttp://jakarta.apache.org/taglibs//uri
  tag
namescriptlet/name
tag-classorg.apache.taglibs.bsf.scriptlet/tag-class
body-contenttagdependent/body-content
attribute
  namelanguage/name
  requiredtrue/required
/attribute
  /tag
  tag
nameexpression/name
tag-classorg.apache.taglibs.bsf.expression/tag-class
body-contenttagdependent/body-content
attribute
  namelanguage/name
  requiredtrue/required
/attribute
  /tag
/taglib

at 
org.apache.geronimo.deployment.xmlbeans.XmlBeansUtil.validateDD(XmlBeansUtil.java:218)
at 
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.convertToTaglibSchema(JspModuleBuilderExtension.java:675)
at 
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.parseTldFile(JspModuleBuilderExtension.java:433)
at 
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.getListenerClasses(JspModuleBuilderExtension.java:420)
at 
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.createJspClassFinder(JspModuleBuilderExtension.java:180)
at 
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.addGBeans(JspModuleBuilderExtension.java:149)
at 
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension$$FastClassByCGLIB$$1f60ab3b.invoke(generated)
at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
at 
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
at 
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:828)
at 
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
at 
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
at 
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
at 
org.apache.geronimo.j2ee.deployment.ModuleBuilderExtension$$EnhancerByCGLIB$$6720f345.addGBeans(generated)
at 
org.apache.geronimo.jetty6.deployment.JettyModuleBuilder.addGBeans(JettyModuleBuilder.java:484)
at 
org.apache.geronimo.jetty6.deployment.JettyModuleBuilder$$FastClassByCGLIB$$1a00be84.invoke(generated)
at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
at 
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
at 
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:828)
at 
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
at 
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)