[jira] Closed: (GERONIMO-5288) Cannot use @EJB in java ee component(servlet, JSF) to inject ejb object

2010-10-19 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan closed GERONIMO-5288.
--

   Resolution: Fixed
Fix Version/s: 3.0

Use GERONIMO-5561 to track this issue.

 Cannot use @EJB in java ee component(servlet, JSF) to inject ejb object
 ---

 Key: GERONIMO-5288
 URL: https://issues.apache.org/jira/browse/GERONIMO-5288
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Web Profile
Affects Versions: 3.0
Reporter: Forrest Xia
Assignee: Ivan
 Fix For: 3.0


 I tried two new java ee 6 samples jpa20demo-javaee6 and ejbtimer-javaee6, 
 they both failed at injecting ejb object in JSF managed bean or servlet.

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



[jira] Assigned: (GERONIMO-5512) NoClassDefFoundError when deploying a sample ear to trunk snapshot

2010-10-19 Thread Forrest Xia (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Forrest Xia reassigned GERONIMO-5512:
-

Assignee: Forrest Xia

 NoClassDefFoundError when deploying a sample ear to trunk snapshot
 --

 Key: GERONIMO-5512
 URL: https://issues.apache.org/jira/browse/GERONIMO-5512
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: deployment
Affects Versions: 3.0
 Environment: ubuntu 8.04 x86-32
 Sun java 1.6.0_20
Reporter: Forrest Xia
Assignee: Forrest Xia
 Attachments: dayTrader-derby-plan.xml, 
 daytrader-webprofile-ear-3.0-SNAPSHOT.ear


 Steps:
 1. Start web profile assembly of 3.0 snapshot
 2. Open admin console
 3. deploy the sample application as attached materials.
 An exception throw out:
 2010-08-09 16:26:11,897 ERROR [Deployer] Deployment failed due to 
 java.lang.NoClassDefFoundError: 
 org/apache/geronimo/samples/daytrader/core/TradeServices
   at java.lang.ClassLoader.defineClass1(Native Method)
   at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
   at 
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:183)
   at 
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:576)
   at 
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:546)
   at 
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:477)
   at 
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass_LockClassLoader(ClasspathManager.java:465)
   at 
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:445)
   at 
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)
   at 
 org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)
   at 
 org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:457)
   at 
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
   at 
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
   at 
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
   at java.lang.ClassLoader.defineClass1(Native Method)
   at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
   at 
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:183)
   at 
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:576)
   at 
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:546)
   at 
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:477)
   at 
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass_LockClassLoader(ClasspathManager.java:465)
   at 
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:445)
   at 
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)
   at 
 org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)
   at 
 org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:457)
   at 
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
   at 
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
   at 
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
   at 
 org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:326)
   at 
 org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:231)
   at 
 org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1193)
   at 
 org.apache.xbean.finder.BundleAnnotationFinder.loadClass(BundleAnnotationFinder.java:55)
   at 
 org.apache.xbean.finder.AbstractFinder$ClassInfo.get(AbstractFinder.java:404)
   at 
 org.apache.xbean.finder.AbstractFinder.findAnnotatedClasses(AbstractFinder.java:108)
   at 
 org.apache.openejb.config.AnnotationDeployer$DiscoverAnnotatedBeans.deploy(AnnotationDeployer.java:460)
   at 
 

[jira] Assigned: (GERONIMO-5472) Java EE 6 sample: fileupload run incorrectly on tomcat-assembly.

2010-10-19 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan reassigned GERONIMO-5472:
--

Assignee: Ivan

 Java EE 6 sample: fileupload run incorrectly on tomcat-assembly.
 

 Key: GERONIMO-5472
 URL: https://issues.apache.org/jira/browse/GERONIMO-5472
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Tomcat
Affects Versions: 3.0
Reporter: Wang Guang Zhe
Assignee: Ivan
 Fix For: 3.0


 1. The fileupload sample is under samples/javaee6, first checkout it from 
 samples trunk and build it.
 2. Deploy the war package on tomcat-assembly server after it is started.
 3. After the sample is deployed and started successfully, visit 
 http://localhost:8080/fileupload-javaee6/, you will be asked to select file 
 to upload. Select a text file which is not larger than 10kb, and click  
 submit.
 4. The right response page will show the content of the file you submitted. 
 But on tomcat-assembly,it responses with
 
  HttpServletRequest.getParts() returns an empty collection!
  HttpServletRequest.getPart(String name) returns null!
 The error stack is:
 java.lang.NullPointerException
 at 
 org.apache.geronimo.samples.javaee6.fileupload.MessageFilter.doFilter
 (MessageFilter.java:48)
 at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
 icationFilterChain.java:242)
 at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
 ilterChain.java:208)
 at 
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
 alve.java:243)
 at 
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
 alve.java:201)
 at 
 org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.
 invoke(GeronimoStandardContext.java:675)
 at 
 org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(Gero
 nimoBeforeAfterValve.java:47)
 at 
 org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(Protecte
 dTargetValve.java:53)
 at 
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
 ava:146)
 at 
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
 ava:108)
 at 
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
 ve.java:118)
 at 
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
 a:402)
 at 
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
 :254)
 at 
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
 ss(Http11Protocol.java:267)
 at 
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
 ss(Http11Protocol.java:245)
 at 
 org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoin
 t.java:260)
 at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:214)
 at 
 org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(Th
 readPool.java:344)
 at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown 
 Source
 )
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
 at java.lang.Thread.run(Unknown Source)

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



[jira] Assigned: (GERONIMO-5502) Add OSGI/blueprint management portlets.

2010-10-19 Thread Rex Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rex Wang reassigned GERONIMO-5502:
--

Assignee: Rex Wang

  Add OSGI/blueprint management portlets.
 

 Key: GERONIMO-5502
 URL: https://issues.apache.org/jira/browse/GERONIMO-5502
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
  Components: console, osgi
Affects Versions: 3.0
Reporter: Shawn Jiang
Assignee: Rex Wang

 See discussion here:  
 http://apache-geronimo.328035.n3.nabble.com/OSGi-features-on-Admin-Console-td410312.html#a410312

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



[jira] Assigned: (GERONIMO-5521) NoClassDefFoundError when deploying a datasource with non-OSGi jdbc lib dependencies

2010-10-19 Thread Rex Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rex Wang reassigned GERONIMO-5521:
--

Assignee: Rex Wang

 NoClassDefFoundError when deploying a datasource with non-OSGi jdbc lib 
 dependencies
 

 Key: GERONIMO-5521
 URL: https://issues.apache.org/jira/browse/GERONIMO-5521
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: connector
Affects Versions: 3.0
 Environment: ubuntu 8.04 x86-32
 sun java 1.6.0_20
Reporter: Forrest Xia
Assignee: Rex Wang

 Steps:
 1. start geronimo tomcat we profile assembly
 2. install jdbc library via deploy install-library command. The jdbc 
 libraries are not bundlized yet
 3. define a datasource deployment plan with dependencies on the jdbc libraries
 4. deploy the datasource via proper tranql adapter
 An exception throws like this:
 2010-08-11 09:02:59,585 ERROR [GBeanInstanceState] Error while starting; 
 GBean is now in the FAILED state: 
 abstractName=org.apache.geronimo.samples.daytrader.plugins/daytrader-db2-datasource/3.0-M1/car?J2EEApplication=null,JCAConnectionFactory=jdbc/TradeDataSource,JCAResource=tranql-connector-db2-xa-1.5,ResourceAdapter=tranql-connector-db2-xa-1.5,ResourceAdapterModule=org.apache.geronimo.samples.daytrader.plugins/daytrader-db2-datasource/3.0-M1/car,j2eeType=JCAManagedConnectionFactory,name=jdbc/TradeDataSource
 java.lang.NoClassDefFoundError: com.ibm.db2.jcc.DB2XADataSource
   at org.tranql.connector.db2.XAMCF.init(XAMCF.java:51)
   at java.lang.J9VMInternals.newInstanceImpl(Native Method)
   at java.lang.Class.newInstance(Class.java:1325)
   at 
 org.apache.geronimo.connector.wrapper.outbound.ManagedConnectionFactoryWrapper.init(ManagedConnectionFactoryWrapper.java:115)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at 
 sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:44)
   at 
 sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:516)
   at 
 org.apache.xbean.recipe.ReflectionUtil$ConstructorFactory.create(ReflectionUtil.java:952)
   at 
 org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:276)
   at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
   at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:933)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:269)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:125)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:560)
   at 
 org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:386)
   at 
 org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:460)
   at 
 org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:224)
   at 
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:698)
   at 
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:677)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
   at java.lang.reflect.Method.invoke(Method.java:600)
   at 
 org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
   at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:131)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:872)
   at 
 org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:245)
   at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:344)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
   at java.lang.reflect.Method.invoke(Method.java:600)
   at 
 

[jira] Assigned: (GERONIMO-5586) Provide a way to transform traditional jar to OSGi bundle when user install the jar into G repository.

2010-10-19 Thread Rex Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rex Wang reassigned GERONIMO-5586:
--

Assignee: Rex Wang

 Provide a way to transform traditional jar to OSGi bundle when user install 
 the jar into G repository.
 --

 Key: GERONIMO-5586
 URL: https://issues.apache.org/jira/browse/GERONIMO-5586
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
Affects Versions: 3.0
Reporter: Forrest Xia
Assignee: Rex Wang

 As G server fundamentally turn into an OSGi based java ee application server, 
 all libraries are required to be a OSGi bundle. But this may not work 
 friendly to popular Java EE user.
 Let's say a simple scenario that deploys a data source to G server:
 1. User uses install-library command or admin console to install the jdbc 
 driver into G repository
 2. User prepare a datasource deployment plan that depends on the installed 
 jdbc driver
 3. User uses deploy command or admin console to deploy the datasource
 The deployer will report a ClassNotFound exception saying jdbc driver class 
 is not found. Java EE user may confuse around here, since they know they've 
 installed the jdbc libraries into the repository, but why encounter the CNF 
 exception?
 From user-friendly aspect, G server is better to provide a way to transform 
 traditional jar into a OSGi bundle transparently.

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



[jira] Assigned: (GERONIMO-5612) Filter no permission functions for built-in user monitor

2010-10-19 Thread Shawn Jiang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn Jiang reassigned GERONIMO-5612:
-

Assignee: Shawn Jiang

 Filter no permission functions for built-in user monitor
 --

 Key: GERONIMO-5612
 URL: https://issues.apache.org/jira/browse/GERONIMO-5612
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0
Reporter: Han Hong Fang
Assignee: Shawn Jiang
 Fix For: 3.0


 Login admin console with monitor/password, then click advance radio button at 
 the top of nagivation tree area
 There are some functions on navigation tree, which monitor has no permission 
 to access, such as Application Server/Shutdown.  Once this item is clicked, 
 following error occurs:
 HTTP Status 403 - 
 type Status report
 message 
 description Access to the specified resource () has been forbidden.
 Need to filter such functions for monitor to avoid this error.

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



[jira] Commented: (GERONIMO-5449) wars are not listed in console after installing sample app-per-port-tomcat

2010-10-19 Thread Han Hong Fang (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12922454#action_12922454
 ] 

Han Hong Fang commented on GERONIMO-5449:
-

Duplicated with https://issues.apache.org/jira/browse/GERONIMO-5302, so I close 
this JIRA.

 wars are not listed in console after installing sample app-per-port-tomcat
 --

 Key: GERONIMO-5449
 URL: https://issues.apache.org/jira/browse/GERONIMO-5449
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0-M1
 Environment: WinXP SP3 (English) + Sun JDK 1.6.0_20 + 
 geronimo-tomcat7-javaee6-3.0-M1-bin.zip
Reporter: Han Hong Fang
 Attachments: app-per-port-tomcat-3.0-M1-SNAPSHOT.car


 After installing app-per-port-tomcat-3.0-M1-SNAPSHOT.car using cmd deploy 
 install-plugin, the wars contained in this car are not listed in admin 
 console  Web App Wars.

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



[jira] Assigned: (GERONIMO-5630) Support pincipal copying in Tomcat cluster

2010-10-19 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan reassigned GERONIMO-5630:
--

Assignee: Ivan

 Support pincipal copying in Tomcat cluster
 --

 Key: GERONIMO-5630
 URL: https://issues.apache.org/jira/browse/GERONIMO-5630
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Clustering, Tomcat
Affects Versions: 3.0
Reporter: Ivan
Assignee: Ivan

 Seems that Tomcat requires the principal extends GenericPrincipal,  from 
 org.apache.catalina.ha.session.DeltaRequest
 public void setPrincipal(Principal p) {
 int action = (p==null)?ACTION_REMOVE:ACTION_SET;
 SerializablePrincipal sp = null;
 if ( p != null ) {
 if(p instanceof GenericPrincipal) {
 sp = 
 SerializablePrincipal.createPrincipal((GenericPrincipal)p);
 if(log.isDebugEnabled())
 log.debug(sm.getString(deltaRequest.showPrincipal, 
 p.getName() , getSessionId()));
 } else
 
 log.error(sm.getString(deltaRequest.wrongPrincipalClass,p.getClass().getName()));
 }
 addAction(TYPE_PRINCIPAL,action,NAME_PRINCIPAL,sp);
 }
 http://www.mail-archive.com/u...@geronimo.apache.org/msg14201.html

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



[jira] Assigned: (GERONIMO-5478) JSP 2.2 new configuration element default-content-type under jsp-property-group works incorrectly on tomcat-assembly server.

2010-10-19 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan reassigned GERONIMO-5478:
--

Assignee: Ivan

 JSP 2.2 new configuration element default-content-type under 
 jsp-property-group  works incorrectly on tomcat-assembly server.
 -

 Key: GERONIMO-5478
 URL: https://issues.apache.org/jira/browse/GERONIMO-5478
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Tomcat
Affects Versions: 3.0
 Environment: OS: Windows XP SP3, JDK: sun-jdk-1.6.0_18
Reporter: Wang Guang Zhe
Assignee: Ivan
 Fix For: 3.0


 default-content-type is said to specify the default response contentType if 
 the page directive does not include a contentType attribute in the JSP 2.2 
 spec documentation. So does it mean if the page directive have included a 
 contentType attribute, the configuration in default-content-type will take 
 no effect? In jetty-assembly, it does like this. But in tomcat-assembly, it  
 sends out an exception:
 org.apache.jasper.JasperException: /defaultCtype/page1.jsp(17,1) Page 
 directive: illegal to have multiple occurrences of contentType with different 
 values (old: text/xml, new: text/html)
 org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
   
 org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
   
 org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:236)
   
 org.apache.jasper.compiler.Validator$DirectiveVisitor.visit(Validator.java:133)
   org.apache.jasper.compiler.Node$PageDirective.accept(Node.java:590)
   org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2376)
   org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2428)
   org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2434)
   org.apache.jasper.compiler.Node$Root.accept(Node.java:475)
   org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2376)
   
 org.apache.jasper.compiler.Validator.validateDirectives(Validator.java:1733)
   org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:195)
   org.apache.jasper.compiler.Compiler.compile(Compiler.java:360)
   org.apache.jasper.compiler.Compiler.compile(Compiler.java:340)
   org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
   
 org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:594)
   
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:315)
   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
 The testsuite I wrote has been committed at revision 980371 which is under 
 testsuite/javaee6-testsuite/jsp2.2-test.

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



[jira] Assigned: (GERONIMO-5631) Can NOT find meta class can NOT insert record in the table

2010-10-19 Thread Shawn Jiang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn Jiang reassigned GERONIMO-5631:
-

Assignee: Shawn Jiang

 Can NOT find meta class  can NOT insert record in the table
 

 Key: GERONIMO-5631
 URL: https://issues.apache.org/jira/browse/GERONIMO-5631
 Project: Geronimo
  Issue Type: Test
  Security Level: public(Regular issues) 
  Components: persistence
Affects Versions: 3.0
Reporter: LiWenQin
Assignee: Shawn Jiang
 Attachments: jpa2.0-test.7z


 Hi,
 I wrote a jpa 2.0 test case.
 In the entity class Course.java:
 @ElementCollection
 @CollectionTable(name=COURSE_COMMENTS)
 private ListEvaluation evaluation;
 Here member evaluation contains comments of the course in another 
 Table:COURSE_COMMENT
 I run it on Geronimo 3.0 , howver, inserting record into the Table 
 COURSE is NOT sucessful.
  
 The server gives warning such like this:
   WARN [DefaultThreadPool 198] openjpa.MetaData - Meta class
   org.apache.geronimo.javaee6.jpa20.entities.Course_ for entity class 
 org.apach
  e.geronimo.javaee6.jpa20.entities.Course can not be registered with 
 following ex
  ception java.security.PrivilegedActionException: 
 java.lang.ClassNotFoundExcepti
   on: org.apache.geronimo.javaee6.jpa20.entities.Course_
Also can Not find meta class Evaluation_
I'm not sure whether I should create meta class(Course_,  Evaluation_ and 
 so on ) befroe deploy the app on the server?
 Need I do manual operation such like below:
 Eg:  javac -classpath path/to/openjpa-all.jar -Aopenjpa.metamodel=true 
 packageName/Course.java
 Or the Geronimo will create meta class automatically?
 Could anyone help to have a look at it?
 Thanks in advance!
 PS: I attached the code in the attachment.

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



[jira] Closed: (GERONIMO-5449) wars are not listed in console after installing sample app-per-port-tomcat

2010-10-19 Thread Han Hong Fang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Han Hong Fang closed GERONIMO-5449.
---

Resolution: Duplicate

 wars are not listed in console after installing sample app-per-port-tomcat
 --

 Key: GERONIMO-5449
 URL: https://issues.apache.org/jira/browse/GERONIMO-5449
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0-M1
 Environment: WinXP SP3 (English) + Sun JDK 1.6.0_20 + 
 geronimo-tomcat7-javaee6-3.0-M1-bin.zip
Reporter: Han Hong Fang
 Attachments: app-per-port-tomcat-3.0-M1-SNAPSHOT.car


 After installing app-per-port-tomcat-3.0-M1-SNAPSHOT.car using cmd deploy 
 install-plugin, the wars contained in this car are not listed in admin 
 console  Web App Wars.

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



[jira] Assigned: (GERONIMO-5545) Geronimo 3.0 console-testsuite/advanced WebServerTest fail. XSSXSRFFilter blocked HttpServletRequest due to invalid FORM content.

2010-10-19 Thread Shawn Jiang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn Jiang reassigned GERONIMO-5545:
-

Assignee: Shawn Jiang

  Geronimo 3.0 console-testsuite/advanced WebServerTest fail.   XSSXSRFFilter 
 blocked HttpServletRequest due to invalid FORM content.
 

 Key: GERONIMO-5545
 URL: https://issues.apache.org/jira/browse/GERONIMO-5545
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: testsuite
Affects Versions: 3.0
 Environment: OS:ubuntu 8.04
 JVM:sun 1.6.0_20
 Server:geronimo-jetty8-javaee6  build at 2010.08.21-17:31:44.900+0800
Reporter: janel Zhang
Assignee: Shawn Jiang
Priority: Minor
 Fix For: 3.0


 1,When run console-testsuite/advanced WebServerTest on 
 geronimo-jetty8-javaee6 ,fail.
 2.When test the console manually on geronimo-jetty8-javaee6  through 
 ServerWeb Server-Add new: Jetty NIO HTTP Connector,an error occur:
  XSSXSRFFilter blocked HttpServletRequest due to invalid FORM content.
  

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



[jira] Assigned: (GERONIMO-5527) It's better to refresh the corresponding bundle in cache automatically when a geronimo module get modified.

2010-10-19 Thread Shawn Jiang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn Jiang reassigned GERONIMO-5527:
-

Assignee: Shawn Jiang

 It's better to refresh the corresponding bundle in cache automatically when a 
 geronimo module get modified.
 ---

 Key: GERONIMO-5527
 URL: https://issues.apache.org/jira/browse/GERONIMO-5527
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: osgi
Affects Versions: 3.0
Reporter: Shawn Jiang
Assignee: Shawn Jiang
Priority: Minor

 To fix server bugs in geronimo 2.x , we usually  replace the module with a 
 fixed module to see if the bug was fixed.  But in Geronimo 3.0, it does not 
 work because there's osgi cache to prevent the fixed module from loading. 
 We have to clear the whole cache to resolve this for now.  It's better for 
 Geronimo to refresh the corresponding bundle in cache automatically when a 
 Geronimo module get modified.

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



[jira] Assigned: (GERONIMO-5607) geronimo-default keystore file not displayed on the administration console

2010-10-19 Thread Rex Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rex Wang reassigned GERONIMO-5607:
--

Assignee: Rex Wang

 geronimo-default keystore file not displayed on the administration console
 --

 Key: GERONIMO-5607
 URL: https://issues.apache.org/jira/browse/GERONIMO-5607
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0
 Environment: Windows platform
Reporter: maojia
Assignee: Rex Wang
Priority: Minor

 The geronimo-default keystore file is not displayed on the Keystore portlet 
 on the administration console.

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



[jira] Assigned: (GERONIMO-5610) Problem with install-plugin via the Administration console

2010-10-19 Thread Rex Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rex Wang reassigned GERONIMO-5610:
--

Assignee: Rex Wang

 Problem with install-plugin via the Administration console
 --

 Key: GERONIMO-5610
 URL: https://issues.apache.org/jira/browse/GERONIMO-5610
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0
 Environment: Windows platform
Reporter: maojia
Assignee: Rex Wang
Priority: Trivial
 Attachments: HelloWorld-1.0.car


 I deployed a HelloWorld-1.0.car plugin, containing the geronimo-plugin.xml 
 file correctly, on the geronimo-tomcat7-javaee6-3.0-SNAPSHOT server.
 On the Install Geronimo Plugins portlet, I selected 
 http://localhost:8080/plugin/maven-repo/; as the chosen repository to show 
 plugins in the selected repository. The HelloWorld-1.0.car file, however, was 
 not in the list of plugins as expected.   

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



[jira] Assigned: (GERONIMO-5590) startup script does not consume --help option

2010-10-19 Thread Han Hong Fang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Han Hong Fang reassigned GERONIMO-5590:
---

Assignee: Han Hong Fang

 startup script does not consume --help option
 -

 Key: GERONIMO-5590
 URL: https://issues.apache.org/jira/browse/GERONIMO-5590
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: commands
Affects Versions: 2.1.4, 2.2, 3.0
Reporter: Chi Runhua
Assignee: Han Hong Fang
Priority: Trivial

 When I initiated a  *startup -h* or  *startup -help* on a linux platform, the 
 server will start in background instead of showing the help information.

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



[jira] Commented: (GERONIMO-5468) Support authenticate/login/logout methods in the HttpServletRequest interface

2010-10-19 Thread Han Hong Fang (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12922463#action_12922463
 ] 

Han Hong Fang commented on GERONIMO-5468:
-

David,

Are there still some todo items under this JIRA? or it can be closed now.

 Support authenticate/login/logout methods in the HttpServletRequest interface
 -

 Key: GERONIMO-5468
 URL: https://issues.apache.org/jira/browse/GERONIMO-5468
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Tomcat
Affects Versions: 3.0-M1, 3.0
Reporter: Ivan
Assignee: Han Hong Fang
 Fix For: 3.0

 Attachments: GERONIMO-5468-geronimo-2.diff, 
 GERONIMO-5468-tomcat-fork.diff, GERONIMO-5468-tomcat-original.diff, 
 GERONIMO-5468.patch


 In Servlet 3.0, authenticate/login/logout methods are added in the 
 HttpServletRequest interface, we need to support them in Geronimo's way.

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



[jira] Closed: (GERONIMO-5573) Fix console-testsuite for Geroniom-4950 change

2010-10-19 Thread Shawn Jiang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn Jiang closed GERONIMO-5573.
-

   Resolution: Fixed
Fix Version/s: (was: 3.0)

Will fix this specific problem after the 3.0 console testsuite is working 
correctly.

 Fix console-testsuite for Geroniom-4950 change
 --

 Key: GERONIMO-5573
 URL: https://issues.apache.org/jira/browse/GERONIMO-5573
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public(Regular issues) 
  Components: testsuite
Affects Versions: 2.2.1, 3.0
Reporter: Chi Runhua
Assignee: Shawn Jiang
Priority: Minor
 Fix For: 2.2.1


 The navigation items were re-grouped and we have to update console-testsuite 
 accordingly.

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



Re: [jira] Updated: (GERONIMO-5649) txmanager could try to replace dead XAResources in commit and rollback tasks

2010-10-19 Thread Shawn Jiang
Shall we include this fix into the coming 2.2.1 release  ?

On Mon, Oct 18, 2010 at 1:52 PM, David Jencks (JIRA) j...@apache.orgwrote:


 [
 https://issues.apache.org/jira/browse/GERONIMO-5649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]

 David Jencks updated GERONIMO-5649:
 ---

 Attachment: GERONIMO-5649-2.patch

 Fixes tx state and a connection leak when we have to get a new connection
 to retry commit/rollback.

  txmanager could try to replace dead XAResources in commit and rollback
 tasks
 
 
 
  Key: GERONIMO-5649
  URL: https://issues.apache.org/jira/browse/GERONIMO-5649
  Project: Geronimo
   Issue Type: Bug
   Security Level: public(Regular issues)
   Components: transaction manager
 Affects Versions: 2.2, 3.0
 Reporter: David Jencks
 Assignee: David Jencks
  Fix For: 2.2.1, 3.0
 
  Attachments: GERONIMO-5649-1.patch, GERONIMO-5649-2.patch
 
 
  Generally if a RM crashes, outbound connections to it need to be
 reestablished.  So if we have a in-doubt tx using an outbound connection, we
 should try to get a new XAResource to finish up the branch in the CommitTask
 and proposed RollbackTask.
  AFAIK inbound connections will automatically reestablish connections and
 use the RETRY error code so we don't need to do this for inbound.  I still
 need to find out which error codes indicate that we should get a new
 connection and try again.

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




-- 
Shawn


[jira] Assigned: (GERONIMO-5613) problem with login gogo command

2010-10-19 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan reassigned GERONIMO-5613:
--

Assignee: Ivan

 problem with login gogo command
 -

 Key: GERONIMO-5613
 URL: https://issues.apache.org/jira/browse/GERONIMO-5613
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: commands
Affects Versions: 3.0
 Environment: Windows platform
Reporter: maojia
Assignee: Ivan
Priority: Minor

 When running the deploy:login gogo command, the following error information 
 was reported:
 No credentials to save in embedded mode.

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



[jira] Assigned: (GERONIMO-5614) problem with deploy:assemble-server gogo command

2010-10-19 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan reassigned GERONIMO-5614:
--

Assignee: Ivan

 problem with deploy:assemble-server gogo command
 --

 Key: GERONIMO-5614
 URL: https://issues.apache.org/jira/browse/GERONIMO-5614
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: commands
Affects Versions: 3.0
 Environment: Windows platform
Reporter: maojia
Assignee: Ivan
Priority: Minor

 On the karaf shell for the geronimo-tomcat7-javaee6-3.0-SNAPSHOT server:
 I ran the assemble-server -a name1 command and was able to choose the 
 custom assembly modes,  the assembly server group name and the 
 application plugins and required framework plugin group for assembly as 
 expected. However, after everything is done, the assembly didn't shown up in 
 the default local (GERONIMO_HOME/var/temp) as is supposed to. Neither did 
 it work when I specified a location for assemble server.
 geronimo assemble-server -a name1 -t D:/temp
 Connection established
 Available custom assembly modes:
  1:Function Centric
  2:Application Centric
  3:Expert Users
 Please select a custom assembly mode [1,2,3]2
 Assembly server group name: ng2
 Listing application plugins and required framework plugin group from the 
 local G
 eronimo server
 no category
   1:  Temporary Plugin metadata for deployment (1.0)
 Administration
   2:  Geronimo Plugins, Console :: Plugin and Deployment Portlets 
 (Tomcat) (
 3.0-SNAPSHOT)
   3:  Geronimo Plugins, Console :: Tomcat (3.0-SNAPSHOT)
   4:  Geronimo Plugins, Welcome :: Tomcat (3.0-SNAPSHOT)
 Deployment
   5:  Geronimo Plugins, Remote Deploy :: Tomcat (3.0-SNAPSHOT)
 Geronimo Core
   6:  Geronimo Plugins, System Database :: System Database (3.0-SNAPSHOT)
 Geronimo Plugin Group
   7:  Geronimo Plugin Group :: Framework (3.0-SNAPSHOT)
 JMS
   8:  Geronimo Plugins, ActiveMQ v5 :: Resource Adapter (3.0-SNAPSHOT)
 Web Framework
   9:  Geronimo Plugins, Dojo :: Tomcat (3.0-SNAPSHOT)
 Install Services [enter a comma separated list of numbers or 'q' to quit]: 2
 geronimo

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



[jira] Assigned: (GERONIMO-5579) Problem with deploy:connect gogo command

2010-10-19 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan reassigned GERONIMO-5579:
--

Assignee: Ivan

 Problem with deploy:connect gogo command
 --

 Key: GERONIMO-5579
 URL: https://issues.apache.org/jira/browse/GERONIMO-5579
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: commands
Affects Versions: 3.0
 Environment: windows platform 
Reporter: maojia
Assignee: Ivan
Priority: Minor

 I started two server instances on my local Windows platform:
 geronimo-tomcat7-javaee6-3.0-SNAPSHOT using port 1099,started with the 
 run Geronimo command;
 geronimo-tomcat6-javaee5-2.2   using port 1109, started with the 
 startupcommand.
 On the karaf shell for the geronimo-tomcat7-javaee6-3.0-SNAPSHOT  server:
 I ran the deploy:connect --port 1109command trying to connect the 
 geronimo-tomcat6-javaee5-2.2 server. Connection establishedwas displayed. 
 However,when running the deploy:list-modulescommand, it was the modules 
 belonging to the geronimo-tomcat7-javaee6-3.0-SNAPSHOT server that was 
 listed, indicating that it was still the 
 geronimo-tomcat7-javaee6-3.0-SNAPSHOT server that was connected.
 The information on the command window is as follows:
 geronimo deploy:disconnect
 Not connected
 geronimo deploy:connect --hostname localhost --port 1109
 Connection established
 geronimo deploy:list-modules
 Found 54 modules
   + org.apache.geronimo.configs/activemq-broker-blueprint/3.0-SNAPSHOT/car
   + org.apache.geronimo.configs/activemq-ra/3.0-SNAPSHOT/car
   + org.apache.geronimo.configs/aries-deployer/3.0-SNAPSHOT/car
   + org.apache.geronimo.configs/axis2-deployer/3.0-SNAPSHOT/car
   + org.apache.geronimo.configs/bval-deployer/3.0-SNAPSHOT/car
   + org.apache.geronimo.configs/client-deployer/3.0-SNAPSHOT/car
  ...

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



[jira] Assigned: (GERONIMO-5601) Problem with deploy:list-plugins gogo command

2010-10-19 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan reassigned GERONIMO-5601:
--

Assignee: Ivan

 Problem with deploy:list-plugins gogo command
 ---

 Key: GERONIMO-5601
 URL: https://issues.apache.org/jira/browse/GERONIMO-5601
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: commands
Affects Versions: 3.0
 Environment: Windows platform
Reporter: maojia
Assignee: Ivan
Priority: Minor

 On the karaf shell for the geronimo-tomcat7-javaee6-3.0-SNAPSHOT server:
 I ran the deploy:list-plugins command and chose a repository after the 
 repository list was displayed. The list of plugins in that repository were 
 displayed correctly. However, when running the deploy:list-plugins  command 
 for the second time, there was no repository list displayed nor any chance to 
 choose a repository. Instead, the plugins in the last chosen repository were 
 listed again.  
 Expected behavior might be:
 When running the deploy:list-plugins  command, no matter for how many 
 times, the list of repositories should always be displayed, providing the 
 user an opportunity to chose a repository and thus see the list of plugins in 
 it.

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



[jira] Assigned: (GERONIMO-5611) Problem with deploy:install-plugin command

2010-10-19 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan reassigned GERONIMO-5611:
--

Assignee: Ivan

 Problem with deploy:install-plugin  command 
 --

 Key: GERONIMO-5611
 URL: https://issues.apache.org/jira/browse/GERONIMO-5611
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: commands
Affects Versions: 3.0
 Environment: Windows platform
Reporter: maojia
Assignee: Ivan
Priority: Minor

 On the karaf shell for the geronimo-tomcat7-javaee6-3.0-SNAPSHOT server:
 I ran the install-plugin d:/HelloWorld.car command to install a plugin. The 
 following error information was reported:  
 geronimo install-plugin d:/HelloWorld.car
 Checking for status every 1000ms:
 2010-09-15 15:37:48,527 ERROR [PluginInstallerGBean] Invalid Configuration 
 Archive 
 D:\software\Geronimo\geronimo-tomcat7-javaee6-3.0-SNAPSHOT-bin\geronimo-tomcat7-javaee6-3.0-SNAPSHOT\bin
  no plugin metadata found
 Installation FAILED: Invalid Configuration Archive 
 D:\software\Geronimo\geronimo-tomcat7-javaee6-3.0-SNAPSHOT-bin\geronimo-tomcat7-javaee6-3.0-SNAPSHOT\bin
  no plugin metadata found
 I also tried to use the command line deploy install-plugin 
 d:/HelloWorld.car under the GERONIMO_HOME/bin directory. The following 
 error information was reported:
 Using GERONIMO_HOME:   
 D:\software\Geronimo\geronimo-tomcat7-javaee6-3.0-SNAPSHO
 T-bin\geronimo-tomcat7-javaee6-3.0-SNAPSHOT
 Using GERONIMO_TMPDIR: var\temp
 Using JRE_HOME:C:\Program Files\IBM\Java60\jre
 org.apache.geronimo.kernel.config.LifecycleException: load of 
 org.apache.geronim
 o.framework/jsr88-cli/3.0-SNAPSHOT/car failed
 at 
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConf
 iguration(SimpleConfigurationManager.java:307)
 at 
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConf
 iguration(SimpleConfigurationManager.java:281)
 at 
 org.apache.geronimo.kernel.config.KernelConfigurationManager.loadConf
 iguration(KernelConfigurationManager.java:124)
 at 
 org.apache.geronimo.system.main.MainBridge.loadPersistentConfiguratio
 ns(MainBridge.java:82)
 at 
 org.apache.geronimo.system.main.MainBridge.execute(MainBridge.java:57
 )
 at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:65)
 at 
 org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
 at 
 org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31
 )
 Caused by: org.osgi.framework.BundleException: URL 
 [mvn:org.apache.geronimo.fram
 ework/jsr88-cli/3.0-SNAPSHOT/car] could not be resolved.
 at 
 org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivi
 leged(Framework.java:975)
 at 
 org.eclipse.osgi.framework.internal.core.Framework$1.run(Framework.ja
 va:838)
 at 
 java.security.AccessController.doPrivileged(AccessController.java:251
 )
 at 
 org.eclipse.osgi.framework.internal.core.Framework.installWorker(Fram
 ework.java:889)
 at 
 org.eclipse.osgi.framework.internal.core.Framework.installBundle(Fram
 ework.java:833)
 at 
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBun
 dle(BundleContextImpl.java:167)
 at 
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBun
 dle(BundleContextImpl.java:161)
 at 
 org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConf
 iguration(SimpleConfigurationManager.java:300)
 ... 7 more
 Caused by: java.lang.RuntimeException: URL 
 [mvn:org.apache.geronimo.framework/js
 r88-cli/3.0-SNAPSHOT/car] could not be resolved.
 at 
 org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.j
 ava:195)
 at 
 org.eclipse.osgi.internal.baseadaptor.BundleInstall.begin(BundleInsta
 ll.java:56)
 at 
 org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivi
 leged(Framework.java:922)
 ... 14 more

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



[jira] Assigned: (GERONIMO-5407) XSSXSRFFilter error in G 3.0-M1 jetty build when trying to list plugins in admin console

2010-10-19 Thread Shawn Jiang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn Jiang reassigned GERONIMO-5407:
-

Assignee: Shawn Jiang

 XSSXSRFFilter error in G 3.0-M1 jetty build when trying to list plugins in 
 admin console
 

 Key: GERONIMO-5407
 URL: https://issues.apache.org/jira/browse/GERONIMO-5407
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0-M1, 3.0
Reporter: Forrest Xia
Assignee: Shawn Jiang

 Steps:
 1. start jetty java ee build
 2. try to list plugins in local repository
 the error shows in console output:
 2010-06-27 09:57:48,188 WARN  [XSRFHandler] Blocked due to missing 
 HttpServletRequest parameter.
 2010-06-27 09:57:48,188 ERROR [XSSXSRFFilter] XSSXSRFFilter blocked 
 HttpServletRequest due to invalid FORM content.

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



[jira] Closed: (GERONIMO-5411) G 3.0-M1 jetty assembly does not support jar resource feature in servlet 3.0

2010-10-19 Thread Forrest Xia (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Forrest Xia closed GERONIMO-5411.
-

   Resolution: Fixed
Fix Version/s: 3.0

This problem is fixed in the G 3.0 build on 20101019, so close it now.

 G 3.0-M1 jetty assembly does not support jar resource feature in servlet 3.0
 

 Key: GERONIMO-5411
 URL: https://issues.apache.org/jira/browse/GERONIMO-5411
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: specs
Affects Versions: 3.0-M1, 3.0
Reporter: Forrest Xia
 Fix For: 3.0


 Steps:
 1. start jetty javaee assembly
 2. install and run jarresource-javaee6 sample
 An NPE throws out:
 2010-06-29 11:42:56,044 ERROR [log] /jarresource-javaee6-jetty/
 java.lang.NullPointerException
   at 
 org.eclipse.jetty.util.resource.Resource.getListHTML(Resource.java:507)
   at 
 org.eclipse.jetty.servlet.DefaultServlet.sendDirectory(DefaultServlet.java:695)
   at 
 org.eclipse.jetty.servlet.DefaultServlet.doGet(DefaultServlet.java:526)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:575)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
   at 
 org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:532)
   at 
 org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:456)
   at 
 org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230)
   at 
 org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:966)
   at 
 org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:391)
   at 
 org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   at 
 org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:902)
   at 
 org.apache.geronimo.jetty8.handler.GeronimoWebAppContext.doScope(GeronimoWebAppContext.java:125)
   at 
 org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
   at 
 org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:245)
   at 
 org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:126)
   at 
 org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113)
   at org.eclipse.jetty.server.Server.handle(Server.java:338)
   at 
 org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:568)
   at 
 org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:995)
   at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:560)
   at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:222)
   at 
 org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:403)
   at 
 org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:474)
   at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:214)
   at 
 org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:344)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   at java.lang.Thread.run(Thread.java:619)

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



[jira] Commented: (GERONIMO-5407) XSSXSRFFilter error in G 3.0-M1 jetty build when trying to list plugins in admin console

2010-10-19 Thread Forrest Xia (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12922471#action_12922471
 ] 

Forrest Xia commented on GERONIMO-5407:
---

The problem is still there on G 3.0 jetty build 20101019. Another place has the 
similar problem is deployer portlet, it also reports a XSSXSRFFilter exception.

 XSSXSRFFilter error in G 3.0-M1 jetty build when trying to list plugins in 
 admin console
 

 Key: GERONIMO-5407
 URL: https://issues.apache.org/jira/browse/GERONIMO-5407
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0-M1, 3.0
Reporter: Forrest Xia
Assignee: Shawn Jiang

 Steps:
 1. start jetty java ee build
 2. try to list plugins in local repository
 the error shows in console output:
 2010-06-27 09:57:48,188 WARN  [XSRFHandler] Blocked due to missing 
 HttpServletRequest parameter.
 2010-06-27 09:57:48,188 ERROR [XSSXSRFFilter] XSSXSRFFilter blocked 
 HttpServletRequest due to invalid FORM content.

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



[jira] Closed: (GERONIMO-5551) Failing to start the server with the error Main not found

2010-10-19 Thread Forrest Xia (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Forrest Xia closed GERONIMO-5551.
-

Resolution: Won't Fix

This problem only happens on those very slow machine, so close it with won't 
fix resolution.

 Failing to start the server with the error Main not found 
 

 Key: GERONIMO-5551
 URL: https://issues.apache.org/jira/browse/GERONIMO-5551
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: startup/shutdown
Affects Versions: 3.0
 Environment: OS: Windows XP SP3
 JDK: SUN JDK 1.6.0_20
Reporter: Wang Guang Zhe
 Fix For: 3.0


 Sometimes the Geronimo 3.0 server fails to start with the only error message 
 Main not found.

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



[jira] Closed: (GERONIMO-5304) Could not add jar to app client library classpath

2010-10-19 Thread Forrest Xia (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Forrest Xia closed GERONIMO-5304.
-

Resolution: Fixed

This problem seems fixed in the latest G 3.0 build on 20101019, the sample app 
could be deployed successfully, so close this jira.

 Could not add jar to app client library classpath
 -

 Key: GERONIMO-5304
 URL: https://issues.apache.org/jira/browse/GERONIMO-5304
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: deployment
Affects Versions: 3.0
 Environment: OS:win xp
 JDK:1.6
 Geronimo build:3.0-SNAPSHOT 2010,5.6 build
Reporter: Lu Jiang
 Attachments: magicgball-corba-nosec-plan.xml, 
 magicGball-ear-2.1.1.4.ear


 I tried to deploy a sample magicGball.ear on GERONIMO 3.0.
 The structure of this ear is:
 --magicGball.ear
magicGball-client.jar
magicGball-ejb.jar
magicGball-web.war
 The module tag in appliaction.xml is defined as follows
 module
 web
   web-urimagicGball-web.war/web-uri
   context-root/magicGball/context-root
 /web
   /module
   module
 ejbmagicGball-ejb.jar/ejb
   /module
   module
 javamagicGball-client.jar/java
   /module
 However ,the application failed to be deployed.
 the error in log is as follows:
 2010-05-13 13:33:39,805 ERROR [DeploymentPortlet] The application was not 
 deployed.
 Could not add to app client library classpath: WEB-INF/classes/
 org.apache.geronimo.common.DeploymentException: Could not add to app client 
 library classpath: WEB-INF/classes/
   at 
 org.apache.geronimo.client.builder.AppClientModuleBuilder.installModule(AppClientModuleBuilder.java:586)
   at 
 org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:602)
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:250)
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:138)
   at sun.reflect.GeneratedMethodAccessor214.invoke(Unknown Source)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
 org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
   at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:131)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:856)
   at 
 org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:245)
   at 
 org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)
   at 
 org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
   at java.lang.Thread.run(Thread.java:619)
 Caused by: java.io.IOException: Jar entry does not exist: 
 jarFile=D:\g30\geronimo-tomcat7-javaee6-3.0-SNAPSHOT\var\temp\geronimo-deployer219612648671192750.tmpdir\magicGball-ear-2.1.1.4.ear,
  path=WEB-INF/classes/
   at 
 org.apache.geronimo.kernel.util.NestedJarFile.init(NestedJarFile.java:51)
   at 
 org.apache.geronimo.client.builder.AppClientModuleBuilder.installModule(AppClientModuleBuilder.java:583)
   ... 13 more

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



[jira] Updated: (GERONIMO-5540) Enable connecting to a ldap server anonymously on console on Geronimo 2.1 and 3.0

2010-10-19 Thread Rex Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rex Wang updated GERONIMO-5540:
---

 Priority: Major  (was: Minor)
Fix Version/s: 3.0
   2.1.7

 Enable connecting to a ldap server anonymously on console on Geronimo 2.1 and 
 3.0
 -

 Key: GERONIMO-5540
 URL: https://issues.apache.org/jira/browse/GERONIMO-5540
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1, 3.0
Reporter: Lu Jiang
Assignee: Rex Wang
 Fix For: 2.1.7, 3.0


 Refer to GERONIMO-5125.
 The feature is enabled on Geronino 2.2 build.
 But fails to work on Geronimo 2.1 and 3.0.

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



[jira] Resolved: (GERONIMO-5540) Enable connecting to a ldap server anonymously on console on Geronimo 2.1 and 3.0

2010-10-19 Thread Rex Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rex Wang resolved GERONIMO-5540.


Resolution: Fixed

 Enable connecting to a ldap server anonymously on console on Geronimo 2.1 and 
 3.0
 -

 Key: GERONIMO-5540
 URL: https://issues.apache.org/jira/browse/GERONIMO-5540
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1, 3.0
Reporter: Lu Jiang
Assignee: Rex Wang
 Fix For: 2.1.7, 3.0


 Refer to GERONIMO-5125.
 The feature is enabled on Geronino 2.2 build.
 But fails to work on Geronimo 2.1 and 3.0.

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



[jira] Commented: (GERONIMO-5540) Enable connecting to a ldap server anonymously on console on Geronimo 2.1 and 3.0

2010-10-19 Thread Rex Wang (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12922481#action_12922481
 ] 

Rex Wang commented on GERONIMO-5540:


commit to trunk 3.0 At revision: 1024158
commit to branch 2.1 At revision: 1024159

 Enable connecting to a ldap server anonymously on console on Geronimo 2.1 and 
 3.0
 -

 Key: GERONIMO-5540
 URL: https://issues.apache.org/jira/browse/GERONIMO-5540
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1, 3.0
Reporter: Lu Jiang
Assignee: Rex Wang
Priority: Minor
 Fix For: 2.1.7, 3.0


 Refer to GERONIMO-5125.
 The feature is enabled on Geronino 2.2 build.
 But fails to work on Geronimo 2.1 and 3.0.

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



[jira] Updated: (GERONIMO-5641) add ejb3.1-test in testsuite

2010-10-19 Thread LiWenQin (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

LiWenQin updated GERONIMO-5641:
---

Attachment: ejb3.1-revision-2010-10-18.patch

 add ejb3.1-test in testsuite
 

 Key: GERONIMO-5641
 URL: https://issues.apache.org/jira/browse/GERONIMO-5641
 Project: Geronimo
  Issue Type: Task
  Security Level: public(Regular issues) 
  Components: testsuite
Affects Versions: 3.0
Reporter: LiWenQin
Assignee: Forrest Xia
 Fix For: 3.0

 Attachments: ejb3.1-new.patch, ejb3.1-revision-2010-10-18.patch, 
 ejb3.1.patch


 We already have ejb3.1lite-test, and should add ejb3.1-test to test full new 
 features in ejb 3.1.
 I have created a patch, which contains two sub testsuite:
 asynEJB-testtest EJB asynchronous function
 jndiEJB-test test EJB portable global JNDI names

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



[jira] Created: (GERONIMO-5656) JASPI implementation not using ProviderLocator correctly.

2010-10-19 Thread Rick McGuire (JIRA)
JASPI implementation not using ProviderLocator correctly. 
--

 Key: GERONIMO-5656
 URL: https://issues.apache.org/jira/browse/GERONIMO-5656
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
Affects Versions: 3.0
Reporter: Rick McGuire
Assignee: Rick McGuire


The JASPI implementation is not correctly using the ProviderLocator code in the 
geronimo-osgi-locator jar.  In order to function correctly in an OSGi 
environment, the classes in the locator jar need to be included in the 
consuming jar as private classes and the bundle also needs to specify a 
Bundle-Activator so that the bundle's version of the ProviderLocator is primed 
with access to the framework registry. 

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



[jira] Resolved: (GERONIMO-5656) JASPI implementation not using ProviderLocator correctly.

2010-10-19 Thread Rick McGuire (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rick McGuire resolved GERONIMO-5656.


   Resolution: Fixed
Fix Version/s: 3.0

Committed revision 1024240.

 JASPI implementation not using ProviderLocator correctly. 
 --

 Key: GERONIMO-5656
 URL: https://issues.apache.org/jira/browse/GERONIMO-5656
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 3.0
Reporter: Rick McGuire
Assignee: Rick McGuire
 Fix For: 3.0


 The JASPI implementation is not correctly using the ProviderLocator code in 
 the geronimo-osgi-locator jar.  In order to function correctly in an OSGi 
 environment, the classes in the locator jar need to be included in the 
 consuming jar as private classes and the bundle also needs to specify a 
 Bundle-Activator so that the bundle's version of the ProviderLocator is 
 primed with access to the framework registry. 

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



[jira] Resolved: (GERONIMO-5654) Browser

2010-10-19 Thread Charles L Fields (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charles L Fields resolved GERONIMO-5654.


Resolution: Fixed

 Browser
 ---

 Key: GERONIMO-5654
 URL: https://issues.apache.org/jira/browse/GERONIMO-5654
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: AsyncHttpClient
Affects Versions: 2.1.6
Reporter: Charles L Fields
 Fix For: 1.1.2

 Attachments: Blackjack.jsp, Bridge.asp




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



[jira] Updated: (GERONIMO-5654) Browser

2010-10-19 Thread Charles L Fields (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charles L Fields updated GERONIMO-5654:
---

Attachment: Pull-right Menus.js

 Browser
 ---

 Key: GERONIMO-5654
 URL: https://issues.apache.org/jira/browse/GERONIMO-5654
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: AsyncHttpClient
Affects Versions: 2.1.6
Reporter: Charles L Fields
 Fix For: 1.1.2

 Attachments: Blackjack.jsp, Bridge.asp, Pull-right Menus.js




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



[jira] Updated: (GERONIMO-5654) Browser

2010-10-19 Thread Charles L Fields (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charles L Fields updated GERONIMO-5654:
---

Attachment: Java Platform Upgrade.asp

 Browser
 ---

 Key: GERONIMO-5654
 URL: https://issues.apache.org/jira/browse/GERONIMO-5654
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: AsyncHttpClient
Affects Versions: 2.1.6
Reporter: Charles L Fields
 Fix For: 1.1.2

 Attachments: Blackjack.jsp, Bridge.asp, Java Platform Upgrade.asp, 
 Pull-right Menus.js




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



[jira] Updated: (GERONIMO-5654) Browser

2010-10-19 Thread Charles L Fields (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charles L Fields updated GERONIMO-5654:
---

Attachment: Browser.asp

 Browser
 ---

 Key: GERONIMO-5654
 URL: https://issues.apache.org/jira/browse/GERONIMO-5654
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: AsyncHttpClient
Affects Versions: 2.1.6
Reporter: Charles L Fields
 Fix For: 1.1.2

 Attachments: Blackjack.jsp, Bridge.asp, Browser.asp, Calculate.asp, 
 Java Platform Upgrade.asp, Pull-right Menus.js




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



[jira] Updated: (GERONIMO-5654) Browser

2010-10-19 Thread Charles L Fields (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charles L Fields updated GERONIMO-5654:
---

Attachment: Calculate.asp

 Browser
 ---

 Key: GERONIMO-5654
 URL: https://issues.apache.org/jira/browse/GERONIMO-5654
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: AsyncHttpClient
Affects Versions: 2.1.6
Reporter: Charles L Fields
 Fix For: 1.1.2

 Attachments: Blackjack.jsp, Bridge.asp, Browser.asp, Calculate.asp, 
 Java Platform Upgrade.asp, Pull-right Menus.js




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



[jira] Updated: (GERONIMO-5654) Browser

2010-10-19 Thread Charles L Fields (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charles L Fields updated GERONIMO-5654:
---

Attachment: Pai Gow.asp

 Browser
 ---

 Key: GERONIMO-5654
 URL: https://issues.apache.org/jira/browse/GERONIMO-5654
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: AsyncHttpClient
Affects Versions: 2.1.6
Reporter: Charles L Fields
 Fix For: 1.1.2

 Attachments: Blackjack.jsp, Bridge.asp, Browser.asp, Calculate.asp, 
 Java Platform Upgrade.asp, Pai Gow.asp, Pull-right Menus.js




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



[jira] Commented: (GERONIMO-5654) Browser

2010-10-19 Thread Kevan Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12922662#action_12922662
 ] 

Kevan Miller commented on GERONIMO-5654:


This looks like SPAM to me... I'd stay away from the attachments. Will delete, 
if I figure out how...

 Browser
 ---

 Key: GERONIMO-5654
 URL: https://issues.apache.org/jira/browse/GERONIMO-5654
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: AsyncHttpClient
Affects Versions: 2.1.6
Reporter: Charles L Fields
 Fix For: 1.1.2

 Attachments: Blackjack.jsp, Bridge.asp, Browser.asp, Calculate.asp, 
 Java Platform Upgrade.asp, Pai Gow.asp, Pull-right Menus.js




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



[jira] Deleted: (GERONIMO-5654) Browser

2010-10-19 Thread Kevan Miller (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevan Miller deleted GERONIMO-5654:
---


 Browser
 ---

 Key: GERONIMO-5654
 URL: https://issues.apache.org/jira/browse/GERONIMO-5654
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Reporter: Charles L Fields



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



[jira] Updated: (GERONIMO-5653) CLONE -Update to latest wadi 2.1-SNAPSHOT

2010-10-19 Thread Kevan Miller (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevan Miller updated GERONIMO-5653:
---

  Component/s: (was: Clustering)
Affects Version/s: (was: 2.2)
Fix Version/s: (was: 2.2)
 Assignee: (was: Jason Warner)

Looks like spam...

 CLONE -Update to latest wadi 2.1-SNAPSHOT
 -

 Key: GERONIMO-5653
 URL: https://issues.apache.org/jira/browse/GERONIMO-5653
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
Reporter: Charles L Fields
Priority: Minor

 Updating to the latest wadi snapshot to pick up some new functionality.

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



[jira] Closed: (GERONIMO-5653) CLONE -Update to latest wadi 2.1-SNAPSHOT

2010-10-19 Thread Kevan Miller (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevan Miller closed GERONIMO-5653.
--

Resolution: Not A Problem

 CLONE -Update to latest wadi 2.1-SNAPSHOT
 -

 Key: GERONIMO-5653
 URL: https://issues.apache.org/jira/browse/GERONIMO-5653
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
Reporter: Charles L Fields
Priority: Minor

 Updating to the latest wadi snapshot to pick up some new functionality.

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



[BUILD] trunk: Failed for Revision: 1024361

2010-10-19 Thread gawor
Geronimo Revision: 1024361 built with tests included
 
See the full build-1500.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20101019/build-1500.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20101019/unit-test-reports
 
Downloading: 
file:///home/geronimo/.m2/jtidy.repository/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
[INFO] Unable to find resource 'commons-pool:commons-pool:jar:1.5.4' in 
repository local (file:///home/geronimo/.m2/jtidy.repository)
Downloading: 
http://oss.sonatype.org/content/repositories/jetty//commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
Downloading: 
file:///home/geronimo/.m2/jtidy.repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.serp/1.13.1_2/org.apache.servicemix.bundles.serp-1.13.1_2.jar
[INFO] Unable to find resource 
'org.apache.servicemix.bundles:org.apache.servicemix.bundles.serp:jar:1.13.1_2' 
in repository local (file:///home/geronimo/.m2/jtidy.repository)
Downloading: 
http://oss.sonatype.org/content/repositories/jetty//org/apache/servicemix/bundles/org.apache.servicemix.bundles.serp/1.13.1_2/org.apache.servicemix.bundles.serp-1.13.1_2.jar
[INFO] Unable to find resource 'commons-pool:commons-pool:jar:1.5.4' in 
repository jetty.oss.sonatype.org 
(http://oss.sonatype.org/content/repositories/jetty/)
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:jar:2.0.1' in 
repository jetty.oss.sonatype.org 
(http://oss.sonatype.org/content/repositories/jetty/)
Downloading: 
http://svn.apache.org/repos/asf/servicemix/m2-repo//commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
Downloading: 
http://svn.apache.org/repos/asf/servicemix/m2-repo//org/apache/openjpa/openjpa/2.0.1/openjpa-2.0.1.jar
[INFO] Unable to find resource 
'org.apache.servicemix.bundles:org.apache.servicemix.bundles.serp:jar:1.13.1_2' 
in repository jetty.oss.sonatype.org 
(http://oss.sonatype.org/content/repositories/jetty/)
Downloading: 
http://svn.apache.org/repos/asf/servicemix/m2-repo//org/apache/servicemix/bundles/org.apache.servicemix.bundles.serp/1.13.1_2/org.apache.servicemix.bundles.serp-1.13.1_2.jar
[INFO] Unable to find resource 'commons-pool:commons-pool:jar:1.5.4' in 
repository smx.svn (http://svn.apache.org/repos/asf/servicemix/m2-repo/)
Downloading: 
http://download.java.net/maven/1//commons-pool/jars/commons-pool-1.5.4.jar
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:jar:2.0.1' in 
repository smx.svn (http://svn.apache.org/repos/asf/servicemix/m2-repo/)
Downloading: 
http://download.java.net/maven/1//org.apache.openjpa/jars/openjpa-2.0.1.jar
[INFO] Unable to find resource 
'org.apache.servicemix.bundles:org.apache.servicemix.bundles.serp:jar:1.13.1_2' 
in repository smx.svn (http://svn.apache.org/repos/asf/servicemix/m2-repo/)
Downloading: 
http://download.java.net/maven/1//org.apache.servicemix.bundles/jars/org.apache.servicemix.bundles.serp-1.13.1_2.jar
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:jar:2.0.1' in 
repository java.net (http://download.java.net/maven/1/)
Downloading: 
http://nexus.openqa.org/content/repositories/releases/org/apache/openjpa/openjpa/2.0.1/openjpa-2.0.1.jar
[INFO] Unable to find resource 'commons-pool:commons-pool:jar:1.5.4' in 
repository java.net (http://download.java.net/maven/1/)
Downloading: 
http://nexus.openqa.org/content/repositories/releases/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
[INFO] Unable to find resource 
'org.apache.servicemix.bundles:org.apache.servicemix.bundles.serp:jar:1.13.1_2' 
in repository java.net (http://download.java.net/maven/1/)
Downloading: 
http://nexus.openqa.org/content/repositories/releases/org/apache/servicemix/bundles/org.apache.servicemix.bundles.serp/1.13.1_2/org.apache.servicemix.bundles.serp-1.13.1_2.jar
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:jar:2.0.1' in 
repository openqa-releases 
(http://nexus.openqa.org/content/repositories/releases)
[INFO] Unable to find resource 'commons-pool:commons-pool:jar:1.5.4' in 
repository openqa-releases 
(http://nexus.openqa.org/content/repositories/releases)
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/apache/openjpa/openjpa/2.0.1/openjpa-2.0.1.jar
[INFO] Unable to find resource 
'org.apache.servicemix.bundles:org.apache.servicemix.bundles.serp:jar:1.13.1_2' 
in repository openqa-releases 
(http://nexus.openqa.org/content/repositories/releases)
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/apache/servicemix/bundles/org.apache.servicemix.bundles.serp/1.13.1_2/org.apache.servicemix.bundles.serp-1.13.1_2.jar
93K downloaded  (commons-pool-1.5.4.jar)
207K downloaded  (org.apache.servicemix.bundles.serp-1.13.1_2.jar)
3980K downloaded  (openjpa-2.0.1.jar)
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default

[jira] Created: (GERONIMO-5657) Use cached ExpressionFactory in CompositeELResolver

2010-10-19 Thread JIRA
Use cached ExpressionFactory in CompositeELResolver
---

 Key: GERONIMO-5657
 URL: https://issues.apache.org/jira/browse/GERONIMO-5657
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
  Components: web
 Environment: geronimo specs/trunk/geronimo-el_2.2_spec 
Reporter: Martin Kočí
Priority: Minor


CompositeELResolver in 'invoke' method uses 
ELUtils.getCachedExpressionFactory() if available but few lines later it calls 
ExpressionFactory.newInstance() again. This call causes unwanted performance 
degradation: see http://markmail.org/message/mcxe3zq4mtyo73qg for details.

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



[jira] Updated: (GERONIMO-5657) Use cached ExpressionFactory in CompositeELResolver

2010-10-19 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Kočí updated GERONIMO-5657:
--

Attachment: GERONIMO-5657.patch

suggested patch; also removes unused expressionFactory field.

 Use cached ExpressionFactory in CompositeELResolver
 ---

 Key: GERONIMO-5657
 URL: https://issues.apache.org/jira/browse/GERONIMO-5657
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: web
 Environment: geronimo specs/trunk/geronimo-el_2.2_spec 
Reporter: Martin Kočí
Priority: Minor
 Attachments: GERONIMO-5657.patch


 CompositeELResolver in 'invoke' method uses 
 ELUtils.getCachedExpressionFactory() if available but few lines later it 
 calls ExpressionFactory.newInstance() again. This call causes unwanted 
 performance degradation: see http://markmail.org/message/mcxe3zq4mtyo73qg for 
 details.

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



[BUILD] trunk: Failed for Revision: 1024474

2010-10-19 Thread gawor
Geronimo Revision: 1024474 built with tests included
 
See the full build-2100.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20101019/build-2100.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20101019/unit-test-reports
 
Downloading: 
http://oss.sonatype.org/content/repositories/jetty//commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:jar:2.0.1' in 
repository local (file:///home/geronimo/.m2/jtidy.repository)
Downloading: 
http://oss.sonatype.org/content/repositories/jetty//org/apache/openjpa/openjpa/2.0.1/openjpa-2.0.1.jar
Downloading: 
file:///home/geronimo/.m2/jtidy.repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.serp/1.13.1_2/org.apache.servicemix.bundles.serp-1.13.1_2.jar
[INFO] Unable to find resource 
'org.apache.servicemix.bundles:org.apache.servicemix.bundles.serp:jar:1.13.1_2' 
in repository local (file:///home/geronimo/.m2/jtidy.repository)
Downloading: 
http://oss.sonatype.org/content/repositories/jetty//org/apache/servicemix/bundles/org.apache.servicemix.bundles.serp/1.13.1_2/org.apache.servicemix.bundles.serp-1.13.1_2.jar
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:jar:2.0.1' in 
repository jetty.oss.sonatype.org 
(http://oss.sonatype.org/content/repositories/jetty/)
Downloading: 
http://svn.apache.org/repos/asf/servicemix/m2-repo//org/apache/openjpa/openjpa/2.0.1/openjpa-2.0.1.jar
[INFO] Unable to find resource 'commons-pool:commons-pool:jar:1.5.4' in 
repository jetty.oss.sonatype.org 
(http://oss.sonatype.org/content/repositories/jetty/)
Downloading: 
http://svn.apache.org/repos/asf/servicemix/m2-repo//commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
[INFO] Unable to find resource 
'org.apache.servicemix.bundles:org.apache.servicemix.bundles.serp:jar:1.13.1_2' 
in repository jetty.oss.sonatype.org 
(http://oss.sonatype.org/content/repositories/jetty/)
Downloading: 
http://svn.apache.org/repos/asf/servicemix/m2-repo//org/apache/servicemix/bundles/org.apache.servicemix.bundles.serp/1.13.1_2/org.apache.servicemix.bundles.serp-1.13.1_2.jar
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:jar:2.0.1' in 
repository smx.svn (http://svn.apache.org/repos/asf/servicemix/m2-repo/)
Downloading: 
http://download.java.net/maven/1//org.apache.openjpa/jars/openjpa-2.0.1.jar
[INFO] Unable to find resource 'commons-pool:commons-pool:jar:1.5.4' in 
repository smx.svn (http://svn.apache.org/repos/asf/servicemix/m2-repo/)
Downloading: 
http://download.java.net/maven/1//commons-pool/jars/commons-pool-1.5.4.jar
[INFO] Unable to find resource 
'org.apache.servicemix.bundles:org.apache.servicemix.bundles.serp:jar:1.13.1_2' 
in repository smx.svn (http://svn.apache.org/repos/asf/servicemix/m2-repo/)
Downloading: 
http://download.java.net/maven/1//org.apache.servicemix.bundles/jars/org.apache.servicemix.bundles.serp-1.13.1_2.jar
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:jar:2.0.1' in 
repository java.net (http://download.java.net/maven/1/)
Downloading: 
http://nexus.openqa.org/content/repositories/releases/org/apache/openjpa/openjpa/2.0.1/openjpa-2.0.1.jar
[INFO] Unable to find resource 'commons-pool:commons-pool:jar:1.5.4' in 
repository java.net (http://download.java.net/maven/1/)
Downloading: 
http://nexus.openqa.org/content/repositories/releases/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
[INFO] Unable to find resource 
'org.apache.servicemix.bundles:org.apache.servicemix.bundles.serp:jar:1.13.1_2' 
in repository java.net (http://download.java.net/maven/1/)
Downloading: 
http://nexus.openqa.org/content/repositories/releases/org/apache/servicemix/bundles/org.apache.servicemix.bundles.serp/1.13.1_2/org.apache.servicemix.bundles.serp-1.13.1_2.jar
[INFO] Unable to find resource 'org.apache.openjpa:openjpa:jar:2.0.1' in 
repository openqa-releases 
(http://nexus.openqa.org/content/repositories/releases)
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/apache/openjpa/openjpa/2.0.1/openjpa-2.0.1.jar
[INFO] Unable to find resource 'commons-pool:commons-pool:jar:1.5.4' in 
repository openqa-releases 
(http://nexus.openqa.org/content/repositories/releases)
[INFO] Unable to find resource 
'org.apache.servicemix.bundles:org.apache.servicemix.bundles.serp:jar:1.13.1_2' 
in repository openqa-releases 
(http://nexus.openqa.org/content/repositories/releases)
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/apache/servicemix/bundles/org.apache.servicemix.bundles.serp/1.13.1_2/org.apache.servicemix.bundles.serp-1.13.1_2.jar
93K downloaded  (commons-pool-1.5.4.jar)
3980K downloaded  (openjpa-2.0.1.jar)
207K downloaded  (org.apache.servicemix.bundles.serp-1.13.1_2.jar)
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution

[jira] Assigned: (GERONIMO-5657) Use cached ExpressionFactory in CompositeELResolver

2010-10-19 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan reassigned GERONIMO-5657:
--

Assignee: Ivan

 Use cached ExpressionFactory in CompositeELResolver
 ---

 Key: GERONIMO-5657
 URL: https://issues.apache.org/jira/browse/GERONIMO-5657
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: web
 Environment: geronimo specs/trunk/geronimo-el_2.2_spec 
Reporter: Martin Kočí
Assignee: Ivan
Priority: Minor
 Attachments: GERONIMO-5657.patch


 CompositeELResolver in 'invoke' method uses 
 ELUtils.getCachedExpressionFactory() if available but few lines later it 
 calls ExpressionFactory.newInstance() again. This call causes unwanted 
 performance degradation: see http://markmail.org/message/mcxe3zq4mtyo73qg for 
 details.

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



[jira] Resolved: (GERONIMO-5407) XSSXSRFFilter error in G 3.0-M1 jetty build when trying to list plugins in admin console

2010-10-19 Thread Shawn Jiang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn Jiang resolved GERONIMO-5407.
---

   Resolution: Fixed
Fix Version/s: 3.0

For the same request http://localhost:8080/console/request?;  The api 
request.getQueryString();  Tomcat returns null while jetty returns a zero 
length string. 

fixed with r1024...@trunk.   GERONIMO-5545 should also have been fixed by this 
change.

 XSSXSRFFilter error in G 3.0-M1 jetty build when trying to list plugins in 
 admin console
 

 Key: GERONIMO-5407
 URL: https://issues.apache.org/jira/browse/GERONIMO-5407
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0-M1, 3.0
Reporter: Forrest Xia
Assignee: Shawn Jiang
 Fix For: 3.0


 Steps:
 1. start jetty java ee build
 2. try to list plugins in local repository
 the error shows in console output:
 2010-06-27 09:57:48,188 WARN  [XSRFHandler] Blocked due to missing 
 HttpServletRequest parameter.
 2010-06-27 09:57:48,188 ERROR [XSSXSRFFilter] XSSXSRFFilter blocked 
 HttpServletRequest due to invalid FORM content.

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



[jira] Resolved: (GERONIMO-5545) Geronimo 3.0 console-testsuite/advanced WebServerTest fail. XSSXSRFFilter blocked HttpServletRequest due to invalid FORM content.

2010-10-19 Thread Shawn Jiang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn Jiang resolved GERONIMO-5545.
---

Resolution: Fixed

This should also be resolved after following JIRA was fixed.

GERONIMO-5407 XSSXSRFFilter error in G 3.0-M1 jetty build when trying to list 
plugins in admin console

  Geronimo 3.0 console-testsuite/advanced WebServerTest fail.   XSSXSRFFilter 
 blocked HttpServletRequest due to invalid FORM content.
 

 Key: GERONIMO-5545
 URL: https://issues.apache.org/jira/browse/GERONIMO-5545
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: testsuite
Affects Versions: 3.0
 Environment: OS:ubuntu 8.04
 JVM:sun 1.6.0_20
 Server:geronimo-jetty8-javaee6  build at 2010.08.21-17:31:44.900+0800
Reporter: janel Zhang
Assignee: Shawn Jiang
Priority: Minor
 Fix For: 3.0


 1,When run console-testsuite/advanced WebServerTest on 
 geronimo-jetty8-javaee6 ,fail.
 2.When test the console manually on geronimo-jetty8-javaee6  through 
 ServerWeb Server-Add new: Jetty NIO HTTP Connector,an error occur:
  XSSXSRFFilter blocked HttpServletRequest due to invalid FORM content.
  

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



Re: svn commit: r906902 - in /geronimo/specs/trunk: geronimo-atinject_1.0_spec/src/main/java/javax/inject/ geronimo-el_2.2_spec/src/main/java/javax/el/ geronimo-jcdi_1.0_spec/ geronimo-jcdi_1.0_spec/s

2010-10-19 Thread Ivan
I found some changes have been done to the el package, From the comments,
the changes are for jcdi and atinject, is it also required by the signature
testing ? IMO, the changes should not be required.
Thanks.

2010/2/5 rickmcgu...@apache.org

 Author: rickmcguire
 Date: Fri Feb  5 11:23:22 2010
 New Revision: 906902

 URL: http://svn.apache.org/viewvc?rev=906902view=rev
 Log:
 GERONIMO-5121 Update geronimo-jcdi and geronimo-atinject to pass TCK
 Signature Tests

 Patch provided by Gurkan Erdogdu


 Modified:

  
 geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Inject.java

  
 geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Named.java

  
 geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Qualifier.java

  
 geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Scope.java

  
 geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Singleton.java

  
 geronimo/specs/trunk/geronimo-el_2.2_spec/src/main/java/javax/el/CompositeELResolver.java
geronimo/specs/trunk/geronimo-jcdi_1.0_spec/pom.xml

  
 geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/enterprise/context/BusyConversationException.java

  
 geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/enterprise/context/ContextException.java

  
 geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/enterprise/context/ContextNotActiveException.java

  
 geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/enterprise/context/NonexistentConversationException.java

  
 geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/enterprise/event/ObserverException.java

  
 geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/enterprise/inject/AmbiguousResolutionException.java

  
 geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/enterprise/inject/CreationException.java

  
 geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/enterprise/inject/IllegalProductException.java

  
 geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/enterprise/inject/InjectionException.java

  
 geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/enterprise/inject/ResolutionException.java

  
 geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/enterprise/inject/UnproxyableResolutionException.java

  
 geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/enterprise/inject/UnsatisfiedResolutionException.java

  
 geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/enterprise/inject/spi/InterceptionType.java

  
 geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/enterprise/inject/spi/SessionBeanType.java

 Modified:
 geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Inject.java
 URL:
 http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Inject.java?rev=906902r1=906901r2=906902view=diff

 ==
 ---
 geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Inject.java
 (original)
 +++
 geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Inject.java
 Fri Feb  5 11:23:22 2010
 @@ -30,9 +30,9 @@
  import java.lang.annotation.RetentionPolicy;
  import java.lang.annotation.Target;

 -...@documented

  @Target(value={ElementType.METHOD,ElementType.CONSTRUCTOR,ElementType.FIELD})
  @Retention(value=RetentionPolicy.RUNTIME)
 +...@documented
  public @interface Inject
  {


 Modified:
 geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Named.java
 URL:
 http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Named.java?rev=906902r1=906901r2=906902view=diff

 ==
 ---
 geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Named.java
 (original)
 +++
 geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Named.java
 Fri Feb  5 11:23:22 2010
 @@ -35,9 +35,9 @@
  * given webbeans component, its name is null.
  * /p
  */
 +...@qualifier
  @Documented
  @Retention(value=RetentionPolicy.RUNTIME)
 -...@qualifier
  public @interface Named
  {


 Modified:
 geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Qualifier.java
 URL:
 http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Qualifier.java?rev=906902r1=906901r2=906902view=diff

 ==
 ---
 geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Qualifier.java
 (original)
 +++
 geronimo/specs/trunk/geronimo-atinject_1.0_spec/src/main/java/javax/inject/Qualifier.java
 Fri Feb  5 11:23:22 2010
 @@ -30,9 +30,9 @@
  import 

[jira] Commented: (GERONIMO-5607) geronimo-default keystore file not displayed on the administration console

2010-10-19 Thread Rex Wang (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12922831#action_12922831
 ] 

Rex Wang commented on GERONIMO-5607:


fix At revision: 1024505

 geronimo-default keystore file not displayed on the administration console
 --

 Key: GERONIMO-5607
 URL: https://issues.apache.org/jira/browse/GERONIMO-5607
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0
 Environment: Windows platform
Reporter: maojia
Assignee: Rex Wang
Priority: Minor
 Fix For: 3.0


 The geronimo-default keystore file is not displayed on the Keystore portlet 
 on the administration console.

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



[jira] Updated: (GERONIMO-5607) geronimo-default keystore file not displayed on the administration console

2010-10-19 Thread Rex Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rex Wang updated GERONIMO-5607:
---

 Priority: Major  (was: Minor)
Fix Version/s: 3.0

 geronimo-default keystore file not displayed on the administration console
 --

 Key: GERONIMO-5607
 URL: https://issues.apache.org/jira/browse/GERONIMO-5607
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0
 Environment: Windows platform
Reporter: maojia
Assignee: Rex Wang
 Fix For: 3.0


 The geronimo-default keystore file is not displayed on the Keystore portlet 
 on the administration console.

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



Pull the latest Tomcat codes to our own repository

2010-10-19 Thread Ivan
Hi,
   Seems many changes are done to Tomcat trunk since we pulled the codes
last time. I am thinking to pull the codes. Before that, I would like to
know whether anyone is working on our own Tomcat repository.
   Thanks.

-- 
Ivan


[jira] Commented: (GERONIMO-5206) Assembly may start failed when server-security-config car is not assembled

2010-10-19 Thread Rex Wang (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12922834#action_12922834
 ] 

Rex Wang commented on GERONIMO-5206:


fix for 2.1 branch At revision: 1024506, 1024509
fix for 2.2 branch At revision: 1024508


 Assembly may start failed when server-security-config car is not assembled
 --

 Key: GERONIMO-5206
 URL: https://issues.apache.org/jira/browse/GERONIMO-5206
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
Affects Versions: 2.1.5, 2.2.1
Reporter: Rex Wang
 Fix For: 2.1.7, 2.2.1


 refer GERONIMO-5204
 If a plugin has a dependency to j2ee-security, but not explicitly depends on 
 server-security-config, assembly with this plugin will start failed with the 
 error FileKeystoreManager must have a root that's a valid readable directory 
 (./var/security/keystores)

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



[jira] Assigned: (GERONIMO-5206) Assembly may start failed when server-security-config car is not assembled

2010-10-19 Thread Rex Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rex Wang reassigned GERONIMO-5206:
--

Assignee: Rex Wang

 Assembly may start failed when server-security-config car is not assembled
 --

 Key: GERONIMO-5206
 URL: https://issues.apache.org/jira/browse/GERONIMO-5206
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
Affects Versions: 2.1.5, 2.2.1
Reporter: Rex Wang
Assignee: Rex Wang
 Fix For: 2.1.7, 2.2.1


 refer GERONIMO-5204
 If a plugin has a dependency to j2ee-security, but not explicitly depends on 
 server-security-config, assembly with this plugin will start failed with the 
 error FileKeystoreManager must have a root that's a valid readable directory 
 (./var/security/keystores)

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



[jira] Resolved: (GERONIMO-5206) Assembly may start failed when server-security-config car is not assembled

2010-10-19 Thread Rex Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rex Wang resolved GERONIMO-5206.


Resolution: Fixed

 Assembly may start failed when server-security-config car is not assembled
 --

 Key: GERONIMO-5206
 URL: https://issues.apache.org/jira/browse/GERONIMO-5206
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 2.1.5, 2.2.1
Reporter: Rex Wang
Assignee: Rex Wang
 Fix For: 2.1.7, 2.2.1


 refer GERONIMO-5204
 If a plugin has a dependency to j2ee-security, but not explicitly depends on 
 server-security-config, assembly with this plugin will start failed with the 
 error FileKeystoreManager must have a root that's a valid readable directory 
 (./var/security/keystores)

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



[jira] Resolved: (GERONIMO-5607) geronimo-default keystore file not displayed on the administration console

2010-10-19 Thread Rex Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rex Wang resolved GERONIMO-5607.


Resolution: Fixed

 geronimo-default keystore file not displayed on the administration console
 --

 Key: GERONIMO-5607
 URL: https://issues.apache.org/jira/browse/GERONIMO-5607
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0
 Environment: Windows platform
Reporter: maojia
Assignee: Rex Wang
 Fix For: 3.0


 The geronimo-default keystore file is not displayed on the Keystore portlet 
 on the administration console.

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



Re: Pull the latest Tomcat codes to our own repository

2010-10-19 Thread David Jencks
Tomcat accepted all but one of my bug fixes (the one they didn't accept is a 
different interpretation of a spec contradiction).  I can re-patch a new copy 
pending finding out which interpretation we should accept.  I'm not working on 
any changes currently please go ahead.

thanks
david jencks



On Oct 19, 2010, at 7:59 PM, Ivan wrote:

 Hi,
Seems many changes are done to Tomcat trunk since we pulled the codes last 
 time. I am thinking to pull the codes. Before that, I would like to know 
 whether anyone is working on our own Tomcat repository.
Thanks.
 
 -- 
 Ivan



Re: svn commit: r1024516 - /geronimo/server/trunk/plugins/openjpa2/geronimo-persistence-jpa20/src/test/java/org/apache/geronimo/persistence/PersistenceUnitGBeanTest.java

2010-10-19 Thread Vamsavardhana Reddy
Missed to commit this one.  Thanks Jarek.

On Wed, Oct 20, 2010 at 9:43 AM, ga...@apache.org wrote:

 Author: gawor
 Date: Wed Oct 20 04:13:07 2010
 New Revision: 1024516

 URL: http://svn.apache.org/viewvc?rev=1024516view=rev
 Log:
 fix build break

 Modified:

  
 geronimo/server/trunk/plugins/openjpa2/geronimo-persistence-jpa20/src/test/java/org/apache/geronimo/persistence/PersistenceUnitGBeanTest.java

 Modified:
 geronimo/server/trunk/plugins/openjpa2/geronimo-persistence-jpa20/src/test/java/org/apache/geronimo/persistence/PersistenceUnitGBeanTest.java
 URL:
 http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/openjpa2/geronimo-persistence-jpa20/src/test/java/org/apache/geronimo/persistence/PersistenceUnitGBeanTest.java?rev=1024516r1=1024515r2=1024516view=diff

 ==
 ---
 geronimo/server/trunk/plugins/openjpa2/geronimo-persistence-jpa20/src/test/java/org/apache/geronimo/persistence/PersistenceUnitGBeanTest.java
 (original)
 +++
 geronimo/server/trunk/plugins/openjpa2/geronimo-persistence-jpa20/src/test/java/org/apache/geronimo/persistence/PersistenceUnitGBeanTest.java
 Wed Oct 20 04:13:07 2010
 @@ -58,7 +58,7 @@ public class PersistenceUnitGBeanTest ex
 2.0,
 SharedCacheMode.NONE,
 ValidationMode.AUTO,
 -new ValidatorFactoryGBean(Dummy, bundle,
 getClass().getClassLoader(), null),
 +new ValidatorFactoryGBean(Dummy, bundle,
 getClass().getClassLoader(), null, null),
 bundle,
 getClass().getClassLoader());
 assertNotNull(gbean.getManagedClassNames());





-- 
Vamsi


[jira] Resolved: (GERONIMO-5657) Use cached ExpressionFactory in CompositeELResolver

2010-10-19 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan resolved GERONIMO-5657.


Resolution: Fixed

Commit the patch geronimo-el-2.2 1.1-SNAPSHOT at revision: 1024530, thanks 
Martin Kočí.
If any other problem, please feel free to send an email to the mail list or 
create a JIRA :-)

 Use cached ExpressionFactory in CompositeELResolver
 ---

 Key: GERONIMO-5657
 URL: https://issues.apache.org/jira/browse/GERONIMO-5657
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: web
 Environment: geronimo specs/trunk/geronimo-el_2.2_spec 
Reporter: Martin Kočí
Assignee: Ivan
Priority: Minor
 Attachments: GERONIMO-5657.patch


 CompositeELResolver in 'invoke' method uses 
 ELUtils.getCachedExpressionFactory() if available but few lines later it 
 calls ExpressionFactory.newInstance() again. This call causes unwanted 
 performance degradation: see http://markmail.org/message/mcxe3zq4mtyo73qg for 
 details.

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