Re: RTC: Move java ee 5 specs into specs trunk (GERONIMO-2358)

2006-08-31 Thread Jacek Laskowski

On 8/31/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote:


Btw, is there any plan to write jsr181 and jaxws api ?


Quoted from http://cwiki.apache.org/GMOxPMGT/geronimo-jee-50-report-card.html:

JAX-WS 2.0 - An Axis 2.0 subproject has an implementation of JAX-WS.
CeltiXfire has an implementation of JAX-WS.

WS Metadata 2.0  (Annotations)  (jsr181) - Axis 2 is using WS Metadata
2.0 originally from the Beehive project.  CeltiXFire contains an
implementation of WS Metadata 2.0.


or to borrow them from another project ?


Axis2 and CeltiXFire spring to my mind ;-)

Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl


Re: RTC: Move java ee 5 specs into specs trunk (GERONIMO-2358)

2006-08-31 Thread Jacek Laskowski

+1

Jacek

On 8/29/06, David Blevins <[EMAIL PROTECTED]> wrote:

http://issues.apache.org/jira/browse/GERONIMO-2358

Back in I think March, I created a branch for implementing the Java
EE 5 specs while the specs were still being defined. The specs went
final in May and several projects need these specs. We need to get
them out of the experimental branch and into trunk.

The attached patch moves the required specs from branches/jee5_exp to
trunk/ and fixes their poms to be consistent with the rest of the poms.

Please note: patch files created with svn cannot express 'svn move'
commands, in order to apply this patch you must first do the
following moves:

svn mv branches/jee5_exp/geronimo-jta_1.1_spec trunk/geronimo-
jta_1.1_spec
svn mv branches/jee5_exp/geronimo-spec-annotation trunk/geronimo-
annotation_1.0_spec
svn mv branches/jee5_exp/geronimo-spec-ejb trunk/geronimo-ejb_3.0_spec
svn mv branches/jee5_exp/geronimo-spec-interceptor trunk/geronimo-
interceptor_3.0_spec
svn mv branches/jee5_exp/geronimo-spec-jpa trunk/geronimo-jpa_3.0_spec



-David






--
Jacek Laskowski
http://www.laskowski.net.pl


Re: RTC: Move java ee 5 specs into specs trunk (GERONIMO-2358)

2006-08-31 Thread Guillaume Nodet
+1, the patch seems good.Btw, is there any plan to write jsr181 and jaxws api ?or to borrow them from another project ?On 8/31/06, David Blevins
 <[EMAIL PROTECTED]> wrote:
Need more +1s please :)-DavidOn Aug 28, 2006, at 5:34 PM, David Blevins wrote:> http://issues.apache.org/jira/browse/GERONIMO-2358
>> Back in I think March, I created a branch for implementing the Java> EE 5 specs while the specs were still being defined. The specs went> final in May and several projects need these specs. We need to get
> them out of the experimental branch and into trunk.>> The attached patch moves the required specs from branches/jee5_exp> to trunk/ and fixes their poms to be consistent with the rest of> the poms.
>> Please note: patch files created with svn cannot express 'svn move'> commands, in order to apply this patch you must first do the> following moves:>> svn mv branches/jee5_exp/geronimo-jta_1.1_spec trunk/geronimo-
> jta_1.1_spec> svn mv branches/jee5_exp/geronimo-spec-annotation trunk/geronimo-> annotation_1.0_spec> svn mv branches/jee5_exp/geronimo-spec-ejb trunk/geronimo-ejb_3.0_spec> svn mv branches/jee5_exp/geronimo-spec-interceptor trunk/geronimo-
> interceptor_3.0_spec> svn mv branches/jee5_exp/geronimo-spec-jpa trunk/geronimo-jpa_3.0_spec -David>>-- 
Cheers,Guillaume Nodet


Re: RTC: Move java ee 5 specs into specs trunk (GERONIMO-2358)

2006-08-31 Thread David Blevins

Need more +1s please :)


-David

On Aug 28, 2006, at 5:34 PM, David Blevins wrote:


http://issues.apache.org/jira/browse/GERONIMO-2358

Back in I think March, I created a branch for implementing the Java  
EE 5 specs while the specs were still being defined. The specs went  
final in May and several projects need these specs. We need to get  
them out of the experimental branch and into trunk.


The attached patch moves the required specs from branches/jee5_exp  
to trunk/ and fixes their poms to be consistent with the rest of  
the poms.


Please note: patch files created with svn cannot express 'svn move'  
commands, in order to apply this patch you must first do the  
following moves:


svn mv branches/jee5_exp/geronimo-jta_1.1_spec trunk/geronimo- 
jta_1.1_spec
svn mv branches/jee5_exp/geronimo-spec-annotation trunk/geronimo- 
annotation_1.0_spec

svn mv branches/jee5_exp/geronimo-spec-ejb trunk/geronimo-ejb_3.0_spec
svn mv branches/jee5_exp/geronimo-spec-interceptor trunk/geronimo- 
interceptor_3.0_spec

svn mv branches/jee5_exp/geronimo-spec-jpa trunk/geronimo-jpa_3.0_spec



-David






Re: RTC: Move java ee 5 specs into specs trunk (GERONIMO-2358)

2006-08-29 Thread Dain Sundstrom

+1

-dain

On Aug 28, 2006, at 5:34 PM, David Blevins wrote:


http://issues.apache.org/jira/browse/GERONIMO-2358

Back in I think March, I created a branch for implementing the Java  
EE 5 specs while the specs were still being defined. The specs went  
final in May and several projects need these specs. We need to get  
them out of the experimental branch and into trunk.


The attached patch moves the required specs from branches/jee5_exp  
to trunk/ and fixes their poms to be consistent with the rest of  
the poms.


Please note: patch files created with svn cannot express 'svn move'  
commands, in order to apply this patch you must first do the  
following moves:


svn mv branches/jee5_exp/geronimo-jta_1.1_spec trunk/geronimo- 
jta_1.1_spec
svn mv branches/jee5_exp/geronimo-spec-annotation trunk/geronimo- 
annotation_1.0_spec

svn mv branches/jee5_exp/geronimo-spec-ejb trunk/geronimo-ejb_3.0_spec
svn mv branches/jee5_exp/geronimo-spec-interceptor trunk/geronimo- 
interceptor_3.0_spec

svn mv branches/jee5_exp/geronimo-spec-jpa trunk/geronimo-jpa_3.0_spec



-David





Re: RTC: Move java ee 5 specs into specs trunk (GERONIMO-2358)

2006-08-29 Thread Jason Dillon

I guess... but  here is my +1 to commit it.

--jason


On Aug 28, 2006, at 6:45 PM, David Blevins wrote:



On Aug 28, 2006, at 5:54 PM, Jason Dillon wrote:


Um... why don't you just do this?


Didn't think I could move something into trunk without a vote.  But  
I see the servlet 2.5 stuff is in, so I guess I have no idea.


-David




--jason


On Aug 28, 2006, at 5:34 PM, David Blevins wrote:


http://issues.apache.org/jira/browse/GERONIMO-2358

Back in I think March, I created a branch for implementing the  
Java EE 5 specs while the specs were still being defined. The  
specs went final in May and several projects need these specs. We  
need to get them out of the experimental branch and into trunk.


The attached patch moves the required specs from branches/ 
jee5_exp to trunk/ and fixes their poms to be consistent with the  
rest of the poms.


Please note: patch files created with svn cannot express 'svn  
move' commands, in order to apply this patch you must first do  
the following moves:


svn mv branches/jee5_exp/geronimo-jta_1.1_spec trunk/geronimo- 
jta_1.1_spec
svn mv branches/jee5_exp/geronimo-spec-annotation trunk/geronimo- 
annotation_1.0_spec
svn mv branches/jee5_exp/geronimo-spec-ejb trunk/geronimo- 
ejb_3.0_spec
svn mv branches/jee5_exp/geronimo-spec-interceptor trunk/geronimo- 
interceptor_3.0_spec
svn mv branches/jee5_exp/geronimo-spec-jpa trunk/geronimo- 
jpa_3.0_spec




-David










Re: RTC: Move java ee 5 specs into specs trunk (GERONIMO-2358)

2006-08-28 Thread David Blevins


On Aug 28, 2006, at 5:54 PM, Jason Dillon wrote:


Um... why don't you just do this?


Didn't think I could move something into trunk without a vote.  But I  
see the servlet 2.5 stuff is in, so I guess I have no idea.


-David




--jason


On Aug 28, 2006, at 5:34 PM, David Blevins wrote:


http://issues.apache.org/jira/browse/GERONIMO-2358

Back in I think March, I created a branch for implementing the  
Java EE 5 specs while the specs were still being defined. The  
specs went final in May and several projects need these specs. We  
need to get them out of the experimental branch and into trunk.


The attached patch moves the required specs from branches/jee5_exp  
to trunk/ and fixes their poms to be consistent with the rest of  
the poms.


Please note: patch files created with svn cannot express 'svn  
move' commands, in order to apply this patch you must first do the  
following moves:


svn mv branches/jee5_exp/geronimo-jta_1.1_spec trunk/geronimo- 
jta_1.1_spec
svn mv branches/jee5_exp/geronimo-spec-annotation trunk/geronimo- 
annotation_1.0_spec
svn mv branches/jee5_exp/geronimo-spec-ejb trunk/geronimo- 
ejb_3.0_spec
svn mv branches/jee5_exp/geronimo-spec-interceptor trunk/geronimo- 
interceptor_3.0_spec
svn mv branches/jee5_exp/geronimo-spec-jpa trunk/geronimo- 
jpa_3.0_spec




-David








Re: RTC: Move java ee 5 specs into specs trunk (GERONIMO-2358)

2006-08-28 Thread Jason Dillon

Um... why don't you just do this?

--jason


On Aug 28, 2006, at 5:34 PM, David Blevins wrote:


http://issues.apache.org/jira/browse/GERONIMO-2358

Back in I think March, I created a branch for implementing the Java  
EE 5 specs while the specs were still being defined. The specs went  
final in May and several projects need these specs. We need to get  
them out of the experimental branch and into trunk.


The attached patch moves the required specs from branches/jee5_exp  
to trunk/ and fixes their poms to be consistent with the rest of  
the poms.


Please note: patch files created with svn cannot express 'svn move'  
commands, in order to apply this patch you must first do the  
following moves:


svn mv branches/jee5_exp/geronimo-jta_1.1_spec trunk/geronimo- 
jta_1.1_spec
svn mv branches/jee5_exp/geronimo-spec-annotation trunk/geronimo- 
annotation_1.0_spec

svn mv branches/jee5_exp/geronimo-spec-ejb trunk/geronimo-ejb_3.0_spec
svn mv branches/jee5_exp/geronimo-spec-interceptor trunk/geronimo- 
interceptor_3.0_spec

svn mv branches/jee5_exp/geronimo-spec-jpa trunk/geronimo-jpa_3.0_spec



-David