You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Erwan Fuiochet <er...@free.fr> on 2012/12/26 15:04:56 UTC

StAXSourceTransformer not exists anymore in >3.4 ?

Hi All,

We have made an application base on servicemix 3.2.3 migrated to 3.3.2
successfully.
Then i was working on 3.4.0 migration (unable to take 3.4.1 but link are
broken on the servicemix web site !)

I'm blocking on http marshaller using StAXSourceTransformer. It seems not
existing in servicemix-core-1.5.0. (look out the source and saw that it was
existing in 1.4.0).

Is there any reason ? what about backward compatibility ! I know that 3.X
version will be not supported after December 2012 (why releasing a 3.4.1
version in this case ?).

Is this error was encounter by anyone ?
I will take a look into the default marshaller, but this transformer was
very useful to convert message into XML...





--
View this message in context: http://servicemix.396122.n5.nabble.com/StAXSourceTransformer-not-exists-anymore-in-3-4-tp5715313.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Re: StAXSourceTransformer not exists anymore in >3.4 ?

Posted by Erwan Guiochet <er...@free.fr>.
Hi,

Thanks for the information about the issue on staxsource.

Thanks a lot for the link for the 3.4.1 !




--
View this message in context: http://servicemix.396122.n5.nabble.com/StAXSourceTransformer-not-exists-anymore-in-3-4-tp5715313p5715319.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Re: StAXSourceTransformer not exists anymore in >3.4 ?

Posted by Freeman Fang <fr...@gmail.com>.
Btw, you can download Servicemix 3.4.1 here [1]
[1]http://repo2.maven.org/maven2/org/apache/servicemix/apache-servicemix/3.4.1/
-------------
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat
Web: http://fusesource.com | http://www.redhat.com/
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: @Freeman小屋

On 2012-12-26, at 下午10:20, Freeman Fang wrote:

> Hi,
> 
> That class was replaced by SourceTransformer, SM-1831[1] tracked this change
> 
> [1]https://issues.apache.org/jira/browse/SM-1831
> -------------
> Freeman(Yue) Fang
> 
> Red Hat, Inc. 
> FuseSource is now part of Red Hat
> Web: http://fusesource.com | http://www.redhat.com/
> Twitter: freemanfang
> Blog: http://freemanfang.blogspot.com
> http://blog.sina.com.cn/u/1473905042
> weibo: @Freeman小屋
> 
> On 2012-12-26, at 下午10:04, Erwan Fuiochet wrote:
> 
>> Hi All,
>> 
>> We have made an application base on servicemix 3.2.3 migrated to 3.3.2
>> successfully.
>> Then i was working on 3.4.0 migration (unable to take 3.4.1 but link are
>> broken on the servicemix web site !)
>> 
>> I'm blocking on http marshaller using StAXSourceTransformer. It seems not
>> existing in servicemix-core-1.5.0. (look out the source and saw that it was
>> existing in 1.4.0).
>> 
>> Is there any reason ? what about backward compatibility ! I know that 3.X
>> version will be not supported after December 2012 (why releasing a 3.4.1
>> version in this case ?).
>> 
>> Is this error was encounter by anyone ?
>> I will take a look into the default marshaller, but this transformer was
>> very useful to convert message into XML...
>> 
>> 
>> 
>> 
>> 
>> --
>> View this message in context: http://servicemix.396122.n5.nabble.com/StAXSourceTransformer-not-exists-anymore-in-3-4-tp5715313.html
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
> 


Re: StAXSourceTransformer not exists anymore in >3.4 ?

Posted by Freeman Fang <fr...@gmail.com>.
Hi,

That class was replaced by SourceTransformer, SM-1831[1] tracked this change

[1]https://issues.apache.org/jira/browse/SM-1831
-------------
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat
Web: http://fusesource.com | http://www.redhat.com/
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: @Freeman小屋

On 2012-12-26, at 下午10:04, Erwan Fuiochet wrote:

> Hi All,
> 
> We have made an application base on servicemix 3.2.3 migrated to 3.3.2
> successfully.
> Then i was working on 3.4.0 migration (unable to take 3.4.1 but link are
> broken on the servicemix web site !)
> 
> I'm blocking on http marshaller using StAXSourceTransformer. It seems not
> existing in servicemix-core-1.5.0. (look out the source and saw that it was
> existing in 1.4.0).
> 
> Is there any reason ? what about backward compatibility ! I know that 3.X
> version will be not supported after December 2012 (why releasing a 3.4.1
> version in this case ?).
> 
> Is this error was encounter by anyone ?
> I will take a look into the default marshaller, but this transformer was
> very useful to convert message into XML...
> 
> 
> 
> 
> 
> --
> View this message in context: http://servicemix.396122.n5.nabble.com/StAXSourceTransformer-not-exists-anymore-in-3-4-tp5715313.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: StAXSourceTransformer not exists anymore in >3.4 ?

Posted by Erwan Guiochet <er...@free.fr>.
ok found solution in the 2011.01 defaultMarshaller, we need now to use 
org.apache.servicemix.jbi.jaxp.SourceTransformer...

:'(

rewrite code, rewrite code...



--
View this message in context: http://servicemix.396122.n5.nabble.com/StAXSourceTransformer-not-exists-anymore-in-3-4-tp5715313p5715314.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.