[jira] Commented: (SM-1002) Service mix hangs when the # concurrent requests exceeds the maxConnectionsPerHost

2007-08-16 Thread Thomas Termin (JIRA)
[ https://issues.apache.org/activemq/browse/SM-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39957 ] Thomas Termin commented on SM-1002: --- Bruce, The problem seems to be in the ProviderProcessor: You can test this

[jira] Commented: (SM-1002) Service mix hangs when the # concurrent requests exceeds the maxConnectionsPerHost

2007-08-16 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39958 ] Guillaume Nodet commented on SM-1002: - This is a good idea. The only problem is to make sure that if a connection

[jira] Commented: (SM-1002) Service mix hangs when the # concurrent requests exceeds the maxConnectionsPerHost

2007-08-16 Thread Thomas Termin (JIRA)
[ https://issues.apache.org/activemq/browse/SM-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39959 ] Thomas Termin commented on SM-1002: --- So if I understand you correctly then you will limit the number of connections

Re: [jira] Commented: (SM-1002) Service mix hangs when the # concurrent requests exceeds the maxConnectionsPerHost

2007-08-16 Thread Terry Cox
So what if we put both limits to a very high number in the default configuration ? Is there any drawbacks? The risk there is that you are just increasing the size of the bang when it goes wrong. The system must degrade gracefully under heavy load in a production environment. If it has

[jira] Commented: (SM-1002) Service mix hangs when the # concurrent requests exceeds the maxConnectionsPerHost

2007-08-16 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39961 ] Guillaume Nodet commented on SM-1002: - I think that if you allow more connections that the number of threads

Re: [jira] Commented: (SM-1002) Service mix hangs when the # concurrent requests exceeds the maxConnectionsPerHost

2007-08-16 Thread Terry Cox
This solution is intended for the provider site not for the consumer site. So what I mean is to limit the outgoing connections from servicemix (for example to an external web service) over the provider endpoint with the thread limit. It doesn't depend on the consumer site. Do you know what I

[jira] Assigned: (SM-1033) WSDL-First example fails due to missing defaultMep attribute in wsdl-first-http-su's xbean.xml

2007-08-16 Thread Bruce Snyder (JIRA)
[ https://issues.apache.org/activemq/browse/SM-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Snyder reassigned SM-1033: Assignee: Bruce Snyder WSDL-First example fails due to missing defaultMep attribute in

[jira] Commented: (SM-1033) WSDL-First example fails due to missing defaultMep attribute in wsdl-first-http-su's xbean.xml

2007-08-16 Thread Bruce Snyder (JIRA)
[ https://issues.apache.org/activemq/browse/SM-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39965 ] Bruce Snyder commented on SM-1033: -- Committed fix: http://svn.apache.org/viewvc?view=revrevision=566880

[jira] Resolved: (SM-1033) WSDL-First example fails due to missing defaultMep attribute in wsdl-first-http-su's xbean.xml

2007-08-16 Thread Bruce Snyder (JIRA)
[ https://issues.apache.org/activemq/browse/SM-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Snyder resolved SM-1033. -- Resolution: Fixed Fix Version/s: 3.2 WSDL-First example fails due to missing defaultMep

[jira] Updated: (SM-1027) InstallationContext.getInstallationDescriptorExtension() not returning all extensions

2007-08-16 Thread Chad Gallemoare (JIRA)
[ https://issues.apache.org/activemq/browse/SM-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chad Gallemoare updated SM-1027: Attachment: Sm-1027.zip I've attached the component.xml file and the ComponentTest that I

LoginModule implementations in branches other than 2.x.x

2007-08-16 Thread Vamsavardhana Reddy
The recent problems detected in LoginModule implementation are also applicable to code in branches\1.2, branches\1.1 etc. Though it has not resulted in a security issue in other releases as serious as the one Donald has unearthed in 2.0 release, the code is not as per what JAAS recommends. Should

[BUILD] 2.0: Failed for Revision: 566529

2007-08-16 Thread prasad
OpenEJB trunk at 566527 Geronimo Revision: 566529 built with tests included See the full build-0400.log file at http://people.apache.org/~prasad/binaries/20070816/build-0400.log [WARNING] Unable to get resource 'org.apache.geronimo.components:geronimo-transaction:pom:2.0.1' from repository

Getting java.lang.NullPointerException with geronimo-tomcat6-jee5-2.0.1-bin

2007-08-16 Thread Ashish Jain
Hi!! I am getting null pointer exception with geronimo-tomcat6-jee5-2.0.1-bin. Server starts fine Booting Geronimo Kernel (in Java 1.5.0)... Module 1/31 org.apache.geronimo.configs/rmi-naming/2.0.1/car st arted in .981s Module 2/31 org.apache.geronimo.configs/j2ee-server/2.0.1/car st arted

[jira] Commented: (GERONIMO-3390) Server Logs portlet - Web Access Log Viewer is broken

2007-08-16 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520199 ] Vamsavardhana Reddy commented on GERONIMO-3390: --- The Ignore Dates has nothing to do with this.

Re: Getting java.lang.NullPointerException with geronimo-tomcat6-jee5-2.0.1-bin

2007-08-16 Thread Vamsavardhana Reddy
Have you tried to access the Admin Console before the server fully started? Are you getting this error consistently? Vamsi On 8/16/07, Ashish Jain [EMAIL PROTECTED] wrote: Hi!! I am getting null pointer exception with geronimo-tomcat6-jee5-2.0.1-bin. Server starts fine Booting Geronimo

Re: Getting java.lang.NullPointerException with geronimo-tomcat6-jee5-2.0.1-bin

2007-08-16 Thread Ashish Jain
Yes I am getting this error consistently and when I enter the credentials that is username and password I get the error. On 8/16/07, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Have you tried to access the Admin Console before the server fully started? Are you getting this error

Re: Using XDoclet to generate openejb-jar.xml

2007-08-16 Thread Shiva Kumar H R
Welcome Jon :-) This is very much needed. Following discussions will tell you about some of the similar work happening around: * http://www.mail-archive.com/dev@geronimo.apache.org/msg39672.html * http://www.mail-archive.com/dev@geronimo.apache.org/msg46831.html *

Re: Getting java.lang.NullPointerException with geronimo-tomcat6-jee5-2.0.1-bin

2007-08-16 Thread Vamsavardhana Reddy
Strange. I am not seeing this error. I would suggest you re-extract from the archive (to the root of the drive to avoid any long path problems) and try it again. Vamsi On 8/16/07, Ashish Jain [EMAIL PROTECTED] wrote: Yes I am getting this error consistently and when I enter the

Re: Getting java.lang.NullPointerException with geronimo-tomcat6-jee5-2.0.1-bin

2007-08-16 Thread Ashish Jain
Problem is resolved thanks Vamsi regards Ashish On 8/16/07, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Strange. I am not seeing this error. I would suggest you re-extract from the archive (to the root of the drive to avoid any long path problems) and try it again. Vamsi On

[jira] Updated: (GERONIMO-3390) Server Logs portlet - Web Access Log Viewer is broken

2007-08-16 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy updated GERONIMO-3390: -- Fix Version/s: 2.1 Assignee: Vamsavardhana Reddy Server Logs

[jira] Closed: (GERONIMO-3390) Server Logs portlet - Web Access Log Viewer is broken

2007-08-16 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy closed GERONIMO-3390. - Resolution: Fixed Completed: At revision: 566694 in branches\2.0 and trunk.

Re: [DISCUSS] Release Geronimo 2.0.1 (rc1)

2007-08-16 Thread Vamsavardhana Reddy
Will not press for inclusion of this in 2.0.1, but do include rev 566694 (fix for GERONIMO-3390 Server Logs portlet - Web Access Log Viewer is broken when date fields are empty) in case a new RC needs to be spun for some reason. Never thought the fix would be one line :o) or else would have got

Re: Getting java.lang.NullPointerException with geronimo-tomcat6-jee5-2.0.1-bin

2007-08-16 Thread Vamsavardhana Reddy
How? :o) Vamsi PS: Was there a problem in the first place? On 8/16/07, Ashish Jain [EMAIL PROTECTED] wrote: Problem is resolved thanks Vamsi regards Ashish On 8/16/07, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Strange. I am not seeing this error. I would suggest you

[jira] Commented: (GERONIMO-3389) console: java.lang.UnsatisfiedLinkError is thrown when create a Tomcat APR HTTP Connector

2007-08-16 Thread Jeff Genender (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520240 ] Jeff Genender commented on GERONIMO-3389: - This is not a bug. This is normal and expected without the

Re: Getting java.lang.NullPointerException with geronimo-tomcat6-jee5-2.0.1-bin

2007-08-16 Thread Ashish Jain
following your suggestion of extracting the same to the root of the drive... initially it was in My Documents .. guess long path was the issue.. On 8/16/07, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: How? :o) Vamsi PS: Was there a problem in the first place? On 8/16/07, Ashish Jain

Re: [DISCUSS] Release Geronimo 2.0.1 (rc1)

2007-08-16 Thread Hernan Cunico
Anybody seeing plugin issues, specially when starting them? Could it be a versioning problem, I get similar errors on both Jetty and Tomcat - Unable to start configuration org.apache.geronimo.configs - org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exception -

Re: Getting java.lang.NullPointerException with geronimo-tomcat6-jee5-2.0.1-bin

2007-08-16 Thread Vamsavardhana Reddy
Should this long path problem be highlighted in a README.TXT (or somewhere in the documentation) where the user can not miss seeing it? Vamsi On 8/16/07, Ashish Jain [EMAIL PROTECTED] wrote: following your suggestion of extracting the same to the root of the drive... initially it was in My

Re: Getting java.lang.NullPointerException with geronimo-tomcat6-jee5-2.0.1-bin

2007-08-16 Thread Hernan Cunico
we don't have a README.TXT in the bin now, only in the source so we should fix this. I think README.TXT would be the right place to comment on this windows limitation. Cheers! Hernan Vamsavardhana Reddy wrote: Should this long path problem be highlighted in a README.TXT (or somewhere in the

On Fedora Core 6, PluginInstaller throws a startup Exception even before it completes downloading dependencies

2007-08-16 Thread Vamsavardhana Reddy
I have tried a plugin installation on Fedora Core 6 with G 2.0-SNAPSHOT (the one from branches\2.0, before branches\2.0.0 was created). While the deployer window was still showing downloading of dependencies, the server window showed startup exceptions due to missing dependencies!! Once the

Re: On Fedora Core 6, PluginInstaller throws a startup Exception even before it completes downloading dependencies

2007-08-16 Thread Hernan Cunico
not sure about the dependencies but I'm seeing some plugin start problems on windows too while testing v2.0.1 Cheers! Hernan Vamsavardhana Reddy wrote: I have tried a plugin installation on Fedora Core 6 with G 2.0-SNAPSHOT (the one from branches\2.0, before branches\2.0.0 was created).

Re: Getting java.lang.NullPointerException with geronimo-tomcat6-jee5-2.0.1-bin

2007-08-16 Thread Hernan Cunico
sorry for the confusion, I meant the binaries, not the bin directory. When you download the source you get the README.TXT on the root directory but when you build it or download the binaries the README.TXT is not part of that dist. So I said we should fix that - put the README.TXT on the

[jira] Updated: (GERONIMODEVTOOLS-180) Upgrade supported eclipse level from 3.3RC2 to 3.3, and related packages.

2007-08-16 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell updated GERONIMODEVTOOLS-180: --- Assignee: Tim McConnell Hi Ted, I'm already working on this but

Re: LoginModule implementations in branches other than 2.x.x

2007-08-16 Thread David Jencks
I guess I think it would be reasonable to port the fixes to the 1.2 branch before we forget since that should only take a few minutes but I'm not sure this is of enough importance to inspire someone to actually release 1.2. thanks david jencks On Aug 15, 2007, at 11:29 PM, Vamsavardhana

[jira] Resolved: (GERONIMO-3383) Connect button on LDAP Viewer portlet just listens on port 1389 ,not 10389

2007-08-16 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor resolved GERONIMO-3383. --- Resolution: Fixed Fix Version/s: 2.1 2.0.x Fix committed to

[jira] Resolved: (GERONIMO-2851) LDAP view in the console

2007-08-16 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor resolved GERONIMO-2851. --- Resolution: Fixed Fix Version/s: 2.1 2.0.x Fix committed to

[jira] Assigned: (GERONIMO-3324) Could not scan module for TLD files: illegal char (space)

2007-08-16 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor reassigned GERONIMO-3324: - Assignee: Jarek Gawor (was: Tim McConnell) Could not scan module for TLD files:

[jira] Closed: (GERONIMO-3401) Stop of module from System Modules in console fails

2007-08-16 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-3401. -- Resolution: Invalid The admin console depends on openejb, so if you shut down openejb, that

[jira] Closed: (GERONIMO-3418) Use mvn groovy mojo integration for buildsupport

2007-08-16 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-3418. -- Resolution: Fixed Use mvn groovy mojo integration for buildsupport

[jira] Created: (GERONIMODEVTOOLS-181) Plugin build process should use maven-ant-plugin to download required Eclipse artifacts

2007-08-16 Thread Tim McConnell (JIRA)
Plugin build process should use maven-ant-plugin to download required Eclipse artifacts Key: GERONIMODEVTOOLS-181 URL:

[jira] Resolved: (GERONIMO-3324) Could not scan module for TLD files: illegal char (space)

2007-08-16 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor resolved GERONIMO-3324. --- Resolution: Fixed Fix Version/s: 2.1 Fix committed to trunk (revision 566776) and

Re: [DISCUSS] Release Geronimo 2.0.1 (rc1)

2007-08-16 Thread Matt Hogstrom
Thanks Vamsi...lots of little ones to fix...I'll make sure it gets included if we need to re-spin. On Aug 16, 2007, at 9:11 AM, Vamsavardhana Reddy wrote: Will not press for inclusion of this in 2.0.1, but do include rev 566694 (fix for GERONIMO-3390 Server Logs portlet - Web Access Log

geronimo-naming tests failing on trunk...

2007-08-16 Thread Jason Dillon
Anyone know what's up with this: snip --- Test set: org.apache.geronimo.gjndi.binding.GBeanBindingTest --- Tests run: 1, Failures: 1,

[jira] Created: (GERONIMO-3418) Use mvn groovy mojo integration for buildsupport

2007-08-16 Thread Jason Dillon (JIRA)
Use mvn groovy mojo integration for buildsupport Key: GERONIMO-3418 URL: https://issues.apache.org/jira/browse/GERONIMO-3418 Project: Geronimo Issue Type: Improvement Security Level:

[jira] Commented: (GERONIMODEVTOOLS-180) Upgrade supported eclipse level from 3.3RC2 to 3.3, and related packages.

2007-08-16 Thread Jacek Laskowski (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520306 ] Jacek Laskowski commented on GERONIMODEVTOOLS-180: -- Could you put the plugin RC in the

Re: Could we use the maven-remote-resources plugin to install the legal files?

2007-08-16 Thread Daniel Kulp
On Wednesday 15 August 2007, Jason Dillon wrote: Yup, this should work... assuming the plugin functions. I just tried to hook it up from use in the Groovy m2 stuff and it puked up some NPE crapo. That's not good. Sure you grabbed the latest version? Also, I'm not sure that the

[jira] Commented: (GERONIMO-3380) Derby embedded database pool created from console doesn't work

2007-08-16 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520300 ] David Jencks commented on GERONIMO-3380: do you have any information on when or if this did work? One

[jira] Updated: (GERONIMODEVTOOLS-141) Installation/Activation of other Plugins fail after installing Devtools plugin

2007-08-16 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell updated GERONIMODEVTOOLS-141: --- Assignee: Tim McConnell (was: Sachin Patel)

[jira] Updated: (GERONIMODEVTOOLS-171) Remove hard-coded Geronimo name from launch console message and tool-tip

2007-08-16 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell updated GERONIMODEVTOOLS-171: --- Assignee: Tim McConnell Remove hard-coded Geronimo name from

[jira] Commented: (GERONIMO-3389) console: java.lang.UnsatisfiedLinkError is thrown when create a Tomcat APR HTTP Connector

2007-08-16 Thread Matt Hogstrom (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520317 ] Matt Hogstrom commented on GERONIMO-3389: - Perhaps this should be relabeled enhancement and we can catch

[jira] Updated: (GERONIMO-3389) console: java.lang.UnsatisfiedLinkError is thrown when create a Tomcat APR HTTP Connector

2007-08-16 Thread Matt Hogstrom (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Hogstrom updated GERONIMO-3389: Issue Type: Improvement (was: Bug) We should catch this since we know what it is and

Re: Getting java.lang.NullPointerException with geronimo-tomcat6-jee5-2.0.1-bin

2007-08-16 Thread Matt Hogstrom
We should probably update the release notes on the Wiki. On Aug 16, 2007, at 11:07 AM, Hernan Cunico wrote: sorry for the confusion, I meant the binaries, not the bin directory. When you download the source you get the README.TXT on the root directory but when you build it or download the

Re: geronimo-naming tests failing on trunk...

2007-08-16 Thread Jason Dillon
And it spits this out to console before puking: snip 10:30:29,171 ERROR [ConfigurationUtil] Cound not determine the installation directory of Apache Geronimo, because the startup jar could not be found in the current class loader. /snip Dunno if that helps... --jason On Aug 16, 2007, at

[jira] Updated: (GERONIMO-3401) Stop of module from System Modules in console should warn user of destructive action

2007-08-16 Thread Matt Hogstrom (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Hogstrom updated GERONIMO-3401: Issue Type: Improvement (was: Bug) Summary: Stop of module from System Modules

[jira] Commented: (GERONIMO-3380) Derby embedded database pool created from console doesn't work

2007-08-16 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520321 ] Lin Sun commented on GERONIMO-3380: --- I agree with David that we can add system-database as one of the

Re: [jira] Commented: (GERONIMODEVTOOLS-180) Upgrade supported eclipse level from 3.3RC2 to 3.3, and related packages.

2007-08-16 Thread Tim McConnell
Hi Jacek, yes of course !!! My daily build pushing a new version of the plugin to this site every Sunday morning (http://people.apache.org/dist/geronimo/eclipse/unstable) but I'll put something out there sooner if I feel that it's working reasonable well. Thanks for the suggestion Jacek

Re: geronimo-naming tests failing on trunk...

2007-08-16 Thread David Jencks
On Aug 16, 2007, at 10:31 AM, Jason Dillon wrote: And it spits this out to console before puking: snip 10:30:29,171 ERROR [ConfigurationUtil] Cound not determine the installation directory of Apache Geronimo, because the startup jar could not be found in the current class loader. /snip

Re: Getting java.lang.NullPointerException with geronimo-tomcat6-jee5-2.0.1-bin

2007-08-16 Thread Hernan Cunico
I got the README.txt and RELEASE NOTES updated on the wiki. README.txt is also updated in trunk and branches 2.0 Cheers! Hernan Matt Hogstrom wrote: We should probably update the release notes on the Wiki. On Aug 16, 2007, at 11:07 AM, Hernan Cunico wrote: sorry for the confusion, I meant

[jira] Assigned: (GERONIMO-3380) Derby embedded database pool created from console doesn't work

2007-08-16 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks reassigned GERONIMO-3380: -- Assignee: David Jencks Derby embedded database pool created from console doesn't

Re: tooling for web services

2007-08-16 Thread Daniel Kulp
On Tuesday 14 August 2007, Lin Sun wrote: I think it would be great to provide some .sh/.bat files to expose these tools so that people can use them directly without going through sun's website and installing the tooling from Sun (which is what we recommend our users to do in our jaxrpc web

[jira] Commented: (GERONIMO-3374) Admin console uses Generic TranQL RA for non XA driver types

2007-08-16 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520342 ] Lin Sun commented on GERONIMO-3374: --- Able to recreate this on 2.0 build. After a bit debuging, looks like

[jira] Commented: (GERONIMO-3374) Admin console uses Generic TranQL RA for non XA driver types

2007-08-16 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520345 ] Lin Sun commented on GERONIMO-3374: --- Just found it - in webconsole-tomcat config! :) Admin console uses

[jira] Closed: (GERONIMO-1682) remote deployment fails when server is running on machine with DHCP

2007-08-16 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods closed GERONIMO-1682. -- Resolution: Fixed Fix Version/s: 1.1.x This should already have been fixed in the

[jira] Updated: (GERONIMO-1400) modularize daytrader deployment plan

2007-08-16 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-1400: --- Component/s: (was: deployment) sample apps Fix Version/s:

[jira] Resolved: (GERONIMO-3374) Admin console uses Generic TranQL RA for non XA driver types

2007-08-16 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun resolved GERONIMO-3374. --- Resolution: Fixed Fixed in rev 566824. Found a tranql minor issue will open a different JIRA.

[jira] Updated: (GERONIMO-3419) Console displays wrong database pool type when derby embed local is used.

2007-08-16 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-3419: -- Description: after I deploy a database pool using derby embed local rar via admin console, I click

[jira] Created: (GERONIMO-3419) Console display wrong database pool type when derby embed local is used.

2007-08-16 Thread Lin Sun (JIRA)
Console display wrong database pool type when derby embed local is used. Key: GERONIMO-3419 URL: https://issues.apache.org/jira/browse/GERONIMO-3419 Project: Geronimo

[jira] Created: (GERONIMO-3420) Remote deploy of an EAR without an application.xml plan fails

2007-08-16 Thread Donald Woods (JIRA)
Remote deploy of an EAR without an application.xml plan fails - Key: GERONIMO-3420 URL: https://issues.apache.org/jira/browse/GERONIMO-3420 Project: Geronimo Issue Type: Bug

[jira] Commented: (GERONIMO-3420) Remote deploy of an EAR without an application.xml plan fails

2007-08-16 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520383 ] Donald Woods commented on GERONIMO-3420: TomcatModuleBuilder may be impacted by this lack of file

Re: [DISCUSS] Release Geronimo 2.0.1 (rc1)

2007-08-16 Thread Joe Bohn
Hernan Cunico wrote: Anybody seeing plugin issues, specially when starting them? Could it be a versioning problem, I get similar errors on both Jetty and Tomcat - Unable to start configuration org.apache.geronimo.configs - org.apache.geronimo.kernel.config.InvalidConfigException: Unknown

[jira] Commented: (GERONIMODEVTOOLS-181) Plugin build process should use maven-ant-plugin to download required Eclipse artifacts

2007-08-16 Thread Sachin Patel (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520384 ] Sachin Patel commented on GERONIMODEVTOOLS-181: --- I disagree with this approach, this is what

Re: [DISCUSS] Release Geronimo 2.0.1 (rc1)

2007-08-16 Thread David Jencks
On Aug 16, 2007, at 2:57 PM, Joe Bohn wrote: Hernan Cunico wrote: Anybody seeing plugin issues, specially when starting them? Could it be a versioning problem, I get similar errors on both Jetty and Tomcat - Unable to start configuration org.apache.geronimo.configs -

Re: [DISCUSS] Release Geronimo 2.0.1 (rc1)

2007-08-16 Thread Hernan Cunico
yup, we are talking about the same plugins. I just wanted to test some of those showing as *available* first then try to export some configs as plugins. we may need to revisit those showing up as available before releasing 2.0.1. Once I get a couple to work I'll try some of my own. Cheers!

[jira] Commented: (GERONIMODEVTOOLS-181) Plugin build process should use maven-ant-plugin to download required Eclipse artifacts

2007-08-16 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520405 ] Donald Woods commented on GERONIMODEVTOOLS-181: --- Well, we could never agree on a central

[jira] Updated: (GERONIMO-2567) Remote deploy of apps fails

2007-08-16 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-2567: --- Fix Version/s: Verification Required Are you still seeing this with the 2.0.1 release?

[jira] Updated: (GERONIMODEVTOOLS-181) Plugin build process should use maven-ant-plugin to download required Eclipse artifacts

2007-08-16 Thread Sachin Patel (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sachin Patel updated GERONIMODEVTOOLS-181: -- The problem with the eclipse web sites is that the URL have changed in

Re: geronimo-naming tests failing on trunk...

2007-08-16 Thread Jay D. McHugh
Hello all, It appears that Jarek is correct (on the thread about rev 566046) and the error is somehow related to the HashMap of GBeans in Configuration.java being changed to a LinkedHashMap. For some reason, with this change, the call to Context.listBindings is returning the wrong values:

Re: geronimo-naming tests failing on trunk...

2007-08-16 Thread Jason Dillon
Oh, there was discussion on this already? My delete key must have been hungry... Kay, just wondering. I was going to update the build to use surefire 2.3, which has a nice capture output to files feature to prevent all those evil exceptions and other cruft from cluttering up the build

[jira] Updated: (GERONIMO-2567) Remote admin of server using deployer.jar fails to connect

2007-08-16 Thread Jay D. McHugh (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay D. McHugh updated GERONIMO-2567: Affects Version/s: 2.0.x 2.0 Summary: Remote admin

Re: [jira] Commented: (GERONIMODEVTOOLS-180) Upgrade supported eclipse level from 3.3RC2 to 3.3, and related packages.

2007-08-16 Thread Tim McConnell
Hi again Jacek, I FTP'd the latest version of the plugin to this site (http://people.apache.org/dist/geronimo/eclipse/unstable). It contains the released version of all the eclipse dependencies. Except for a couple small problems (which I don't think are related to the 3.3 eclipse artifacts) it

[jira] Closed: (GERONIMO-3380) Derby embedded database pool created from console doesn't work

2007-08-16 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-3380. -- Resolution: Fixed Fix Version/s: 2.1 This requires Sun Li's changes from

[jira] Commented: (GERONIMO-3374) Admin console uses Generic TranQL RA for non XA driver types

2007-08-16 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520428 ] David Jencks commented on GERONIMO-3374: Did the portlet actually work for you without my changes for

Re: geronimo-naming tests failing on trunk...

2007-08-16 Thread David Jencks
The reason I suspect that the test is wrong is that the LinkedHashMap doesn't have anything to do with the xbean naming implementation that is behind the javax.naming.Context. While it's possible that there's a giant bug in xbean-naming I think it's more likely that the test is not

[jira] Commented: (GERONIMO-3420) Remote deploy of an EAR without an application.xml plan fails

2007-08-16 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520432 ] David Jencks commented on GERONIMO-3420: I saw an offline suggestion to include the name of each file in

[jira] Commented: (GERONIMO-3374) Admin console uses Generic TranQL RA for non XA driver types

2007-08-16 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520439 ] Lin Sun commented on GERONIMO-3374: --- Yes it worked for me. I used the latest trunk, and tried the derby embed

[jira] Updated: (GERONIMO-3386) Nothing returned when clicking on Save button at creating Tomcat NIO HTTPs Connector

2007-08-16 Thread Song (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Song updated GERONIMO-3386: --- Summary: Nothing returned when clicking on Save button at creating Tomcat NIO HTTPs Connector (was:

Re: geronimo-naming tests failing on trunk...

2007-08-16 Thread Jarek Gawor
The test should be fixed now (and it also works nicely on IBM JDK now too). The GBeanBinding.addBinding() method only binds stuff into the JNDI context on the first call. The way the test was setup, it was called multiple times for one binding. Therefore, the order in which addBinding() was