Re: Basic TCP component

2007-10-09 Thread Guillaume Nodet
Andrea, I've just downloaded the source zip of the components and it seems that there is lots of components coming from ServiceMix: are these differents in some sort ? Bug fixes, enhancements ? If so what about raising JIRAs and attaching your patches ? I know you have already done so and iirc i

Re: Basic TCP component

2007-10-09 Thread Andrea Zoppello
Hi Guillaume, If you take a look at the document How to cook your spagic you could find all the information, on the patches, enhnacements that we've made on servicemix. Actually spagic is based on smx 3.1.1 codebase. By the way our approach is to keep the patches that we've done in spagic

[jira] Updated: (SM-848) ServiceMix 3.x with Java 1.4.x

2007-10-09 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SM-848: --- Fix Version/s: (was: 3.1.3) ServiceMix 3.x with Java 1.4.x --

Re: Basic TCP component

2007-10-09 Thread Andrea Zoppello
Hi, I think servicemix team is looking the code of spagic tcp-ip component. By the way i forget to say that if you want you can take the spagic tcp-ip component alone and install in a fresh servicemix. What's the problem with this approach? Andrea puro ha scritto: So, what to do about a

[BUILD] 2.1: Failed for Revision: 583059

2007-10-09 Thread prasad
OpenEJB trunk at 583032 Geronimo Revision: 583059 built with tests included See the full build-0300.log file at http://people.apache.org/~prasad/binaries/trunk/20071009/build-0300.log [INFO] Using default encoding to copy filtered resources. [INFO] [ear:ear] [INFO] Copying artifact

[jira] Created: (GERONIMO-3518) UnsupportedClassVersionError: Bad version number in .class file causes Install New Applications to hang

2007-10-09 Thread Jacek Laskowski (JIRA)
UnsupportedClassVersionError: Bad version number in .class file causes Install New Applications to hang - Key: GERONIMO-3518 URL:

Simple Web Service with JAX-WS fails with SOAPFaultException: Could not send Message

2007-10-09 Thread Jacek Laskowski
Hi, I wonder whether the sample application at Simple Web Service with JAX-WS [1] should work. It doesn't work as of now and can't figure out why. Any pointers appreciated. The exception thrown below. I use Geronimo from trunk. javax.xml.ws.soap.SOAPFaultException: Could not send Message.

[jira] Created: (GERONIMO-3519) webiste mentions Apache Software License rather than Apache License

2007-10-09 Thread Mark Hindess (JIRA)
webiste mentions Apache Software License rather than Apache License --- Key: GERONIMO-3519 URL: https://issues.apache.org/jira/browse/GERONIMO-3519 Project: Geronimo Issue

Re: jetty jee5 assembly broken in branches/2.0

2007-10-09 Thread Kevan Miller
On Oct 9, 2007, at 12:59 AM, Jarek Gawor wrote: Oh, I think I know what's going on. Jetty is configured with 3 connectors. Each connector is configured with 50 threads. So by the time the server starts up all the threads in the pool are taken.. Looks like in Jetty we must set the thread pool

[BUILD] 2.1: Failed for Revision: 583146

2007-10-09 Thread prasad
OpenEJB trunk at 583059 Geronimo Revision: 583146 built with tests included See the full build-0900.log file at http://people.apache.org/~prasad/binaries/trunk/20071009/build-0900.log [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [car:validate

[jira] Created: (GERONIMODEVTOOLS-238) Server not found after Download additional server adapters

2007-10-09 Thread Ted Kirby (JIRA)
Server not found after Download additional server adapters Key: GERONIMODEVTOOLS-238 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-238 Project: Geronimo-Devtools

[BUILD] 2.1: Failed for Revision: 583171

2007-10-09 Thread prasad
OpenEJB trunk at 583146 Geronimo Revision: 583171 built with tests included See the full build-0952.log file at http://people.apache.org/~prasad/binaries/trunk/20071009/build-0952.log [INFO] [INFO] [enforcer:enforce

Re: Simple Web Service with JAX-WS fails with SOAPFaultException: Could not send Message

2007-10-09 Thread Jarek Gawor
Was this before or after you added context-root element in geronimo-web.xml? :) The sample works without and breaks with that new context-root. If you change the context-root of the web application you also have to update the service-ref element. I'm going to remove the context-root element you

Re: Basic TCP component

2007-10-09 Thread Guillaume Nodet
On 10/9/07, Andrea Zoppello [EMAIL PROTECTED] wrote: Hi Guillaume, If you take a look at the document How to cook your spagic you could find all the information, on the patches, enhnacements that we've made on servicemix. Actually spagic is based on smx 3.1.1 codebase. By the way our

Re: jetty jee5 assembly broken in branches/2.0

2007-10-09 Thread Jarek Gawor
On 10/9/07, Kevan Miller [EMAIL PROTECTED] wrote: Jarek, Thanks for tracking this down. 50 threads per connector seems like overkill to me. It's dependent on application behavior. So, hard to predict... But I would consider lowering the per connector thread count. I won't argue with

[jira] Created: (GERONIMO-3520) missing jsr-77 stats for JTA

2007-10-09 Thread Viet Hung Nguyen (JIRA)
missing jsr-77 stats for JTA Key: GERONIMO-3520 URL: https://issues.apache.org/jira/browse/GERONIMO-3520 Project: Geronimo Issue Type: Improvement Security Level: public (Regular issues)

[jira] Updated: (GERONIMO-3520) missing jsr-77 stats for JTA

2007-10-09 Thread Viet Hung Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viet Hung Nguyen updated GERONIMO-3520: --- Attachment: geronimo-3520.patch this patch allows the MBean to actually see the

[jira] Issue Comment Edited: (GERONIMO-3520) missing jsr-77 stats for JTA

2007-10-09 Thread Viet Hung Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533396 ] vhnguyen edited comment on GERONIMO-3520 at 10/9/07 9:07 AM: - this patch is

RE: Basic TCP component

2007-10-09 Thread Hofri Yehuda
Et voila: import org.apache.commons.httpclient.*; import org.apache.commons.httpclient.methods.PostMethod; import org.apache.servicemix.MessageExchangeListener; import org.apache.servicemix.components.http.HttpClientMarshaler; import org.apache.servicemix.components.util.ComponentSupport; import

Re: Basic TCP component

2007-10-09 Thread Guillaume Nodet
AFAIK, the one provided by Spagic is LGPL and unless they plan to change its license we can't really use it in ServiceMix. So there are 3 possibilities: * you don't care about LGPL, so just use it * the component is relicensed under AL * the component is contributed to ServiceMix (which

[jira] Updated: (GERONIMO-3520) missing jsr-77 stats for JTA

2007-10-09 Thread Viet Hung Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viet Hung Nguyen updated GERONIMO-3520: --- Attachment: txmanagerStats.patch this patch is meant to be applied to the source

Re: [DISCUSS] G 2.0.2 Release plan

2007-10-09 Thread Donald Woods
I just set the default ThreadPool size back to 500, so the Jetty problem should be solved. -Donald Kevan Miller wrote: All, I've created a 2.0.2 release branch -- https://svn.apache.org/repos/asf/geronimo/server/branches/2.0.2 And have updated the branches/2.0 version to be

[jira] Commented: (GERONIMODEVTOOLS-190) Error opening v2.0 of Geronimo plans (which point to web-2.0, naming-1.2, security-2.0, deployment-1.2 etc)

2007-10-09 Thread Miroslav Lazarevic (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533422 ] Miroslav Lazarevic commented on GERONIMODEVTOOLS-190: - Well this issue is opened on

[jira] Created: (GERONIMODEVTOOLS-239) License headers in a few test app's plan.xml are removed after a full j2g build

2007-10-09 Thread Lin Sun (JIRA)
License headers in a few test app's plan.xml are removed after a full j2g build --- Key: GERONIMODEVTOOLS-239 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-239

[jira] Created: (GERONIMO-3521) plugin catalog for 2.0.2

2007-10-09 Thread Paul McMahan (JIRA)
plugin catalog for 2.0.2 Key: GERONIMO-3521 URL: https://issues.apache.org/jira/browse/GERONIMO-3521 Project: Geronimo Issue Type: Task Security Level: public (Regular issues) Components: Plugins

[jira] Updated: (GERONIMO-3521) plugin catalog for 2.0.2

2007-10-09 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul McMahan updated GERONIMO-3521: --- Attachment: GERONIMO-3521.patch plugin catalog for 2.0.2

[jira] Created: (GERONIMO-3522) monitoring server needs to provide a way to tell whether the snapshot thread is running

2007-10-09 Thread Viet Hung Nguyen (JIRA)
monitoring server needs to provide a way to tell whether the snapshot thread is running --- Key: GERONIMO-3522 URL: https://issues.apache.org/jira/browse/GERONIMO-3522

[jira] Updated: (GERONIMO-3522) monitoring server needs to provide a way to tell whether the snapshot thread is running

2007-10-09 Thread Viet Hung Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viet Hung Nguyen updated GERONIMO-3522: --- Attachment: geronimo-3522.patch this patch provides an isSnapshotRunning()

[jira] Resolved: (GERONIMO-3495) Axis2: Implementation of Axis2WebServiceContainer.initContextRoot() is not thread safe

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

Re: Getting java.lang.IllegalStateException while stopping geronimo

2007-10-09 Thread Ashish Jain
This is the complete error statement java.lang.IllegalStateException: A kernel is already running this kernel name: MainBootstrapper INFO | jvm 1| 2007/10/08 22:20:46 | at org.apache.geronimo.kernel.KernelRegistry.registerKernel (KernelRegistry.java:95) INFO | jvm 1| 2007/10/08

[jira] Commented: (GERONIMODEVTOOLS-190) Error opening v2.0 of Geronimo plans (which point to web-2.0, naming-1.2, security-2.0, deployment-1.2 etc)

2007-10-09 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533436 ] Tim McConnell commented on GERONIMODEVTOOLS-190: Hi Miroslav, The 2.0 version of the

[jira] Updated: (GERONIMODEVTOOLS-190) Error opening v2.0 of Geronimo plans (which point to web-2.0, naming-1.2, security-2.0, deployment-1.2 etc)

2007-10-09 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell updated GERONIMODEVTOOLS-190: --- Affects Version/s: (was: 2.1.x) 2.0.0

J2g - purpose of configurator?

2007-10-09 Thread Lin Sun
Hi, I'd like to know a bit more as to why we need the configurator module in j2g. From our user doc, we ask our users to run the j2g-configure in the bin dir which at the end would call org.apache.geronimo.devtools.j2g.Configurator. Looks like what it does is to make a copy of existing

[jira] Updated: (GERONIMO-3522) monitoring server needs to provide a way to tell whether the snapshot thread is running

2007-10-09 Thread Viet Hung Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viet Hung Nguyen updated GERONIMO-3522: --- Attachment: (was: geronimo-3522.patch) monitoring server needs to provide a

[jira] Updated: (GERONIMO-3522) monitoring server needs to provide a way to tell whether the snapshot thread is running

2007-10-09 Thread Viet Hung Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viet Hung Nguyen updated GERONIMO-3522: --- Attachment: geronimo-3522.patch monitoring server needs to provide a way to tell

[jira] Closed: (GERONIMODEVTOOLS-239) License headers in a few test app's plan.xml are removed after a full j2g build

2007-10-09 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun closed GERONIMODEVTOOLS-239. Resolution: Fixed Turned out these files are generated thus should not be in

geronimodevtools jira

2007-10-09 Thread Lin Sun
Hi, The geronimodevtools jira isn't set up quite the same as the geronimo jira. For example, I cannot mark a jira as resolved. I think Tim also indicated he could not either before. Could someone help fix this? Thanks, Lin

[jira] Closed: (GERONIMO-3521) plugin catalog for 2.0.2

2007-10-09 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul McMahan closed GERONIMO-3521. -- Resolution: Fixed plugin catalog for 2.0.2

Re: Simple Web Service with JAX-WS fails with SOAPFaultException: Could not send Message

2007-10-09 Thread Jacek Laskowski
On 10/9/07, Jarek Gawor [EMAIL PROTECTED] wrote: Was this before or after you added context-root element in geronimo-web.xml? :) I'm sure it wasn't, but am not certain now ;-) The sample works without and breaks with that new context-root. If you change the context-root of the web

Re: Simple Web Service with JAX-WS fails with SOAPFaultException: Could not send Message

2007-10-09 Thread Jarek Gawor
On 10/9/07, Jacek Laskowski [EMAIL PROTECTED] wrote: Please don't remove it - I'll update the doc when the example starts working again ;-) Actually, I was about to change it completely, but had not much time to work on it today. Sorry, already did. The sample is in working state now (at

[jira] Created: (SM-1098) Loop in StAX ElementReader while executing web service

2007-10-09 Thread Gert Vanthienen (JIRA)
Loop in StAX ElementReader while executing web service -- Key: SM-1098 URL: https://issues.apache.org/activemq/browse/SM-1098 Project: ServiceMix Issue Type: Bug Components:

[jira] Commented: (GERONIMO-2515) load of geronimo/rmi-naming/1.1.1/car failed on Solaris 10

2007-10-09 Thread Filip Hanik (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533486 ] Filip Hanik commented on GERONIMO-2515: --- We tried both JDK 1.4.2_12 and JDK 1.5.0_01 on Solaris 10, sparc,

[jira] Updated: (GERONIMODEVTOOLS-238) Server not found after Download additional server adapters

2007-10-09 Thread Ted Kirby (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Kirby updated GERONIMODEVTOOLS-238: --- Attachment: GD238.patch It looks like the v1.1 server adapter is a pre-req

Re: Simple Web Service with JAX-WS fails with SOAPFaultException: Could not send Message

2007-10-09 Thread Jacek Laskowski
On 10/9/07, Jarek Gawor [EMAIL PROTECTED] wrote: Sorry, already did. The sample is in working state now (at least it works fine for me). No problem if it works fine. It means that I'd changed something and complained it didn't work. Sweet ;-) What are you planning to change/do with the

[jira] Created: (GERONIMO-3523) java.io.IOException: FULL head

2007-10-09 Thread Jarek Gawor (JIRA)
java.io.IOException: FULL head -- Key: GERONIMO-3523 URL: https://issues.apache.org/jira/browse/GERONIMO-3523 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components:

Re: Simple Web Service with JAX-WS fails with SOAPFaultException: Could not send Message

2007-10-09 Thread Jarek Gawor
On 10/9/07, Jacek Laskowski [EMAIL PROTECTED] wrote: The sample itself is fine, but the documentation is a bit harsh. Can't say what exactly, but saw a couple of places to improve the overall reading. Ok. Sounds good. Jarek

[jira] Commented: (GERONIMODEVTOOLS-190) Error opening v2.0 of Geronimo plans (which point to web-2.0, naming-1.2, security-2.0, deployment-1.2 etc)

2007-10-09 Thread Miroslav Lazarevic (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533503 ] Miroslav Lazarevic commented on GERONIMODEVTOOLS-190: - I suppose that, but I can't

ClassCastException at Derby EmbeddedDataSource

2007-10-09 Thread Zakharov, Vasily M
Hi, all, I've come into a strange situation, that looks like maybe a bug, while working on SPECjAppServer2004 deployment on G2.0.1. When working with Embedded XA TranQL connector to internal Derby database, class org.apache.geronimo.jdbc.DelegatingDriver (implements java.sql.Driver) comes out in

[jira] Created: (GERONIMO-3524) monitoring server has problems with stop/starting snapshot

2007-10-09 Thread Viet Hung Nguyen (JIRA)
monitoring server has problems with stop/starting snapshot -- Key: GERONIMO-3524 URL: https://issues.apache.org/jira/browse/GERONIMO-3524 Project: Geronimo Issue Type: Bug

[jira] Closed: (GERONIMO-2775) Enabling web statistics collection for jetty fails from the admin console

2007-10-09 Thread Joe Bohn (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bohn closed GERONIMO-2775. -- Resolution: Fixed Fix Version/s: 2.1 2.0.x 2.0.2

[jira] Created: (GERONIMO-3525) Add a linkRef to map old MEJBGBean/MEJB JNDI name to new ejb/mgmt/MEJB

2007-10-09 Thread Joe Bohn (JIRA)
Add a linkRef to map old MEJBGBean/MEJB JNDI name to new ejb/mgmt/MEJB -- Key: GERONIMO-3525 URL: https://issues.apache.org/jira/browse/GERONIMO-3525 Project: Geronimo

Re: ClassCastException at Derby EmbeddedDataSource

2007-10-09 Thread David Jencks
Hi Vasily, when you use a derby datasource you have to make sure you get the derby classes from the same classloader as the embedded derby database. You normally do this by replacing the derby dependency in your plan with something like dep:dependency

[jira] Created: (GERONIMO-3526) Monitoring client should query server list

2007-10-09 Thread Erik B. Craig (JIRA)
Monitoring client should query server list -- Key: GERONIMO-3526 URL: https://issues.apache.org/jira/browse/GERONIMO-3526 Project: Geronimo Issue Type: Improvement Security Level: public

[jira] Updated: (GERONIMO-3526) Monitoring client should query server list

2007-10-09 Thread Erik B. Craig (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik B. Craig updated GERONIMO-3526: Attachment: GERONIMO-3526.patch Patch does the following: enables the default view

[jira] Created: (GERONIMO-3527) Monitoring client needs default viewmode when selecting servers from the list

2007-10-09 Thread Erik B. Craig (JIRA)
Monitoring client needs default viewmode when selecting servers from the list - Key: GERONIMO-3527 URL: https://issues.apache.org/jira/browse/GERONIMO-3527 Project: Geronimo

[jira] Updated: (GERONIMO-3526) Monitoring client should query server list

2007-10-09 Thread Erik B. Craig (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik B. Craig updated GERONIMO-3526: Due Date: 09/Oct/07 Modified due date Monitoring client should query server list

[jira] Updated: (GERONIMO-3524) monitoring server has problems with stop/starting snapshot

2007-10-09 Thread Viet Hung Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viet Hung Nguyen updated GERONIMO-3524: --- Attachment: geronimo-3524.patch the patch stops snapshots by setting a flag to

[jira] Updated: (GERONIMO-3524) monitoring server has problems with stop/starting snapshot

2007-10-09 Thread Viet Hung Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viet Hung Nguyen updated GERONIMO-3524: --- Attachment: geronimo-3524b.patch this is the same as the previous one, except it

[jira] Commented: (GERONIMO-3526) Monitoring client should query server list

2007-10-09 Thread Anita Kulshreshtha (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533572 ] Anita Kulshreshtha commented on GERONIMO-3526: -- Patch committed in rev 583343. It might be useful to

[jira] Commented: (GERONIMO-3524) monitoring server has problems with stop/starting snapshot

2007-10-09 Thread Anita Kulshreshtha (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533573 ] Anita Kulshreshtha commented on GERONIMO-3524: -- Committed in rev 583346. monitoring server has

[jira] Commented: (GERONIMODEVTOOLS-190) Error opening v2.0 of Geronimo plans (which point to web-2.0, naming-1.2, security-2.0, deployment-1.2 etc)

2007-10-09 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533577 ] Tim McConnell commented on GERONIMODEVTOOLS-190: Hi again Miroslav, the limitations of the

[jira] Closed: (GERONIMODEVTOOLS-238) Server not found after Download additional server adapters

2007-10-09 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell closed GERONIMODEVTOOLS-238. -- Resolution: Fixed Fix Version/s: 2.0.2 Assignee: Tim

[BUILD] 2.0: Failed for Revision: 583308

2007-10-09 Thread prasad
Geronimo Revision: 583308 built with tests included See the full build-1800.log file at http://people.apache.org/~prasad/binaries/2.0/20071009/build-1800.log Download the binaries from http://people.apache.org/~prasad/binaries/2.0/20071009 [INFO] BUILD SUCCESSFUL [INFO

[jira] Created: (GERONIMO-3528) Cannot lookup JNDI context inside some servlet event listeners.

2007-10-09 Thread Kan Ogawa (JIRA)
Cannot lookup JNDI context inside some servlet event listeners. --- Key: GERONIMO-3528 URL: https://issues.apache.org/jira/browse/GERONIMO-3528 Project: Geronimo Issue Type: Bug

[jira] Updated: (GERONIMO-3528) Cannot lookup JNDI context inside some servlet event listeners.

2007-10-09 Thread Kan Ogawa (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kan Ogawa updated GERONIMO-3528: Attachment: examples.war Attached sample web application. Cannot lookup JNDI context inside

[jira] Updated: (GERONIMO-3528) Cannot lookup JNDI context inside some servlet event listeners.

2007-10-09 Thread Kan Ogawa (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kan Ogawa updated GERONIMO-3528: Attachment: TestedResults.html Attached the tested results. Cannot lookup JNDI context inside

[BUILD] 2.0: Failed for Revision: 583351

2007-10-09 Thread prasad
Geronimo Revision: 583351 built with tests included See the full build-.log file at http://people.apache.org/~prasad/binaries/2.0/20071010/build-.log Download the binaries from http://people.apache.org/~prasad/binaries/2.0/20071010 [INFO] BUILD SUCCESSFUL [INFO]

[jira] Commented: (GERONIMODEVTOOLS-190) Error opening v2.0 of Geronimo plans (which point to web-2.0, naming-1.2, security-2.0, deployment-1.2 etc)

2007-10-09 Thread Shiva Kumar H R (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533613 ] Shiva Kumar H R commented on GERONIMODEVTOOLS-190: -- We are re-looking at some of the

[jira] Commented: (GERONIMODEVTOOLS-190) Error opening v2.0 of Geronimo plans (which point to web-2.0, naming-1.2, security-2.0, deployment-1.2 etc)

2007-10-09 Thread Miroslav Lazarevic (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533603 ] Miroslav Lazarevic commented on GERONIMODEVTOOLS-190: - Hi Tim. No I don't have any

[VOTE] Release geronimo-txmanager 2.0.2

2007-10-09 Thread Kevan Miller
As discussed in the Geronimo 2.0.2 release discussion thread, we need to release geronimo-txmanager 2.0.2 to pick up fixes for the Geronimo 2.0.2 release. geronimo-txmanager contains the geronimo-transaction and geronimo-connector components. The proposed binary release artifacts can be