<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: REST + SOAP for cxf.apache @ appfuse</title>
	<atom:link href="http://blog.srvme.de/2009/01/22/rest-soap-for-cxfapache-appfuse/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.srvme.de/2009/01/22/rest-soap-for-cxfapache-appfuse/</link>
	<description></description>
	<lastBuildDate>Sat, 26 Jun 2010 10:44:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Michael Minella</title>
		<link>http://blog.srvme.de/2009/01/22/rest-soap-for-cxfapache-appfuse/comment-page-1/#comment-342</link>
		<dc:creator>Michael Minella</dc:creator>
		<pubDate>Fri, 30 Oct 2009 15:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://snackycracky.wordpress.com/?p=276#comment-342</guid>
		<description>Hey,

First of all, thanks for the tutorial and video.  They were a HUGE help.  With regards to the service listing issue, if you upgrade cxf to 2.2.4 and the javax.ws.rs version to 1.1 it works fine.  Thanks again for your help!

Michael Minella</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>First of all, thanks for the tutorial and video.  They were a HUGE help.  With regards to the service listing issue, if you upgrade cxf to 2.2.4 and the javax.ws.rs version to 1.1 it works fine.  Thanks again for your help!</p>
<p>Michael Minella</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RaiulBaztepo</title>
		<link>http://blog.srvme.de/2009/01/22/rest-soap-for-cxfapache-appfuse/comment-page-1/#comment-43</link>
		<dc:creator>RaiulBaztepo</dc:creator>
		<pubDate>Wed, 01 Apr 2009 10:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://snackycracky.wordpress.com/?p=276#comment-43</guid>
		<description>Hello!
Very Interesting post! Thank you for such interesting resource!
PS: Sorry for my bad english, I&#039;v just started to learn this language ;)
See you!
Your, Raiul Baztepo</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Very Interesting post! Thank you for such interesting resource!<br />
PS: Sorry for my bad english, I&#8217;v just started to learn this language <img src='http://blog.srvme.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
See you!<br />
Your, Raiul Baztepo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bingosabi</title>
		<link>http://blog.srvme.de/2009/01/22/rest-soap-for-cxfapache-appfuse/comment-page-1/#comment-40</link>
		<dc:creator>bingosabi</dc:creator>
		<pubDate>Sun, 15 Feb 2009 22:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://snackycracky.wordpress.com/?p=276#comment-40</guid>
		<description>Ok.. two other issues that I&#039;m having trying to get this working.   I&#039;m just curious if you happened to see them in the course of your development:

1) Following issue on Jetty startup.
INFO: Setting the server&#039;s publish address to be /PersonServiceSOAP
Feb 15, 2009 2:22:58 PM org.apache.cxf.jaxrs.JAXRSServiceFactoryBean checkMethodDispatcher
WARNING: No resource methods found for resource class org.apache.cxf.jaxrs.model.ClassResourceInfo
ERROR [main] ContextLoader.initWebApplicationContext(215) &#124; Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#039;personService1&#039;: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property &#039;serviceBeans&#039; threw exception; nested exception is java.lang.NullPointerException

(I did ensure that personManager is defined in the applicationContext-services.xml)

2)   I somehow got by the above problem in my own coding attempt... but now only the top level /services will resolve.. trying to actually call a real service always says it can&#039;t find the request for  &#039;s observer.

console snippet:
Feb 15, 2009 2:58:17 PM org.apache.cxf.transport.servlet.ServletController invoke
WARNING: Can&#039;t find the request for http://127.0.0.1:8080/services/CreditService/&#039;s Observer
Feb 15, 2009 2:58:29 PM org.apache.cxf.transport.servlet.ServletController invoke
WARNING: Can&#039;t find the request for http://127.0.0.1:8080/services/CreditService/creditservice/creditDetail/1&#039;s Observer
Feb 15, 2009 2:58:35 PM org.apache.cxf.transport.servlet.ServletController invoke
WARNING: Can&#039;t find the request for http://127.0.0.1:8080/services/CreditService/creditservice/findCreditDetail/1&#039;s Observer
Feb 15, 2009 2:58:43 PM org.apache.cxf.transport.servlet.ServletController invoke
WARNING: Can&#039;t find the request for http://127.0.0.1:8080/services/CreditService/findCreditDetail/1&#039;s Observer

Any thoughts?   Ideas where to start debugging?
Thanks!   (i&#039;ll stop the marathon posts now... PROMISE!)</description>
		<content:encoded><![CDATA[<p>Ok.. two other issues that I&#8217;m having trying to get this working.   I&#8217;m just curious if you happened to see them in the course of your development:</p>
<p>1) Following issue on Jetty startup.<br />
INFO: Setting the server&#8217;s publish address to be /PersonServiceSOAP<br />
Feb 15, 2009 2:22:58 PM org.apache.cxf.jaxrs.JAXRSServiceFactoryBean checkMethodDispatcher<br />
WARNING: No resource methods found for resource class org.apache.cxf.jaxrs.model.ClassResourceInfo<br />
ERROR [main] ContextLoader.initWebApplicationContext(215) | Context initialization failed<br />
org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#8216;personService1&#8242;: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:<br />
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property &#8216;serviceBeans&#8217; threw exception; nested exception is java.lang.NullPointerException</p>
<p>(I did ensure that personManager is defined in the applicationContext-services.xml)</p>
<p>2)   I somehow got by the above problem in my own coding attempt&#8230; but now only the top level /services will resolve.. trying to actually call a real service always says it can&#8217;t find the request for  &#8216;s observer.</p>
<p>console snippet:<br />
Feb 15, 2009 2:58:17 PM org.apache.cxf.transport.servlet.ServletController invoke<br />
WARNING: Can&#8217;t find the request for <a href="http://127.0.0.1:8080/services/CreditService/" rel="nofollow">http://127.0.0.1:8080/services/CreditService/</a>&#8216;s Observer<br />
Feb 15, 2009 2:58:29 PM org.apache.cxf.transport.servlet.ServletController invoke<br />
WARNING: Can&#8217;t find the request for <a href="http://127.0.0.1:8080/services/CreditService/creditservice/creditDetail/1" rel="nofollow">http://127.0.0.1:8080/services/CreditService/creditservice/creditDetail/1</a>&#8216;s Observer<br />
Feb 15, 2009 2:58:35 PM org.apache.cxf.transport.servlet.ServletController invoke<br />
WARNING: Can&#8217;t find the request for <a href="http://127.0.0.1:8080/services/CreditService/creditservice/findCreditDetail/1" rel="nofollow">http://127.0.0.1:8080/services/CreditService/creditservice/findCreditDetail/1</a>&#8216;s Observer<br />
Feb 15, 2009 2:58:43 PM org.apache.cxf.transport.servlet.ServletController invoke<br />
WARNING: Can&#8217;t find the request for <a href="http://127.0.0.1:8080/services/CreditService/findCreditDetail/1" rel="nofollow">http://127.0.0.1:8080/services/CreditService/findCreditDetail/1</a>&#8216;s Observer</p>
<p>Any thoughts?   Ideas where to start debugging?<br />
Thanks!   (i&#8217;ll stop the marathon posts now&#8230; PROMISE!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bingosabi</title>
		<link>http://blog.srvme.de/2009/01/22/rest-soap-for-cxfapache-appfuse/comment-page-1/#comment-42</link>
		<dc:creator>bingosabi</dc:creator>
		<pubDate>Sun, 15 Feb 2009 18:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://snackycracky.wordpress.com/?p=276#comment-42</guid>
		<description>Well I seem to have resolved my problem with &quot;sessionFactory&quot; thing up above.    I had to put the dependencies for asm and cglib immediately after:

&lt;!-- Dependencies calculated by AppFuse when running full-source plugin --&gt;


which is probably what you meant by top level.

I swear I had tried that... but I think I had a subsequent error on something, and was looking too far up in my console. (forgot to clear.)     Anyways... mystery solved.

A few subsequent notes:
[WARNING] While downloading javax.xml:jaxb-api:2.1
  This artifact has been relocated to javax.xml.bind:jaxb-api:2.1.

can be fixed by updating the dependency to include the &quot;.bind&quot;</description>
		<content:encoded><![CDATA[<p>Well I seem to have resolved my problem with &#8220;sessionFactory&#8221; thing up above.    I had to put the dependencies for asm and cglib immediately after:</p>
<p><!-- Dependencies calculated by AppFuse when running full-source plugin --></p>
<p>which is probably what you meant by top level.</p>
<p>I swear I had tried that&#8230; but I think I had a subsequent error on something, and was looking too far up in my console. (forgot to clear.)     Anyways&#8230; mystery solved.</p>
<p>A few subsequent notes:<br />
[WARNING] While downloading javax.xml:jaxb-api:2.1<br />
  This artifact has been relocated to javax.xml.bind:jaxb-api:2.1.</p>
<p>can be fixed by updating the dependency to include the &#8220;.bind&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bingosabi</title>
		<link>http://blog.srvme.de/2009/01/22/rest-soap-for-cxfapache-appfuse/comment-page-1/#comment-41</link>
		<dc:creator>bingosabi</dc:creator>
		<pubDate>Sun, 15 Feb 2009 17:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://snackycracky.wordpress.com/?p=276#comment-41</guid>
		<description>Thanks for working on this!

A comment and a question:
1) I was trying this out and it seem that the default aspectj version in appfuse (1.6.0) is incompatible with spring 2.5.6.   (This doesn&#039;t seem to prevent anything from working.. but leads to a ajcore file complaining about aspect incompatibility between aspect j and the spring files.)     Updating the aspect j versions to 1.6.2 from 1.6.0 seems to fix the issue.

2) Could you post your entire pom.xml?     I&#039;m not sure what you mean from a &quot;top level dependency&quot; versus the other snippets which get added to the pom.xml, and I think I may have put something in the wrong place:    My &quot;mvn compile&quot; is clean, but when i run &quot;mvn jetty:run&quot;  I&#039;m getting an error when Spring tries to create the TransactionInterceptor with the error: cannot resolve reference to bean &#039;sessionFactory&#039; while setting bean property &#039;sessionFactory&#039;       The 1/6/2009 blog entry had someone mentioning something similar in the comments, but they just said it was a bad pom.xml and didn&#039;t elaborate on the issue.

Thanks!

Full (first error) is below:
RROR [main] ContextLoader.initWebApplicationContext(215) &#124; Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#039;org.springframework.transaction.interceptor.TransactionInterceptor#0&#039;: Cannot resolve reference to bean &#039;transactionManager&#039; while setting bean property &#039;transactionManager&#039;; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#039;transactionManager&#039; defined in class path resource [applicationContext-dao.xml]: Cannot resolve reference to bean &#039;sessionFactory&#039; while setting bean property &#039;sessionFactory&#039;; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#039;sessionFactory&#039; defined in class path resource [applicationContext-dao.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.(I)V
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)</description>
		<content:encoded><![CDATA[<p>Thanks for working on this!</p>
<p>A comment and a question:<br />
1) I was trying this out and it seem that the default aspectj version in appfuse (1.6.0) is incompatible with spring 2.5.6.   (This doesn&#8217;t seem to prevent anything from working.. but leads to a ajcore file complaining about aspect incompatibility between aspect j and the spring files.)     Updating the aspect j versions to 1.6.2 from 1.6.0 seems to fix the issue.</p>
<p>2) Could you post your entire pom.xml?     I&#8217;m not sure what you mean from a &#8220;top level dependency&#8221; versus the other snippets which get added to the pom.xml, and I think I may have put something in the wrong place:    My &#8220;mvn compile&#8221; is clean, but when i run &#8220;mvn jetty:run&#8221;  I&#8217;m getting an error when Spring tries to create the TransactionInterceptor with the error: cannot resolve reference to bean &#8216;sessionFactory&#8217; while setting bean property &#8216;sessionFactory&#8217;       The 1/6/2009 blog entry had someone mentioning something similar in the comments, but they just said it was a bad pom.xml and didn&#8217;t elaborate on the issue.</p>
<p>Thanks!</p>
<p>Full (first error) is below:<br />
RROR [main] ContextLoader.initWebApplicationContext(215) | Context initialization failed<br />
org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#8216;org.springframework.transaction.interceptor.TransactionInterceptor#0&#8242;: Cannot resolve reference to bean &#8216;transactionManager&#8217; while setting bean property &#8216;transactionManager&#8217;; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#8216;transactionManager&#8217; defined in class path resource [applicationContext-dao.xml]: Cannot resolve reference to bean &#8216;sessionFactory&#8217; while setting bean property &#8216;sessionFactory&#8217;; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#8216;sessionFactory&#8217; defined in class path resource [applicationContext-dao.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.(I)V<br />
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)<br />
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: setting up linux on a xen vps &#171; Snackycracky&#8217;s Techblog</title>
		<link>http://blog.srvme.de/2009/01/22/rest-soap-for-cxfapache-appfuse/comment-page-1/#comment-39</link>
		<dc:creator>setting up linux on a xen vps &#171; Snackycracky&#8217;s Techblog</dc:creator>
		<pubDate>Sat, 24 Jan 2009 07:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://snackycracky.wordpress.com/?p=276#comment-39</guid>
		<description>[...] supporting REST like services here [...]</description>
		<content:encoded><![CDATA[<p>[...] supporting REST like services here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: migrate appfuse from xfire to cxf &#171; Snackycracky&#8217;s Techblog</title>
		<link>http://blog.srvme.de/2009/01/22/rest-soap-for-cxfapache-appfuse/comment-page-1/#comment-38</link>
		<dc:creator>migrate appfuse from xfire to cxf &#171; Snackycracky&#8217;s Techblog</dc:creator>
		<pubDate>Fri, 23 Jan 2009 08:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://snackycracky.wordpress.com/?p=276#comment-38</guid>
		<description>[...] supporting REST like services here [...]</description>
		<content:encoded><![CDATA[<p>[...] supporting REST like services here [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
