I deployed new snapshots last night: http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/apache-cxf/
Feel free to use them instead of building your own. Dan On Wednesday 28 January 2009 2:22:22 am Christian Schneider wrote: > Could you try to checkout the CXF head from subversion, compile it and > try it with your project. > I was not yet able to identify the source of the problem but for me it > seems solved on the head. > If it works for you too we can be quite sure that CXF 2.1.4 will include > the fix for this issue. > > If your have subversion and maven installed the following will work: > > svn co http://svn.apache.org/repos/asf/cxf/trunk > cd trunk > set MAVEN_OPTS=-Xmx512M -XX:MaxPermSize=128M > mvn -Pfastinstall > > In your project you then include the just compiled version as: > 2.2-SNAPSHOT > > Greetings > > Christian > > Ed Scriven schrieb: > > Hello Christian, > > > > Did you get a chance to check your own samples with Tibco EMS? > > > > Regards, > > > > Ed > > > > 2009/1/21 Christian Schneider <[email protected]> > > > >> Hi Ed, > >> > >> I will check my own sample with tibco ems. > >> > >> Greetings > >> > >> Christian > >> > >> Ed Scriven schrieb: > >> > >> Hello, > >> > >>> I am experiencing problems getting JAX-WS CXF with Tibco JMS to work. > >>> My configuration is derived from the > >>> http://cwiki.apache.org/CXF20DOC/jax-ws-java-first-with-jms-transport.h > >>>tmland http://cwiki.apache.org/CXF20DOC/jms-transport.html. I am using > >>> Spring. > >>> > >>> If I provide a jndiReplyDestinationName on the jms:conduit/jms:address > >>> element all works fine. Unfortunately when I remove this attribute and > >>> expect temporary queues instead Tibco throws a > >>> javax.jms.InvalidDestinationException: > >>> Invalid temporary destination exception. This exception is raised from > >>> the > >>> Spring DefaultMessageListenerContainer requesting Tibco libraries to > >>> create > >>> a consumer. > >>> > >>> Having inspected the Tibco logs the temporary queue is created > >>> successfully > >>> named $TMP$.EMS-SERVER.9A049772E795.2. The logs do state that "created > >>> receiver failed: invalid temporary queue". > >>> > >>> I have spent a good day trawling Google for anything related to this > >>> issue, > >>> but with no success. Apologies not stack traces nor code, they are on > >>> a segregated network with no Internet access. I can get them if > >>> required. > >>> > >>> Has anyone experience CXF with Tibco JMS? Has anyone experienced > >>> temporary > >>> queue problems before? > >>> > >>> Regards, > >>> > >>> Ed > >> > >> -- > >> > >> Christian Schneider > >> --- > >> http://www.liquid-reality.de -- Daniel Kulp [email protected] http://dankulp.com/blog
