Is there any license issue about packaging jstl with OSGI information

2009-11-25 Thread Ivan
Hi, Just find that jstl component does not have osgi meta-info shipped, while it is not under ASL 2.0, so is there any license issue for repackaging it with felix-maven.plugin ? Thanks ! -- Ivan

Re: Strange dependency problem building jaxws

2009-11-25 Thread Ivan
2009/11/13 Rick McGuire rick...@gmail.com David Jencks wrote: On Nov 10, 2009, at 9:57 AM, Rick McGuire wrote: David Jencks wrote: On Nov 10, 2009, at 7:59 AM, Rick McGuire wrote: There are two subprojects in the jaxws plugin that I'm having trouble building, and I can't figure out

Re: A wierd problem when deploying applications to Geronimo on Lotus Foundation

2009-11-25 Thread chi runhua
Thanks Shawn for the sharing. I'll collect this info into G doc. Could you specify the G version you are using, or is it a general problem in all G servers with a GShell environment? Jeff C On Wed, Nov 25, 2009 at 5:29 PM, Shawn Jiang genspr...@gmail.com wrote: Lotus Foundation(LF) is a

Re: [ANNOUNCE] MyFaces Core v1.2.8 Release

2009-11-25 Thread Kevan Miller
On Nov 24, 2009, at 10:21 PM, Ivan wrote: How about updating myfaces version to 1.2.8 for Geronimo 2.2 ? Personally, I'd leave 2.2 as is... It's time to release 2.2. Better to avoid introducing new problems... Target the upgrade to 2.2.1. Would go ahead and upgrade to latest MyFaces in

[BUILD] trunk: Failed for Revision: 884107

2009-11-25 Thread gawor
Geronimo Revision: 884107 built with tests included See the full build-0900.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091125/build-0900.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091125/unit-test

[jira] Reopened: (GERONIMO-4678) Initial Japanese translation

2009-11-25 Thread Kan Ogawa (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kan Ogawa reopened GERONIMO-4678: - There was two additional i18n messages in rev 883582:

[jira] Updated: (GERONIMO-4678) Initial Japanese translation

2009-11-25 Thread Kan Ogawa (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kan Ogawa updated GERONIMO-4678: Attachment: geronimo-v22_i18n-ja_v3.patch Attached the translation patch for rev 883582. Please

Re: A wierd problem when deploying applications to Geronimo on Lotus Foundation

2009-11-25 Thread Shawn Jiang
I'm using G2.1.4 in LF, it should be a general problems. I don't think its a GShell specific problem. Instead, we met this problem with both gsh -c deploy deploy and deploy.sh deploy. On Wed, Nov 25, 2009 at 7:13 PM, chi runhua chirun...@gmail.com wrote: Thanks Shawn for the sharing. I'll

Re: ee apps in trunk

2009-11-25 Thread Forrest Xia
Hi David, What I did is building a geronimo-jetty8-minimal assembly, starting it, and then installing and activating welcome-jetty car bundle on it. The build order of geronimo-jetty8-minimal assembly as follows: framework-plugins-plugingroups/web-jetty(disable some

Re: ee apps in trunk

2009-11-25 Thread Forrest Xia
I double checked those bundles and they are in the assembly's repository. I think they should be installed and activated before installing jetty8-deployer bundle, isn't it? Forrest

Re: ee apps in trunk

2009-11-25 Thread Jarek Gawor
Are you getting these errors when starting up the server or when building the assembly? I sometimes see these errors too (I haven't been able to track the cause yet) in car-maven-plugin but I just recompile the plugins and things usually just work fine the second time. Jarek On Wed, Nov 25,

Re: minimal tomcat server is assembled, but failed on starting module tomcat6

2009-11-25 Thread Jarek Gawor
The problem was that a class in catalina bundle was using StringManager class in util bundle to load a resource that was in catalina bundle. And the utll bundle does not import the catalina packages. My solution for now is to make sure that each Tomcat bundle has its own version of StringManager

Re: A wierd problem when deploying applications to Geronimo on Lotus Foundation

2009-11-25 Thread Quintin Beukes
Regarding this same component, has anyone noticed the following problem. I start my Geronimo server with the following: $KMS_SERVER/geronimo/bin/gsh -c geronimo/start-server --logfile '$KMS_SERVER/geronimo/var/log/startup.log' USER=`$KMS_CONF/geronimo-auth-user`

Help needed to debug a KernelDelegate call

2009-11-25 Thread Ashish Jain
Hi, I am trying to debug one of the issue I am facing with wadi clustering. At one of the point there is a call to KernelDelegate.invokeKernel(String methodName, Object[] args, String[] types) which calls up *return mbeanServer.invoke(Kernel.KERNEL, methodName, args, types)*. After this once the

Re: Help needed to debug a KernelDelegate call

2009-11-25 Thread David Jencks
I'm not sure what you are asking about. The mbean server is supplied by the java platform so you'll need it's source if you want to understand what is happening locally during the invoke call. I would suggest debugging in the target vm in the basic kernel to see what is happening there

[BUILD] branches/2.2: Failed for Revision: 884226

2009-11-25 Thread gawor
Geronimo Revision: 884226 built with tests included See the full build-1400.log file at http://people.apache.org/builds/geronimo/server/binaries/2.2/20091125/build-1400.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/2.2/20091125/unit-test-reports

[BUILD] trunk: Failed for Revision: 884241

2009-11-25 Thread gawor
Geronimo Revision: 884241 built with tests included See the full build-1500.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091125/build-1500.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091125/unit-test

Re: ee apps in trunk

2009-11-25 Thread Forrest Xia
Hi Jarek, These WARNs just happen when starting up the server, not when building the assembly. Today I will give some tries on: 1. welcome-tomcat-server 2. another simple sample built with car-maven-plugin I will post what I get. Thanks! Forrest

[jira] Commented: (GERONIMO-4678) Initial Japanese translation

2009-11-25 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782712#action_12782712 ] Ivan commented on GERONIMO-4678: Commit the translation patch for rev 883562, thanks !

[jira] Closed: (GERONIMO-4678) Initial Japanese translation

2009-11-25 Thread Kan Ogawa (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kan Ogawa closed GERONIMO-4678. --- Resolution: Fixed Ivan, thanks! Initial Japanese translation

[BUILD] trunk: Failed for Revision: 884367

2009-11-25 Thread gawor
Geronimo Revision: 884367 built with tests included See the full build-2100.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091125/build-2100.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091125/unit-test

[jira] Created: (GERONIMO-4961) Update Spring version to 3.0.0-RC1

2009-11-25 Thread Ivan (JIRA)
Update Spring version to 3.0.0-RC1 -- Key: GERONIMO-4961 URL: https://issues.apache.org/jira/browse/GERONIMO-4961 Project: Geronimo Issue Type: Task Security Level: public (Regular issues)

Re: A wierd problem when deploying applications to Geronimo on Lotus Foundation

2009-11-25 Thread Forrest Xia
I notice the terminal echo problem after running some geronimo shell scripts with exceptions happen. So far, I don't figure out why it happens. Will keep an eye on it later. Forrest

Re: ee apps in trunk

2009-11-25 Thread Jarek Gawor
You can try running rm -rf var/cache in the assembly directory before starting the server. Jarek On Wed, Nov 25, 2009 at 8:20 PM, Forrest Xia forres...@gmail.com wrote: Hi Jarek, These WARNs just happen when starting up the server, not when building the assembly. Today I will give some