[jira] [Created] (GERONIMO-6305) Start bundles in bundle dependency order

2012-03-25 Thread Yi Xiao (Created) (JIRA)
Start bundles in bundle dependency order


 Key: GERONIMO-6305
 URL: https://issues.apache.org/jira/browse/GERONIMO-6305
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public (Regular issues)
  Components: osgi-bundles
Reporter: Yi Xiao


As the bundles have the dependency, so need to provide the correct order when 
they start up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMODEVTOOLS-788) The hot deploy of jsp and other static resource files do not work even under the development mode

2012-02-29 Thread Yi Xiao (Created) (JIRA)
The hot deploy of jsp and other static resource files do not work even under 
the development mode
-

 Key: GERONIMODEVTOOLS-788
 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-788
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 3.0-beta-1, 3.0
Reporter: Yi Xiao
Assignee: Yi Xiao
 Fix For: 3.0-beta-2


First need to set the server in development mode:
1 modify the config.xml:
module 
name=org.apache.geronimo.configs/tomcat7-deployer/3.0-beta-2-SNAPSHOT/car
gbean name=TomcatWebBuilder 
attribute name=jspServlet 
propertyEditor=org.apache.geronimo.web25.deployment.utils.WebAppXmlAttributeBuilder
 
web-app:web-app xmlns=http://java.sun.com/xml/ns/javaee; 
xmlns:web-app=http://java.sun.com/xml/ns/javaee; 
servlet

servlet-classorg.apache.jasper.servlet.JspServlet/servlet-class
init-param
param-namedevelopment/param-name
param-valuetrue/param-value
/init-param
init-param
param-namefork/param-name
param-valuefalse/param-value
/init-param
init-param
param-namelogVerbosityLevel/param-name
param-valueDEBUG/param-value
/init-param
init-param
param-namexpoweredBy/param-name
param-valuefalse/param-value
/init-param
init-param
param-nameengineOptionsClass/param-name

param-valueorg.apache.geronimo.jasper.JspServletOptions/param-value
/init-param
/servlet
/web-app:web-app 
/attribute 
/gbean 
/module
...
module 
name=org.apache.geronimo.configs/jasper-deployer/3.0-beta-2-SNAPSHOT/car
gbean name=JspModuleBuilderExtension
attribute name=defaultJspServlet 
propertyEditor=org.apache.geronimo.web25.deployment.utils.WebAppXmlAttributeBuilder
 
web-app:web-app xmlns=http://java.sun.com/xml/ns/javaee; 
xmlns:web-app=http://java.sun.com/xml/ns/javaee; 
servlet
 servlet-namejsp/servlet-name
 
servlet-classorg.apache.jasper.servlet.JspServlet/servlet-class
 init-param
 param-namedevelopment/param-name
 param-valuetrue/param-value
 /init-param
 init-param
 param-nametrimSpaces/param-name
 param-valuefalse/param-value
 /init-param
 init-param
 param-namefork/param-name
 param-valuefalse/param-value
 /init-param
 init-param
 param-namelogVerbosityLevel/param-name
 param-valueDEBUG/param-value
 /init-param
 init-param
 param-namexpoweredBy/param-name
 param-valuefalse/param-value
 /init-param
 init-param
 param-nameengineOptionsClass/param-name
 
param-valueorg.apache.geronimo.jasper.JspServletOptions/param-value
 /init-param
 load-on-startup0/load-on-startup
 /servlet
 servlet-mapping
 servlet-namejsp/servlet-name
 url-pattern*.jsp/url-pattern
 url-pattern*.jspf/url-pattern
 url-pattern*.jspx/url-pattern
 url-pattern*.xsp/url-pattern
 /servlet-mapping
/web-app:web-app 
/attribute
/gbean
/module
2 set GERONIMO_OPTS
set GERONIMO_OPTS=-Dorg.apache.geronimo.webapplication.stage=DEVELOPMENT

Steps:
1. Install wep and OSGi tool in a clean eclipse
2. Install wasce
3. Import the attached sample eba into eclipse
4. Modify server configuration to enable hot swap, then run the sample on the 
defined server
5. Open a browser to visit the jsp url
6. Update a jsp file and save it
7. Check if the jsp is updated by reloading the jsp url

Symptom: you will see the jsp is not updated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 

[jira] [Created] (GERONIMO-6288) When deploy a EBA with long symbolicname, showing an error Msg xxxx already existes in the server

2012-02-27 Thread Yi Xiao (Created) (JIRA)
When deploy a EBA with long symbolicname, showing an error Msg  already 
existes in the server 


 Key: GERONIMO-6288
 URL: https://issues.apache.org/jira/browse/GERONIMO-6288
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: deployment
Affects Versions: 3.0-beta-1, 3.0
Reporter: Yi Xiao
Assignee: Yi Xiao
 Fix For: 3.0-beta-2


see the jira: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-784

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6260) Could not redeploy EJB module

2012-01-11 Thread Yi Xiao (Created) (JIRA)
Could not redeploy EJB module
-

 Key: GERONIMO-6260
 URL: https://issues.apache.org/jira/browse/GERONIMO-6260
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: deployment
Affects Versions: 3.0-beta-1
 Environment: win7 64bit, oracle jdk1.6.0_25
Reporter: Yi Xiao
Assignee: Yi Xiao


ERROR [DeploymentPortlet] Unable to identify modules to replace. Check if it 
has already been stopped or undeployed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMODEVTOOLS-778) Using GEP3.0.X's eclipse/build.xml to replace the GEP2.1.X's

2012-01-04 Thread Yi Xiao (Created) (JIRA)
Using GEP3.0.X's eclipse/build.xml to replace the GEP2.1.X's


 Key: GERONIMODEVTOOLS-778
 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-778
 Project: Geronimo-Devtools
  Issue Type: Task
  Components: eclipse-plugin
Affects Versions: 2.1.8
Reporter: Yi Xiao
Assignee: Yi Xiao


The build.xml in GEP3.0.x supports the latest eclipse3.7SR1 and is more 
graceful than GEP2.1.x's.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMODEVTOOLS-779) Release GEP2.1.8

2012-01-04 Thread Yi Xiao (Created) (JIRA)
Release GEP2.1.8


 Key: GERONIMODEVTOOLS-779
 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-779
 Project: Geronimo-Devtools
  Issue Type: Task
  Components: eclipse-plugin
Affects Versions: 2.1.8
Reporter: Yi Xiao
Assignee: Yi Xiao




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6245) javax.el.ELException when testing login in creating SQL-based Security Realm

2011-12-27 Thread Yi Xiao (Created) (JIRA)
javax.el.ELException when testing login in creating SQL-based Security Realm


 Key: GERONIMO-6245
 URL: https://issues.apache.org/jira/browse/GERONIMO-6245
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: console
Affects Versions: 3.0-beta-1
Reporter: Yi Xiao
Assignee: Yi Xiao
Priority: Minor


2011-12-28 10:22:36,546 ERROR [testResults_jsp]] Servlet.service() for servlet 
jsp.WEB_002dINF.view.realmwizard.testResults_jsp threw exception
javax.el.ELException: Failed to parse the expression [${principal.class.name}]
at 
org.apache.el.lang.ExpressionBuilder.createNodeInternal(ExpressionBuilder.java:146)
at 
org.apache.el.lang.ExpressionBuilder.build(ExpressionBuilder.java:172)
at 
org.apache.el.lang.ExpressionBuilder.createValueExpression(ExpressionBuilder.java:217)
at 
org.apache.el.ExpressionFactoryImpl.createValueExpression(ExpressionFactoryImpl.java:67)
at 
org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:984)
at 
jsp.WEB_002dINF.view.realmwizard.testResults_jsp._jspx_meth_c_005fforEach_005f1(testResults_jsp.java:482)
at 
jsp.WEB_002dINF.view.realmwizard.testResults_jsp._jspx_meth_c_005fif_005f0(testResults_jsp.java:424)
at 
jsp.WEB_002dINF.view.realmwizard.testResults_jsp._jspService(testResults_jsp.java:221)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
at 
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:593)
at 
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:530)
at 
org.apache.pluto.container.impl.PortletRequestDispatcherImpl.doDispatch(PortletRequestDispatcherImpl.java:174)
at 
org.apache.pluto.container.impl.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:227)
at 
org.apache.geronimo.console.securitymanager.realm.SecurityRealmPortlet.renderTestResults(SecurityRealmPortlet.java:672)
at 
org.apache.geronimo.console.securitymanager.realm.SecurityRealmPortlet.doView(SecurityRealmPortlet.java:288)
...
Caused by: javax.el.ELException: The identifier [class] is not a valid Java 
identifier as required by section 1.19 of the EL specification (Identifier ::= 
Java language i
dentifier). This check can be disabled by setting the system property 
org.apache.el.parser.SKIP_IDENTIFIER_CHECK to true.
at org.apache.el.parser.AstDotSuffix.setImage(AstDotSuffix.java:46)
at org.apache.el.parser.ELParser.DotSuffix(ELParser.java:1067)
at org.apache.el.parser.ELParser.ValueSuffix(ELParser.java:1033)
at org.apache.el.parser.ELParser.Value(ELParser.java:978)
at org.apache.el.parser.ELParser.Unary(ELParser.java:948)
at org.apache.el.parser.ELParser.Multiplication(ELParser.java:712)
at org.apache.el.parser.ELParser.Math(ELParser.java:632)
at org.apache.el.parser.ELParser.Compare(ELParser.java:444)
at org.apache.el.parser.ELParser.Equality(ELParser.java:338)
at org.apache.el.parser.ELParser.And(ELParser.java:282)
at org.apache.el.parser.ELParser.Or(ELParser.java:226)
at org.apache.el.parser.ELParser.Choice(ELParser.java:183)
at org.apache.el.parser.ELParser.Expression(ELParser.java:175)
at org.apache.el.parser.ELParser.DynamicExpression(ELParser.java:147)
at org.apache.el.parser.ELParser.CompositeExpression(ELParser.java:44)
at 
org.apache.el.lang.ExpressionBuilder.createNodeInternal(ExpressionBuilder.java:115)
... 101 more


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6206) Concise infomation rather than Exception stacktrace when create plan from a WAR

2011-10-27 Thread Yi Xiao (Created) (JIRA)
Concise infomation rather than Exception stacktrace when create plan from a WAR
---

 Key: GERONIMO-6206
 URL: https://issues.apache.org/jira/browse/GERONIMO-6206
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
  Components: console
Affects Versions: 3.0, 3.0-beta-1
 Environment: Win7-b4bit; JDK Oracle 1.6.0_25
Reporter: Yi Xiao
Assignee: Yi Xiao


When create plan from a WAR which could not satisfy some dependencies, it will 
throw the exception trace to console.
I think it's not friendly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMODEVTOOLS-770) Synchronize GEP artifacts version with server

2011-10-21 Thread Yi Xiao (Created) (JIRA)
Synchronize GEP artifacts version with server
-

 Key: GERONIMODEVTOOLS-770
 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-770
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 3.0-beta-1
 Environment: win7-64bit; maven2.2.1
Reporter: Yi Xiao
Assignee: Yi Xiao
 Fix For: 3.0-beta-1




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira