Re: Division of responsibilities for annotations to xml and jndi entries

2007-02-26 Thread Tim McConnell
Hi David, Just a few comments to consider: -- This interface you mentioned is now complete and attached as a patch to GERONIMO-2870. The interface basically allows multiple application types (e.g., WebAppType, ApplicaitonClient, etc...) to reuse the same XmlBeans code that exists in the Annota

[jira] Updated: (GERONIMO-2870) AnnotationHelper classes not yet supported for all application types

2007-02-26 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell updated GERONIMO-2870: Attachment: GERONIMO-2870.patch Interface added for the AnnotationHelper classes so that

Getting "java.lang.IllegalStateException: component is not owner" Exception

2007-02-26 Thread Keertikar
Hi All, I've written a simple application for publishing a message on the Service Bus and retrieving the same. This is working fine and i'm able to receive the message in a proper way but an exception occurrs on ServiceMix console, (ERROR [CBRComponent] Error processing exchange InOut[)as follows

[jira] Updated: (GERONIMO-2870) AnnotationHelper classes not yet supported for all application types

2007-02-26 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell updated GERONIMO-2870: Summary: AnnotationHelper classes not yet supported for all application types (was: Ann

Re: M3 Build Error: Axis2 tests

2007-02-26 Thread Lasantha Ranaweera
This problem was fixed with GERONIMO-2888. Lasantha Lin Sun wrote: Worked for me with the latest trunk and some local modification about to be attached as a patch (tho I don't think the modification made a difference). --- T E S T S ---

Re: WebXmlParser WARN on startup

2007-02-26 Thread Paul McMahan
On 2/26/07, Jason Dillon <[EMAIL PROTECTED]> wrote: By squelched you mean adding an entry in server-log4j.properties to limit the level of WebXmlParser to ERROR or something? yes I really don't like having to add these... as it cuts of stuff from making it into the log file. If we limit the

Re: WebXmlParser WARN on startup

2007-02-26 Thread Jason Dillon
By squelched you mean adding an entry in server-log4j.properties to limit the level of WebXmlParser to ERROR or something? I really don't like having to add these... as it cuts of stuff from making it into the log file. If we limit the console to ERROR by default, then I think this one is

Re: WebXmlParser WARN on startup

2007-02-26 Thread Paul McMahan
That message is emitted by MyFaces when it processes the admin console's web.xml. I need to take a look to see if it indicates a real problem or if it can be squelched. Best wishes, Paul On 2/26/07, Jason Dillon <[EMAIL PROTECTED]> wrote: Anyone what whats up with this WARN from WebXmlParser o

[jira] Commented: (GERONIMO-2741) Info messages are being displayed in the console output

2007-02-26 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476061 ] Jason Dillon commented on GERONIMO-2741: Appears there are some other logging related issues that need to

mx4j logging init

2007-02-26 Thread Jason Dillon
Anyone know if we can replace these bits in GeronimoLogging.initialize() try { Class clazz = Class.forName("mx4j.log.Log"); Class paramClazz = Class.forName("mx4j.log.Logger"); Method method = clazz.getDeclaredMethod("redirectTo", new Class [] {paramClazz}); paramClazz = Class.

Logging to STDERR via org.mortbay.log.StdErrLog

2007-02-26 Thread Jason Dillon
Why is Jetty configured to anything that logs to STDERR? This is causing some nasty looking messages... [WARNING] 2007-02-26 18:53:41.088::INFO: Logging to STDERR via org.mortbay.log.StdErrLog [WARNING] 2007-02-26 18:53:41.103::INFO: jetty-6.1.x [WARNING] 2007-02-26 18:53:41.227::INFO: St

WebXmlParser WARN on startup

2007-02-26 Thread Jason Dillon
Anyone what whats up with this WARN from WebXmlParser on startup? WARN [WebXmlParser] Ignored element 'dispatcher' as child of 'filter- mapping'. This shows up with Jetty and Tomcat assemblies... --jason

RecoveryController ERROR messages on startup

2007-02-26 Thread Jason Dillon
Anyone know what these mean? And why the show up when booting up Geronimo? ERROR [RecoveryController] javax.transaction.xa.XAException: No current connection. ... ERROR [RecoveryController] javax.transaction.xa.XAException: The connection is already closed --jason

Re: [RESULT] VOTE J2G Conversion tool acceptance

2007-02-26 Thread Filip Hanik - Dev Lists
cool, sorry to bug, but is there anything more you need from us? Filip Davanum Srinivas wrote: Checked in. thanks, dims On 2/26/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: dims, I've updated some info in the IP clearance form, attached is the patch file. The JIRA has also been u

Bootstrap logging init...

2007-02-26 Thread Jason Dillon
Is there any reason why this is done: GeronimoLogging.initialize(verboseArg == null || verboseArg.equals (ARGUMENT_VERBOSE) ? GeronimoLogging.WARN : GeronimoLogging.DEBUG); GeronimoLogging.setConsoleLogLevel(verboseArg == null ? GeronimoLogging.INFO : verboseArg.equals(ARGUMENT_VERBOSE) ? G

Re: 2.0-M3 release is cooking - FREEZE

2007-02-26 Thread Jason Dillon
You may want to consider using `svn lock` to enforce this... then `svn unlock` to unfreeze it. --jason On Feb 26, 2007, at 6:06 PM, Matt Hogstrom wrote: I'm starting the release now. Please don't update 2.0-M3 unless there is something really bad going on.

2.0-M3 release is cooking - FREEZE

2007-02-26 Thread Matt Hogstrom
I'm starting the release now. Please don't update 2.0-M3 unless there is something really bad going on.

org.apache.geronimo.system.main.Daemon and commons-cli

2007-02-26 Thread Jason Dillon
Anyone mind if I re-write org.apache.geronimo.system.main.Daemon to use commons-cli to handle option processing? Use of commons-cli 1.0 add ~30k to the bootstrap classpath (uses commons-lang, which is already there), and will greatly simplify this code, and make it a little easier/nicer to

Re: CORBA ported from OpenEJB 2

2007-02-26 Thread David Blevins
On Feb 23, 2007, at 7:08 AM, Dain Sundstrom wrote: On Feb 23, 2007, at 5:06 AM, Rick McGuire wrote: To do that part just implement the ModuleBuilderExtension interface and you can hook into all phases of the EjbModuleBuilder. This is probably the part I have the most questions on. Based on

Re: GBeanInstance/GBeanInstanceState eating exceptions?

2007-02-26 Thread David Jencks
The stuff I added was mostly changing interfaces so the client could access the reason, and having the client do so: I also changed a bunch of places to record more info in the reason. thanks david jencks On Feb 26, 2007, at 5:43 PM, Dain Sundstrom wrote: I fixed a bug in 1.2, where the exc

Division of responsibilities for annotations to xml and jndi entries

2007-02-26 Thread David Jencks
While working on injections for jetty I ran into a problem with ejb annotations not indicating whether they are local or remote. I solved it with a rather brute force attack of just building an additional ClassFinder and looking for all the ejbs. This is really unpleasant because openejb

Re: GBeanInstance/GBeanInstanceState eating exceptions?

2007-02-26 Thread Dain Sundstrom
I fixed a bug in 1.2, where the exception was being rethrown before it was recorded as the root cause. -dain On Feb 26, 2007, at 4:22 PM, David Jencks wrote: On Feb 26, 2007, at 3:33 PM, Jason Dillon wrote: I think David Jencks added something (or was going to add something) which would

Re: 2.0-M3 - Building the release later today

2007-02-26 Thread Jason Dillon
You might just rename 2.0-beta1 to 2.0-M3, then create a new 2.0- beta1... --jason On Feb 26, 2007, at 2:59 PM, Matt Hogstrom wrote: Ya, I'll remap the ones closed against beta-1 to M3 and close M2...thanks. On Feb 26, 2007, at 4:50 PM, Jason Dillon wrote: Matt, when you release m3 today

Re: [Discussion] Geronimo web site update

2007-02-26 Thread Jason Dillon
FYI... I tried a simple rsync today to see how well the copied content functions... and well it looks good: http://people.apache.org/~jdillon/GMOxSITE Seems to root everything properly, nav is happy, etc... So... once the content is up to snuff, and we agree this is the right direction,

Eclipse update site

2007-02-26 Thread Stefan Seelmann
Hi, I just want to say that we reused the devtool's dynamic update site for Apache Directory LDAP Studio. We adapted it a bit to return a site.xml with the preferred mirror, see http://svn.apache.org/viewvc?view=rev&revision=512038 Many thanks, Stefan

Re: GBeanInstance/GBeanInstanceState eating exceptions?

2007-02-26 Thread David Jencks
On Feb 26, 2007, at 3:33 PM, Jason Dillon wrote: I think David Jencks added something (or was going to add something) which would provide more detail for these exceptions when run from the car-m-p. David, did you ever get around to adding that? If not, is it something you can easily do?

[jira] Closed: (GERONIMO-2881) Client-Transaction explicit-versions.properties does not include all dependencies.

2007-02-26 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-2881. -- Resolution: Cannot Reproduce > Client-Transaction explicit-versions.properties does not incl

[jira] Commented: (GERONIMO-2741) Info messages are being displayed in the console output

2007-02-26 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476045 ] Jason Dillon commented on GERONIMO-2741: Forgot about this... looking at it again now... > Info messages

Re: Geronimo Eclipse plugin for Apache Geronimo v1.0 only?

2007-02-26 Thread Jacek Laskowski
On 2/26/07, Sachin Patel <[EMAIL PROTECTED]> wrote: Is there a way I could build the monster locally and install it? Yes, simply checkout devtools/trunk. Got the following error: [INFO] [ERROR] BUILD ERROR [INFO] --

Re: GBeanInstance/GBeanInstanceState eating exceptions?

2007-02-26 Thread Jason Dillon
I think David Jencks added something (or was going to add something) which would provide more detail for these exceptions when run from the car-m-p. David, did you ever get around to adding that? If not, is it something you can easily do? --jason On Jan 19, 2007, at 4:20 PM, Dain Sunds

Re: 1.2 status

2007-02-26 Thread Jason Dillon
There does not appear to be a 4.1.1-SNAPSHOT up anywhere I can find. Are you guys gonna deploy a 4.1.1-SNAPSHOT with this fix in it... or does the 4.2-SNAPSHOT contain these fixes (and is relatively compatible with 4.1-incubator, and hopefully going to be releasable soon) so we can include

[jira] Created: (SM-858) Unable to access a JBIContainer using the supplied component context in various endpoints (i.e. JSR181)

2007-02-26 Thread jmdev (JIRA)
Unable to access a JBIContainer using the supplied component context in various endpoints (i.e. JSR181) --- Key: SM-858 URL: https://issues.apache.org/activemq/bro

Re: 2.0-M3 - Building the release later today

2007-02-26 Thread Matt Hogstrom
Ya, I'll remap the ones closed against beta-1 to M3 and close M2...thanks. On Feb 26, 2007, at 4:50 PM, Jason Dillon wrote: Matt, when you release m3 today... what JIRA version does that map to? Looks like some of the issues were for 2.0-beta-1, which appears to be what 2.0-m3 is. It wou

Re: 1.2 status

2007-02-26 Thread Jason Dillon
Is there a 4.1.1 snapshot we should be using to pick up these changes? We are still using 4.1.0-incubator. --jason On Feb 26, 2007, at 12:10 PM, Hiram Chirino wrote: Both the AMQ issues now have fixes applied to the 4.1 branch. On 2/22/07, Rick McGuire <[EMAIL PROTECTED]> wrote: Dain Sun

Re: Moving plugin-support bits out of Genesis into Mojo?

2007-02-26 Thread Jason Dillon
On Feb 26, 2007, at 7:08 AM, Donald Woods wrote: The only concern, would be that we need multiple Geronimo commiters with commit and release access to the dependent Mojo project, so we don't lie in limbo when we need fixes/changes made to the plugin to support new build requirements Un

Re: Moving plugin-support bits out of Genesis into Mojo?

2007-02-26 Thread Jason Dillon
On Feb 26, 2007, at 8:29 AM, Anita Kulshreshtha wrote: I agree with Donald because this code (plugins/plugin-support) is very closely tied to geronimo. Here is an example: System.getProperties().remove("geronimo.bootstrap.logging.enabled"); This is the only bit from plugin-support that is G

Re: 2.0-M3 - Building the release later today

2007-02-26 Thread Jason Dillon
Matt, when you release m3 today... what JIRA version does that map to? Looks like some of the issues were for 2.0-beta-1, which appears to be what 2.0-m3 is. It would be swell if you could keep the JIRA version's in sync with reality. And along those lines be sure to mark 2.0-m2 as releas

Re: Jetty for Geronimo with annotations?

2007-02-26 Thread David Jencks
On Feb 26, 2007, at 1:36 PM, Joe Bohn wrote: David, I see that in rev. 512007 you just checked code to support injection of annotations for Jetty. So does that mean that we have enough support in Jetty 6.1 to meet our JavaEE5 requirements without moving to a newer (not yet released) le

Re: Jetty for Geronimo with annotations?

2007-02-26 Thread Joe Bohn
David, I see that in rev. 512007 you just checked code to support injection of annotations for Jetty. So does that mean that we have enough support in Jetty 6.1 to meet our JavaEE5 requirements without moving to a newer (not yet released) level of Jetty? Thanks, Joe David Jencks wrote:

[jira] Commented: (XBEAN-74) ClassFinder NullPointerException

2007-02-26 Thread David Blevins (JIRA)
[ https://issues.apache.org/jira/browse/XBEAN-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476010 ] David Blevins commented on XBEAN-74: http://svn.apache.org/viewvc?view=rev&rev=507771 > ClassFinder NullPointerExc

Geronimo v2.0 Documentation update

2007-02-26 Thread Hernan Cunico
Hi All, Administration docs are half way through. Would like to hear new ideas for topics to cover, see http://cwiki.apache.org/GMOxDOC20/documentation.html Just added Virtual Host configuration example for both Jetty and Tomcat. Cheers! Hernan

Re: Geronimo Eclipse plugin for Apache Geronimo v1.0 only?

2007-02-26 Thread Sachin Patel
-sachin On Feb 26, 2007, at 3:35 PM, Jacek Laskowski wrote: On 2/26/07, Sachin Patel <[EMAIL PROTECTED]> wrote: Hi Jacek, The download additional server adapters only pulls down published released adapters. So currently support for 1.0, and 1.1.x can be downloaded. For 2.0 I'm currently

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

2007-02-26 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475997 ] David Jencks commented on GERONIMO-2887: I got injections to pretty much work for jetty and committed in r

Apache Geronimo v2 at conferences on March in Poland

2007-02-26 Thread Jacek Laskowski
Hi, Just a head-up for two upcoming conferences in Poland featuring Apache Geronimo v2 where I'm presenting what's new in Java EE 5 and how one can learn the stuff with Geronimo. Not much time to talk about it as I've only got 2 x 1h, but quite enough to show how well we stack up against competit

[jira] Commented: (GERONIMO-1553) Provide commonj Timer and Work Manager.

2007-02-26 Thread Bjorn Harvold (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475993 ] Bjorn Harvold commented on GERONIMO-1553: - Is this issue still ongoing? I am migrating a Websphere app to

Re: svn commit: r511833 - /incubator/servicemix/trunk/pom.xml

2007-02-26 Thread Terry Cox
The problem seems due to a failure in the merge/switch. The error message is a bit obtuse, but seems to relate to switching to/from a folder which doesn't exist. It might be worth trying to back out those changes and apply them individually to see which breaks? -- Terry Cox Meta-Concepts Ltd

Re: Geronimo Eclipse plugin for Apache Geronimo v1.0 only?

2007-02-26 Thread Jacek Laskowski
On 2/26/07, Sachin Patel <[EMAIL PROTECTED]> wrote: Hi Jacek, The download additional server adapters only pulls down published released adapters. So currently support for 1.0, and 1.1.x can be downloaded. For 2.0 I'm currently working on a driver, which I should hope to have available with our

Re: [RESULT] VOTE J2G Conversion tool acceptance

2007-02-26 Thread Davanum Srinivas
Checked in. thanks, dims On 2/26/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: dims, I've updated some info in the IP clearance form, attached is the patch file. The JIRA has also been updated with the codebase that reflects the ASF license in the source header, and the IBM copyright i

[jira] Resolved: (GERONIMO-2876) Initial web service EJB support for Axis2

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved GERONIMO-2876. Resolution: Fixed Thanks Lin. svn revision 511987 -- dims > Initial web servic

Re: 1.2 status

2007-02-26 Thread Aaron Mulder
Also there have been reports that some console screens are broken (JMS, maybe?) and it would be nice to fix those for the 1.2 final release. Thanks, Aaron On 2/22/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote: This release is finally wrapping up. We are basically waiting on final releases

Re: 1.2 status

2007-02-26 Thread Hiram Chirino
Both the AMQ issues now have fixes applied to the 4.1 branch. On 2/22/07, Rick McGuire <[EMAIL PROTECTED]> wrote: Dain Sundstrom wrote: > This release is finally wrapping up. We are basically waiting on > final releases from the projects we depend on. Specifically, we need > releases from: > >

Re: 2.0-M3 Status

2007-02-26 Thread Matt Hogstrom
Release notes look good Hernan...thanks! Anyone have any other comments? I added a comment at the front of the notes to point to the Wiki for "the latest information." On Feb 26, 2007, at 11:56 AM, Hernan Cunico wrote: the wiki seems to be back from the "undead". here is the link to the

Re: Removing ServiceMix build on continuum

2007-02-26 Thread Joe Schaefer
"Guillaume Nodet" <[EMAIL PROTECTED]> writes: > I have no idea who set up the ServiceMix builds at > http://vmbuild.apache.org:8080/continuum/servlet/continuum > but they are flooding the dev list, as the buils currently fail > every hour or so. > Would it be possible to remove them please ? > (i

[jira] Commented: (GERONIMO-2743) [Code donation] J2G Conversion tool

2007-02-26 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475973 ] Paul McMahan commented on GERONIMO-2743: There was some discussion about the package name on dev: http://w

[jira] Created: (XBEAN-77) ClassFinder needs better error handling

2007-02-26 Thread David Jencks (JIRA)
ClassFinder needs better error handling --- Key: XBEAN-77 URL: https://issues.apache.org/jira/browse/XBEAN-77 Project: XBean Issue Type: Bug Affects Versions: 2.9 Reporter: David Jencks

[jira] Closed: (XBEAN-76) Another NPE in ClassFinder

2007-02-26 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/XBEAN-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed XBEAN-76. - Resolution: Fixed Fixed NPE in rev 511967. Also fixed intellij warnings (javadoc tags and unchecked assig

Removing ServiceMix build on continuum

2007-02-26 Thread Guillaume Nodet
I have no idea who set up the ServiceMix builds at http://vmbuild.apache.org:8080/continuum/servlet/continuum but they are flooding the dev list, as the buils currently fail every hour or so. Would it be possible to remove them please ? (i have no admin rights there afaik, i even don't have any a

[jira] Commented: (GERONIMO-2743) [Code donation] J2G Conversion tool

2007-02-26 Thread Filip Hanik (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475934 ] Filip Hanik commented on GERONIMO-2743: --- Current codebase is packaged as: org.apache.apps.j2gmigrator... we

Re: svn commit: r511833 - /incubator/servicemix/trunk/pom.xml

2007-02-26 Thread Guillaume Nodet
Yeah, but I have no admin rights there afaik, and I have no idea who setup that :-( On 2/26/07, Terry Cox <[EMAIL PROTECTED]> wrote: > Author: gnodet Date: Mon Feb 26 06:53:33 2007 New Revision: 511833 > URL: http://svn.apache.org/viewvc?view=rev&rev=511833 Log: Remove > continuum notifier I gu

Re: [RESULT] VOTE J2G Conversion tool acceptance

2007-02-26 Thread Filip Hanik - Dev Lists
dims, I've updated some info in the IP clearance form, attached is the patch file. The JIRA has also been updated with the codebase that reflects the ASF license in the source header, and the IBM copyright in the COPYRIGHT.txt file Both Covalent and IBM CCLA are also attached to the JIRA item.

[jira] Created: (XBEAN-76) Another NPE in ClassFinder

2007-02-26 Thread David Jencks (JIRA)
Another NPE in ClassFinder -- Key: XBEAN-76 URL: https://issues.apache.org/jira/browse/XBEAN-76 Project: XBean Issue Type: Bug Affects Versions: 2.9 Reporter: David Jencks Assigned To: David J

[jira] Commented: (XBEAN-74) ClassFinder NullPointerException

2007-02-26 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/XBEAN-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475946 ] David Jencks commented on XBEAN-74: --- dblevins, can you figure out which rev this was applied in and add a comment? J

Re: svn commit: r511833 - /incubator/servicemix/trunk/pom.xml

2007-02-26 Thread Terry Cox
Author: gnodet Date: Mon Feb 26 06:53:33 2007 New Revision: 511833 URL: http://svn.apache.org/viewvc?view=rev&rev=511833 Log: Remove continuum notifier I guess you are probably on this already, but just in case, changing the pom hasn't fixed the problem because it's a svn issue: Provider mes

Re: no web.xml

2007-02-26 Thread David Jencks
On Feb 26, 2007, at 9:40 AM, Jarek Gawor wrote: Hi, I got a question on how things supposed to work if there is no web.xml supplied. For example, in case of web services, there are certain rules on how the web.xml file should get updated if the web.xml is not present. That is, the servlet-name

no web.xml

2007-02-26 Thread Jarek Gawor
Hi, I got a question on how things supposed to work if there is no web.xml supplied. For example, in case of web services, there are certain rules on how the web.xml file should get updated if the web.xml is not present. That is, the servlet-name and servlet-class gets set to the bean class name

[jira] Created: (GERONIMO-2889) add support for resource injection in JSF Managed Beans

2007-02-26 Thread Paul McMahan (JIRA)
add support for resource injection in JSF Managed Beans --- Key: GERONIMO-2889 URL: https://issues.apache.org/jira/browse/GERONIMO-2889 Project: Geronimo Issue Type: Task Security Lev

[jira] Updated: (GERONIMO-2876) Initial web service EJB support for Axis2

2007-02-26 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2876: -- Attachment: G2876-2.patch This updated patch contains the following: - more formatting of axisservi

Re: 2.0-M3 Status

2007-02-26 Thread Hernan Cunico
the wiki seems to be back from the "undead". here is the link to the release notes, I made some updates but need you guys to chime in and do the "fine tuning" ;-) http://cwiki.apache.org/GMOxDOC20/release-notes-20-m3txt.html WS needs validation and I don't really know how complete we are with

Re: Moving plugin-support bits out of Genesis into Mojo?

2007-02-26 Thread Anita Kulshreshtha
I agree with Donald because this code (plugins/plugin-support) is very closely tied to geronimo. Here is an example: System.getProperties().remove("geronimo.bootstrap.logging.enabled"); Thanks Anita --- Donald Woods <[EMAIL PROTECTED]> wrote: > The only concern, would be that we need multipl

Encoding Service Engine and JBI Mock Framework projects

2007-02-26 Thread jlo_gestalt
I wanted to inform developers of ServiceMix about two projects recently open-sourced under the https://open-jbi-components.dev.java.net/ Open JBI Components incubator project on http://java.net/ java.net . The goal of this project is to foster community-based development of JBI components that

Re: M3 Build Error: Axis2 tests

2007-02-26 Thread Lin Sun
Worked for me with the latest trunk and some local modification about to be attached as a patch (tho I don't think the modification made a difference). --- T E S T S --- Running org.apache.g

[jira] Commented: (GERONIMO-2846) modified jax-ws calculator sample to work with CXF and Axis2

2007-02-26 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475890 ] Lin Sun commented on GERONIMO-2846: --- Hi, I am not seeing these two issues with jetty. I am able to get a slight

Geronimo has been listed on Count From Zero

2007-02-26 Thread Olinga K . Abbott
Hello! Your software, Geronimo, has been selected for inclusion in Count From Zero (CFZ, http://www.countfromzero.com). CFZ indexes libraries and tools for software engineers. You will find the data CFZ publishes for Geronimo at http://www.countfromzero.com/package/Geronimo. This data includes

Re: Moving plugin-support bits out of Genesis into Mojo?

2007-02-26 Thread Donald Woods
The only concern, would be that we need multiple Geronimo commiters with commit and release access to the dependent Mojo project, so we don't lie in limbo when we need fixes/changes made to the plugin to support new build requirements -Donald Jason Dillon wrote: Folks, I'm thinking about

Re: Geronimo v2.0 Documentation - Administration

2007-02-26 Thread Hernan Cunico
Yeah, my bad. I got carried on with the doc and forgot what I said in my previous thread. Pls feel free to jump into the security configuration arena ;-) Cheers! Hernan Karthiga Ratnam wrote: Sorry Hernan, just some confusion in my thread. Since Adminstering the AG Server is already taken car

Re: 2.0-M3 Status

2007-02-26 Thread Hernan Cunico
I do have some of the stuff for the release notes but not all. I didn't get any reply on the "what's new" thread so it's taking me a bit longer to get all the info consolidated. Brutus (Confluence, JIRA, and friends) is down now so I can't make any updates to the wiki. I'll get the release note

2.0-M3 - Building the release later today

2007-02-26 Thread Matt Hogstrom
Are there any outstanding issues with the branch that need to be resolved that anyone is aware of? If not I'll cut the release for a vote this evening.

Re: Additional 'inverse' classloader view in Geronimo Console

2007-02-26 Thread Paul McMahan
Yes, I chair my own little PMC but unfortunately can't seem to keep the committers from flaming each other. You make it look so easy Matt! :-) Best wishes, Paul On 2/26/07, Matt Hogstrom <[EMAIL PROTECTED]> wrote: On Feb 25, 2007, at 6:48 PM, Paul McMahan wrote: > Thanks for the patch Rakes

Build broken

2007-02-26 Thread Terry Cox
Hi, Can someone fix the continuum reporting config as well as the build, please? It seems to be spitting out multiple copies of the error mails and flooding the list. -- Terry Cox Meta-Concepts Ltd

Re: M3 Build Error: Axis2 tests

2007-02-26 Thread Davanum Srinivas
Can you please post the surefire logs? thanks, dims On 2/26/07, Sachin Patel <[EMAIL PROTECTED]> wrote: --- T E S T S --- Running org.apache.geronimo.axis2.Axis2HandlerResolverTest Tests ru

Re: 2.0-M3 Status

2007-02-26 Thread Sachin Patel
Matt, I just posted a build error that we should resolve, its the same build error that Prasad posted on trunk. -sachin On Feb 25, 2007, at 11:26 PM, Matt Hogstrom wrote: I was finally able to get a build to complete on 2.0-M3. The problem I was seeing (on old and new repos) is that for

M3 Build Error: Axis2 tests

2007-02-26 Thread Sachin Patel
--- T E S T S --- Running org.apache.geronimo.axis2.Axis2HandlerResolverTest Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.081 sec <<< FAILURE! Running org.apache.geronimo

Re: Geronimo Eclipse plugin for Apache Geronimo v1.0 only?

2007-02-26 Thread Sachin Patel
Hi Jacek, The download additional server adapters only pulls down published released adapters. So currently support for 1.0, and 1.1.x can be downloaded. For 2.0 I'm currently working on a driver, which I should hope to have available with our M3 milestone. But this won't be published to

[jira] Commented: (GERONIMO-2876) Initial web service EJB support for Axis2

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475874 ] Davanum Srinivas commented on GERONIMO-2876: Looks like i have to wait for a new patch :) thanks, dim

[jira] Commented: (GERONIMO-2888) Axis2WebServiceContainerTest getting failed due to missing libraries in the classpath

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475873 ] Davanum Srinivas commented on GERONIMO-2888: Fixed in svn revision 511793. thanks, dims > Axis2WebS

[jira] Resolved: (GERONIMO-2888) Axis2WebServiceContainerTest getting failed due to missing libraries in the classpath

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved GERONIMO-2888. Resolution: Fixed > Axis2WebServiceContainerTest getting failed due to missing l

[jira] Resolved: (GERONIMO-2877) Minor improvement to Axis2 Jaxws Integration

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved GERONIMO-2877. Resolution: Fixed > Minor improvement to Axis2 Jaxws Integration > -

[jira] Commented: (GERONIMO-2877) Minor improvement to Axis2 Jaxws Integration

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475872 ] Davanum Srinivas commented on GERONIMO-2877: Applied as part of svn revision 511793 for GERONIMO-2888

[jira] Commented: (GERONIMO-2790) Remove Depricated addOperation from GBeans

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475870 ] Davanum Srinivas commented on GERONIMO-2790: Close as per submitter's comment. -- dims > Remove Depr

[jira] Closed: (GERONIMO-2790) Remove Depricated addOperation from GBeans

2007-02-26 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas closed GERONIMO-2790. -- Resolution: Fixed > Remove Depricated addOperation from GBeans > ---

[BUILD] TRUNK: Failed for Revision: 511768

2007-02-26 Thread prasad
Building with Maven version: 2.0.5 Revision: 511768 built with tests included See the full build-0500.log file at http://people.apache.org/~prasad/binaries/20070226/build-0500.log 242K downloaded Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2-metadata

New Axis2 Test Framework Patch

2007-02-26 Thread Lasantha Ranaweera
Hi Guys, There is a patch submitted under GERONIMO-2888 for a bug waiting for review. Please somebody review it becos it might affect the overall build of the G. Thanks, Lasantha

[jira] Updated: (GERONIMO-2888) Axis2WebServiceContainerTest getting failed due to missing libraries in the classpath

2007-02-26 Thread Lasantha Ranaweera (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lasantha Ranaweera updated GERONIMO-2888: - Attachment: GERONIMO-2888.patch > Axis2WebServiceContainerTest getting failed

[jira] Created: (GERONIMO-2888) Axis2WebServiceContainerTest getting failed due to missing libraries in the classpath

2007-02-26 Thread Lasantha Ranaweera (JIRA)
Axis2WebServiceContainerTest getting failed due to missing libraries in the classpath - Key: GERONIMO-2888 URL: https://issues.apache.org/jira/browse/GERONIMO-2888 Pr

[jira] Created: (SM-857) java:comp/env/ environment is read-only - Could not start ClientFactory javax.naming.NamingException

2007-02-26 Thread Alper Sogukpinar (JIRA)
java:comp/env/ environment is read-only - Could not start ClientFactory javax.naming.NamingException - Key: SM-857 URL: https://issues.apache.org/activemq/browse/

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

2007-02-26 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks updated GERONIMO-2887: --- Attachment: GERONIMO-2887.patch Early version for jetty. There's a problem finding remote

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

2007-02-26 Thread David Jencks (JIRA)
Hook up injections for jetty and app client --- Key: GERONIMO-2887 URL: https://issues.apache.org/jira/browse/GERONIMO-2887 Project: Geronimo Issue Type: Improvement Security Level: public (Regul