Re: status update on porting build to maven2

2006-01-12 Thread Jean-Sebastien Delfino
Jack, I'm just guessing, but maybe HelloWorldImpl.componentType (this is the SCDL side file defining the HelloWorldImpl component type and in particular its component property) is not found by the classloader used to run the Junit test cases. Can you try to add the following to JavaImplement

[Fwd: tuscany-dev added to Gmane]

2006-01-12 Thread Jeremy Boynes
FYI Original Message Subject: tuscany-dev added to Gmane Date: Thu, 12 Jan 2006 11:50:06 -0600 From: admin_at_m.gmane.org (Gmane Administrator) Organization: Mail To News -- http://gmane.org/ To: [EMAIL PROTECTED] We have received a request for adding the tuscany-dev@ws.apache.o

[jira] Created: (TUSCANY-4) Webite should clearly indicate that the project is under incubation

2006-01-12 Thread Jeremy Boynes (JIRA)
Webite should clearly indicate that the project is under incubation --- Key: TUSCANY-4 URL: http://issues.apache.org/jira/browse/TUSCANY-4 Project: Tuscany Type: Bug Components: Website Reporter:

Re: status update on porting build to maven2

2006-01-12 Thread Jeremy Boynes
[EMAIL PROTECTED] wrote: > Jeremy wrote: > >>Thanks for the update. The unit-tests might be failing >>due to differences in the classpath between M1 and M2 >>- if you can post details of the failures we may be able >>to help debug them. > > > This turned out to be due to my not yet realizing how

Re: status update on porting build to maven2

2006-01-12 Thread jack . unrue
Jeremy wrote: > > Thanks for the update. The unit-tests might be failing > due to differences in the classpath between M1 and M2 > - if you can post details of the failures we may be able > to help debug them. This turned out to be due to my not yet realizing how to configure the surefire plugin t

Re: Issue permissions in JIRA

2006-01-12 Thread Paul Fremantle
Make sure you don't let anyone (i.e. anonymous users) raise issues. Then you become the default project for non-logged in users and you get a whole load of random issues added from other projects :-) Yours talking-from-experience Paul On 1/12/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:

Re: Issue permissions in JIRA

2006-01-12 Thread Jean-Sebastien Delfino
I'm just starting to look at JIRA and here are some thoughts: I can identify the following roles: - user - developer (contributor but not committer) - committer - admin I browsed the JIRA docs and I'm still looking for a workflow diagram to better understand the lifecycle of a JIRA issue, but h

Re: Create trunk folder containing java and cpp folders

2006-01-12 Thread Jean-Sebastien Delfino
Ok +1 from me to keep the layout as it is, java and cpp at the top and no trunk. Jean-Sebastien Delfino Jeremy Boynes wrote: Pete Robbins wrote: ok, I'm fine with that. Under branch/ would you expect to see partial trees, e.g. myBranhName/cpp/sdo? I think so, where the partial tree

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

2006-01-12 Thread Raymond Feng
Hi, Frank. Thank you for the quick response. 1) Yes, this is proposing such features in the SDO2 which potentically applies to EMF as well. I haven't started the dicussion with the EMF team yet but did some prototypes on the SDO/EMF 2.1 code. 2) I found two issues with SDO/EMF <--> DOM support.

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

2006-01-12 Thread Davanum Srinivas
FYI, we are using woostox in Axis2 (http://woodstox.codehaus.org/) as the stax parser. -- dims On 1/12/06, Frank Budinsky <[EMAIL PROTECTED]> wrote: > Raymond, > > Since SDO 2 is trying to encapsulate (hide) EMF in its implementation, I > suppose this is a proposal for the SDO 2 project. Maybe it

Re: CTR Policy

2006-01-12 Thread Davanum Srinivas
yep. that's the default. On 1/12/06, Kevin Williams <[EMAIL PROTECTED]> wrote: > Will we be following the Commit-Then-Review policy to apply code changes? > Thanks, > --Kevin > > -- Davanum Srinivas : http://wso2.com/blogs/

CTR Policy

2006-01-12 Thread Kevin Williams
Will we be following the Commit-Then-Review policy to apply code changes? Thanks, --Kevin

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

2006-01-12 Thread Frank Budinsky
Raymond, Since SDO 2 is trying to encapsulate (hide) EMF in its implementation, I suppose this is a proposal for the SDO 2 project. Maybe it would be even better to provide these more generally in the EMF project at Eclipse and then we just provide access to them through SDO 2. Have you discuss

Re: Tuscany website

2006-01-12 Thread Davanum Srinivas
i added links from main ws page as well :) http://ws.apache.org/ -- dims On 1/12/06, Mike Edwards <[EMAIL PROTECTED]> wrote: > Folks, > > The main page of the Tuscany web site is now live at: > > http://incubator.apache.org/tuscany/ > > I am working to get all the subsidiary pages up and live >

Tuscany website

2006-01-12 Thread Mike Edwards
Folks, The main page of the Tuscany web site is now live at: http://incubator.apache.org/tuscany/ I am working to get all the subsidiary pages up and live on the site. Mike Edwards.

patch checkin

2006-01-12 Thread Jim Marino
I checked in the patch after having to do a semi-manual merge from the old depot. The changes I made to the context hierarchies and system bootstrap are not yet hooked in to the default bootstrap. We'll need to do that carefully so as not to break existing functionality. I'll write up s

Re: Eclipse dependencies

2006-01-12 Thread Guillaume Nodet
Btw, it seems that jars are on both maven2 and maven1 repository (i think they are synchronized some way) http://ibiblio.org/maven/org.eclipse.emf/ http://ibiblio.org/maven/org.eclipse.wtp/ http://ibiblio.org/maven/org.eclipse.xsd/ Cheers, Guillaume Nodet Jean-Sebastien Delfino wrote: Guillaum