Re: CXF Geronimo Integration

2006-10-04 Thread Conrad O'Dea
Hi Dan, some comments below... On Tue, 2006-10-03 at 14:19 -0400, Dan Diephouse wrote: As I understand it, we would need to integrate CXF at two points. First, the deployment. We need to support JSR 109 deployment descriptors. Second, we need to support invoking EJBs. For deployment, we

maven-geronimodevtools-plugin specifying source directory

2006-08-22 Thread Conrad O'Dea
Hi, I've a massive pain in my head trying to incorporate the building of Eclipse plugins into a Maven build system. It would be much simpler to just use Maven to build them all if possible. I've just discovered maven-geronimodevtools-plugin and it looks like it fits the bill perfectly.

[jira] Created: (GERONIMO-2030) Allow WebServiceBuilder determine if there are WebServices to be deployed

2006-05-16 Thread Conrad O'Dea (JIRA)
Security: public (Regular issues) Components: webservices Environment: all Reporter: Conrad O'Dea Attachments: geronimo_ws_builder_change.patch Each J2EE module deployer (EJB, Tomcat, Jetty) must decide if the module being deployed has a WebService endpoint. Currently, this requires

[jira] Updated: (GERONIMO-2030) Allow WebServiceBuilder determine if there are WebServices to be deployed

2006-05-16 Thread Conrad O'Dea (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2030?page=all ] Conrad O'Dea updated GERONIMO-2030: --- Attachment: geronimo_ws_builder_change.patch patch to move webservice detection into WebServiceBuilder Allow WebServiceBuilder determine

[jira] Commented: (GERONIMO-2030) Allow WebServiceBuilder determine if there are WebServices to be deployed

2006-05-16 Thread Conrad O'Dea (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2030?page=comments#action_12411922 ] Conrad O'Dea commented on GERONIMO-2030: BTW, this patch has been deveoped against trunk. The structure of the plans for the deployers and WebServiceBuilders

[jira] Commented: (GERONIMO-2030) Allow WebServiceBuilder determine if there are WebServices to be deployed

2006-05-16 Thread Conrad O'Dea (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2030?page=comments#action_12411989 ] Conrad O'Dea commented on GERONIMO-2030: I'll port it although it will probably be a couple of days before I get to it. For this to be most useful I think

Re: [WARNING] - Mac users

2006-04-21 Thread Conrad O'Dea
On 20 Apr 2006, at 21:58, Bruce Snyder wrote: On 4/20/06, Jim Jagielski [EMAIL PROTECTED] wrote: A short shell script which adjusts CurrentJDK back and forth between 1.5.0 and 1.4.2 is all that's needed. The Java Preferences panel in Utilities doesn't cut it. Thanks for David Blevins, here

1.2 build failing

2006-04-19 Thread Conrad O'Dea
Hi there, I know y'all are busy with 1.1 but does anyone have insight into this problem on trunk? The assemblies will not build with a failed dependency: BUILD FAILED File.. /Users/codea/.maven/cache/geronimo-assembly-plugin-1.2.0-8/ plugin.jelly Element... assemble:installConfig

Re: 1.2 build failing

2006-04-19 Thread Conrad O'Dea
if the file in question is there? I havne't built 1.2 for a while. Thanks, Aaron On 4/19/06, Conrad O'Dea [EMAIL PROTECTED] wrote: Hi there, I know y'all are busy with 1.1 but does anyone have insight into this problem on trunk? The assemblies will not build with a failed dependency: BUILD

celtix-geronimo integration redux

2006-04-06 Thread Conrad O'Dea
Hi there, Right now I've got to the stage where I can, with a bit of tweaking of the config.xml, deploy Celtix to Geronimo and have it handle Web Service deployments. This is on 1.2 where the deployers for wars, ejb jars and webservices are all separate so it's pretty straightforward to

Re: Why wrap a WebServiceContainer with a StoredObject?

2006-03-28 Thread Conrad O'Dea
Hi David, On 27 Mar 2006, at 22:28, David Jencks wrote: I think what you will need to do is to write new gbeans for celtix. That will let you store the necessary information in the gbeans in an optimal-for-celtix way. In particular I suspect that you may want to wrap the transport in a

Re: Why wrap a WebServiceContainer with a StoredObject?

2006-03-28 Thread Conrad O'Dea
On 27 Mar 2006, at 22:55, David Blevins wrote: On Mar 27, 2006, at 1:34 PM, Dain Sundstrom wrote: I thought this ugly hack was necessary to get around the web class loader being a different class loader than the configuration class loader. IIRC the trick was to leave the object as a

Why wrap a WebServiceContainer with a StoredObject?

2006-03-27 Thread Conrad O'Dea
Howdy, In the AxisBuilder, when the configurePOJO method constructs an AxisWebServiceContainer it is set as an attribute in a GBeanData object but is also wrapped in a StoredObject: targetGBean.setAttribute(webServiceContainer, new StoredObject (axisWebServiceContainer)); // Hack! It's

Re: how are gbean references resolved?

2006-03-10 Thread Conrad O'Dea
David, excellent thanks. I'll give this a go. cheers Conrad On 9 Mar 2006, at 17:16, David Jencks wrote: There's a missing feature at the moment that the web service builder (axis or celtix) does not get to add to the default parents. In the 1.1/configid branch we are greatly modifying

how are gbean references resolved?

2006-02-22 Thread Conrad O'Dea
Hi there, I've been looking at a way of plugging a Celtix runtime into Geronimo and have some questions and observations on deployment of components and their dependencies. Apologies in advance if I have misunderstood or missed something completely. Basically my question is how are GBean

Re: problem building head

2006-02-16 Thread Conrad O'Dea
Hi Kevan, Jacek, On Thu, 2006-02-16 at 14:47 +0100, Jacek Laskowski wrote: 2006/2/16, Kevan Miller [EMAIL PROTECTED]: Hi Conrad, That's great. FYI, most of us are using Maven 1.1-beta-2 -- it's much faster than 1.0.2. So, if you haven't already, try upgrading to 1.1- beta-2. It's

problem building head

2006-02-15 Thread Conrad O'Dea
Hi there, I am having problems getting a build of Geronimo. I am following the instructions at: http://wiki.apache.org/geronimo/Building I've basically done the following (and several combinations thereof): % svn co https://svn.apache.org/repos/asf/geronimo/trunk geronimo % cd geronimo

Re: mutiple WebServiceBuilder gbeans

2006-02-11 Thread Conrad O'Dea
Hi David, On 10 Feb 2006, at 16:04, David Jencks wrote: in the current default configuration for Geronimo, there appears to be single WebServiceBuilder deployed which is the AxisBuilder. Is it possible to have a second builder of this type deployed? Is so what will happen when another

mutiple WebServiceBuilder gbeans

2006-02-10 Thread Conrad O'Dea
Hi, in the current default configuration for Geronimo, there appears to be single WebServiceBuilder deployed which is the AxisBuilder. Is it possible to have a second builder of this type deployed? Is so what will happen when another Gbean (for example the Jetty or Tomcat deployer)

Integrating Geronimo and Celtix

2006-02-01 Thread Conrad O'Dea
Hi there, I am a member of the Celtix [1] development team and am currently looking at integrating Celtix into different J2EE containers. The idea is that Celtix would provide a web service stack for applications deployed in Geronimo. I've started looking at the Geronimo code-base and

Re: Integrating Geronimo and Celtix

2006-02-01 Thread Conrad O'Dea
Hi James, Adi, On 1 Feb 2006, at 16:55, James Strachan wrote: On 1 Feb 2006, at 16:33, Sakala, Adinarayana wrote: Great idea conrad. Since Celtix is an ESB, integrating it into a JEE container would provide support for all of the ESB capabilities for all of J2EE based endpoints and not