Re: Can't build trunk for an java.io.InvalidClassException

2006-11-11 Thread Jian Liao
I've update my local old trunk and build it, the InvalidClassException problem has gone. Thanks.- Jian LiaoOn 11/11/06, Jian Liao [EMAIL PROTECTED] wrote: Thanks for all your response.I have worked around this issue by check out a fresh trunk and setup an empty maven repository, then build

Re: Can't build trunk for an java.io.InvalidClassException

2006-11-10 Thread Jian Liao
gianny or dblevins. Meanwhile doing an offline build or cleaning the geronimo artifacts out of your m2 repo may help. thanks david jencks On Nov 9, 2006, at 7:03 PM, Jian Liao wrote: I am trying to build geronimo trunk with command mvn clean install -U -up, but encountered the following exception while

Can't build trunk for an java.io.InvalidClassException

2006-11-09 Thread Jian Liao
I am trying to build geronimo trunk with command mvn clean install -U -up, but encountered the following exception while building Building Geronimo Configs :: Jetty Deployer. Could someone help me? thanks,- Jian Liao[INFO

[jira] Commented: (GERONIMO-1480) Cross context include does not set jacc contextID for 2nd web app. (Tomcat only)

2006-02-09 Thread Jian Liao (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1480?page=comments#action_12365703 ] Jian Liao commented on GERONIMO-1480: - Your new patch is like what I am done on my testing env, but I use mb.setString(webContext.getPath() + dispatchPath);. because

[jira] Commented: (GERONIMO-1480) Cross context include does not set jacc contextID for 2nd web app. (Tomcat only)

2006-02-08 Thread Jian Liao (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1480?page=comments#action_12365679 ] Jian Liao commented on GERONIMO-1480: - Sorry for the delay, although there are still two exceptions here, but isUserInRole() works. I think Exception_2is caused

[jira] Commented: (GERONIMO-1480) Cross context include does not set jacc contextID for 2nd web app. (Tomcat only)

2006-02-08 Thread Jian Liao (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1480?page=comments#action_12365688 ] Jian Liao commented on GERONIMO-1480: - 1. My web application context is /jetspeed, length = 9. 2. The value of request.getAttribute

Re: Compilation errors in module javamail-transport

2006-02-06 Thread Jian Liao
Hi,Geronimo spec updated. you have to rebuild it. But you still can not make it right after rebuild geronimo-spec, so I just bypass this module in the top maven.xml.Hope it help,- Jian Liao On 2/7/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Compilation errors in modules\javamail-transport\src

Re: Compilation errors in module javamail-transport

2006-02-06 Thread Jian Liao
.. D:\Maven\local\repository\cache\maven-java-plugin-1.5\plugin.jelly Element... ant:javacLine.. 63Column -1Compile failed; see the compiler error output for details.Total time : 3 secondsMy env:OS: WinXP SP2JDK: 1.4.2_10thanks,- Jian Liao On 2/7/06, Bruce Snyder [EMAIL PROTECTED] wrote

Re: JACC plugability etc

2006-01-18 Thread Jian Liao
Some questions, pls see below.On 1/19/06, David Jencks [EMAIL PROTECTED] wrote: First of all, someone pointed me recently to https://openjacc.projects.dev2dev.bea.com/ which looks like it shares somegoals with us.I can't tell how its license affects our ability to use it, and would appreciate some

PolicyContext does not switch, when a crosscontext include occur

2006-01-16 Thread Jian Liao
PolicyContext, my only workaround is to define all portlet applcation's security role and security-constraints in jetspeed.war's web.xml and it break PLT.20.2, PLT.20.3 and PLT.20.4.Any help would be appreciated.- Jian Liao

A special case for Translating security-constraint Elements to WebResourcePermission

2006-01-13 Thread Jian Liao
be appreciated!- Jian Liao

An issue about TomcatGeronimoRealm

2005-12-30 Thread Jian Liao
-param load-on-startup1/load-on-startup /servlet..servlet-mapping servlet-namejetspeed/servlet-name url-pattern/jetspeed/*/url-pattern /servlet-mappingAny help would be appreciated!- Jian Liao

Re: An issue about TomcatGeronimoRealm

2005-12-30 Thread Jian Liao
-root to context-root//context-root in your plan/geronimo-web.xml.JeffJeff Genender wrote: Remove the forward slash and it will give you what you are looking for. Please try this: servlet-mapping servlet-namejetspeed/servlet-nameurl-patternjetspeed/*/url-pattern /servlet-mapping Jian Liao wrote: Hi all

Re: Jetspeed 2 - Geronimo security integration (from apachecon)

2005-12-22 Thread Jian Liao
On 12/23/05, David Jencks [EMAIL PROTECTED] wrote: At Apachecon some Jetspeed and Geronimo committers got together anddiscussed Jetspeed 2 - Geronimo security integration a bit.Here'swhat I remember: please chime in if you remember more/differently.People:David Sean Taylor, Ate Douma, Randy

Re: Fwd: Integration Geronimo with Jetspeed2

2005-12-21 Thread Jian Liao
/geronimo/specs/branches/1_0/geronimo-spec-j2ee-jacc/src/java/javax/security/jacc/WebResourcePermission.java I am very interested in your progress with the Geronimo+Jetspeed2 integration. Are there any areas where you could use some help? Best wishes, Paul On 12/6/05, Jian Liao [EMAIL PROTECTED] wrote

Re: How to package all the dependences into a single EAR file?

2005-12-10 Thread Jian Liao
| |--demo.war||--j2-admin.war||--META-INF .. How to reference the files in lib folder in my plan? Should I use import tag? I want to package all these files into a single EAR file. Any help would be appreciated! regards, - Jian Liao

How to package all the dependences into a single EAR file?

2005-12-09 Thread Jian Liao
-admin.war | |--META-INF ..How to reference the files in lib folder in my plan? Should I use import tag? I want to package all these files into a single EAR file. Any help would be appreciated!regards,- Jian Liao

Re: SchemaConversionUtils/GenericToSpecificPlanConverter woes continue?

2005-11-17 Thread Jian Liao
Hi dj,I am sorry to mention this again.The namespace defined in modules\tomcat-builder\src\schema\geronimo-tomcat-config-1.0.xsd is different with the namespace you used in your unit test case modules\web-builder\src\test\org\apache\geronimo\web\deployment\GenericToSpecificPlanConverterTest.java.

Re: [jira] Reopened: (GERONIMO-1175) Schema conversion problems in geronimo plans

2005-11-15 Thread Jian Liao
nameJaasLoginService/name /reference /gbean /web-app Correct me if I am wrong.:-) -Jian Liao On 11/16/05, David Jencks (JIRA) dev@geronimo.apache.org wrote: [ http://issues.apache.org/jira/browse/GERONIMO-1175?page=all ]David Jencks reopened GERONIMO-1175