[jira] Closed: (SM-867) Cannot add soap header in JSR181 component

2007-03-08 Thread Phu Quyen Le (JIRA)
[ https://issues.apache.org/activemq/browse/SM-867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phu Quyen Le closed SM-867. --- Resolution: Fixed bug fixed in 3.1.1 and 3.2 Cannot add soap header in JSR181 component

[BUILD] TRUNK: Failed for Revision: 515993

2007-03-08 Thread prasad
Building with Maven version: 2.0.5 Revision: 515993 built with tests included See the full build-0500.log file at http://people.apache.org/~prasad/binaries/20070308/build-0500.log [INFO] Building Geronimo Configs :: Persistence Deployer [INFO]task-segment: [install] [INFO

[jira] Created: (SM-872) Expiring in-queue messages

2007-03-08 Thread Arjen Wiersma (JIRA)
Expiring in-queue messages -- Key: SM-872 URL: https://issues.apache.org/activemq/browse/SM-872 Project: ServiceMix Issue Type: Improvement Components: servicemix-jbi Affects Versions: 3.1

[jira] Commented: (SM-872) Expiring in-queue messages

2007-03-08 Thread Arjen Wiersma (JIRA)
[ https://issues.apache.org/activemq/browse/SM-872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38719 ] Arjen Wiersma commented on SM-872: -- Response from gnodet: Good point. I'm not sure about removing the exchange if the

Re: Whoa! The website is sooo beautiful and the logo astounded me much!

2007-03-08 Thread Shiva Kumar H R
From the website main page can we have a link to a Samples page listing all available Java EE samples for Geronimo like Daytrader and others? Would be of help especially to new users. -- Thx, Shiva On 3/8/07, Jason Dillon [EMAIL PROTECTED] wrote: Fixed. Will show up in an hour or so.

[jira] Assigned: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

2007-03-08 Thread Rakesh Midha (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rakesh Midha reassigned GERONIMO-1945: -- Assignee: Rakesh Midha Console's web application list does not show WARs that are

Re: ClientCommandLine and Daemon - Changing boot approach?

2007-03-08 Thread Gianny Damour
Hello Rakesh, The dependencies which will move out of lib/ are: backport-util-concurrent-2.2.jar commons-jexl-1.1.jar geronimo-common-2.0-SNAPSHOT.jar geronimo-system-2.0-SNAPSHOT.jar geronimo-util-2.0-SNAPSHOT.jar ognl-2.6.9.jar xstream-1.1.3.jar ClientCommandLine and Daemon will still reside

[jira] Created: (XBEAN-81) xbean-spring fails with spring 2.0.2

2007-03-08 Thread Guillaume Nodet (JIRA)
xbean-spring fails with spring 2.0.2 Key: XBEAN-81 URL: https://issues.apache.org/jira/browse/XBEAN-81 Project: XBean Issue Type: Bug Components: spring Reporter: Guillaume Nodet

[jira] Closed: (GERONIMO-2063) Stopping a TSSbean also stops the orb it's attached to

2007-03-08 Thread Rick McGuire (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick McGuire closed GERONIMO-2063. -- Resolution: Fixed Stopping a TSSbean also stops the orb it's attached to

[jira] Commented: (XBEAN-81) xbean-spring fails with spring 2.0.2

2007-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/XBEAN-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479295 ] Guillaume Nodet commented on XBEAN-81: -- $ svn commit -m XBEAN-81: xbean-spring fails with spring 2.0.2 Sending

[jira] Closed: (XBEAN-81) xbean-spring fails with spring 2.0.2

2007-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/XBEAN-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed XBEAN-81. Resolution: Fixed xbean-spring fails with spring 2.0.2

[jira] Resolved: (SM-557) WSDL 1.1 message normalization for the servicemix-http component

2007-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SM-557. Resolution: Fixed See SM-851 WSDL 1.1 message normalization for the servicemix-http component

[jira] Commented: (SM-851) Better soap / wsdl support

2007-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38721 ] Guillaume Nodet commented on SM-851: URL: http://svn.apache.org/viewvc?view=revrev=516027 Better soap / wsdl

Re: ClientCommandLine and Daemon - Changing boot approach?

2007-03-08 Thread Rakesh Midha
Hello Gianny Oh I got it now, I think this sounds great to me. Wait just one more question, how will you use ClientCommandLine, I mean when geronimo-system is not in lib directory, ClientCommandLine class will be available for direct access. Are you sure you can move

Re: [BUILD] TRUNK: Failed for Revision: 515993

2007-03-08 Thread David Jencks
the full build-0500.log file at http://people.apache.org/ ~prasad/binaries/20070308/build-0500.log [INFO] Building Geronimo Configs :: Persistence Deployer [INFO]task-segment: [install] [INFO] -- -- [INFO] [tools:require

Re: ClientCommandLine and Daemon - Changing boot approach?

2007-03-08 Thread David Jencks
This is a test to see if I understand how this will work :-) I think that ClientCommandLine won't be the java main class any more, it will be the class implementing o.a.g. ... Main that the java main class will call after booting a classloader containing geronimo-system. thanks david

Re: ClientCommandLine and Daemon - Changing boot approach?

2007-03-08 Thread Gianny Damour
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec :-) On 09/03/2007, at 12:01 AM, David Jencks wrote: This is a test to see if I understand how this will work :-) I think that ClientCommandLine won't be the java main class any more, it will be the class

[jira] Resolved: (GERONIMO-2936) Complete hookup of CORBA TSS-link elements.

2007-03-08 Thread Rick McGuire (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick McGuire resolved GERONIMO-2936. Resolution: Fixed Committed revision 516033. Complete hookup of CORBA TSS-link

[jira] Commented: (SM-537) Define several endpoint implementations instead of having only one

2007-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38722 ] Guillaume Nodet commented on SM-537: URL: http://svn.apache.org/viewvc?view=revrev=516036 Define several endpoint

[jira] Commented: (SM-724) able to write marshaller for JBI components

2007-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38723 ] Guillaume Nodet commented on SM-724: URL: http://svn.apache.org/viewvc?view=revrev=516036 able to write

[jira] Created: (GERONIMO-2940) App client should get the ear lib dir in its classpath

2007-03-08 Thread David Jencks (JIRA)
App client should get the ear lib dir in its classpath -- Key: GERONIMO-2940 URL: https://issues.apache.org/jira/browse/GERONIMO-2940 Project: Geronimo Issue Type: Bug Security

[jira] Updated: (SM-745) Allow using Tibco for the JMSFlow

2007-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SM-745: --- Component/s: servicemix-core Fix Version/s: 3.2 Assignee: Guillaume Nodet Issue

[jira] Resolved: (SM-745) Allow using Tibco for the JMSFlow

2007-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SM-745. Resolution: Fixed Thanks a lot for this patch Christian ! I have just slightly modified it to keep

[jira] Updated: (SM-739) wsdl for pojos exported by jsr181 endpoint is missing complextypes from other namespaces than the service itself

2007-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SM-739: --- Patch Info: [Patch Available] wsdl for pojos exported by jsr181 endpoint is missing complextypes

Re: Database pools

2007-03-08 Thread Anita Kulshreshtha
David J, I want to make sure that I have not overlooked anything.. Things seem to be working with these changes. They are waiting for your blessing.. Thanks Anita --- Anita Kulshreshtha [EMAIL PROTECTED] wrote: I added connector-deployer as a 'import classes' dependency of

Re: Whoa! The website is sooo beautiful and the logo astounded me much!

2007-03-08 Thread Hernan Cunico
I'm working on that. I've been trying to consolidate all the samples we have in one single place so then we can reference to it from the wiki or the main web site. It should not take me too long to finish it. Cheers! Hernan Shiva Kumar H R wrote: From the website main page can we have a link

Message Store Mechanism!

2007-03-08 Thread goldi
Hi everybody, does ServiceMix implements a Message Store Mechanism, as it JBossESB does? Greets goldi -- View this message in context: http://www.nabble.com/Message-Store-Mechanism%21-tf3369118s12049.html#a9374168 Sent from the ServiceMix - Dev mailing list archive at Nabble.com.

Re: Message Store Mechanism!

2007-03-08 Thread Guillaume Nodet
ServiceMix uses ActiveMQ to provide persistence, failover and load-balancing ... ActiveMQ has several strategies for actually persisting messages. On 3/8/07, goldi [EMAIL PROTECTED] wrote: Hi everybody, does ServiceMix implements a Message Store Mechanism, as it JBossESB does? Greets goldi

RE: Why Using ServiceMix?

2007-03-08 Thread goldi
Its a little bit disappointing, that just two people answered to this post. I really hopped that there would be more who pherhaps could tell me why to use ServiceMix. Just a few words to the background of this post: I´m working on an evaluation considering ServiceMix and JBossESB. On this

Re: Why Using ServiceMix?

2007-03-08 Thread James Strachan
On 3/8/07, goldi [EMAIL PROTECTED] wrote: Its a little bit disappointing, that just two people answered to this post. Have you not seen how crazy busy the servicemix mailing lists are? :) -- James --- http://radio.weblogs.com/0112098/

Re: Why Using ServiceMix?

2007-03-08 Thread Guillaume Nodet
Maybe you should have posted to the user list instead. Though users do not always advertise and give feedback, as they tend to post mails only when there is a problem :-) You are asking for points of comparison between two ESBs, but I personally have never used JBossESB, so I can't tell you.

[jira] Commented: (SM-822) java.lang.IllegalStateException: component is not owner, with jmsflow and jcaflow

2007-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38726 ] Guillaume Nodet commented on SM-822: Hum, it seems I missed this issue. Did you had any time to look at it ?

Re: [BUILD] TRUNK: Failed for Revision: 515993

2007-03-08 Thread Joe Bohn
/binaries/20070308/build-0500.log [INFO] Building Geronimo Configs :: Persistence Deployer [INFO]task-segment: [install] [INFO] [INFO] [tools:require-java-version {execution: validate-java-version}] [INFO

[jira] Created: (SM-873) servicemix-http does not return a valid fault when the xml is invalid

2007-03-08 Thread Guillaume Nodet (JIRA)
servicemix-http does not return a valid fault when the xml is invalid - Key: SM-873 URL: https://issues.apache.org/activemq/browse/SM-873 Project: ServiceMix Issue Type:

Re: Database pools

2007-03-08 Thread David Jencks
Based on your description, and assuming that you added geronimo-gbean- deployer as a classes-only dependency, I think this is ok. Did you check that the deployer jar works both online and offline? If you supply a patch I'll look in more detail, but I don't think that's necessary. thanks

[jira] Created: (SM-874) servicemix-http does not honor the soap version for certain kinds of faults

2007-03-08 Thread Guillaume Nodet (JIRA)
servicemix-http does not honor the soap version for certain kinds of faults --- Key: SM-874 URL: https://issues.apache.org/activemq/browse/SM-874 Project: ServiceMix

Daytrader EJB3 development

2007-03-08 Thread Christopher Blythe
All... Thanks to the efforts of David Jencks, Daytrader 2.0 (trunk) already contains a JPA-based implementation of the Trade services wrapped in an EJB 2.1 stateless session bean. As additional EJB3 and EE5 features are delivered in Geronimo (and other appservers), Daytrader should follow suit

Re: [jira] [PROPOSAL] Coding standards

2007-03-08 Thread Thomas TERMIN
Is there also an code formatting setup for idea available? Would be nice. Juergen Mayrbaeurl wrote: OK for me. Can anyone provide an Eclipse code formatting setup? Kind regards Juergen gnodet wrote: I propose the following coding standards (taken from the Geronimo web site) which are

Cound not determine the installation directory of AG, because ... messages

2007-03-08 Thread Sachin Patel
Have people noticed this message during the build (though it doesn't cause a build failure).. I also get it every time when deploying projects to G2.0 using the eclipse-plugin. 10:39:44,927 ERROR [ConfigurationUtil] Cound not determine the installation directory of Apache Geronimo, because

Re: Whoa! The website is sooo beautiful and the logo astounded me much!

2007-03-08 Thread Shiva Kumar H R
great ... thanks for letting know. On 3/8/07, Hernan Cunico [EMAIL PROTECTED] wrote: I'm working on that. I've been trying to consolidate all the samples we have in one single place so then we can reference to it from the wiki or the main web site. It should not take me too long to finish it.

[jira] Updated: (GERONIMO-2916) database creation pool wizzard fails to deploy

2007-03-08 Thread Anita Kulshreshtha (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Kulshreshtha updated GERONIMO-2916: - Attachment: configs.diff David J, I am attaching the patch. I have tested

Re: Cound not determine the installation directory of AG, because ... messages

2007-03-08 Thread Anita Kulshreshtha
I have seen this while building geronimo-kernel... Anita --- Sachin Patel [EMAIL PROTECTED] wrote: Have people noticed this message during the build (though it doesn't cause a build failure).. I also get it every time when deploying projects to G2.0 using the eclipse-plugin.

Re: [BUILD] TRUNK: Failed for Revision: 515993

2007-03-08 Thread Prasad Kashyap
/20070308/build-0500.log [INFO] Building Geronimo Configs :: Persistence Deployer [INFO]task-segment: [install] [INFO] [INFO] [tools:require-java-version {execution: validate-java-version}] [INFO] [tools:copy-legal

Re: [BUILD] TRUNK: Failed for Revision: 515993

2007-03-08 Thread Anita Kulshreshtha
/20070308/build-0500.log [INFO] Building Geronimo Configs :: Persistence Deployer [INFO]task-segment: [install] [INFO] [INFO] [tools:require-java-version {execution: validate-java-version}] [INFO

Re: Cound not determine the installation directory of AG, because ... messages

2007-03-08 Thread Ted Kirby
DirectoryUtils has the same static code block that essentially (tries to) determine GERONIMO_BASE (install directory) by getting the parent directory of bin\server.jar, and prints that error message if it fails. I think this code should be removed from static blocks, put in one place, and only

[jira] Updated: (SM-537) Define several endpoint implementations instead of having only one

2007-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SM-537: --- Issue Type: New Feature (was: Improvement) Define several endpoint implementations instead of

[jira] Resolved: (SM-724) able to write marshaller for JBI components

2007-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SM-724. Resolution: Fixed able to write marshaller for JBI components

[jira] Resolved: (SM-851) Better soap / wsdl support

2007-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SM-851. Resolution: Fixed Better soap / wsdl support -- Key:

[jira] Commented: (SM-537) Define several endpoint implementations instead of having only one

2007-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38727 ] Guillaume Nodet commented on SM-537: URL: http://svn.apache.org/viewvc?view=revrev=516106 Define several

[jira] Resolved: (SM-470) servicemix-http has no way to set a soap action

2007-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SM-470. Resolution: Fixed servicemix-http has no way to set a soap action

[jira] Closed: (GERONIMO-2940) App client should get the ear lib dir in its classpath

2007-03-08 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-2940. -- Resolution: Fixed Implemented as part of rev 516141. With this rev I also think I moved

[jira] Commented: (GERONIMO-2887) Hook up injections for jetty and app client

2007-03-08 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479397 ] David Jencks commented on GERONIMO-2887: rev 516141 makes lifecycle methods work. Verified on app

[RESULT] Release geronimo-javamail_1.3.1_spec-1.3

2007-03-08 Thread Rick McGuire
The final vote tally was 8 +1, with no 0 or -1 votes. The vote passes for release of this new spec version. Voting +1 were: Rick McGuire Matt Hogstrom David Blevins David Jencks Paul McMahan Kevan Miller Dain Sundstrom Davanum Srinivas

Geronimo and Google SummerOfCode 2007

2007-03-08 Thread Marcos Hack
Hi folks, I'm interested to start to work in Geronimo project development and perhaps participate of Google Summer of Code 2007. Are there some Geronimo's project ideas to this year? Anyway, I starting to study Geronimo and hope to can help in development soon as possible. My interest area is

Re: Whoa! The website is sooo beautiful and the logo astounded me much!

2007-03-08 Thread Hernan Cunico
alright, I added the Sample Applications link in the Development box, it should be visible in the next synch. for the impatient (and I'm one of those) ;-) check http://cwiki.apache.org/GMOxSITE Cheers! Hernan Shiva Kumar H R wrote: great ... thanks for letting know. On 3/8/07, *Hernan

[jira] Created: (GERONIMO-2941) New config-substitutions.properties file is missing from Tomcat assemblies

2007-03-08 Thread Donald Woods (JIRA)
New config-substitutions.properties file is missing from Tomcat assemblies -- Key: GERONIMO-2941 URL: https://issues.apache.org/jira/browse/GERONIMO-2941 Project: Geronimo

[jira] Commented: (SM-822) java.lang.IllegalStateException: component is not owner, with jmsflow and jcaflow

2007-03-08 Thread JIRA
[ https://issues.apache.org/activemq/browse/SM-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38732 ] Grégoire A. commented on SM-822: i really need to check this issue. i will retry a test about it, ASAP. maybe next week

[jira] Created: (GERONIMO-2942) ws-metadata has a well-hidden schema most of which is duplicating other schemas... but we need some of it

2007-03-08 Thread David Jencks (JIRA)
ws-metadata has a well-hidden schema most of which is duplicating other schemas... but we need some of it - Key: GERONIMO-2942 URL:

[jira] Commented: (GERONIMO-2916) database creation pool wizzard fails to deploy

2007-03-08 Thread Jay D. McHugh (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479432 ] Jay D. McHugh commented on GERONIMO-2916: - I tested console and wizard database pool creation and both

[jira] Closed: (GERONIMO-2942) ws-metadata has a well-hidden schema most of which is duplicating other schemas... but we need some of it

2007-03-08 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-2942. -- Resolution: Fixed added in tck rev 2014. Deployed new snapshot. ws-metadata has a

[jira] Updated: (GERONIMO-2941) New config-substitutions.properties file is missing from Tomcat assemblies

2007-03-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-2941: --- Attachment: G2941.diff Patch that adds a copy of the Jetty file to

[jira] Updated: (GERONIMO-2941) New config-substitutions.properties file is missing from Tomcat assemblies

2007-03-08 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-2941: --- Patch Info: [Patch Available] New config-substitutions.properties file is missing from

[jira] Created: (GERONIMO-2943) Add ModuleBuilderExtensions to web module builders

2007-03-08 Thread David Jencks (JIRA)
Add ModuleBuilderExtensions to web module builders -- Key: GERONIMO-2943 URL: https://issues.apache.org/jira/browse/GERONIMO-2943 Project: Geronimo Issue Type: New Feature Security

[jira] Closed: (GERONIMO-2943) Add ModuleBuilderExtensions to web module builders

2007-03-08 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-2943. -- Resolution: Fixed Implemented in rev 516226. I might not have the calls to the extensions

[jira] Commented: (GERONIMO-2934) Support annotation processing for all Module/Naming builders

2007-03-08 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479474 ] David Jencks commented on GERONIMO-2934: rev 516251 hooks up the injection framework to

Getting ready for G 1.2 release?

2007-03-08 Thread Jason Dillon
I think we should start wrapping up the SNAPSHOT deps we have in 1.2 to prepare for a release. These are the ones I am aware of: openejb 2.3-incubating-SNAPSHOT yoko 1.0-incubating-M2-SNAPSHOT activemq 4.1-SNAPSHOT ActiveMQ is on its way to releasing 4.1.1, which should be

9 unresolved issues for 2.0-M3?!

2007-03-08 Thread Jason Dillon
Isn't 2.0-M3 released? Why are there 9 unresolved issues marked for fix on that version?! https://issues.apache.org/jira/secure/IssueNavigator.jspa? reset=truemode=hidepid=10220fixfor=12312218resolution=-1 These should either be closed... or updated to use an unreleased fixed for

[jira] Commented: (GERONIMO-2758) Upgrade to Howl 1.0.2

2007-03-08 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479486 ] Jason Dillon commented on GERONIMO-2758: Still no jar in repo1.maven.org (unless it changed groupIds)...

[jira] Updated: (GERONIMO-2758) Upgrade to Howl 1.0.2

2007-03-08 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon updated GERONIMO-2758: --- Fix Version/s: (was: 2.0-M3) 2.0-beta1 Upgrade to Howl 1.0.2

[jira] Commented: (GERONIMO-2758) Upgrade to Howl 1.0.2

2007-03-08 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479487 ] Jason Dillon commented on GERONIMO-2758: Um, I don't even see the artifacts in the objectweb repo: *

Release detail pages...

2007-03-08 Thread Jason Dillon
I really think that Geronimo should have detailed release pages in Confluence, something like how ActiveMQ does: http://activemq.apache.org/activemq-410-release.html http://activemq.apache.org/activemq-411-release.html In fact... I think we should just copy how they do this for

[jira] Commented: (SM-275) Consider enhancing file based components with servingxml

2007-03-08 Thread James Bradt (JIRA)
[ https://issues.apache.org/activemq/browse/SM-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38733 ] James Bradt commented on SM-275: I am attaching a zip archive with a possible solution - using servingXML inside of a

[jira] Closed: (GERONIMO-2643) Stack trace (due to amq) while shutting down Geronimo

2007-03-08 Thread Anita Kulshreshtha (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Kulshreshtha closed GERONIMO-2643. Resolution: Fixed It was fixed a while ago Stack trace (due to amq) while

[jira] Closed: (GERONIMO-2907) Remove dependency on mx4j

2007-03-08 Thread Anita Kulshreshtha (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Kulshreshtha closed GERONIMO-2907. Resolution: Fixed Remove dependency on mx4j -

[jira] Updated: (SM-275) Consider enhancing file based components with servingxml

2007-03-08 Thread James Bradt (JIRA)
[ https://issues.apache.org/activemq/browse/SM-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Bradt updated SM-275: --- Attachment: servingXml-se-su.zip servingXML service engine Consider enhancing file based components with

[jira] Created: (SM-875) TrueZIP binding component

2007-03-08 Thread James Bradt (JIRA)
TrueZIP binding component - Key: SM-875 URL: https://issues.apache.org/activemq/browse/SM-875 Project: ServiceMix Issue Type: New Feature Affects Versions: 3.1 Reporter: James Bradt suggest new

Removing old releases from the mirror system.

2007-03-08 Thread Matt Hogstrom
Folks, It appears that we are the biggest consumer of disk space in www.apache.org/dist. Here is the top 2 folks 2362288 geronimo 1083778 portals Based on that I'd like to remove 1.0, 1.1 and 2.0-M1 and 2.0-M2 from the dist tree. Seems to make sense to only keep the most recent

Re: Release detail pages...

2007-03-08 Thread David Jencks
really nice ! david jencks On Mar 8, 2007, at 10:05 PM, Jason Dillon wrote: I really think that Geronimo should have detailed release pages in Confluence, something like how ActiveMQ does: http://activemq.apache.org/activemq-410-release.html

Geronimo and Google SummerOfCode 2007

2007-03-08 Thread Marcos Hack
Hi folks, I'm interested to start to work in Geronimo project development and perhaps participate of Google Summer of Code 2007. Are there some Geronimo's project ideas to this year? Anyway, I starting to study Geronimo and hope to can help in development soon as possible. My interest area is

Re: ClientCommandLine and Daemon - Changing boot approach?

2007-03-08 Thread Matt Hogstrom
I like the approach Gianny ... +1 On Mar 8, 2007, at 8:19 AM, Gianny Damour wrote: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec :-) On 09/03/2007, at 12:01 AM, David Jencks wrote: This is a test to see if I understand how this will work :-) I think that

Re: Getting ready for G 1.2 release?

2007-03-08 Thread David Jencks
I think the yoko release is on the way if not out. Jiras my opinion: GERONIMO-433 Tolerate non-Sun JREs has anyone tried this? with yoko it ought to work Patch Available GERONIMO-2289 GeronimoAsMavenServlet.java generates wrong default-repository element No idea GERONIMO-2697

Why do we keep growing new Confluence spaces?

2007-03-08 Thread Jason Dillon
Seems like we keep sprouting up new spaces in Confluence... I don't think this is a very good idea. I'd like to see some of these spaces condensed, probably moving some of the content to GMOxSITE. Why is there a GMOxSAMPLES space? Seems like this just contains a single-page per version

[jira] Commented: (GERONIMO-2758) Upgrade to Howl 1.0.2

2007-03-08 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479495 ] David Jencks commented on GERONIMO-2758: yah, I have to publish the howl maven releases I didn't know

Re: Removing old releases from the mirror system.

2007-03-08 Thread Jason Dillon
Where are the 1.0 and 1.1 dists archived to? I don't think they should be removed unless there is some other place to find them. --jason On Mar 8, 2007, at 7:36 PM, Matt Hogstrom wrote: Folks, It appears that we are the biggest consumer of disk space in www.apache.org/dist. Here is

Re: Error adding HTTPS Listener

2007-03-08 Thread Karthiga Ratnam
Sure I'll open a JIRA for this. I do get an error in Tomcat as well. I'm not a developer I'm afraid so can't fix it :D Thanks Karthiga On 3/7/07, David Jencks [EMAIL PROTECTED] wrote: The portlet needs to be updated to work with the jetty6 gbean wrappers. Can you open a jira for this? If

Re: Geronimo and Google SummerOfCode 2007

2007-03-08 Thread Jeff Genender
Hi Marcos, I think your help would be perfect, especially where you interest lies. Let me find out about our Google Summer of Code status and see what we can do. Feel free to look in the sandbox at gcache. It is the basis of a hub/spoke/star clustering framework. Thanks, Jeff Marcos Hack

Re: Getting ready for G 1.2 release?

2007-03-08 Thread Jason Dillon
On Mar 8, 2007, at 7:47 PM, David Jencks wrote: I think the yoko release is on the way if not out. Hrm... anyone know for sure? Jiras my opinion: GERONIMO-433 Tolerate non-Sun JREs has anyone tried this? with yoko it ought to work Would be good to have someone try IBM's JDK at

[jira] Created: (GERONIMO-2944) Replace ancient ActiveIO usage in geronimo-security module

2007-03-08 Thread Jason Dillon (JIRA)
Replace ancient ActiveIO usage in geronimo-security module -- Key: GERONIMO-2944 URL: https://issues.apache.org/jira/browse/GERONIMO-2944 Project: Geronimo Issue Type: Improvement

[jira] Updated: (GERONIMO-2944) Replace ancient ActiveIO usage in geronimo-security module

2007-03-08 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon updated GERONIMO-2944: --- Affects Version/s: 1.2 Replace ancient ActiveIO usage in geronimo-security module

build question

2007-03-08 Thread Don Hill
Hi, I know this is probably more of a maven question but after I do a mvn clean install and I am working on some classes in applications/console/geronimo-console-standard, what is the process that is followed to build just this module and then do a 'mvn install \ mvn -Ptools geronimo:start' I

Re: build question

2007-03-08 Thread Jason Dillon
On Mar 8, 2007, at 8:16 PM, Don Hill wrote: I know this is probably more of a maven question but after I do a mvn clean install and I am working on some classes in applications/ console/geronimo-console-standard, what is the process that is followed to build just this module and then do a

[jira] Commented: (GERONIMO-2944) Replace ancient ActiveIO usage in geronimo-security module

2007-03-08 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479499 ] Jason Dillon commented on GERONIMO-2944: Specifically, bits from these packages need to be updated: *

[jira] Commented: (GERONIMO-2944) Replace ancient ActiveIO usage in geronimo-security module

2007-03-08 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479500 ] Jason Dillon commented on GERONIMO-2944: Er... ActiveIO 3.0.0-incubator would be better than latest,

Re: svn commit: r516152 - /geronimo/server/trunk/configs/system-database/pom.xml

2007-03-08 Thread Lin Sun
Hi Joe, Just curious...why would we want to have derbyclient as a system-database's dependency? IIUC geronimo is using derby as embedded system database, I don't see a need to add derbyclient as a dependency. Thanks, Lin [EMAIL PROTECTED] wrote: Author: jbohn Date: Thu Mar 8 11:14:58

Re: build question

2007-03-08 Thread Lin Sun
Good question and it would be great to see how others tackle this prob. I spent lots of time trying to figure out the best way too.:-) Here's one possible solution: 1) You go to the project you made change and run mvn from there. 2) Figure out where the target files reside on the unzipped

Re: build question

2007-03-08 Thread Kanchana Welagedara
Hi I have tried building separate modules actually the same way what Don has followed.Haven't you came a cross to build dependency modules(which are complaining) while you are trying to build a particular module?After building all the modules then figure out the target files resides on the

Re: svn commit: r516305 - in /geronimo/specs/trunk/geronimo-stax-api_1.0_spec/src/main/java/javax/xml/stream: FactoryLocator.java XMLInputFactory.java XMLOutputFactory.java

2007-03-08 Thread Jason Dillon
Why are all of these new bits adorned this odd header with ** stuff? I thought this was the std header to be used: snip /** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional

Re: Whoa! The website is sooo beautiful and the logo astounded me much!

2007-03-08 Thread Kanchana Welagedara
It's so elegant!Great work! Small comment on XML schema section http://geronimo.apache.org/xml-schemas.html .With each releases this page going to be longer and longer.And user will have to keep on scrolling down.XMl Schemas gv1.2 and G2.0 are coming soon.Do you think whether we need to think of

[test]-build error of webservices-testsuite

2007-03-08 Thread Sean Qiu
Os: Redhat Revision: 516311 After successfully build the geronimo, i want to run the testsuite of it. I have successfull run the other 4 module of testsuite and get the report as below(skip webservices) Package Tests Errors FailuresSkipped Success RateTime enterprise-testsuite#

[jira] Commented: (SM-875) TrueZIP binding component

2007-03-08 Thread James Bradt (JIRA)
[ https://issues.apache.org/activemq/browse/SM-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38735 ] James Bradt commented on SM-875: I'm attaching a zip file with a binding component that appears to work. The only

  1   2   >