[jira] Updated: (GERONIMO-4439) Add MTOM feature testing in the webservice testsuite

2008-12-03 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan updated GERONIMO-4439: --- Attachment: Geronimo-4439.patch Please help to review the testcases, thanks ! Add MTOM feature testing

[jira] Created: (GERONIMO-4440) MTOM binding style is overwrite by the style from WSDL

2008-12-03 Thread Ivan (JIRA)
MTOM binding style is overwrite by the style from WSDL -- Key: GERONIMO-4440 URL: https://issues.apache.org/jira/browse/GERONIMO-4440 Project: Geronimo Issue Type: Bug Security

[jira] Updated: (GERONIMO-4440) MTOM binding style is overwrite by the style from WSDL

2008-12-03 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan updated GERONIMO-4440: --- Attachment: Geronimo-4440.patch I creaate a patch based the logic in the JIRA's description. Please help

[jira] Created: (GERONIMO-4441) The assignment to variable handler has no effect in ConstantLoginModule.java

2008-12-03 Thread Shawn Jiang (JIRA)
The assignment to variable handler has no effect in ConstantLoginModule.java -- Key: GERONIMO-4441 URL: https://issues.apache.org/jira/browse/GERONIMO-4441 Project: Geronimo

[jira] Updated: (GERONIMO-4441) The assignment to variable handler has no effect in ConstantLoginModule.java

2008-12-03 Thread Shawn Jiang (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Jiang updated GERONIMO-4441: -- Attachment: GERONIMO-4441.patch patch for trunk and 2.1 branch with unit testing passed.

Re: Status of server/trunk wrt any release?

2008-12-03 Thread Jason Dillon
For example your WsgenCommand.java becomes: snip package org.apache.geronimo.jaxws.builder; import org.apache.geronimo.gshell.command.CommandAction; import org.apache.geronimo.gshell.command.CommandContext; import org.apache.geronimo.gshell.command.Arguments; import

Re: Tuscany Geronimo integration and the SCA JEE spec

2008-12-03 Thread Vamsavardhana Reddy
I am able to install the plugin on a clean Geronimo Tomcat v2.1.3 server following the instructions given in the wiki [1]. I have also verified that all samples run as expected. [1] http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Installing+the+Tuscany+Plugin+for+Geronimo ++Vamsi On

Re: Genesis 2.0 site muck

2008-12-03 Thread Donald Woods
+1 for fixing the site bits after 2.0. -Donald Jason Dillon wrote: I've been working on the Genesis 2.0 site muck for the upcoming GShell release, and I have the site generation bits work, but not the custom skin. I think the entire skin needs to be re-crafted. I don't think I am going

[jira] Commented: (GSHELL-81) Depdendency on sun.* packages

2008-12-03 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12652778#action_12652778 ] Donald Woods commented on GSHELL-81: Thanks for the clarification. Depdendency on

[jira] Updated: (GERONIMO-4439) Add MTOM feature testing in the webservice testsuite

2008-12-03 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-4439: --- Patch Info: [Patch Available] Fix Version/s: 2.2 mark patch available for 2.2

[jira] Assigned: (GERONIMO-4439) Add MTOM feature testing in the webservice testsuite

2008-12-03 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods reassigned GERONIMO-4439: -- Assignee: Jarek Gawor Add MTOM feature testing in the webservice testsuite

[jira] Updated: (GERONIMO-4440) MTOM binding style is overwrite by the style from WSDL

2008-12-03 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-4440: --- Patch Info: [Patch Available] Fix Version/s: 2.2 Assignee: Jarek Gawor

Re: Genesis 2.0 site muck

2008-12-03 Thread Joe Bohn
Darn ... we just finally got all of that all working correctly for genesis 1.5 ... too bad we have to lose it again for 2.0. But I guess it is better to get the 2.0 release out than hold it up for this. Joe Jason Dillon wrote: I've been working on the Genesis 2.0 site muck for the upcoming

Re: svn commit: r722725 - in /geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1.1/geronimo-transaction/src: main/java/org/apache/geronimo/transaction/manager/ test/java/org/apache/g

2008-12-03 Thread Lin Sun
Hi Joe, Thanks for the review! There is a 2.1.1 tag here - http://svn.apache.org/viewvc/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.1.1/ So I checked code into branch/2.1.1 for the change to be included in txmanager 2.1.2. I also checked the code into txmanager trunk (see

Re: Tuscany Geronimo integration and the SCA JEE spec

2008-12-03 Thread mobyjobs
I am able to verify the wiki instructions [1] works perfectly, if followed exactly. I had lots of issues previously. I started from scratch again yesterday following instructions[1] and it worked smoothly, I was able to run all the samples. Thanks, JS Vamsavardhana Reddy-2 wrote: I am able

Re: Status of server/trunk wrt any release?

2008-12-03 Thread Jason Dillon
Um, on a related note, I think that *most* of the geronimo-commands that are currently implemented in Groovy really shouldn't be. They are rather small, don't really use much of the Groovy language advantages, and seems like they also suffer from cut-and-paste atrophy. A few of the

[jira] Created: (GERONIMO-4442) Unable to configure IP address for many listening ports

2008-12-03 Thread Kevan Miller (JIRA)
Unable to configure IP address for many listening ports --- Key: GERONIMO-4442 URL: https://issues.apache.org/jira/browse/GERONIMO-4442 Project: Geronimo Issue Type: Bug Security

Re: Tuscany Geronimo integration and the SCA JEE spec

2008-12-03 Thread ant elder
Its working ok for me too. One thing to note though is that it currently only works when running Geronimo with JDK5 not JDK6. ...ant On Wed, Dec 3, 2008 at 2:22 PM, mobyjobs [EMAIL PROTECTED] wrote: I am able to verify the wiki instructions [1] works perfectly, if followed exactly. I had

[jira] Commented: (GERONIMO-4442) Unable to configure IP address for many listening ports

2008-12-03 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12652822#action_12652822 ] Donald Woods commented on GERONIMO-4442: Are you testing on 2.1.3 only? We put

geronimo-cli, geronimo-deploy-tool and geronimo-commands

2008-12-03 Thread Jason Dillon
Folks, why do we need geronimo-cli and geronimo-deploy-tool as well as geronimo-commands? geronimo-cli seems to be the previous command-line abstraction bits, and geronimo-deploy-tool their implementation. I think this is all very wasteful since geronimo-commands via GShell provides a

[jira] Commented: (GERONIMO-4442) Unable to configure IP address for many listening ports

2008-12-03 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12652827#action_12652827 ] Kevan Miller commented on GERONIMO-4442: Above was with current trunk

[jira] Resolved: (GERONIMO-4441) The assignment to variable handler has no effect in ConstantLoginModule.java

2008-12-03 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor resolved GERONIMO-4441. --- Resolution: Fixed Fix Version/s: 2.2 2.1.4 Assignee:

Re: Tuscany Geronimo integration and the SCA JEE spec

2008-12-03 Thread Kevan Miller
On Dec 3, 2008, at 10:03 AM, ant elder wrote: Its working ok for me too. One thing to note though is that it currently only works when running Geronimo with JDK5 not JDK6. Hmm. Thanks. I'll give it another try... And see what's failing. --kevan

[jira] Created: (GERONIMO-4443) car-maven-plugin does not support the obsoletes attribute for plugins

2008-12-03 Thread Donald Woods (JIRA)
car-maven-plugin does not support the obsoletes attribute for plugins - Key: GERONIMO-4443 URL: https://issues.apache.org/jira/browse/GERONIMO-4443 Project: Geronimo Issue

Re: 2.2 (trunk) bucket-o-snapshots

2008-12-03 Thread Jarek Gawor
On Tue, Dec 2, 2008 at 11:53 AM, Joe Bohn [EMAIL PROTECTED] wrote: Hi Jarek, It looks like the Axis2 1.5 release didn't happen yet. Is there a new target? No, not that I can see but there is some progress on the dependencies. Looks like we don't need a new release of Neethi and XmlSchema

[jira] Updated: (GERONIMO-4343) Tuscany Geronimo plugin bring up

2008-12-03 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated GERONIMO-4343: Attachment: HelloWorldController.diff The HelloWorldController.diff fixes up the

Re: 2.2 (trunk) bucket-o-snapshots

2008-12-03 Thread Joe Bohn
Jarek Gawor wrote: On Tue, Dec 2, 2008 at 11:53 AM, Joe Bohn [EMAIL PROTECTED] wrote: Hi Jarek, It looks like the Axis2 1.5 release didn't happen yet. Is there a new target? No, not that I can see but there is some progress on the dependencies. Looks like we don't need a new release of

Re: svn commit: r722725 - in /geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1.1/geronimo-transaction/src: main/java/org/apache/geronimo/transaction/manager/ test/java/org/apache/g

2008-12-03 Thread David Jencks
On Dec 3, 2008, at 6:11 AM, Lin Sun wrote: Hi Joe, Thanks for the review! There is a 2.1.1 tag here - http://svn.apache.org/viewvc/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.1.1/ So I checked code into branch/2.1.1 for the change to be included in txmanager 2.1.2. I

Re: 2.2 (trunk) bucket-o-snapshots

2008-12-03 Thread David Jencks
On Dec 3, 2008, at 8:29 AM, Jarek Gawor wrote: On Tue, Dec 2, 2008 at 11:53 AM, Joe Bohn [EMAIL PROTECTED] wrote: Hi Jarek, It looks like the Axis2 1.5 release didn't happen yet. Is there a new target? No, not that I can see but there is some progress on the dependencies. Looks like

Re: svn commit: r723002 - in /geronimo/daytrader/branches/2.1.3/modules: ejb/src/main/resources/META-INF/ streamer/src/main/resources/ wsappclient/src/main/resources/ wsappclient/src/main/resources/ME

2008-12-03 Thread Joe Bohn
Can't you remove nearly all of these LICENSE files (except for the one in the root pom)? The ianal-maven-plugin should take take of including the root LICENSE in all of the child artifacts. Joe [EMAIL PROTECTED] wrote: Author: dwoods Date: Wed Dec 3 10:30:20 2008 New Revision: 723002

Re: svn commit: r722725 - in /geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1.1/geronimo-transaction/src: main/java/org/apache/geronimo/transaction/manager/ test/java/org/apache/g

2008-12-03 Thread Lin Sun
Ok Thanks. If there is no objection by end of today, I'll rename the 2.1.1 branch to 2.1 branch for txmanager, that is, rename https://svn.apache.org/repos/asf/geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1.1 to

servlet 3.0 spec in 2.2

2008-12-03 Thread Joe Bohn
Things looks strange regarding the servlet spec references in 2.2. We include dependency management entries for both 3.0 2.5. That much is fine. Nearly everything that references the servlet spec includes the 2.5 version with the exception of the following: - jee-specs - This is the most

Re: svn commit: r723002 - in /geronimo/daytrader/branches/2.1.3/modules: ejb/src/main/resources/META-INF/ streamer/src/main/resources/ wsappclient/src/main/resources/ wsappclient/src/main/resources/ME

2008-12-03 Thread Donald Woods
Probably, but I'm trying to get this out ASAP and the duplicate LICENSE/NOTICE files still meet the release requirements Sounds like something to cleanup in daytrader/trunk. Thanks! -Donald Joe Bohn wrote: Can't you remove nearly all of these LICENSE files (except for the one in the

[VOTE] Release DayTrader v2.1.3

2008-12-03 Thread Donald Woods
All, I've prepared a release candidate of DayTrader 2.1.3 for your review and vote. This release can only be installed on Geronimo 2.1.3 server or later. The source level is Rev723010 from the following svn branch: https://svn.apache.org/repos/asf/geronimo/daytrader/branches/2.1.3/ When the

Re: [DISCUSS] DayTrader 2.1.3 release

2008-12-03 Thread Donald Woods
Release vote has started. -Donald Donald Woods wrote: I'm working on updating the daytrader/branches/2.1 for a 2.1.3 release (will rename it to branches/2.1.3 shortly.) Once everything is ready, I'll put it up for a vote. BTW - I'm not creating a branches/2.1 for on-going maintenance, as

Re: [VOTE] Release DayTrader v2.1.3

2008-12-03 Thread Donald Woods
My +1. Ran the maven rat plugin on the source and verified all the source files contained the required headers. The build used the maven ianal plugin to verify that the LICENSE/NOTICE files were included in the artifacts. Verified that the DayTrader :: Tomcat plugin could be installed from

Re: servlet 3.0 spec in 2.2

2008-12-03 Thread Jarek Gawor
On Wed, Dec 3, 2008 at 3:12 PM, Joe Bohn [EMAIL PROTECTED] wrote: Things looks strange regarding the servlet spec references in 2.2. We include dependency management entries for both 3.0 2.5. That much is fine. Nearly everything that references the servlet spec includes the 2.5 version

Re: [DISCUSS] DayTrader 2.1.3 release

2008-12-03 Thread Lin Sun
Hi Donald, Thanks for getting this out for vote! Do we plan to allow users to install the app client as G plugin? If so, I think there is a manual work, that is to add the app client's plugin.xml file to the plugin catalog (geronimo-plugins.xml). I think we've got code to pack the app client

[jira] Created: (GERONIMODEVTOOLS-541) move all Abbot testcases to run during a single server install/uninstall

2008-12-03 Thread B.J. Reed (JIRA)
move all Abbot testcases to run during a single server install/uninstall Key: GERONIMODEVTOOLS-541 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-541 Project:

[jira] Created: (GERONIMO-4444) Oracle XA database pool causes StringIndexOutOfBoundsException

2008-12-03 Thread Eric Phetteplace (JIRA)
Oracle XA database pool causes StringIndexOutOfBoundsException -- Key: GERONIMO- URL: https://issues.apache.org/jira/browse/GERONIMO- Project: Geronimo Issue Type: Bug

Re: servlet 3.0 spec in 2.2

2008-12-03 Thread Joe Bohn
Jarek Gawor wrote: On Wed, Dec 3, 2008 at 3:12 PM, Joe Bohn [EMAIL PROTECTED] wrote: Things looks strange regarding the servlet spec references in 2.2. We include dependency management entries for both 3.0 2.5. That much is fine. Nearly everything that references the servlet spec includes

[jira] Issue Comment Edited: (GERONIMO-4229) clarify use of GERONIMO_HOME vs. GERONIMO_BASE in shell scripts

2008-12-03 Thread Russell E Glaue (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12652186#action_12652186 ] rglaue edited comment on GERONIMO-4229 at 12/3/08 1:58 PM:

Re: svn commit: r722725 - in /geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1.1/geronimo-transaction/src: main/java/org/apache/geronimo/transaction/manager/ test/java/org/apache/g

2008-12-03 Thread Joe Bohn
Any answers to the other questions below? Thanks, Joe Lin Sun wrote: Hi Joe, Thanks for the review! There is a 2.1.1 tag here - http://svn.apache.org/viewvc/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.1.1/ So I checked code into branch/2.1.1 for the change to be included

[jira] Commented: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2008-12-03 Thread Joe Bohn (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653003#action_12653003 ] Joe Bohn commented on GERONIMO-4369: I'm going to go ahead and apply the latest

[jira] Resolved: (GERONIMO-4369) The new attribute values are overwrote while restarting the DB pool connector

2008-12-03 Thread Joe Bohn (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bohn resolved GERONIMO-4369. Resolution: Fixed The new attribute values are overwrote while restarting the DB pool

[jira] Created: (GERONIMODEVTOOLS-542) Ensure all testcases run under Eclipse and Maven

2008-12-03 Thread Tim McConnell (JIRA)
Ensure all testcases run under Eclipse and Maven Key: GERONIMODEVTOOLS-542 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-542 Project: Geronimo-Devtools Issue Type: Sub-task

[jira] Closed: (GERONIMODEVTOOLS-539) Run as -- Run on Server testcase for dynamic web application

2008-12-03 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell closed GERONIMODEVTOOLS-539. -- Resolution: Fixed Fix Version/s: 2.1.4

[jira] Commented: (GERONIMO-4444) Oracle XA database pool causes StringIndexOutOfBoundsException

2008-12-03 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653107#action_12653107 ] Donald Woods commented on GERONIMO-: By configure did you create the DB pool

Re: [DISCUSS] DayTrader 2.1.3 release

2008-12-03 Thread Donald Woods
I was thinking of going with what we have, which is to manually install the app clients. There are instructions in the README on how to do that. Maybe we can get them setup as plugins in daytrader/trunk for the 2.2 release. -Donald Lin Sun wrote: Hi Donald, Thanks for getting this out

Re: Update on documentation progress of Geronimo v2.2

2008-12-03 Thread RunHua Chi
Do we need to move following topics to GMOXDEV as they are also about how to build 1. build a plugin as part of a maven build using the car-maven-plugin. 2. install a plugin using the car-maven-plugin 3. Assembling a server using Maven If the answer is yes. Maybe we could have a page to

[jira] Updated: (GERONIMO-4439) Add MTOM feature testing in the webservice testsuite

2008-12-03 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan updated GERONIMO-4439: --- Attachment: Geronimo-4439-2.5spec.patch Just find that I also copy the 3.0 servlet reference, create a

Re: svn commit: r722725 - in /geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1.1/geronimo-transaction/src: main/java/org/apache/geronimo/transaction/manager/ test/java/org/apache/g

2008-12-03 Thread Lin Sun
Hi Joe, do you mean these questions? - Where is the new testTransactionKey() method used that was added here and in trunk? - Is this something that we need to consider including with Geronimo 2.2? Sorry I think I sorta answered them. The testTransactionKey() method was added here in trunk -

[jira] Updated: (GERONIMODEVTOOLS-540) Prevent geronimo contamination from deployments from multiple workspaces

2008-12-03 Thread Francisco Peredo (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francisco Peredo updated GERONIMODEVTOOLS-540: -- Attachment: screenshot-tomcat-adapter.jpg Prevent geronimo

Re: Update on documentation progress of Geronimo v2.2

2008-12-03 Thread David Jencks
On Dec 3, 2008, at 5:55 PM, RunHua Chi wrote: Do we need to move following topics to GMOXDEV as they are also about how to build 1. build a plugin as part of a maven build using the car-maven-plugin. 2. install a plugin using the car-maven-plugin 3. Assembling a server using Maven These

Re: svn commit: r722725 - in /geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1.1/geronimo-transaction/src: main/java/org/apache/geronimo/transaction/manager/ test/java/org/apache/g

2008-12-03 Thread David Jencks
Hi Lin, thinking back maybe the branches/2.1.1 was a mistaken leftover from a tag... :-\ Anyway before starting on the connector 1.6 stuff in trunk I changed logging over to slf4j. It would be great if you could get this change into the 2.1.2 I think you are proposing. rev 704747 on

[jira] Assigned: (GERONIMO-4386) rmi-naming should use ServerHostname from config-substitutions.properties

2008-12-03 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller reassigned GERONIMO-4386: -- Assignee: Kevan Miller (was: Donald Woods) rmi-naming should use ServerHostname

[jira] Reopened: (GERONIMO-4386) rmi-naming should use ServerHostname from config-substitutions.properties

2008-12-03 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller reopened GERONIMO-4386: This doesn't work. The change needs to be made to the config's pom.xml, not the plan.xml.

[jira] Commented: (GERONIMO-4439) Add MTOM feature testing in the webservice testsuite

2008-12-03 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653142#action_12653142 ] Jarek Gawor commented on GERONIMO-4439: --- First of all, thank you for the patch! I

Re: svn commit: r722725 - in /geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1.1/geronimo-transaction/src: main/java/org/apache/geronimo/transaction/manager/ test/java/org/apache/g

2008-12-03 Thread Joe Bohn
Hi Lin, Yes, those were the other questions. I'm sorry if I missed an earlier response. Thanks, Joe Lin Sun wrote: Hi Joe, do you mean these questions? - Where is the new testTransactionKey() method used that was added here and in trunk? - Is this something that we need to consider

[jira] Closed: (GERONIMO-4386) rmi-naming should use ServerHostname from config-substitutions.properties

2008-12-03 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller closed GERONIMO-4386. -- Resolution: Fixed Should be fixed. Note that trunk already had the correct configuration...

[jira] Updated: (GERONIMODEVTOOLS-540) Prevent geronimo contamination from deployments from multiple workspaces

2008-12-03 Thread Francisco Peredo (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francisco Peredo updated GERONIMODEVTOOLS-540: -- Attachment: screenshot-1.jpg As you can see in the

[jira] Commented: (GERONIMO-4439) Add MTOM feature testing in the webservice testsuite

2008-12-03 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653148#action_12653148 ] Daniel Kulp commented on GERONIMO-4439: --- Jarek, We get those same errors with

[jira] Commented: (GERONIMO-4439) Add MTOM feature testing in the webservice testsuite

2008-12-03 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653157#action_12653157 ] Ivan commented on GERONIMO-4439: IMO, the server side does not need to know the mime

[jira] Updated: (GERONIMODEVTOOLS-540) Prevent geronimo contamination from deployments from multiple workspaces

2008-12-03 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell updated GERONIMODEVTOOLS-540: --- Affects Version/s: 2.1.4 2.2.0 Prevent

[jira] Commented: (GERONIMO-4439) Add MTOM feature testing in the webservice testsuite

2008-12-03 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653162#action_12653162 ] Jarek Gawor commented on GERONIMO-4439: --- Ivan, I was getting the same errors with

[jira] Updated: (GERONIMO-4410) Update JPA 2.0 spec component

2008-12-03 Thread Jeremy Bauer (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Bauer updated GERONIMO-4410: --- Attachment: geronimo_jpa_2_spec_updates2_nodoc.patch Attaching patch containing javadoc

[jira] Commented: (GERONIMO-4439) Add MTOM feature testing in the webservice testsuite

2008-12-03 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653168#action_12653168 ] Jarek Gawor commented on GERONIMO-4439: --- Daniel, The issue with attachment is

[jira] Commented: (GERONIMO-4439) Add MTOM feature testing in the webservice testsuite

2008-12-03 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653171#action_12653171 ] Ivan commented on GERONIMO-4439: Sorry, Jarek, I did not notice that you hava changed

[jira] Commented: (GERONIMODEVTOOLS-540) Prevent geronimo contamination from deployments from multiple workspaces

2008-12-03 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653172#action_12653172 ] Tim McConnell commented on GERONIMODEVTOOLS-540: Hi Francisco,

[jira] Reopened: (GERONIMODEVTOOLS-537) Remote server deployment fails with connection exception

2008-12-03 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell reopened GERONIMODEVTOOLS-537: Reopening for a couple reasons: 1. As suggested (by Shawn Jiang and

Re: Subscribe mail list dev@geronimo.apache.org

2008-12-03 Thread Jack Cai
This actually reveals a problem in the instruction page: http://geronimo.apache.org/mailing-lists.html. I was a little confused too when I made the subscription. I'd suggest to remove the hyperlinks of [EMAIL PROTECTED], dev@geronimo.apache.org and [EMAIL PROTECTED], so that users will only click

Re: Subscribe mail list dev@geronimo.apache.org

2008-12-03 Thread Vamsavardhana Reddy
I think the wiki automatically puts a hyperlink on e-mail addresses. We should remove the hyperlinks on the e-mail address and also provide an additional link Send message to [EMAIL PROTECTED] etc., so that users are not confused. If no one has any objections, I will go ahead and update the

Re: Subscribe mail list dev@geronimo.apache.org

2008-12-03 Thread Vamsavardhana Reddy
I removed the hyperlinks on user@, dev@ and [EMAIL PROTECTED] I have also added a Post a message link to user@ and [EMAIL PROTECTED] ++Vamsi On Thu, Dec 4, 2008 at 11:25 AM, Vamsavardhana Reddy [EMAIL PROTECTED]wrote: I think the wiki automatically puts a hyperlink on e-mail addresses. We