Re: [RTC] XBEAN-13 and XBEAN-14

2006-06-07 Thread Dain Sundstrom

On Jun 6, 2006, at 8:48 AM, Dain Sundstrom wrote:


On Jun 6, 2006, at 5:43 AM, Guillaume Nodet wrote:

http://issues.apache.org/jira/browse/XBEAN-14 is a major  
enhancement of xbean-spring to support Spring 2.0-m5.
I have created a branch instead of a patch, because of the need to  
split the existing xbean-spring module into two parts.
The branch is available at http://svn.apache.org/viewvc/geronimo/ 
xbean/branches/spring2/trunk/ and the revisions links

are availanble in the JIRA.
In addition I added integration tests to ensure that xbean-spring  
is fully compatible with all spring versions >= 1.2.4,
which was not the case, despite a modification I made for the  
latest xbean release.


Here's my +1 for applying the XBEAN-13 patch and merging the  
branch to trunk for XBEAN-14.


Wow!  Great work.  I'll try out the new branch and get back to you  
in a few hours.


Sorry, that took longer then I thought.

I've read over the changes and tested the branch.  It all looks  
great.  Here is my +1.


-dain


Re: [RTC] XBEAN-13 and XBEAN-14

2006-06-06 Thread Dan Diephouse

Guillaume Nodet wrote:
http://issues.apache.org/jira/browse/XBEAN-13 is a very minor patch to 
throw a meaninfull exception instead of an NPE at a later time when 
the xxx  tags are used in 
a spring configuration file and the specified location is not found.


http://issues.apache.org/jira/browse/XBEAN-14 is a major enhancement 
of xbean-spring to support Spring 2.0-m5.
I have created a branch instead of a patch, because of the need to 
split the existing xbean-spring module into two parts.
The branch is available at 
http://svn.apache.org/viewvc/geronimo/xbean/branches/spring2/trunk/ 
and the revisions links

are availanble in the JIRA.
In addition I added integration tests to ensure that xbean-spring is 
fully compatible with all spring versions >= 1.2.4,
which was not the case, despite a modification I made for the latest 
xbean release.


Here's my +1 for applying the XBEAN-13 patch and merging the branch to 
trunk for XBEAN-14.


Please vote.

Cheers,
Guillaume Nodet
Great work Guillaume! definitely looking forward to using XBEAN-14. 
Here's my +1 (even though I'm not a committer).


- Dan

--
Dan Diephouse
Envoi Solutions
http://envoisolutions.com
http://netzooid.com/blog



Re: [RTC] XBEAN-13 and XBEAN-14

2006-06-06 Thread Dain Sundstrom

On Jun 6, 2006, at 5:43 AM, Guillaume Nodet wrote:

http://issues.apache.org/jira/browse/XBEAN-13 is a very minor patch  
to throw a meaninfull exception instead of an NPE at a later time  
when the xxx  tags are  
used in a spring configuration file and the specified location is  
not found.


If you ask me, this is an obvious bug and doesn't need a RTC vote.   
Here is a +1 regardless.


http://issues.apache.org/jira/browse/XBEAN-14 is a major  
enhancement of xbean-spring to support Spring 2.0-m5.
I have created a branch instead of a patch, because of the need to  
split the existing xbean-spring module into two parts.
The branch is available at http://svn.apache.org/viewvc/geronimo/ 
xbean/branches/spring2/trunk/ and the revisions links

are availanble in the JIRA.
In addition I added integration tests to ensure that xbean-spring  
is fully compatible with all spring versions >= 1.2.4,
which was not the case, despite a modification I made for the  
latest xbean release.


Here's my +1 for applying the XBEAN-13 patch and merging the branch  
to trunk for XBEAN-14.


Wow!  Great work.  I'll try out the new branch and get back to you in  
a few hours.


-dain


Re: [RTC] XBEAN-13 and XBEAN-14

2006-06-06 Thread Hiram Chirino

Great set of patches! +1

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

http://issues.apache.org/jira/browse/XBEAN-13 is a very minor patch to
throw a meaninfull exception instead of an NPE at a later time when the
xxx  tags are used in a
spring configuration file and the specified location is not found.

http://issues.apache.org/jira/browse/XBEAN-14 is a major enhancement of
xbean-spring to support Spring 2.0-m5.
I have created a branch instead of a patch, because of the need to split
the existing xbean-spring module into two parts.
The branch is available at
http://svn.apache.org/viewvc/geronimo/xbean/branches/spring2/trunk/ and
the revisions links
are availanble in the JIRA.
In addition I added integration tests to ensure that xbean-spring is
fully compatible with all spring versions >= 1.2.4,
which was not the case, despite a modification I made for the latest
xbean release.

Here's my +1 for applying the XBEAN-13 patch and merging the branch to
trunk for XBEAN-14.

Please vote.

Cheers,
Guillaume Nodet




--
Regards,
Hiram


Re: [RTC] XBEAN-13 and XBEAN-14

2006-06-06 Thread James Strachan

+1.  I've wanted both of these things fixed for some time so we can
both support spring 2.x in ActiveMQ and ServiceMix together with throw
more suitable error messages when folks mess up their XML (which
happens fairly frequently on the ActiveMQ user list).

BTW something thats very easy to do in XBean is...

http://activemq.apache.org/1.0";>


 ... 






The  element needs an xmlns="" to take it out of the ActiveMQ namespace.

I guess we should try encourage folks to put the custom namespace on
the custom element (like the  element to reduce the chances of
mistakes. But I was wondering if we'd add an extra useful error
message that for an unknown QName of XML, if the localName were 'bean'
we could add a warning recommend the user adds xmlns="" to their
element?


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

http://issues.apache.org/jira/browse/XBEAN-13 is a very minor patch to
throw a meaninfull exception instead of an NPE at a later time when the
xxx  tags are used in a
spring configuration file and the specified location is not found.

http://issues.apache.org/jira/browse/XBEAN-14 is a major enhancement of
xbean-spring to support Spring 2.0-m5.
I have created a branch instead of a patch, because of the need to split
the existing xbean-spring module into two parts.
The branch is available at
http://svn.apache.org/viewvc/geronimo/xbean/branches/spring2/trunk/ and
the revisions links
are availanble in the JIRA.
In addition I added integration tests to ensure that xbean-spring is
fully compatible with all spring versions >= 1.2.4,
which was not the case, despite a modification I made for the latest
xbean release.

Here's my +1 for applying the XBEAN-13 patch and merging the branch to
trunk for XBEAN-14.

Please vote.

Cheers,
Guillaume Nodet




--

James
---
http://radio.weblogs.com/0112098/