[jira] Updated: (GERONIMO-4498) ClassNotFoundException: BasicExtendedJMXConnectorInfoEditor throwned when farming geronimo using Deployment

2009-01-08 Thread Shawn Jiang (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Jiang updated GERONIMO-4498: -- Attachment: G4498_shawn_new.patch update the patch to resolve the dependency problem. > Cla

[jira] Updated: (GERONIMO-4498) ClassNotFoundException: BasicExtendedJMXConnectorInfoEditor throwned when farming geronimo using Deployment

2009-01-08 Thread Shawn Jiang (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Jiang updated GERONIMO-4498: -- Attachment: (was: G4498_shawn.patch) > ClassNotFoundException: BasicExtendedJMXConnector

[jira] Updated: (GERONIMO-4503) PlanCreator threw exception with .war

2009-01-08 Thread Chi Runhua (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chi Runhua updated GERONIMO-4503: - Description: A simple WebAppJDBCAccess.war without a geronimo deployment plan, so I tried to

[jira] Updated: (GERONIMO-4503) PlanCreator threw exception with .war

2009-01-08 Thread Chi Runhua (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chi Runhua updated GERONIMO-4503: - Attachment: WebAppJDBCAccess.war The package is from http://cwiki.apache.org/confluence/disp

[jira] Created: (GERONIMO-4503) PlanCreator threw exception with .war

2009-01-08 Thread Chi Runhua (JIRA)
PlanCreator threw exception with .war - Key: GERONIMO-4503 URL: https://issues.apache.org/jira/browse/GERONIMO-4503 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues)

[jira] Updated: (DAYTRADER-64) OpenJPA PCEnhancer ant task failure cause Full EJB3 runtime mode failure

2009-01-08 Thread Forrest Xia (JIRA)
[ https://issues.apache.org/jira/browse/DAYTRADER-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forrest Xia updated DAYTRADER-64: - Attachment: daytraderejbmodule.pom.patch Add dependency packages as follows: net.s

[jira] Closed: (DAYTRADER-64) OpenJPA PCEnhancer ant task failure cause Full EJB3 runtime mode failure

2009-01-08 Thread Forrest Xia (JIRA)
[ https://issues.apache.org/jira/browse/DAYTRADER-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forrest Xia closed DAYTRADER-64. Resolution: Fixed Patch available to daytrader trunk 2.2 snapshot, please someone help review and

[jira] Created: (DAYTRADER-64) OpenJPA PCEnhancer ant task failure cause Full EJB3 runtime mode failure

2009-01-08 Thread Forrest Xia (JIRA)
OpenJPA PCEnhancer ant task failure cause Full EJB3 runtime mode failure Key: DAYTRADER-64 URL: https://issues.apache.org/jira/browse/DAYTRADER-64 Project: DayTrader Is

[jira] Closed: (DAYTRADER-63) OrderDataBean @OneToOne mapping to HoldingDataBean causes sell operation failed

2009-01-08 Thread Forrest Xia (JIRA)
[ https://issues.apache.org/jira/browse/DAYTRADER-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forrest Xia closed DAYTRADER-63. Resolution: Fixed Please someone can help commit this patch to svn. thanks! > OrderDataBean @One

[jira] Updated: (DAYTRADER-63) OrderDataBean @OneToOne mapping to HoldingDataBean causes sell operation failed

2009-01-08 Thread Forrest Xia (JIRA)
[ https://issues.apache.org/jira/browse/DAYTRADER-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forrest Xia updated DAYTRADER-63: - Attachment: OrderDataBean.Daytrader-63.patch Remove @OneToOne relationship to HoldingDataBean.

Re: svn commit: r732486 - /geronimo/server/trunk/framework/modules/geronimo-kernel/src/main/java/org/apache/geronimo/kernel/config/MultiParentClassLoader.java

2009-01-08 Thread Tim McConnell
Hi David, I'm concerned that an index of everything "findable" might be prohibitively large. I've noticed that some of the resources that are searched for are class files, which would mean we'd also have to maintain the string representation of every class file (e.g., "javax/servlet/jsp/JspExcep

[jira] Created: (DAYTRADER-63) OrderDataBean @OneToOne mapping to HoldingDataBean causes sell operation failed

2009-01-08 Thread Forrest Xia (JIRA)
OrderDataBean @OneToOne mapping to HoldingDataBean causes sell operation failed --- Key: DAYTRADER-63 URL: https://issues.apache.org/jira/browse/DAYTRADER-63 Project: DayTrade

Re: svn commit: r732486 - /geronimo/server/trunk/framework/modules/geronimo-kernel/src/main/java/org/apache/geronimo/kernel/config/MultiParentClassLoader.java

2009-01-08 Thread Tim McConnell
Hi Kevan, that's probably a good/safe idea, plus I don't think the maximum bound needs to be very large. At least not for the BIRT engine failing scenario; if I remember correctly it was only searching for -- but not finding -- a few hundred resources. I don't think we'd necessarily require anot

[BUILD] trunk: Failed for Revision: 732909

2009-01-08 Thread gawor
Geronimo Revision: 732909 built with tests included See the full build-2100.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20090108/build-2100.log Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/trunk/20090108 [INFO] BUILD

Re: svn commit: r732905 - /geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/report/ReportGenerator.groovy

2009-01-08 Thread Jason Warner
Thanks for the tip! On Thu, Jan 8, 2009 at 8:43 PM, Jason Dillon wrote: > FYI, you should be able to just use iterModel.name, or if you want > something like: > >def zipName = "${targetDir}/logs/${iterModel.name}.zip" > > --jason > > > > On Jan 9, 2009, at 8:38 AM, jawar...@apache.org wrote:

[jira] Commented: (GERONIMODEVTOOLS-552) Unable to satisfy dependency from org.apache.geronimo.feature.feature.group 2.1.1

2009-01-08 Thread Delos Dai (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662232#action_12662232 ] Delos Dai commented on GERONIMODEVTOOLS-552: "org.apache.geronimo.fea

[jira] Commented: (GERONIMO-4486) Custom server assembly portlet doesn't filter specific word

2009-01-08 Thread Han Hong Fang (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662229#action_12662229 ] Han Hong Fang commented on GERONIMO-4486: - Hi Lin, I noticed that when admin co

[jira] Issue Comment Edited: (GERONIMO-4486) Custom server assembly portlet doesn't filter specific word

2009-01-08 Thread Han Hong Fang (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662229#action_12662229 ] hanhongfang edited comment on GERONIMO-4486 at 1/8/09 6:50 PM: ---

[jira] Commented: (GERONIMO-4486) Custom server assembly portlet doesn't filter specific word

2009-01-08 Thread Han Hong Fang (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662226#action_12662226 ] Han Hong Fang commented on GERONIMO-4486: - Interesting... So I suspect the probl

[jira] Commented: (GERONIMO-4487) Can't disable/enable a server in monitoring portlet.

2009-01-08 Thread Shawn Jiang (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662227#action_12662227 ] Shawn Jiang commented on GERONIMO-4487: --- I've verified that this is fixed in the l

[jira] Updated: (GERONIMO-4498) ClassNotFoundException: BasicExtendedJMXConnectorInfoEditor throwned when farming geronimo using Deployment

2009-01-08 Thread Shawn Jiang (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Jiang updated GERONIMO-4498: -- Patch Info: [Patch Available] > ClassNotFoundException: BasicExtendedJMXConnectorInfoEditor

Re: svn commit: r732905 - /geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/report/ReportGenerator.groovy

2009-01-08 Thread Jason Dillon
FYI, you should be able to just use iterModel.name, or if you want something like: def zipName = "${targetDir}/logs/${iterModel.name}.zip" --jason On Jan 9, 2009, at 8:38 AM, jawar...@apache.org wrote: Author: jawarner Date: Thu Jan 8 17:38:03 2009 New Revision: 732905 URL: http://sv

[jira] Updated: (GERONIMO-4485) Pull out the text in the JSP files to resource bundle files for V2.1

2009-01-08 Thread Kan Ogawa (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kan Ogawa updated GERONIMO-4485: Attachment: mconsole-war.patch Attached the mconsole-war patch. > Pull out the text in the JSP

[jira] Updated: (GERONIMO-4485) Pull out the text in the JSP files to resource bundle files for V2.1

2009-01-08 Thread Kan Ogawa (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kan Ogawa updated GERONIMO-4485: Attachment: mconsole-tomcat.patch Attached the mconsole-tomcat patch. > Pull out the text in th

[jira] Updated: (GERONIMO-4485) Pull out the text in the JSP files to resource bundle files for V2.1

2009-01-08 Thread Kan Ogawa (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kan Ogawa updated GERONIMO-4485: Attachment: mconsole-jetty.patch Attached the mconsole-jetty patch. > Pull out the text in the

[jira] Commented: (GERONIMO-4222) Database pool unusable after database unavailable for awhile

2009-01-08 Thread David Frahm (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662119#action_12662119 ] David Frahm commented on GERONIMO-4222: --- FWIW, upgrading WASCE seems to have resol

[jira] Closed: (GERONIMODEVTOOLS-551) Update copyright years for 2009

2009-01-08 Thread Ted Kirby (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Kirby closed GERONIMODEVTOOLS-551. -- Resolution: Fixed fixed in 2.1.4 branch with rev 732807. > Update copyright

[jira] Commented: (GERONIMODEVTOOLS-551) Update copyright years for 2009

2009-01-08 Thread Ted Kirby (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662083#action_12662083 ] Ted Kirby commented on GERONIMODEVTOOLS-551: 2.2/trunk fixed with rev

[jira] Updated: (GERONIMODEVTOOLS-551) Update copyright years for 2009

2009-01-08 Thread Ted Kirby (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Kirby updated GERONIMODEVTOOLS-551: --- Affects Version/s: 2.2.0 Fix Version/s: 2.2.0 affects 2.2/trunk als

Re: svn commit: r732486 - /geronimo/server/trunk/framework/modules/geronimo-kernel/src/main/java/org/apache/geronimo/kernel/config/MultiParentClassLoader.java

2009-01-08 Thread David Jencks
I was wondering if we wanted to index everything that _is_ findable up front... david jencks On Jan 8, 2009, at 10:46 AM, Kevan Miller wrote: Hmm. Is there a HashCache or BoundedHashSet, or similar? Something that would limit the maximum number of unknown resources that we'll try to remem

Re: svn commit: r732486 - /geronimo/server/trunk/framework/modules/geronimo-kernel/src/main/java/org/apache/geronimo/kernel/config/MultiParentClassLoader.java

2009-01-08 Thread Kevan Miller
Hmm. Is there a HashCache or BoundedHashSet, or similar? Something that would limit the maximum number of unknown resources that we'll try to remember... Otherwise, we'll try to allocate an infinite amount of memory if somebody is silly enough to search for an infinite number of non-existen

[jira] Commented: (GERONIMO-4324) Upgrade to MyFaces v1.2.4

2009-01-08 Thread Joe Bohn (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662055#action_12662055 ] Joe Bohn commented on GERONIMO-4324: FYI ... I've been talking with the MyFaces team

[jira] Updated: (GERONIMO-2387) Server life cycle log entries should be generated by the server

2009-01-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-2387: --- Priority: Minor (was: Major) Fix Version/s: Wish List Assignee: (was

[jira] Updated: (GERONIMO-4365) Pull in TranQL Informix XA connector

2009-01-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-4365: --- Assignee: David Jencks (was: Donald Woods) David, need you to publish a TranQL release...

[jira] Updated: (GERONIMO-4279) Pull in TranQL SQLServer 2000 and 2005 XA connector

2009-01-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-4279: --- Fix Version/s: 2.2 2.1.4 Assignee: David Jencks (was: Donald W

[jira] Closed: (GERONIMO-4423) Reorg admin console into similar roles/tasks

2009-01-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods closed GERONIMO-4423. -- Resolution: Won't Fix There wasn't enough support for this, so cancelling. > Reorg admin co

[jira] Updated: (GERONIMO-4324) Upgrade to MyFaces v1.2.4

2009-01-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-4324: --- Assignee: (was: Donald Woods) Unassigning, until there is a newer MyFaces release to c

[jira] Updated: (GERONIMO-4222) Database pool unusable after database unavailable for awhile

2009-01-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-4222: --- Affects Version/s: (was: 2.1.4) (was: 2.1.2)

[jira] Resolved: (GERONIMO-4474) Pull out the text in the JSP files to resource bundle files

2009-01-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods resolved GERONIMO-4474. Resolution: Fixed Applied jsp-localization-fix.patch to trunk (2.2-SNAPSHOT) as Rev73276

[jira] Resolved: (GERONIMO-4484) Extraction, localization and display of messages generated in portlets

2009-01-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods resolved GERONIMO-4484. Resolution: Fixed Missing images applied to trunk (2.2-SNAPSHOT) as Rev732741. Thanks G

[jira] Commented: (GERONIMO-4486) Custom server assembly portlet doesn't filter specific word

2009-01-08 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661990#action_12661990 ] Lin Sun commented on GERONIMO-4486: --- verified word console works fine on my safari and

[jira] Assigned: (GERONIMO-4484) Extraction, localization and display of messages generated in portlets

2009-01-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods reassigned GERONIMO-4484: -- Assignee: Donald Woods (was: Gang Yin) > Extraction, localization and display of me

[jira] Updated: (GERONIMO-3907) Persistence Exception is not visible/lost for client.

2009-01-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-3907: --- Fix Version/s: 2.2 2.1.4 > Persistence Exception is not visible/lost fo

[jira] Assigned: (GERONIMO-4498) ClassNotFoundException: BasicExtendedJMXConnectorInfoEditor throwned when farming geronimo using Deployment

2009-01-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods reassigned GERONIMO-4498: -- Assignee: Donald Woods > ClassNotFoundException: BasicExtendedJMXConnectorInfoEditor

[jira] Updated: (GERONIMO-4502) Warning msg occurs when stopping custom server (Framework + Web Services Axis2)

2009-01-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-4502: --- Fix Version/s: 2.2 > Warning msg occurs when stopping custom server (Framework + Web Servi

[jira] Reopened: (GERONIMO-4474) Pull out the text in the JSP files to resource bundle files

2009-01-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods reopened GERONIMO-4474: > Pull out the text in the JSP files to resource bundle files >

[jira] Assigned: (GERONIMO-4475) Improve JMS portlet for Borker configuration

2009-01-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods reassigned GERONIMO-4475: -- Assignee: Donald Woods (was: Ivan) > Improve JMS portlet for Borker configuration >

[BUILD] trunk: Failed for Revision: 732636

2009-01-08 Thread gawor
Geronimo Revision: 732636 built with tests included See the full build-0300.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20090108/build-0300.log Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/trunk/20090108 [INFO] BUILD

[jira] Updated: (GERONIMO-4475) Improve JMS portlet for Borker configuration

2009-01-08 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan updated GERONIMO-4475: --- Attachment: G4475-activemq-portlet-update-01.patch Sorry, I lost some items in the resource property files

[jira] Created: (GERONIMODEVTOOLS-552) Unable to satisfy dependency from org.apache.geronimo.feature.feature.group 2.1.1

2009-01-08 Thread Henrik Dohlmann (JIRA)
Unable to satisfy dependency from org.apache.geronimo.feature.feature.group 2.1.1 - Key: GERONIMODEVTOOLS-552 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-552

[jira] Updated: (GERONIMO-4475) Improve JMS portlet for Borker configuration

2009-01-08 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan updated GERONIMO-4475: --- Attachment: (was: G4475-activemq-portlet-update.patch) > Improve JMS portlet for Borker configuration

[jira] Updated: (GERONIMO-4475) Improve JMS portlet for Borker configuration

2009-01-08 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan updated GERONIMO-4475: --- Attachment: G4475-activemq-portlet-update.patch Do some slight changes about the error messages. > Improv

[jira] Updated: (GERONIMO-4474) Pull out the text in the JSP files to resource bundle files

2009-01-08 Thread Gang Yin (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Yin updated GERONIMO-4474: --- Attachment: jsp-localization-fix.patch > Pull out the text in the JSP files to resource bundle fil

[jira] Updated: (GERONIMO-4474) Pull out the text in the JSP files to resource bundle files

2009-01-08 Thread Gang Yin (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Yin updated GERONIMO-4474: --- Attachment: (was: jsp-localization-fix.patch) > Pull out the text in the JSP files to resource

[jira] Updated: (GERONIMO-4475) Improve JMS portlet for Borker configuration

2009-01-08 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan updated GERONIMO-4475: --- Attachment: G4475-activemq-portlet-update.patch > Improve JMS portlet for Borker configuration > -

[jira] Updated: (GERONIMO-4474) Pull out the text in the JSP files to resource bundle files

2009-01-08 Thread Gang Yin (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Yin updated GERONIMO-4474: --- Attachment: jsp-localization-fix.patch > Pull out the text in the JSP files to resource bundle fil

[jira] Updated: (GERONIMO-4474) Pull out the text in the JSP files to resource bundle files

2009-01-08 Thread Gang Yin (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Yin updated GERONIMO-4474: --- Attachment: (was: jsp-localization-fix.patch) > Pull out the text in the JSP files to resource