[VOTE] Release ServiceMix 3.2.2

View: New views
14 Messages — Rating Filter:   Alert me  

[VOTE] Release ServiceMix 3.2.2

by Freeman Fang :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

I have uploaded a version of ServiceMix 3.2.2 for you to review. See
http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2.2
for all the links and release notes.

[ ] +1 Release ServiceMix 3.2.2
[ ] ± 0
[ ] -1 Do not release ServiceMix 3.2.2

Cheers

Freeman

Re: [VOTE] Release ServiceMix 3.2.2

by tterm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

Freeman Fang wrote:

> Hi All,
>
> I have uploaded a version of ServiceMix 3.2.2 for you to review. See
> http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2.2
> for all the links and release notes.
>
> [ ] +1 Release ServiceMix 3.2.2
> [ ] ± 0
> [ ] -1 Do not release ServiceMix 3.2.2
>
> Cheers
>
> Freeman
>


--
Thomas Termin
_______________________________
blue elephant systems GmbH
Wollgrasweg 49
D-70599 Stuttgart

Tel    :  (+49) 0711 - 45 10 17 676
Fax    :  (+49) 0711 - 45 10 17 573
WWW    :  http://www.blue-elephant-systems.com
Email  :  Thomas.Termin@...

blue elephant systems GmbH
Firmensitz      : Wollgrasweg 49, D-70599 Stuttgart
Registergericht : Amtsgericht Stuttgart, HRB 24106
Geschäftsführer : Holger Dietrich, Thomas Gentsch, Joachim Hoernle


Re: [VOTE] Release ServiceMix 3.2.2

by tpounds :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

Freeman Fang wrote:
Hi All,

I have uploaded a version of ServiceMix 3.2.2 for you to review. See
http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2.2
for all the links and release notes.

[ ] +1 Release ServiceMix 3.2.2
[ ] ± 0
[ ] -1 Do not release ServiceMix 3.2.2

Cheers

Freeman

Re: [VOTE] Release ServiceMix 3.2.2

by Chris Custine (Apache) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[X] +1 Release ServiceMix 3.2.2

Everything checks out fine for me!

Chris

Chris Custine
My Blog :: http://blog.organicelement.com
Apache ServiceMix :: http://servicemix.apache.org
Apache Directory Server :: http://directory.apache.org


On Wed, Jul 23, 2008 at 11:23 PM, Freeman Fang <freeman.fang@...>wrote:

> Hi All,
>
> I have uploaded a version of ServiceMix 3.2.2 for you to review. See
> http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2.2
> for all the links and release notes.
>
> [ ] +1 Release ServiceMix 3.2.2
> [ ] ± 0
> [ ] -1 Do not release ServiceMix 3.2.2
>
> Cheers
>
> Freeman
>

Re: [VOTE] Release ServiceMix 3.2.2

by gnodet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

On Thu, Jul 24, 2008 at 6:23 AM, Freeman Fang <freeman.fang@...> wrote:

> Hi All,
>
> I have uploaded a version of ServiceMix 3.2.2 for you to review. See
> http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2.2
> for all the links and release notes.
>
> [ ] +1 Release ServiceMix 3.2.2
> [ ] ± 0
> [ ] -1 Do not release ServiceMix 3.2.2
>
> Cheers
>
> Freeman
>



--
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: [VOTE] Release ServiceMix 3.2.2

by Gert Vanthienen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

L.S.,

On my machine, the uploaded version of ServiceMix 3.2.2 does not start.  
I get the exception below.  Strange thing about this is we a) have a
PropertyEditor to deal with this
(org.apache.xbean.spring.context.impl.ObjectNameEditor) and b) we also
have a setter there that takes a String (setObjectName(String)).  I'm
running this on Linux and get this exception both when running with JDK
1.5 and JDK 1.6.  Am I missing the point somewhere here or is this a
serious issue with the release?

Regards,

Gert

java.lang.IllegalArgumentException: Cannot convert value of type
[java.lang.String] to required type [javax.management.ObjectName] for
property 'objectName': no matching editors or conversion strategy found
    at
org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:231)
    at
org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:138)
    at
org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:380)
    at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1105)
    at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:861)
    at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:421)
    at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
    at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
    at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
    at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
    at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:284)
    at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
    at
org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:161)
    at
org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:51)
    at org.apache.servicemix.Main.main(Main.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.codehaus.classworlds.Launcher.launchStandard(Launcher.java:410)


Freeman Fang wrote:

> Hi All,
>
> I have uploaded a version of ServiceMix 3.2.2 for you to review. See
> http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2.2
> for all the links and release notes.
>
> [ ] +1 Release ServiceMix 3.2.2
> [ ] ± 0
> [ ] -1 Do not release ServiceMix 3.2.2
>
> Cheers
>
> Freeman
>

---
Gert Vanthienen
http://www.anova.be

Re: [VOTE] Release ServiceMix 3.2.2

by James.Strachan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

2008/7/24 Freeman Fang <freeman.fang@...>:

> Hi All,
>
> I have uploaded a version of ServiceMix 3.2.2 for you to review. See
> http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2.2
> for all the links and release notes.
>
> [ ] +1 Release ServiceMix 3.2.2
> [ ] ± 0
> [ ] -1 Do not release ServiceMix 3.2.2
>
> Cheers
>
> Freeman
>



--
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://open.iona.com

Re: [VOTE] Release ServiceMix 3.2.2

by tterm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Gert,

is the same for me if I use the zip distribution.

Cheers
Thomas

Gert Vanthienen wrote:

> L.S.,
>
> On my machine, the uploaded version of ServiceMix 3.2.2 does not start.
> I get the exception below.  Strange thing about this is we a) have a
> PropertyEditor to deal with this
> (org.apache.xbean.spring.context.impl.ObjectNameEditor) and b) we also
> have a setter there that takes a String (setObjectName(String)).  I'm
> running this on Linux and get this exception both when running with JDK
> 1.5 and JDK 1.6.  Am I missing the point somewhere here or is this a
> serious issue with the release?
>
> Regards,
>
> Gert
>
> java.lang.IllegalArgumentException: Cannot convert value of type
> [java.lang.String] to required type [javax.management.ObjectName] for
> property 'objectName': no matching editors or conversion strategy found
>    at
> org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:231)
>
>    at
> org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:138)
>
>    at
> org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:380)
>
>    at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1105)
>
>    at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:861)
>
>    at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:421)
>
>    at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
>
>    at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
>
>    at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
>
>    at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
>
>    at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:284)
>
>    at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
>
>    at
> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:161)
>
>    at
> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:51)
>
>    at org.apache.servicemix.Main.main(Main.java:54)
>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>    at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>
>    at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>
>    at java.lang.reflect.Method.invoke(Method.java:585)
>    at org.codehaus.classworlds.Launcher.launchStandard(Launcher.java:410)
>
>
> Freeman Fang wrote:
>
>> Hi All,
>>
>> I have uploaded a version of ServiceMix 3.2.2 for you to review. See
>> http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2.2
>> for all the links and release notes.
>>
>> [ ] +1 Release ServiceMix 3.2.2
>> [ ] ± 0
>> [ ] -1 Do not release ServiceMix 3.2.2
>>
>> Cheers
>>
>> Freeman
>>
>
>


--
Thomas Termin
_______________________________
blue elephant systems GmbH
Wollgrasweg 49
D-70599 Stuttgart

Tel    :  (+49) 0711 - 45 10 17 676
Fax    :  (+49) 0711 - 45 10 17 573
WWW    :  http://www.blue-elephant-systems.com
Email  :  Thomas.Termin@...

blue elephant systems GmbH
Firmensitz      : Wollgrasweg 49, D-70599 Stuttgart
Registergericht : Amtsgericht Stuttgart, HRB 24106
Geschäftsführer : Holger Dietrich, Thomas Gentsch, Joachim Hoernle


Re: [VOTE] Release ServiceMix 3.2.2

by gnodet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Now I think I recall the problem.  I think at some point we had two
setters, one taking a string, and another one taking an ObjectName.
In trunk, one has been removed, but not in the branch.  Not sure why
it happens on your machine, but it may be related to the order in
which the JVM retrieves the operations and give them to Spring (not
sure though).

On Fri, Jul 25, 2008 at 2:47 PM, Gert Vanthienen
<gert.vanthienen@...> wrote:

> L.S.,
>
> On my machine, the uploaded version of ServiceMix 3.2.2 does not start.  I
> get the exception below.  Strange thing about this is we a) have a
> PropertyEditor to deal with this
> (org.apache.xbean.spring.context.impl.ObjectNameEditor) and b) we also have
> a setter there that takes a String (setObjectName(String)).  I'm running
> this on Linux and get this exception both when running with JDK 1.5 and JDK
> 1.6.  Am I missing the point somewhere here or is this a serious issue with
> the release?
>
> Regards,
>
> Gert
>
> java.lang.IllegalArgumentException: Cannot convert value of type
> [java.lang.String] to required type [javax.management.ObjectName] for
> property 'objectName': no matching editors or conversion strategy found
>   at
> org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:231)
>   at
> org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:138)
>   at
> org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:380)
>   at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1105)
>   at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:861)
>   at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:421)
>   at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
>   at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
>   at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
>   at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
>   at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:284)
>   at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
>   at
> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:161)
>   at
> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:51)
>   at org.apache.servicemix.Main.main(Main.java:54)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:585)
>   at org.codehaus.classworlds.Launcher.launchStandard(Launcher.java:410)
>
>
> Freeman Fang wrote:
>>
>> Hi All,
>>
>> I have uploaded a version of ServiceMix 3.2.2 for you to review. See
>> http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2.2
>> for all the links and release notes.
>>
>> [ ] +1 Release ServiceMix 3.2.2
>> [ ] ± 0
>> [ ] -1 Do not release ServiceMix 3.2.2
>>
>> Cheers
>>
>> Freeman
>>
>
>



--
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: [VOTE] Release ServiceMix 3.2.2

by Gert Vanthienen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Guillaume,

Let me try if removing one of the setters solves the issue on my
machine.  For now, I'll have to vote -1 -- if Thomas and I are both
experiencing this issue, there are bound to be more users impacted.

Regards,

Gert

Guillaume Nodet wrote:

> Now I think I recall the problem.  I think at some point we had two
> setters, one taking a string, and another one taking an ObjectName.
> In trunk, one has been removed, but not in the branch.  Not sure why
> it happens on your machine, but it may be related to the order in
> which the JVM retrieves the operations and give them to Spring (not
> sure though).
>
> On Fri, Jul 25, 2008 at 2:47 PM, Gert Vanthienen
> <gert.vanthienen@...> wrote:
>  
>> L.S.,
>>
>> On my machine, the uploaded version of ServiceMix 3.2.2 does not start.  I
>> get the exception below.  Strange thing about this is we a) have a
>> PropertyEditor to deal with this
>> (org.apache.xbean.spring.context.impl.ObjectNameEditor) and b) we also have
>> a setter there that takes a String (setObjectName(String)).  I'm running
>> this on Linux and get this exception both when running with JDK 1.5 and JDK
>> 1.6.  Am I missing the point somewhere here or is this a serious issue with
>> the release?
>>
>> Regards,
>>
>> Gert
>>
>> java.lang.IllegalArgumentException: Cannot convert value of type
>> [java.lang.String] to required type [javax.management.ObjectName] for
>> property 'objectName': no matching editors or conversion strategy found
>>   at
>> org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:231)
>>   at
>> org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:138)
>>   at
>> org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:380)
>>   at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1105)
>>   at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:861)
>>   at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:421)
>>   at
>> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
>>   at
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
>>   at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
>>   at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
>>   at
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:284)
>>   at
>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
>>   at
>> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:161)
>>   at
>> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:51)
>>   at org.apache.servicemix.Main.main(Main.java:54)
>>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>   at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>   at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>   at java.lang.reflect.Method.invoke(Method.java:585)
>>   at org.codehaus.classworlds.Launcher.launchStandard(Launcher.java:410)
>>
>>
>> Freeman Fang wrote:
>>    
>>> Hi All,
>>>
>>> I have uploaded a version of ServiceMix 3.2.2 for you to review. See
>>> http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2.2
>>> for all the links and release notes.
>>>
>>> [ ] +1 Release ServiceMix 3.2.2
>>> [ ] ± 0
>>> [ ] -1 Do not release ServiceMix 3.2.2
>>>
>>> Cheers
>>>
>>> Freeman
>>>
>>>      
>>    
>
>
>
>  

---
Gert Vanthienen
http://www.anova.be

Re: [VOTE] Release ServiceMix 3.2.2

by Gert Vanthienen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Guillaume,

Your memory serves you well...  Issue has been fixed (cfr.
https://issues.apache.org/activemq/browse/SM-1482)

Gert

Guillaume Nodet wrote:

> Now I think I recall the problem.  I think at some point we had two
> setters, one taking a string, and another one taking an ObjectName.
> In trunk, one has been removed, but not in the branch.  Not sure why
> it happens on your machine, but it may be related to the order in
> which the JVM retrieves the operations and give them to Spring (not
> sure though).
>
> On Fri, Jul 25, 2008 at 2:47 PM, Gert Vanthienen
> <gert.vanthienen@...> wrote:
>  
>> L.S.,
>>
>> On my machine, the uploaded version of ServiceMix 3.2.2 does not start.  I
>> get the exception below.  Strange thing about this is we a) have a
>> PropertyEditor to deal with this
>> (org.apache.xbean.spring.context.impl.ObjectNameEditor) and b) we also have
>> a setter there that takes a String (setObjectName(String)).  I'm running
>> this on Linux and get this exception both when running with JDK 1.5 and JDK
>> 1.6.  Am I missing the point somewhere here or is this a serious issue with
>> the release?
>>
>> Regards,
>>
>> Gert
>>
>> java.lang.IllegalArgumentException: Cannot convert value of type
>> [java.lang.String] to required type [javax.management.ObjectName] for
>> property 'objectName': no matching editors or conversion strategy found
>>   at
>> org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:231)
>>   at
>> org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:138)
>>   at
>> org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:380)
>>   at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1105)
>>   at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:861)
>>   at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:421)
>>   at
>> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
>>   at
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
>>   at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
>>   at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
>>   at
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:284)
>>   at
>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
>>   at
>> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:161)
>>   at
>> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:51)
>>   at org.apache.servicemix.Main.main(Main.java:54)
>>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>   at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>   at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>   at java.lang.reflect.Method.invoke(Method.java:585)
>>   at org.codehaus.classworlds.Launcher.launchStandard(Launcher.java:410)
>>
>>
>> Freeman Fang wrote:
>>    
>>> Hi All,
>>>
>>> I have uploaded a version of ServiceMix 3.2.2 for you to review. See
>>> http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2.2
>>> for all the links and release notes.
>>>
>>> [ ] +1 Release ServiceMix 3.2.2
>>> [ ] ± 0
>>> [ ] -1 Do not release ServiceMix 3.2.2
>>>
>>> Cheers
>>>
>>> Freeman
>>>
>>>      
>>    
>
>
>
>  

---
Gert Vanthienen
http://www.anova.be

Re: [VOTE] Release ServiceMix 3.2.2

by gnodet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

So I'm changing my vote to -1 :-(

On Fri, Jul 25, 2008 at 4:01 PM, Gert Vanthienen
<gert.vanthienen@...> wrote:

> Guillaume,
>
> Your memory serves you well...  Issue has been fixed (cfr.
> https://issues.apache.org/activemq/browse/SM-1482)
>
> Gert
>
> Guillaume Nodet wrote:
>>
>> Now I think I recall the problem.  I think at some point we had two
>> setters, one taking a string, and another one taking an ObjectName.
>> In trunk, one has been removed, but not in the branch.  Not sure why
>> it happens on your machine, but it may be related to the order in
>> which the JVM retrieves the operations and give them to Spring (not
>> sure though).
>>
>> On Fri, Jul 25, 2008 at 2:47 PM, Gert Vanthienen
>> <gert.vanthienen@...> wrote:
>>
>>>
>>> L.S.,
>>>
>>> On my machine, the uploaded version of ServiceMix 3.2.2 does not start.
>>>  I
>>> get the exception below.  Strange thing about this is we a) have a
>>> PropertyEditor to deal with this
>>> (org.apache.xbean.spring.context.impl.ObjectNameEditor) and b) we also
>>> have
>>> a setter there that takes a String (setObjectName(String)).  I'm running
>>> this on Linux and get this exception both when running with JDK 1.5 and
>>> JDK
>>> 1.6.  Am I missing the point somewhere here or is this a serious issue
>>> with
>>> the release?
>>>
>>> Regards,
>>>
>>> Gert
>>>
>>> java.lang.IllegalArgumentException: Cannot convert value of type
>>> [java.lang.String] to required type [javax.management.ObjectName] for
>>> property 'objectName': no matching editors or conversion strategy found
>>>  at
>>>
>>> org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:231)
>>>  at
>>>
>>> org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:138)
>>>  at
>>>
>>> org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:380)
>>>  at
>>>
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1105)
>>>  at
>>>
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:861)
>>>  at
>>>
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:421)
>>>  at
>>>
>>> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
>>>  at
>>>
>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
>>>  at
>>>
>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
>>>  at
>>>
>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
>>>  at
>>>
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:284)
>>>  at
>>>
>>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
>>>  at
>>>
>>> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:161)
>>>  at
>>>
>>> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:51)
>>>  at org.apache.servicemix.Main.main(Main.java:54)
>>>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>  at
>>>
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>  at
>>>
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>  at java.lang.reflect.Method.invoke(Method.java:585)
>>>  at org.codehaus.classworlds.Launcher.launchStandard(Launcher.java:410)
>>>
>>>
>>> Freeman Fang wrote:
>>>
>>>>
>>>> Hi All,
>>>>
>>>> I have uploaded a version of ServiceMix 3.2.2 for you to review. See
>>>> http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2.2
>>>> for all the links and release notes.
>>>>
>>>> [ ] +1 Release ServiceMix 3.2.2
>>>> [ ] ± 0
>>>> [ ] -1 Do not release ServiceMix 3.2.2
>>>>
>>>> Cheers
>>>>
>>>> Freeman
>>>>
>>>>
>>>
>>>
>>
>>
>>
>>
>
>



--
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: [VOTE] Release ServiceMix 3.2.2

by tterm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-1 also and waiting for the newest

Gert Vanthienen wrote:

> Guillaume,
>
> Your memory serves you well...  Issue has been fixed (cfr.
> https://issues.apache.org/activemq/browse/SM-1482)
>
> Gert
>
> Guillaume Nodet wrote:
>
>> Now I think I recall the problem.  I think at some point we had two
>> setters, one taking a string, and another one taking an ObjectName.
>> In trunk, one has been removed, but not in the branch.  Not sure why
>> it happens on your machine, but it may be related to the order in
>> which the JVM retrieves the operations and give them to Spring (not
>> sure though).
>>
>> On Fri, Jul 25, 2008 at 2:47 PM, Gert Vanthienen
>> <gert.vanthienen@...> wrote:
>>  
>>
>>> L.S.,
>>>
>>> On my machine, the uploaded version of ServiceMix 3.2.2 does not
>>> start.  I
>>> get the exception below.  Strange thing about this is we a) have a
>>> PropertyEditor to deal with this
>>> (org.apache.xbean.spring.context.impl.ObjectNameEditor) and b) we
>>> also have
>>> a setter there that takes a String (setObjectName(String)).  I'm running
>>> this on Linux and get this exception both when running with JDK 1.5
>>> and JDK
>>> 1.6.  Am I missing the point somewhere here or is this a serious
>>> issue with
>>> the release?
>>>
>>> Regards,
>>>
>>> Gert
>>>
>>> java.lang.IllegalArgumentException: Cannot convert value of type
>>> [java.lang.String] to required type [javax.management.ObjectName] for
>>> property 'objectName': no matching editors or conversion strategy found
>>>   at
>>> org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:231)
>>>
>>>   at
>>> org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:138)
>>>
>>>   at
>>> org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:380)
>>>
>>>   at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1105)
>>>
>>>   at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:861)
>>>
>>>   at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:421)
>>>
>>>   at
>>> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
>>>
>>>   at
>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
>>>
>>>   at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
>>>
>>>   at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
>>>
>>>   at
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:284)
>>>
>>>   at
>>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
>>>
>>>   at
>>> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:161)
>>>
>>>   at
>>> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:51)
>>>
>>>   at org.apache.servicemix.Main.main(Main.java:54)
>>>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>   at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>
>>>   at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>
>>>   at java.lang.reflect.Method.invoke(Method.java:585)
>>>   at org.codehaus.classworlds.Launcher.launchStandard(Launcher.java:410)
>>>
>>>
>>> Freeman Fang wrote:
>>>    
>>>
>>>> Hi All,
>>>>
>>>> I have uploaded a version of ServiceMix 3.2.2 for you to review. See
>>>> http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2.2
>>>> for all the links and release notes.
>>>>
>>>> [ ] +1 Release ServiceMix 3.2.2
>>>> [ ] ± 0
>>>> [ ] -1 Do not release ServiceMix 3.2.2
>>>>
>>>> Cheers
>>>>
>>>> Freeman
>>>>
>>>>      
>>>
>>>    
>>
>>
>>
>>
>>  
>
>
>


--
Thomas Termin
_______________________________
blue elephant systems GmbH
Wollgrasweg 49
D-70599 Stuttgart

Tel    :  (+49) 0711 - 45 10 17 676
Fax    :  (+49) 0711 - 45 10 17 573
WWW    :  http://www.blue-elephant-systems.com
Email  :  Thomas.Termin@...

blue elephant systems GmbH
Firmensitz      : Wollgrasweg 49, D-70599 Stuttgart
Registergericht : Amtsgericht Stuttgart, HRB 24106
Geschäftsführer : Holger Dietrich, Thomas Gentsch, Joachim Hoernle


Re: [VOTE] Release ServiceMix 3.2.2

by Freeman Fang :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I can't see this problem both with jdk 15 and 16.
Anyway, I'd like to cancel this vote since there obviously is a problem
in the code.

I will send out the vote mail for 2nd try  to release ServiceMix 3.2.2
very soon.


Regards
Freeman

Thomas Termin wrote:

> -1 also and waiting for the newest
>
> Gert Vanthienen wrote:
>  
>> Guillaume,
>>
>> Your memory serves you well...  Issue has been fixed (cfr.
>> https://issues.apache.org/activemq/browse/SM-1482)
>>
>> Gert
>>
>> Guillaume Nodet wrote:
>>
>>    
>>> Now I think I recall the problem.  I think at some point we had two
>>> setters, one taking a string, and another one taking an ObjectName.
>>> In trunk, one has been removed, but not in the branch.  Not sure why
>>> it happens on your machine, but it may be related to the order in
>>> which the JVM retrieves the operations and give them to Spring (not
>>> sure though).
>>>
>>> On Fri, Jul 25, 2008 at 2:47 PM, Gert Vanthienen
>>> <gert.vanthienen@...> wrote:
>>>  
>>>
>>>      
>>>> L.S.,
>>>>
>>>> On my machine, the uploaded version of ServiceMix 3.2.2 does not
>>>> start.  I
>>>> get the exception below.  Strange thing about this is we a) have a
>>>> PropertyEditor to deal with this
>>>> (org.apache.xbean.spring.context.impl.ObjectNameEditor) and b) we
>>>> also have
>>>> a setter there that takes a String (setObjectName(String)).  I'm running
>>>> this on Linux and get this exception both when running with JDK 1.5
>>>> and JDK
>>>> 1.6.  Am I missing the point somewhere here or is this a serious
>>>> issue with
>>>> the release?
>>>>
>>>> Regards,
>>>>
>>>> Gert
>>>>
>>>> java.lang.IllegalArgumentException: Cannot convert value of type
>>>> [java.lang.String] to required type [javax.management.ObjectName] for
>>>> property 'objectName': no matching editors or conversion strategy found
>>>>   at
>>>> org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:231)
>>>>
>>>>   at
>>>> org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:138)
>>>>
>>>>   at
>>>> org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:380)
>>>>
>>>>   at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1105)
>>>>
>>>>   at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:861)
>>>>
>>>>   at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:421)
>>>>
>>>>   at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
>>>>
>>>>   at
>>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
>>>>
>>>>   at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
>>>>
>>>>   at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
>>>>
>>>>   at
>>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:284)
>>>>
>>>>   at
>>>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
>>>>
>>>>   at
>>>> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:161)
>>>>
>>>>   at
>>>> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:51)
>>>>
>>>>   at org.apache.servicemix.Main.main(Main.java:54)
>>>>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>   at
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>>
>>>>   at
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>
>>>>   at java.lang.reflect.Method.invoke(Method.java:585)
>>>>   at org.codehaus.classworlds.Launcher.launchStandard(Launcher.java:410)
>>>>
>>>>
>>>> Freeman Fang wrote:
>>>>    
>>>>
>>>>        
>>>>> Hi All,
>>>>>
>>>>> I have uploaded a version of ServiceMix 3.2.2 for you to review. See
>>>>> http://cwiki.apache.org/confluence/display/SM/ServiceMix+3.2.2
>>>>> for all the links and release notes.
>>>>>
>>>>> [ ] +1 Release ServiceMix 3.2.2
>>>>> [ ] ± 0
>>>>> [ ] -1 Do not release ServiceMix 3.2.2
>>>>>
>>>>> Cheers
>>>>>
>>>>> Freeman
>>>>>
>>>>>      
>>>>>          
>>>>    
>>>>        
>>>
>>>
>>>  
>>>      
>>
>>    
>
>
>