RE: SCA Management API for Tuscany

2006-06-01 Thread Liu, Jervis
Hi Jim, Most Celtix management codes are located under trunk\celtix-rt\src\main\java\org\objectweb\celtix\bus\management, an example of how instrumentation component is written can be found in trunk\celtix-rt\src\main\java\org\objectweb\celtix\bus\busimpl\CeltixBusInstrumentation.java. Celti

Re: Rhino issue, was [RESULT] Publish Tuscany M1 release - 2nd vote

2006-06-01 Thread Jeremy Boynes
On 6/1/06, Jeremy Boynes <[EMAIL PROTECTED]> wrote: On 5/31/06, Jeremy Boynes <[EMAIL PROTECTED]> wrote: > > The IPMC vote also passed with +1's from dims, jim, pzf, stoddard and > jstrachan so we are now free to post the distributions. > Well, that may have been premature. Noel asked for confi

Re: "ConfigurationLoadException: Unrecognized element .............." for a new binding type

2006-06-01 Thread Jeremy Boynes
On 6/1/06, Rashmi Hunt <[EMAIL PROTECTED]> wrote: Thanks for the quick response. 1) My loaded did register qualified name for the binding with the Stax loader registry. 2) And my loaded class is MODULE scoped I figured out what the problem is, which is not related to code/implementation. It's ec

Re: support on WebLogic and WebSphere?

2006-06-01 Thread Jim Marino
Hi John, Tuscany M1 should be able to run in any Servlet container. We have done a deep integration with Tomcat for an out-of-the-box experience. Moving forward, we plan to support additional platforms. If you really want to deploy to WebLogic or Websphere, the easiest mechanism would be

Introduction to Tuscany community

2006-06-01 Thread Luciano Resende
Hi Tuscany Community    Given I'm going to start spending more time on this project soon, I thought was time for me to introduce myself in a more properly way to the Tuscany Community.    I'm Luciano Resende,  and I'm working on the Java DAS RDB layer. Alongside with development tasks and general

Re: SCA Management API for Tuscany

2006-06-01 Thread Jim Marino
Hi Jervis, This is an interesting approach. Could you point the list to a Celtix (Java) package where we could start to look and base a discussion around? Jim On May 31, 2006, at 8:08 PM, Liu, Jervis wrote: Hi Ant, Obviously the easiest way to do this is adding whatever methods we need

Re: Tuscany website content updates

2006-06-01 Thread Simon Laws
+1 for FAQ on the wiki. I raised a few JIRAs on potential FAQ entries that I could add directy if it were there. Simon On 6/1/06, haleh mahbod <[EMAIL PROTECTED]> wrote: Hi Venkata, InstallJava and projectJava pages were created with two different audience in mind. The assumption was that a pe

Re: Tuscany website content updates

2006-06-01 Thread haleh mahbod
Hi Venkata, InstallJava and projectJava pages were created with two different audience in mind. The assumption was that a person exploring Java SCA section (under which is installation) is a user who does not necessary want to get involved in development but wants to download the binaries and use

RE: support on WebLogic and WebSphere?

2006-06-01 Thread Meeraj Kunnumpurath
http://wiki.apache.org/ws/Tuscany/TuscanyJava/WebappIntegration -Original Message- From: Langley, John [mailto:[EMAIL PROTECTED] Sent: 01 June 2006 16:42 To: tuscany-dev@ws.apache.org Subject: FW: support on WebLogic and WebSphere? This is a cross post from the tuscany-user mailing lis

FW: support on WebLogic and WebSphere?

2006-06-01 Thread Langley, John
This is a cross post from the tuscany-user mailing list... where it seemed to get no answer. I suspect the developers here would know "off the top of their heads" about the practicality of running Tuscany M1 release in either Weblogic 9.x or WebSphere 6.x Another interesting digression would be a

Re: "ConfigurationLoadException: Unrecognized element .............." for a new binding type

2006-06-01 Thread Raymond Feng
Ideally, you can define the dependencies in the pom.xml and run "mvn eclipse:eclipse" to create eclipse meta files such as ".project", ".classpath". Thanks, Raymond - Original Message - From: "Rashmi Hunt" <[EMAIL PROTECTED]> To: Sent: Thursday, June 01, 2006 8:06 AM Subject: Re: "C

Re: "ConfigurationLoadException: Unrecognized element .............." for a new binding type

2006-06-01 Thread Rashmi Hunt
Thanks for the quick response. 1) My loaded did register qualified name for the binding with the Stax loader registry. 2) And my loaded class is MODULE scoped I figured out what the problem is, which is not related to code/implementation. It's eclipse I have eclipse workspace for Tuscany (al

RE: "ConfigurationLoadException: Unrecognized element .............." for a new binding type

2006-06-01 Thread Meeraj Kunnumpurath
This is from the spaces binding I have been working on, /** * * Copyright 2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

Re: "ConfigurationLoadException: Unrecognized element .............." for a new binding type

2006-06-01 Thread Jeremy Boynes
On 6/1/06, Meeraj Kunnumpurath <[EMAIL PROTECTED]> wrote: You need to register the qualified name for the binding with the Stax loader registry. Meeraj is spot on. We don't register loaders based on XML schema. Instead each one needs to register with the LoaderRegistry for the elements it can

Rhino issue, was [RESULT] Publish Tuscany M1 release - 2nd vote

2006-06-01 Thread Jeremy Boynes
On 5/31/06, Jeremy Boynes <[EMAIL PROTECTED]> wrote: The IPMC vote also passed with +1's from dims, jim, pzf, stoddard and jstrachan so we are now free to post the distributions. Well, that may have been premature. Noel asked for confirmation about the licensing terms on Rhino and asked we c

RE: "ConfigurationLoadException: Unrecognized element .............." for a new binding type

2006-06-01 Thread Meeraj Kunnumpurath
You need to register the qualified name for the binding with the Stax loader registry. -Original Message- From: Rashmi Hunt [mailto:[EMAIL PROTECTED] Sent: 01 June 2006 14:50 To: tuscany-dev@ws.apache.org Subject: "ConfigurationLoadException: Unrecognized element .." for a ne

"ConfigurationLoadException: Unrecognized element .............." for a new binding type

2006-06-01 Thread Rashmi Hunt
I am implementing a new binding type say "xxx". Calling this binding as "xxx" from here onwards. 1) I have created a schema for this new binding (XSD) under tuscany-model project, under resources\model directory along with other binding schema. The new binding schema looks like http://www.w3.or

RE: Support for asynchronous non-blocking calls available in the sandbox

2006-06-01 Thread Meeraj Kunnumpurath
Jean, I am not sure what state is this in now. I have been working on a spaces binding for asynchronous calls. I am also interested in looking at JMS binding. I would appreciate it, if you could please share your thoughts on this. Thanks Meeraj -Original Message- From: Jean-Sebastien De