RE: Remote deployment of service assemblies

2007-05-17 Thread Rossmanith, Philipp
Hi, After quite a break, I am back with the issue relating to this thread. What I did was creating a jsr-181 WSDL first service, for which I set a ComponentContext *). The setup is different from what had been outlined earlier, as I am creating a service assembly ZIP based on parameters I

[jira] Created: (SM-952) ClassLoaderXmlPreprocessor not able to load shared libraries from xbean.xml

2007-05-17 Thread Honi Jain (JIRA)
ClassLoaderXmlPreprocessor not able to load shared libraries from xbean.xml --- Key: SM-952 URL: https://issues.apache.org/activemq/browse/SM-952 Project: ServiceMix

Re: [VOTE] Release ServiceMix 3.1.1

2007-05-17 Thread Daniel Kulp
On Tuesday 15 May 2007 10:28, Guillaume Nodet wrote: [ X ] -1 Do not release ServiceMix 3.1.1 I will upload a rat report asap. I figure I'll -1 this before it gets to [EMAIL PROTECTED] Issues: 1) Procedural: you published these into the release repository. Thus, they are already released.

Re: [VOTE] Release ServiceMix 3.1.1

2007-05-17 Thread Guillaume Nodet
On 5/17/07, Daniel Kulp [EMAIL PROTECTED] wrote: On Tuesday 15 May 2007 10:28, Guillaume Nodet wrote: [ X ] -1 Do not release ServiceMix 3.1.1 I will upload a rat report asap. I figure I'll -1 this before it gets to [EMAIL PROTECTED] Issues: 1) Procedural: you published these into the

Re: [VOTE] Release ServiceMix 3.1.1

2007-05-17 Thread Gert Vanthienen
Guillaume, I've just retried a few of the samples as well as some of my own SAs. Everything seems to work fine, so here's my +1 now... Gert gnodet wrote: It should be fixed now. I have updated the tag and uploaded a new distro. Thanks for reporting that ! On 5/16/07, Gert Vanthienen

A geronimo installation was detected, however the version could not be verified.

2007-05-17 Thread Jacek Laskowski
Hi, What does the message A geronimo installation was detected, however the version could not be verified. mean? I've got it when I defined a new Geronimo runtime that I'd downloaded myself. I work with Eclipse IDE 3.3M7, g-eclipse-plugin-2.0.0-v20070430.1413-deployable.zip and the

[jira] Created: (GERONIMO-3167) When JSF renders, fields are shifted

2007-05-17 Thread Alexander Zynevich (JIRA)
When JSF renders, fields are shifted Key: GERONIMO-3167 URL: https://issues.apache.org/jira/browse/GERONIMO-3167 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues)

[jira] Updated: (GERONIMO-3167) When JSF renders, fields are shifted

2007-05-17 Thread Alexander Zynevich (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Zynevich updated GERONIMO-3167: - Attachment: guessnumber.war When JSF renders, fields are shifted

[jira] Updated: (GERONIMO-3167) When JSF renders, fields are shifted

2007-05-17 Thread Alexander Zynevich (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Zynevich updated GERONIMO-3167: - Attachment: guessnumber.zip When JSF renders, fields are shifted

Re: svn commit: r538652 - in /geronimo/server/trunk/configs: ldap-demo-jetty/pom.xml ldap-demo-tomcat/pom.xml

2007-05-17 Thread Prasad Kashyap
Paul, You are right. From a cursory glance, I noticed that the other apps like welcome and console had an explicit jasper dependency while these two didn't. The welcome and console apps for Tomcat too have a jasper dependency specified. So I suggested Jason try this. Now when he said that

Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-17 Thread Prasad Kashyap
When you say, that worked, did you mean the plugin install of the ldap-demo and servlet-examples worked ? Or did you mean just the regular deploy of those samples as applications ? Thanx Prasad On 5/16/07, Jason Warner [EMAIL PROTECTED] wrote: Prasad, That worked. Shouldn't that be in the

Re: Problems with JSF on geronimo v2 M5

2007-05-17 Thread schleichy
Hi, Tanks for the info. Where can I find the nigthly builds (building Geronimo from Trunk has forces an error on my machine). kiond regards Joachim Tessmer -- View this message in context: http://www.nabble.com/Problems-with-JSF-on-geronimo-v2-M5-tf3760335s134.html#a10663974 Sent from the

Re: Remote deployment of service assemblies

2007-05-17 Thread Guillaume Nodet
See http://issues.apache.org/activemq/browse/SM-858 which has been fixed a few weeks ago in trunk. On 5/17/07, Rossmanith, Philipp [EMAIL PROTECTED] wrote: Hi, After quite a break, I am back with the issue relating to this thread. What I did was creating a jsr-181 WSDL first service, for

RE: Remote deployment of service assemblies

2007-05-17 Thread Rossmanith, Philipp
Thanks! Ciao, Philipp -Mensaje original- De: Guillaume Nodet [mailto:[EMAIL PROTECTED] Enviado el: jueves, 17 de mayo de 2007 15:21 Para: [EMAIL PROTECTED] Asunto: Re: Remote deployment of service assemblies See http://issues.apache.org/activemq/browse/SM-858 which has been

Re: Problems with JSF on geronimo v2 M5

2007-05-17 Thread Donald Woods
http://people.apache.org/~prasad/binaries/ The notices are posted on the [EMAIL PROTECTED] mailing-list - http://news.gmane.org/gmane.comp.java.geronimo.cvs -Donald schleichy wrote: Hi, Tanks for the info. Where can I find the nigthly builds (building Geronimo from Trunk has forces

Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-17 Thread Jason Warner
The install had always worked. I was able to succesfully pull down a plugin with no errors. I received the error when click the button to deploy the plugin after it had been installed. The issue also occured when trying to start the plugin using the Web App Wars panel. I apologize that I did

web2 plugins for G v2.0

2007-05-17 Thread Viet Hung Nguyen
Has anyone come across problems trying to build the following the donated plugins found at: https://issues.apache.org/jira/browse/GERONIMO-2966 I tried to build using ant with: ant -buildfile ajax-libs-install-build.xml but the connection was refused. I tried going into the /src folder and

Re: web2 plugins for G v2.0

2007-05-17 Thread Prasad Kashyap
Viet, I just tried the ant -buildfile ajax-libs-install-build.xml and it worked fine for me. Cheers Prasad On 5/17/07, Viet Hung Nguyen [EMAIL PROTECTED] wrote: Has anyone come across problems trying to build the following the donated plugins found at:

Re: [VOTE] Release ServiceMix 3.1.1

2007-05-17 Thread Daniel Kulp
One of the problem is to be able to test it. Archetypes depends on the repository where the artifacts are deployed, so if you deploy to a staging repo, there's no way to test them. The problem only happen because we are in incubation, How is this an incubation problem? Once you graduate,

Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-17 Thread Jacek Laskowski
On 5/16/07, Jason Dillon [EMAIL PROTECTED] wrote: Jason? I thought you were talking to me? Damn... we can have only *one Jason*... and he is me... all others are sub-Jason... or something :-P Hehehe, when I saw it, I couldn't stop laughting. You're killing me! ;-) (The only one) Jacek --

Re: Re: web2 plugins for G v2.0

2007-05-17 Thread Viet Hung Nguyen
Prasad, You are right. I just got through too. I don't know what was happening before. Thanks, Viet -Original Message- From: Prasad Kashyap [EMAIL PROTECTED] To: dev@geronimo.apache.org, [EMAIL PROTECTED] Date: Thu, 17 May 2007 12:05:52 -0400 Subject: Re: web2 plugins for G v2.0 Viet,

www.ibm.com namespace in j2g migration tool

2007-05-17 Thread Jason Warner
I was looking through the code for the j2g migration tool that currently resides in the sandbox. I noticed that for the XML conversion it seems that it uses a namespace of http://www.ibm.com/j2g;. Am I correct in thinking that this is something that should definitely be changed? Thanks,

[jira] Updated: (GERONIMO-3162) J2G Configurator uses hard coded eclipse paths

2007-05-17 Thread Jason Warner (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Warner updated GERONIMO-3162: --- Attachment: Geronimo-3162.patch Modified Configurator.java so that it uses the

Re: www.ibm.com namespace in j2g migration tool

2007-05-17 Thread Sachin Patel
Yes, all IBM references should be removed. -sachin On May 17, 2007, at 1:13 PM, Jason Warner wrote: I was looking through the code for the j2g migration tool that currently resides in the sandbox. I noticed that for the XML conversion it seems that it uses a namespace of

Re: www.ibm.com namespace in j2g migration tool

2007-05-17 Thread Jeff Genender
Yes...I think the namespace should change. Jeff Jason Warner wrote: I was looking through the code for the j2g migration tool that currently resides in the sandbox. I noticed that for the XML conversion it seems that it uses a namespace of http://www.ibm.com/j2g http://www.ibm.com/j2g. Am

[jira] Created: (GERONIMO-3168) j2g migration tool uses http://www.ibm.com/j2g for XML Namespace URI's

2007-05-17 Thread Jason Warner (JIRA)
j2g migration tool uses http://www.ibm.com/j2g for XML Namespace URI's -- Key: GERONIMO-3168 URL: https://issues.apache.org/jira/browse/GERONIMO-3168 Project: Geronimo

Re: www.ibm.com namespace in j2g migration tool

2007-05-17 Thread Jason Warner
Thanks. Created Geronimo-3168 for that purpose. Jason Warner On 5/17/07, Jeff Genender [EMAIL PROTECTED] wrote: Yes...I think the namespace should change. Jeff Jason Warner wrote: I was looking through the code for the j2g migration tool that currently resides in the sandbox. I noticed

[jira] Updated: (GERONIMO-1642) Deployment plan namespace validation

2007-05-17 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-1642: --- Patch Info: (was: [Patch Available]) Fix Version/s: (was: 2.0-M6)

[jira] Created: (GERONIMO-3169) Several configs are using a hardcoded schema version=1.1, instead of ${geronimoSchemaVersion}

2007-05-17 Thread Donald Woods (JIRA)
Several configs are using a hardcoded schema version=1.1, instead of ${geronimoSchemaVersion} - Key: GERONIMO-3169 URL:

[jira] Resolved: (GERONIMO-3169) Several configs are using a hardcoded schema version=1.1, instead of ${geronimoSchemaVersion}

2007-05-17 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods resolved GERONIMO-3169. Resolution: Fixed Committed revision 539038 in trunk. Several configs are using a

[jira] Updated: (GERONIMO-3162) J2G Configurator uses hard coded eclipse paths

2007-05-17 Thread Jason Warner (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Warner updated GERONIMO-3162: --- Patch Info: [Patch Available] J2G Configurator uses hard coded eclipse paths

[jira] Created: (GERONIMO-3170) User supplied JPDA_OPTS are never used in the geronimo script for Windows

2007-05-17 Thread Donald Woods (JIRA)
User supplied JPDA_OPTS are never used in the geronimo script for Windows - Key: GERONIMO-3170 URL: https://issues.apache.org/jira/browse/GERONIMO-3170 Project: Geronimo

web2 plugins for G v2.0 using tomcat

2007-05-17 Thread Viet Hung Nguyen
I am working on the following JIRA. https://issues.apache.org/jira/browse/GERONIMO-2966 When I try to install the plugins with: ./install.sh /cygdrive/c/g/geronimo-tomcat6-jee5-2.00-SNAPSHOT username password I get the following error: Installation FAILED: Required configuration

[jira] Updated: (GERONIMO-3171) java 1.6 compile fix

2007-05-17 Thread toby cabot (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] toby cabot updated GERONIMO-3171: - Attachment: j6-patch.txt java 1.6 compile fix Key:

[jira] Resolved: (GERONIMO-3155) geronimo-tomcat6-minimal assembly has doubled in size from 17MB to 35MB in the past month

2007-05-17 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods resolved GERONIMO-3155. Resolution: Fixed Committed revision 539104 in trunk. Added the xml-attribute and

[jira] Updated: (GERONIMO-1767) bad group for console has no error page that allows user logout/correction

2007-05-17 Thread Erik B. Craig (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik B. Craig updated GERONIMO-1767: Attachment: geronimo-1767.patch Updated

Re: web2 plugins for G v2.0 using tomcat

2007-05-17 Thread Donald Woods
The plugins need to be updated and rebuilt for Geronimo 2.0, as the configuration names have changed. For example, the Tomcat config is currently called - org.apache.geronimo.configs/tomcat6/2.0-SNAPSHOT/car -Donald Viet Hung Nguyen wrote: I am working on the following JIRA.

[jira] Assigned: (GERONIMO-3171) java 1.6 compile fix for geronimo-naming mock DataSource class

2007-05-17 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods reassigned GERONIMO-3171: -- Assignee: Donald Woods java 1.6 compile fix for geronimo-naming mock DataSource

[jira] Commented: (GERONIMO-3167) When JSF renders, fields are shifted

2007-05-17 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496685 ] Paul McMahan commented on GERONIMO-3167: This is a bug in MyFaces, I think a manifestation of

[jira] Assigned: (GERONIMO-1431) Make deploy tool and hot deploy directory work better together

2007-05-17 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods reassigned GERONIMO-1431: -- Assignee: Donald Woods Make deploy tool and hot deploy directory work better

[jira] Resolved: (GERONIMO-3171) java 1.6 compile fix for geronimo-naming mock DataSource class

2007-05-17 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods resolved GERONIMO-3171. Resolution: Fixed Committed revision 539126 in trunk. Verified server still builds and

[jira] Created: (GERONIMO-3172) remove obsolete JDB_OPTS reference from geronimo.bat

2007-05-17 Thread Ted Kirby (JIRA)
remove obsolete JDB_OPTS reference from geronimo.bat Key: GERONIMO-3172 URL: https://issues.apache.org/jira/browse/GERONIMO-3172 Project: Geronimo Issue Type: Bug Security Level:

[jira] Resolved: (GERONIMO-1431) Make deploy tool and hot deploy directory work better together

2007-05-17 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods resolved GERONIMO-1431. Resolution: Fixed Fix Version/s: (was: 2.0-M5) 2.0-M6

[jira] Created: (GERONIMO-3173) port conflict with multiple server instances

2007-05-17 Thread Srinivas Hasti (JIRA)
port conflict with multiple server instances Key: GERONIMO-3173 URL: https://issues.apache.org/jira/browse/GERONIMO-3173 Project: Geronimo Issue Type: Bug Security Level: public (Regular

[jira] Commented: (GERONIMO-3173) port conflict with multiple server instances

2007-05-17 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496716 ] Donald Woods commented on GERONIMO-3173: There were several changes after the 2.0-M3 build, so can you

[jira] Created: (GSHELL-28) NVT4J does not seem to work very well with Windows telnet

2007-05-17 Thread Jason Dillon (JIRA)
NVT4J does not seem to work very well with Windows telnet - Key: GSHELL-28 URL: https://issues.apache.org/jira/browse/GSHELL-28 Project: GShell Issue Type: Bug Security Level:

[jira] Updated: (GERONIMO-3173) port conflict with multiple server instances

2007-05-17 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-3173: --- Affects Version/s: (was: 2.0-M3) 2.0-M6 Fix Version/s:

[jira] Created: (GSHELL-29) Windows bat scripts are not working as expected

2007-05-17 Thread Jason Dillon (JIRA)
Windows bat scripts are not working as expected --- Key: GSHELL-29 URL: https://issues.apache.org/jira/browse/GSHELL-29 Project: GShell Issue Type: Bug Security Level: public (Regular

[jira] Closed: (GSHELL-14) Create minimal assembly

2007-05-17 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GSHELL-14. -- Resolution: Won't Fix Create minimal assembly --- Key:

[jira] Closed: (GSHELL-10) Prompt corruption and extraneous 0x00 chars when using Telnet

2007-05-17 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GSHELL-10. -- Resolution: Fixed Fix Version/s: 0.0.1 Prompt corruption and extraneous 0x00 chars when using

[jira] Resolved: (GERONIMO-3173) port conflict with multiple server instances

2007-05-17 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods resolved GERONIMO-3173. Resolution: Fixed Committed revision 539207 in trunk. Verified portOffset=1 and 10

[jira] Updated: (GERONIMO-3172) remove obsolete JDB_OPTS reference from geronimo.bat

2007-05-17 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-3172: --- Fix Version/s: 2.0-M6 Assignee: Donald Woods remove obsolete JDB_OPTS reference

[jira] Resolved: (GERONIMO-3172) remove obsolete JDB_OPTS reference from geronimo.bat

2007-05-17 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods resolved GERONIMO-3172. Resolution: Fixed Committed revision 539218 in trunk. Ted, thanks for the patch.

[jira] Closed: (GERONIMO-3118) geronimo-j2ee-management_1.1_spec still refers to the old geronimo-ejb_2.1_spec

2007-05-17 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods closed GERONIMO-3118. -- Resolution: Duplicate Fix Version/s: (was: 2.0-M6) Dup of GERONIMO-2768

[jira] Closed: (GERONIMO-2759) Re-enable JVMCheck to warn users if Java SE 5 is not being used for 2.0 release

2007-05-17 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods closed GERONIMO-2759. -- Resolution: Won't Fix Fix Version/s: (was: 2.0-M5) Won't fix, as the server

[jira] Closed: (GSHELL-29) Windows bat scripts are not working as expected

2007-05-17 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GSHELL-29. -- Resolution: Fixed Windows bat scripts are not working as expected

GERONIMO-348 patch and issues with ejb deployments

2007-05-17 Thread Jarek Gawor
Recently the GERONIMO-348 patch was committed. That is causing problems with EJB deployments. Here's an example. ejb-xml.jar has 2 ejbs, and one of the ejbs has a service-ref entry: enterprise-beans session service-ref/service-ref /session session /session /enterprise-beans The G plan has