Overloaded webservice methods

2012-08-10 Thread kongar
Hello, I have a question about this stacktrace that I'm encountering when I'm trying to standup my CXF webservice endpoints: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AdapterComponentMpiSecuredService': Invocation of init method failed; nested excepti

Re: MTOM failing when attaching a tiff, but works with pdf

2012-08-10 Thread jaybytez
Awesome, the change to ByteArrayDataSource removed the NPE. The funny thing is after we created a DataHandler, the following test was being done: if (dataHandler.getContent() == null) { } In a JUnit, this worked, but in the deployment of the war this works for PDF and not TIFF. I switched it to

Re: MTOM failing when attaching a tiff, but works with pdf

2012-08-10 Thread jaybytez
Thanks for the help, I am still trying to get this to work. With using the ByteArrayDataSource, we are not getting the NPE any more, but the DataHandler doesn't get serialized, it acts as though it is empty. One quick question, because I got more information about this code. We are proxying a th

CXF 2.6.1 supported Spring versions

2012-08-10 Thread purecharger
I'm getting a pretty nasty Spring exception when attempting to startup my app server using CXF, and I think it may be related to the version of Spring I am using, which is v2.5.6. Is there anything in CXF v2.6.1 that would prevent me from deploying with this version of Spring? Here is the full te

Client Configuration: ProxySelector vs proxy System Properties

2012-08-10 Thread Pierce, Jonathan D
The team I'm working on has written a custom implementation of the ProxySelector class to dynamically handle proxying for all of our outbound connections. The custom ProxySelector still falls back to the default one, which will use the proxy system properties if they are set. I noticed in our C

Re: Upgrading 2.2 to 2.6

2012-08-10 Thread purecharger
It seems Daniel fixed this behavior in CXF-3128, as of v2.3.1. I have split my interface into two: ManagerWS and Manager. ManagerWS contains only the exposed web service method definitions, while Manager extends ManagerWS, adding the add/removeListener methods accepting interfaces as arguments. Th

Re: Spring configuration - http:conduit vs http-conf:conduit

2012-08-10 Thread Freeman Fang
Hi, My comment inline - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: http://weibo.com/u/1473905042 On 2012-8-10, at 下午9:36, sudhakarg wrote: > a) What is

Spring configuration - http:conduit vs http-conf:conduit

2012-08-10 Thread sudhakarg
a) What is the difference between http:conduit and http-conf:conduit? Both has SSL related configurations , which one needs to be preferred over the other and why? I need to use it in the spring configurations. b) Can we have multiple conduits in the spring configuration xml? -- View this messag