o.a.t.binding.axis.config.AxisWebAppLifecycleListener

2006-01-13 Thread ant elder
There's a TODO in o.a.t.binding.axis.config.AxisWebAppLifecycleListenerabout being a Tomcat LifecycleListener or web app listener:

Re: Build problem

2006-01-13 Thread ant elder
I've got past that now (was running maven from top level dir not the individual dirs with a maven clean). But now tomcat fails in the acceptance tests. The server.xsl still has org.apache.tuscany.tomcat.lifecycle.listener.TomcatServerLifecycleListenerbut the class doesn't exist.Guess its been

Re: AXIS2 integration (SDO--AXIOM and more...)

2006-01-13 Thread ant elder
. They are in the org.apache.tuscany.binding.axis.encoding.impl package. Thanks, Raymond - Original Message - From: ant elder [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Friday, January 13, 2006 2:49 AM Subject: Re: AXIS2 integration (SDO--AXIOM and more...) Would

How to gen the generated EMF code?

2006-01-17 Thread ant elder
I'm trying to create a new component type based on the info from the last page in the subsytem.proposal.ppt and looking at the existing code for the Java component type, but I'm struggling a bit with all the generate code, for example, the classes in:

Re: How to gen the generated EMF code?

2006-01-18 Thread ant elder
on how to get the gen'd code come out with the correct class and package names? Thanks, ...ant On 1/17/06, ant elder [EMAIL PROTECTED] wrote: I'm trying to create a new component type based on the info from the last page in the subsytem.proposal.ppt and looking at the existing code

custom RuntimeConfigurationBuilder

2006-01-20 Thread ant elder
Still trying to get a new component type to work, right now I can't see how to get my new RuntimeConfigurationBuilder impl picked up. In o.a.t.core.context.impl.TuscanyModuleComponentContextImpl in the start method its hard coded with the class name

Re: How to gen the generated EMF code?

2006-01-20 Thread ant elder
- Original Message - From: ant elder [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, January 18, 2006 11:32 AM Subject: Re: How to gen the generated EMF code? I'd like that, i was hoping to avoid all this emf stuff. Another question for you Raymond

A JavaScript component type?

2006-01-27 Thread ant elder
As a way to learn more about how the Tuscany Java code works I've been trying to extend it with a new component implementation type for invoking JavaScript scripts. This mostly works now, scripts are invoked using Mozilla Rhino and can be configured in the usual SCA way with properties and service

Re: AXIS2 integration (SDO--AXIOM and more...)

2006-01-27 Thread ant elder
use each other. ...ant On 1/27/06, Paul Fremantle [EMAIL PROTECTED] wrote: Ant I'd like to help Paul On 1/26/06, ant elder [EMAIL PROTECTED] wrote: I'd be interested in helping with this and have some time now. Raymond, a while back you said you'd started some prototyping

Should ModuleContext locateService find external services?

2006-02-10 Thread ant elder
If an sca.module file defines an external service and I call ModuleContext locateService with the external service name it throws a ServiceNotFoundException. Page 15 of the SCA Client and Implementation model for Java makes it sound like locateService should find external services. If this is a

Re: [jira] Created: (TUSCANY-25) @Reference doesn't work on fields with protected or default access modifier

2006-02-12 Thread ant elder
Didn't mean for this to have a priority of Major, but now its submitted it doesn't look like I can change that On 2/12/06, ant elder (JIRA) [EMAIL PROTECTED] wrote: @Reference doesn't work on fields with protected or default access modifier

Re: Migration to Axis2

2006-02-13 Thread ant elder
the changes better and agree on API with those interested in working on the integration so that work and the changes can be done in parallel. How does this sound? Jim On Feb 13, 2006, at 4:24 AM, ant elder wrote: I'd like to start on the migration from Axis 1 to Axis2 now so I'm wondering

SDOType doesn't implement Type confusion

2006-02-14 Thread ant elder
Trying to get Tuscany setup in eclipse properly and I'm getting compile errors in org.apache.tuscany.model.assembly.pojo.SDOType as it doesn't implement all the methods that are in commonj.sdo.Type from SVN. See:

WSDL2Java and Java2WSDL

2006-02-17 Thread ant elder
One of the things on the short term road map is WSDL2Java and Java2WSDL tooling. Has anyone given any thought to whats required for these yet or do we need to be thinking about them while doing the Axis2 work? ...ant

Feature 'implementation.system' not found

2006-02-25 Thread ant elder
Updating with all the latest changes and I can get all the latest code building and helloworld running with maven, but when i try to run within eclipse I get the exception below. For example checking out just the helloworld project into eclipse and adding to its classpath all the jars from the

Replacing Axis1 binding with Axis2

2006-03-03 Thread ant elder
Looks like we're good to go with new Axis2 WS binding now, so what should we do with the old Axis1 binding? How about leaving the binding.axis project there and updating the pom.xml in the sca folder to have binding.axis2instead of binding.axis. That way the old axis binding is there if anyone

Re: Stable code - all scenarios including BigBank working on SVN revision 383106

2006-03-04 Thread ant elder
Should the revision be 383114? ...ant On 3/4/06, ant elder [EMAIL PROTECTED] wrote: Great stuff! +1 from me to tag this. On 3/4/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: After some bring-up work today - and a number of bug fixes :) - I think that we have reached a stable

Re: Stable code - all scenarios including BigBank working on SVN revision 383106

2006-03-04 Thread ant elder
Also, pom.xml in SCA still includes the axis1 binding, so people need to manually add the activation and mail jars to their maven repositories. Weren't we going to take this out of the build? ...ant On 3/4/06, ant elder [EMAIL PROTECTED] wrote: Should the revision be 383114? ...ant

Re: Stable revision 383125 (was: Stable code - all scenarios including BigBank working on SVN revision 383106)

2006-03-04 Thread ant elder
+1 On 3/4/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: Also, pom.xml in SCA still includes the axis1 binding, so people need to manually add the activation and mail jars to their maven repositories. Weren't we going to take this out of the build? ...ant

How do you register SCDL for a new binding?

2006-03-05 Thread ant elder
I'm messing about trying to add a new binding to Tuscany but can't get it to work. There must be something I'm missing to register the new binding SCDL as all I get is the exception below saying Feature 'binding.ajax' not found. Could someone have a quick look if its something obvious? The code's

Re: How do you register SCDL for a new binding?

2006-03-06 Thread ant elder
langauge SCA runtime then Java is not going to be in the default namespace so you'll have to update your sca.module file wont you? ...ant On 3/6/06, ant elder [EMAIL PROTECTED] wrote: So the key problem here was that the standard Tuscany bindings aren't the same as custom ones. Custom bindings

Axis2 WS binding next steps

2006-03-06 Thread ant elder
Now that we have the WS binding going using Axis2 can we come up with a list of what improvements we need to make to it in the nearish future. If we can come up with a list of task, prioritize it, see who volunteers for what, then we'll know what we can do and how long it will take before the

Re: Axis2 WS binding next steps

2006-03-06 Thread ant elder
if the soap message doesn't have the xsi type stuff. On 3/6/06, ant elder [EMAIL PROTECTED] wrote: Now that we have the WS binding going using Axis2 can we come up with a list of what improvements we need to make to it in the nearish future. If we can come up with a list of task, prioritize

Re: How do you register SCDL for a new binding?

2006-03-07 Thread ant elder
) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) On 3/6/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: I'm messing about trying to add a new binding to Tuscany but can't get it to work. There must be something I'm missing to register the new binding SCDL as all I get

Re: Framework for StAX-based model loading

2006-03-09 Thread ant elder
Does this mean the core will no longer require SDO and the depedency on EMF? ...ant On 3/8/06, Jeremy Boynes [EMAIL PROTECTED] wrote: I checked in a framework for a StAX-based configuration loader for the SCA core. It is based on a set of element handlers that generate a model object

Re: How do you register SCDL for a new binding?

2006-03-09 Thread ant elder
. I've fixed the problem so you may want to update AJAXEntryPointConfigurationBuilder to use the standard invoker interceptor (see the Java builder). Jim On Mar 5, 2006, at 1:50 PM, ant elder wrote: I'm messing about trying to add a new binding to Tuscany but can't get it to work

Re: Axis2 WS binding next steps

2006-03-09 Thread ant elder
be great if some others could volunteer do do this WS work (Rick? Raymond? anyone else?). ...ant On 3/8/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: Forgot one: 10) Support invoking simple rpc encoded remote services. Not proper rpc-enc support but tuscany working

Re: [SDO C++] JIRA Issues: Specification or Implementation concerns?

2006-03-09 Thread ant elder
On 3/9/06, Mike Edwards [EMAIL PROTECTED] wrote: snip (the spec group have their own infrastructure and email lists). I remember a post from months ago saying these lists were going to be made publicly viewable, has that ever happened, is there an archive I can look at? ...ant

Re: [VOTE] Remove old contrib directory?

2006-03-13 Thread ant elder
+1 from me. There's codestyle templates in /contrib/java/trunk/docs/ which I can't see any where else, are they the current ones and should they be kept somewhere? On 3/11/06, Mike Edwards [EMAIL PROTECTED] wrote: +1 Jeremy Boynes wrote: This directory contains the seed code from BEA and

Re: promotion of projects to the core

2006-03-16 Thread ant elder
Jim, I think you raise some interesting points which I've also been wondering about, and that's partly what prompted me to move the JSON-RPC binding from sandbox to java/sca. I guess the question is whether or not a goal of Tuscany is to have first class support for multiple implementation types

Re: promotion of projects to the core

2006-03-16 Thread ant elder
I don't think it matters so much where they go as long as they can go some where. Tuscany wont be very competitive only supporting WS and Java and not allowing new ones would cut off the easiest way someone can contribute something new so the community grows. Just to be clear, you wont need a

Re: Component replacement and random thoughts....

2006-03-17 Thread ant elder
For a concrete example of how this would be useful right now, today binding.axis2 doesn't support mapping arguments to SOAP header elements but the old Axis1 binding does, so if we could support choosing the WS binding impl at module level we could support both. There's other similar things,

Re: Project structure

2006-03-19 Thread ant elder
Whats not completely clear from this is the 'rules', specifically when must the 'optional' stuff be built? If code isn't being built in the regular build that everyone runs it quickly goes stale. Look at our old Axis1 binding, been out of the regular build a couple of weeks and already it fails to

Re: Project structure

2006-03-20 Thread ant elder
On 3/21/06, James F Marino [EMAIL PROTECTED] wrote: snip/ 3. I would like to see a process where contributions first go into a sandbox and are worked on for some time prior to being put in extensions. It would be good to have a discussion (not a vote) before that move is made ( i.e. to

Re: Project structure

2006-03-21 Thread ant elder
On 3/18/06, Jeremy Boynes [EMAIL PROTECTED] wrote: snip/ # samples and testing modules that are not part of a developer build sca/samples/helloworld/j2se sca/samples/helloworld/war sca/samples/bigbank sca/testing/compliance Could you explain that part a bit more? Where do samples for

Re: Rules of engagement for binding and container contributions

2006-03-21 Thread ant elder
Sounds fine to me, +1. On 3/21/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: A number of recent emails raised some questions on how we should handle new binding and container type contributions (e.g container.js, binding.jsonrpc). See

Re: Framework for StAX-based model loading

2006-03-22 Thread ant elder
On 3/21/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip/ We have been working to remove the dependencies on EMF Is a goal to have an EMF free SDO impl? One of the reasons I liked this STaX based approach is it makes the Tuscany core look more lightweight, but removing the EMF

json-rpc binding

2006-03-22 Thread ant elder
to me, but there wasn't any comments on the original post so maybe I'm missing something, what do others think about this? ...ant -- Forwarded message -- From: ant elder [EMAIL PROTECTED] Date: Mar 8, 2006 8:59 PM Subject: Re: How do you register SCDL for a new binding

Re: json-rpc binding

2006-03-22 Thread ant elder
open to the server and communicates with Javascript to provide real async and local persistent storage. Unfortunately, I'm drowning in a bunch of other work right now so I can't really volunteer for any of this. Jim On Mar 22, 2006, at 2:29 AM, ant elder wrote: Below is the note I posted

Re: A release for JavaOne?

2006-03-22 Thread ant elder
Are there any _specific_ items people could suggest to improve the WS support for this upcoming release? The next steps thread from a while back was pretty quiet. Axis2 already supports most things and interop's well so its 'just' a mater of integration with Tuscany. Attachments? raw doc style?

Re: A release for JavaOne?

2006-03-22 Thread ant elder
are important too? I didn't list anything specific b/c I don't have any firm opinions. Jim On Mar 22, 2006, at 3:31 PM, ant elder wrote: Are there any _specific_ items people could suggest to improve the WS support for this upcoming release? The next steps thread from a while back

Re: json-rpc binding

2006-03-23 Thread ant elder
On 3/22/06, Jim Marino [EMAIL PROTECTED] wrote: On Mar 22, 2006, at 9:53 AM, ant elder wrote: Thought about it a little bit, and in some offline discussion a while ago Jeremy was also interested in that. I think there does need to be a balance so as to not lose the simplicity

Re: Project structure

2006-03-23 Thread ant elder
Are we any closer to deciding on this now? How about just keeping what we have right now in SVN but adding bindings and containers folders to sca and moving all the binding and container impls there (and the same for policys, services, etc when we have some of those)? ...ant On 3/18/06,

Re: new XSD to SDO mapping

2006-03-23 Thread ant elder
svn st and svn up say I'm current and mvn clean, mvn for container.java are successful for me. ...ant On 3/23/06, Frank Budinsky [EMAIL PROTECTED] wrote: Hi Dan, Are the container.java tests run as part of mvn from the root? I can run mvn clean and then mvn from the tuscany/java

Re: Contributing to Java2WSDL Tool Development

2006-03-24 Thread ant elder
I've added a comment to the JIRA saying that you're looking at this. If you get yourself a JIRA id (http://issues.apache.org/jira) you'll be able to add comments to the JIRA with any progress as you go along (but its fine to have discussion about it on the mailing list). Jean-Sebastien said he'd

Re: Where should JavaScript componentType samples go?

2006-03-24 Thread ant elder
in the scdl. ...ant On 3/24/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: I'd like to make some more complete samples for the JavaScript componentType so where should they go? JavaScript works a bit differently from Java so I think there should be separate

Re: Project structure

2006-03-28 Thread ant elder
Just a reminder I said I do this...will give it a shot tomorrow morning GMT. ...ant On 3/24/06, Jeremy Boynes [EMAIL PROTECTED] wrote: ant elder wrote: Can we turn this into a lazy consensus vote - if theres no -1s after next Tuesday I'll make the change. No one is particularly

Re: Project structure

2006-03-29 Thread ant elder
Ok I've finished this move now and a clean checkout/build seems to work. ...ant On 3/28/06, ant elder [EMAIL PROTECTED] wrote: Just a reminder I said I do this...will give it a shot tomorrow morning GMT. ...ant On 3/24/06, Jeremy Boynes [EMAIL PROTECTED] wrote: ant elder

Re: Project structure

2006-03-29 Thread ant elder
and helloworldaxissvc still have dependencies on it. Thanks, Raymond - Original Message - From: ant elder [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, March 29, 2006 5:38 AM Subject: Re: Project structure Ok I've finished this move now and a clean checkout/build

Re: Where should JavaScript componentType samples go?

2006-04-07 Thread ant elder
[EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: [snip] ant elder wrote: Thats what I'll start doing then, its easy enough to move them if anyone has a different suggestion. If they're separate projects must they really use the org.apache.tuscany.samples.javascript... package

Re: Adding scope and autowire to the assembly model

2006-04-10 Thread ant elder
On 4/7/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip/ - Does anybody know of any other assembly definitions that currently exist only as Java annotations and should be added to the assembly model? How about init and destroy? (see http://issues.apache.org/jira/browse/TUSCANY-46)

Re: svn commit: r392952 - in /incubator/tuscany/java/samples/helloworld: helloworld/src/main/java/org/apache/tuscany/samples/helloworld/ helloworldaxis2/src/main/java/org/apache/tuscany/samples/hellow

2006-04-10 Thread ant elder
Out of interested, are all these System.out.flush() statements really needed? Isn't autoflush on by default? ...ant On 4/10/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: rineholt Date: Mon Apr 10 07:05:50 2006 New Revision: 392952 URL:

Re: WSDL interface URIs

2006-04-10 Thread ant elder
I agree, and the same for wsdl.endpoint on binding.ws? ...ant On 4/7/06, Jeremy Boynes [EMAIL PROTECTED] wrote: The 0.9 assembly specification defines a format for the URI in a interface.wsdl as: WSDL-namespace-URI#wsdl.interface(portType) for example interface.wsdl interface=

Testing, was: What are some good samples for Tuscany?

2006-04-14 Thread ant elder
to resolve a problem have failed. ...ant On 4/14/06, Jeremy Boynes [EMAIL PROTECTED] wrote: ant elder wrote: Here are some specific ideas to kick around: 1) how about calling business samples 'demos' and technology samples just 'samples' I tend to agree with Simon that there could

REMINDER : Tuscany IRC chat on Monday

2006-04-14 Thread ant elder
Hi folks! This is a manual reminder that the weekly Tuscany developer chat will be occurring on Monday, April 17, at: 15:30 GMT (16:30 BST, 08:30 PST, 11:30 EDT, 21:00Bangalore) The chat takes place on the freenode IRC network, (use server irc.freenode.net), on channel #tuscany, and is

EntryPoint ContextFactoryBuilder impls

2006-04-19 Thread ant elder
I'm looking at tidying up the code in the Axis2 and JSONRPC bindings and looking at the ContextFactoryBuilder impls and wondered if there could be a generic ContextFactoryBuilder impl provided for binding entryPoints? There's a lot of common code in the Axis2 and JSONRPC ContextFactoryBuilder

Re: BUILD BROKEN

2006-04-19 Thread ant elder
Could you raise a JIRA for this so it doesn't get forgotten? ...ant On 4/19/06, James F Marino [EMAIL PROTECTED] wrote: I've commented out the unit test so the build works again. Jim On 4/18/06, James F Marino [EMAIL PROTECTED] wrote: It looks like the build broke on OS X - can we

Whats the correct way for a binding impl to get at entryPoint config?

2006-04-25 Thread ant elder
The getComposite method in CompositeContext has been deprecated but both the Axis2 and JSON-RPC binding are using it to get at the Module so as to find all the entryPoints in the Module. Whats the correct way to be doing this now? They use code like: ServletContext servletContext =

WS interop/intergation/functional testing

2006-04-25 Thread ant elder
There's been lots of debate on testing and no real agreement yet on what to do and this is blocking getting the WS interop testing setup which are part of the Wiki release plan. I'd like to propose the following and would appreciate any comments or suggestions. We need to move this along so I'll

Re: Whats the correct way for a binding impl to get at entryPoint config?

2006-04-25 Thread ant elder
environment (to register URL mappings) and to which the EPs can autowire. -- Jeremy On 4/25/06, ant elder [EMAIL PROTECTED] wrote: The getComposite method in CompositeContext has been deprecated but both the Axis2 and JSON-RPC binding are using it to get at the Module so as to find all

Re: including celtix in refactor work and checkstyle

2006-04-26 Thread ant elder
On 4/25/06, Jim Marino [EMAIL PROTECTED] wrote: snip/ Dan also proposed we adopt checkstyle as part of the build process. I would like to due this using lazy consensus with the caveat that the cut-over be done after the Java One release to avoid disruption and give people a chance to adjust

Re: WS interop/intergation/functional testing

2006-04-26 Thread ant elder
On 4/26/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip/ - can we have a single client test suite and externalize the endpoints that it talks to, with a Maven configuration for example? I don't know, can we? I agree that would make things much simpler, having the two sets of clients

Re: Support for import.sdo

2006-04-26 Thread ant elder
I'm having trouble getting this to work in tomcat. Is it just me, does it work for you? Eg. add an import.sdo to the helloworldws sca.module and startup testing/tomcat and I get: ConfigurationLoadException: Unrecognized element [{http://www.osoa.org/xmlns/sca/0.9}import.sdo] Thanks, ...ant

Re: extension apis

2006-04-26 Thread ant elder
Great stuff, this makes things much simpler. I've moved the JSON-RPC binding over to this API now which is fairly trivial but FWIW here are a few comments: 1) Is there anyway to avoid requiring the @Scope(MODULE) annotation on the EntryPointBuilderSupport subclass? Its easy to forget and not

Re: Checkstyle enforcement proposal...

2006-04-29 Thread ant elder
On 4/26/06, Jim Marino [EMAIL PROTECTED] wrote: snip/ Ant, you -1 this stating that you weren't sure what this entails and that it was buried in another email. Now that Dan pulled it out and included a description of what checkstyle is, do you have specific concerns about the proposal? For

Re: wsdl4j....

2006-04-29 Thread ant elder
It makes me a bit nervous that as Axis2 is not using the latest version doing this may break something in our Axis2 binding. Maybe Dims can tell us or we could ask about it over on axis-dev. Do you need to do this now to fix something or could it wait a bit? ...ant On 4/29/06, Daniel Kulp

Re: Karma for Dan

2006-04-30 Thread ant elder
+1, welcome aboard Dan ...ant On 4/29/06, Jeremy Boynes [EMAIL PROTECTED] wrote: I think that Dan has done a lot of good work with the Celtix integration and has shown a good understanding of the project. A very definite +1 from me. -- Jeremy On 4/29/06, Jim Marino [EMAIL PROTECTED]

Re: svn commit: r399327 - in /incubator/tuscany/java/testing/interop: ./ clients/webserviceInteropDoc/src/main/resources/ services/ services/webserviceInteropDoc/ services/webserviceInteropDoc/src/ se

2006-05-03 Thread ant elder
woohoo On 5/3/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: jsdelfino Date: Wed May 3 08:07:23 2006 New Revision: 399327 URL: http://svn.apache.org/viewcvs?rev=399327view=rev Log: Adding server side of the webserviceInteropDoc test case Added:

Re: Java container JIRA issue reporting

2006-05-03 Thread ant elder
I'm not sure I completely agree with this, if you make it hard to report problems then people don't report them. A bug reporter should have to describe/provide just enough of a way to easily recreate a problem, its down to the bug fixer to write whatever regression and unit tests are required by

Help on outstanding web services JIRAs

2006-05-04 Thread ant elder
There's only 5 open JIRA's left on the WS binding that are planned for this release and that are not being actively worked on. Would be good to try to get these resolved by next week so if anyone has any spare cycles feel free to any of these on: http://issues.apache.org/jira/browse/TUSCANY-120

TomcatHost.registerMapping

2006-05-06 Thread ant elder
Jeremy, I saw you'd put a change in to implement registerMapping thx. I still can't get it to work though, for example with code like: Servlet helloservlet = new HttpServlet() { public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException,

Re: [jira] Updated: (TUSCANY-317) Java SCA Groovy Container

2006-05-08 Thread ant elder
I've looked at this zip and think it would be a great addition to have a groovy container. Lets talk about what to do with this on the IRC chat this afternoon. ...ant On 5/8/06, Meeraj Kunnumpurath (JIRA) tuscany-dev@ws.apache.org wrote: [

Re: Bigbank sample tomcat exception

2006-05-09 Thread ant elder
I've just tried on a check out of the very latest code and it works fine for me with both the IBM and SUN JDKs. With all the refactoring and moving about of the samples make sure you're running with the latest versions of everything - sca/samples are not built in the main build so you need to

Re: Bigbank sample tomcat exception

2006-05-09 Thread ant elder
-fullversion java full version J2RE 1.5.0 IBM Windows 32 build pwi32dev-20051014b Which version of the IBM JDK did you use ant? Thanks - Original Message - From: ant elder [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Tuesday, May 09, 2006 11:20 AM Subject: Re: Bigbank sample tomcat

Re: Problem with celtix distribution in maven

2006-05-10 Thread ant elder
The Celtix jar is big, 17Meg, so the download can timeout, you just have to keep on trying. Or manually download and add it to your maven repository, or as a last resort you can temporarily take Celtix out of the build by changing the binding pom.xml,

Re: svn commit: r406330 - in /incubator/tuscany/java/samples/sca: ./ helloworlde4xws/ helloworlde4xws/src/ helloworlde4xws/src/main/ helloworlde4xws/src/main/resources/ helloworlde4xws/src/main/resour

2006-05-14 Thread ant elder
What do you think, do these have much value? Should it be merged with the helloworldjsonrpc sample? Should I come up with something better for TUSCANY-287? ...ant On 5/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: antelder Date: Sun May 14 07:05:15 2006 New Revision: 406330

Re: Build failure on mvn clean after update

2006-05-16 Thread ant elder
I think this maybe a problem with out plugin config. Did you clean out your maven repository? If so does mvn without the clean param work, and then mvn clean again works after that? ...ant On 5/16/06, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote: I am getting the following build failure on

Re: EMF version for the release

2006-05-16 Thread ant elder
The pom files will need to be changed. And if its going to happen it should be done soon so we get a chance to test it all still works ok. Why does the release need to be changed? ...ant On 5/16/06, Frank Budinsky [EMAIL PROTECTED] wrote: The EMF dependency jars for the release should be

Re: SNAPSHOT version in interop test?

2006-05-17 Thread ant elder
AFAIK its not being run. We've not yet sorted out a test suite for the interop tests using locally deployed services. On 5/17/06, Jeremy Boynes [EMAIL PROTECTED] wrote: testing/interop/clients/webserviceInteropDoc/src/main/resources/sca.module contains: externalService

Re: SNAPSHOT version in interop test?

2006-05-17 Thread ant elder
I've removed SNAPSHOT and fixed the test to match the way the others are done now. ...any On 5/17/06, ant elder [EMAIL PROTECTED] wrote: AFAIK its not being run. We've not yet sorted out a test suite for the interop tests using locally deployed services. On 5/17/06, Jeremy Boynes [EMAIL

Re: Samples in distro won't build offline

2006-05-17 Thread ant elder
Being able to build the samples while offline would be good but it sounds like its not a trivial task to fix this, so I'd be ok with leaving fixing it till after M1. ...ant On 5/17/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jeremy Boynes wrote: AIUI one of the goals of the distro

Re: [VOTE] Publish Tuscany M1 release

2006-05-19 Thread ant elder
+1 On 5/19/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Hi! I created source and binary distributions of the latest Tuscany Milestone 1 release candidate level (SVN revision r407596) and placed them in my home directory:

Tuscany weekly IRC Chat on Monday, May 22

2006-05-20 Thread ant elder
Hi folks! This is a reminder that the weekly Tuscany developer chat will be occurring on Monday, May 22, at: 15:30 GMT, 16:30 BST, 08:30am PDT, 11:30am EDT, 21:00 Bangalore The chat takes place on the freenode IRC network, (use server irc.freenode.net), on channel #tuscany, and is scheduled to

Next Java release work

2006-05-23 Thread ant elder
I know we're not done with the M1 release yet but I'd like to start organising the JIRAs i plan to try to get done in the nearish future so I've created a new M2 release in JIRA so there's somewhere to put these JIRAs. Hope this is ok. ...ant

Re: [jira] Updated: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-05-23 Thread ant elder
I expect there will be a lot of people likely interested in this, both in Spring and also whats going on in the sandbox, so please could these discussion be done openly. Thanks, ...ant On 5/23/06, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Jim. Sure, I'll check out the refactored

Getting list of components in a module

2006-05-24 Thread ant elder
I've a J2SE client that needs to get a list of all the components defined in the current module, is that possible? There used to be the getMetaData method but thats been removed now. If there is no easy way right now could i add something? ...ant

Re: [VOTE] Publish Tuscany M1 release - 2nd vote

2006-05-24 Thread ant elder
The NOTICE file doesn't include mention of Woodstox or JSON-RPC-Java and all the stuff included with the Celtix binding - Spring, Jetty, ActiveMQ (thats a pre-Apache release right?), and all those Sun jars (which presumably we really are allowed to be distributing?)? Reading about the NOTICE

AJAX binding

2006-05-24 Thread ant elder
I've started work in the sandbox on improving the JSON-RPC binding so that it supports server components invoking functions on the client browser by using externalService definitions. I'm wondering what to do with this now, should it replace the old JSON-RPC binding, should i move it from the

Re: Getting list of components in a module

2006-05-24 Thread ant elder
automatically from the SCA config so you can do something like the following without having to do explicit locateService calls: js print(Helloworld.getGreetings(ant)); hellp ant js ...ant On 5/24/06, Jeremy Boynes [EMAIL PROTECTED] wrote: On 5/24/06, ant elder [EMAIL PROTECTED] wrote: I've

Re: Getting list of components in a module

2006-05-24 Thread ant elder
[EMAIL PROTECTED] wrote: Can you explain why you need the list of components? For managed code (i.e. in a component) the spec defines a way to get the metadata associated with a module. Jim On May 24, 2006, at 1:30 AM, ant elder wrote: I've a J2SE client that needs to get a list of all

New interactive SCA client

2006-05-26 Thread ant elder
As part of TUSCANY-417 I've committed a patch from Jojo for the start of an interactive client using JavaScript. I think its quite cool. You can start it up like this: C:\Tuscany\SCA\distribution\target\tuscany-distjava -cp lib\tuscany- runtime-incubating-M1.jar

Re: Getting list of components in a module

2006-05-26 Thread ant elder
(ModuleContext moduleContext) { if (moduleContext instanceof AbstractCompositeContext) { MapString, ScopeContext x = ((AbstractCompositeContext) moduleContext).scopeIndex; return x.keySet(); } return null; } } ...ant On 5/24/06, ant elder [EMAIL

Re: C++ Release

2006-05-26 Thread ant elder
+1 for the release, but i can't make an IRC chat on Tuesday sorry. ...ant On 5/25/06, Pete Robbins [EMAIL PROTECTED] wrote: As mentioned previously we would be a like to have a binary release of the C++ code by ApacheCon Europe. I'd like to propose an IRC chat on Tuesday 6th June 17:00 BST

CANCELED - Tuscany weekly IRC Chat on Monday, May 29

2006-05-26 Thread ant elder
Canceled due to public holidays in various places around the world. ...ant

Re: Getting list of components in a module

2006-05-31 Thread ant elder
runtime state. Maybe we could use this to start a discussion of what type of management API is needed? Jim On May 26, 2006, at 5:08 AM, ant elder wrote: Never did get any answer on this. Having the class below in the rhino container works as it uses the AbstractCompositeContext package name

Re: Instructions on Running the Tuscany samples....

2006-05-31 Thread ant elder
The build-dist.bat is the correct way, please go ahead and raise a JIRA. Thanks, ...ant On 5/27/06, Luciano Resende [EMAIL PROTECTED] wrote: Hi The following page have instructions on how to run the sample apps http://incubator.apache.org/tuscany/projectjava.html It currently says :

SCA Management API for Tuscany

2006-05-31 Thread ant elder
How about having a management API for Tuscany? The use case i have right now for this is so a J2SE client to can find out what are the valid service names it can use in the locateService method on the org.osoa.sca.ModuleContext interface. This is to make the JavaScript interactive client able to

Re: Getting list of components in a module

2006-05-31 Thread ant elder
this on another thread. ...ant On 5/31/06, Jim Marino [EMAIL PROTECTED] wrote: I'd prefer we come up with a management API as that is the only solution that will work properly. More comments inline On May 31, 2006, at 1:25 AM, ant elder wrote: Coming up with a new management API sounds like it will take

Re: Recursive core architectural overview

2006-06-05 Thread ant elder
I agree 100% with Ken, could you give just a little more information about whats going on here? That email just gives hints - there's been some SCA spec changes, there's some code in the the sandbox for recursive core architecture work and to clearly demarcate the runtime extension mechanism.

Using Interceptors to convert objects to XmlObjects for JavaScript/E4X support

2006-06-06 Thread ant elder
I wondered about using Tuscany PolicyBuilders and Interceptors to help with E4X support for the work required in TUSCANY-418, TUSCANY-419, and TUSCANY-420. Right now the E4X code isn't so elegant with the way it works out when and how to convert the Java objects in a message into E4X XML, and

  1   2   3   4   5   6   7   8   9   10   >