<?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: Jforum Integration with a Spring and JSF WebApplication</title>
	<atom:link href="http://www.skill-guru.com/blog/2009/07/31/jforum-integration-with-a-spring-and-jsf-webapplication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skill-guru.com/blog/2009/07/31/jforum-integration-with-a-spring-and-jsf-webapplication/</link>
	<description>Find free mock and practice test, create and sell tests</description>
	<lastBuildDate>Fri, 03 Feb 2012 01:03:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gnanz</title>
		<link>http://www.skill-guru.com/blog/2009/07/31/jforum-integration-with-a-spring-and-jsf-webapplication/comment-page-1/#comment-2204</link>
		<dc:creator>Gnanz</dc:creator>
		<pubDate>Fri, 23 Apr 2010 07:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=224#comment-2204</guid>
		<description>Any idea about integrating Junit with Struts2 application.i have done the basic steps,it lists the test forums but i cant make any new post/reply it throws

java.lang.RuntimeException: Unable to load bean org.apache.struts2.dispatcher.multipart.MultiPartRequest (jakarta) - [unknown location]
	com.opensymphony.xwork2.inject.ContainerBuilder$4.create(ContainerBuilder.java:136)


it seems struts2 upload interceptor is got called when making new posts/reply.

How to get rid of this? Any idea?</description>
		<content:encoded><![CDATA[<p>Any idea about integrating Junit with Struts2 application.i have done the basic steps,it lists the test forums but i cant make any new post/reply it throws</p>
<p>java.lang.RuntimeException: Unable to load bean org.apache.struts2.dispatcher.multipart.MultiPartRequest (jakarta) &#8211; [unknown location]<br />
	com.opensymphony.xwork2.inject.ContainerBuilder$4.create(ContainerBuilder.java:136)</p>
<p>it seems struts2 upload interceptor is got called when making new posts/reply.</p>
<p>How to get rid of this? Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vamsi</title>
		<link>http://www.skill-guru.com/blog/2009/07/31/jforum-integration-with-a-spring-and-jsf-webapplication/comment-page-1/#comment-1380</link>
		<dc:creator>vamsi</dc:creator>
		<pubDate>Tue, 23 Mar 2010 06:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=224#comment-1380</guid>
		<description>&lt;a href=&quot;#comment-1361&quot; rel=&quot;nofollow&quot;&gt;@Smitha &lt;/a&gt; 
Hi Smitha,

                Sorry I forgot to say that I did copied 3 jar files.Because of that jar files My application is not getting deployed. I am using JBOSS server 4.2 and JBOSS seam 3.1 .I am getting an classcast exception 

 Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl cannot be cast to javax.xml.parsers.SAXParserFactory
	at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:128)
	at com.sun.faces.config.ConfigureListener$WebXmlProcessor.getConfiguredFactory(ConfigureListener.java:2048)
	at com.sun.faces.config.ConfigureListener$WebXmlProcessor.scanForFacesServlet(ConfigureListener.java:2022)
	at com.sun.faces.config.ConfigureListener$WebXmlProcessor.(ConfigureListener.java:1996)
	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:244)
	at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3856)
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
	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:597)
	at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
	at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.apache.catalina.core.StandardContext.init(StandardContext.java:5312)
	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:597)
	at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
	at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
	at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
	at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
	at org.jboss.web.WebModule.startModule(WebModule.java:83)
	at org.jboss.web.WebModule.startService(WebModule.java:61)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
	at $Proxy0.start(Unknown Source)..more

Those 3 jars are :-
1)xml-apis
2)xmlrpc
3)xercesImpl

Thanks &amp; Regards,
Vamsi</description>
		<content:encoded><![CDATA[<p><a href="#comment-1361" rel="nofollow">@Smitha </a><br />
Hi Smitha,</p>
<p>                Sorry I forgot to say that I did copied 3 jar files.Because of that jar files My application is not getting deployed. I am using JBOSS server 4.2 and JBOSS seam 3.1 .I am getting an classcast exception </p>
<p> Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener<br />
java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl cannot be cast to javax.xml.parsers.SAXParserFactory<br />
	at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:128)<br />
	at com.sun.faces.config.ConfigureListener$WebXmlProcessor.getConfiguredFactory(ConfigureListener.java:2048)<br />
	at com.sun.faces.config.ConfigureListener$WebXmlProcessor.scanForFacesServlet(ConfigureListener.java:2022)<br />
	at com.sun.faces.config.ConfigureListener$WebXmlProcessor.(ConfigureListener.java:1996)<br />
	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:244)<br />
	at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)<br />
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3856)<br />
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)<br />
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)<br />
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)<br />
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
	at java.lang.reflect.Method.invoke(Method.java:597)<br />
	at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)<br />
	at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)<br />
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)<br />
	at org.apache.catalina.core.StandardContext.init(StandardContext.java:5312)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
	at java.lang.reflect.Method.invoke(Method.java:597)<br />
	at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)<br />
	at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)<br />
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)<br />
	at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)<br />
	at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)<br />
	at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)<br />
	at org.jboss.web.WebModule.startModule(WebModule.java:83)<br />
	at org.jboss.web.WebModule.startService(WebModule.java:61)<br />
	at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)<br />
	at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)<br />
	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
	at java.lang.reflect.Method.invoke(Method.java:597)<br />
	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)<br />
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)<br />
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)<br />
	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)<br />
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)<br />
	at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)<br />
	at $Proxy0.start(Unknown Source)..more</p>
<p>Those 3 jars are :-<br />
1)xml-apis<br />
2)xmlrpc<br />
3)xercesImpl</p>
<p>Thanks &amp; Regards,<br />
Vamsi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vamsi</title>
		<link>http://www.skill-guru.com/blog/2009/07/31/jforum-integration-with-a-spring-and-jsf-webapplication/comment-page-1/#comment-1377</link>
		<dc:creator>vamsi</dc:creator>
		<pubDate>Mon, 22 Mar 2010 12:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=224#comment-1377</guid>
		<description>&lt;a href=&quot;#comment-1361&quot; rel=&quot;nofollow&quot;&gt;@Smitha &lt;/a&gt; 
Hi Smitha,
                  There is no problem in web.xml. These is occurring when i am trying to calll any action, like posting private messages to other users , updating the profile etc. I can able to login by using SSO and the users are getting created on fly. The  problem is that, to the backed end the module name and action getting null when ever I call any action but links are working fine. I came to know by debugging the code.

                                 Like in the code when ever module name is null they are sending 404 server response.

Thanks &amp; Regards 
Vamsi</description>
		<content:encoded><![CDATA[<p><a href="#comment-1361" rel="nofollow">@Smitha </a><br />
Hi Smitha,<br />
                  There is no problem in web.xml. These is occurring when i am trying to calll any action, like posting private messages to other users , updating the profile etc. I can able to login by using SSO and the users are getting created on fly. The  problem is that, to the backed end the module name and action getting null when ever I call any action but links are working fine. I came to know by debugging the code.</p>
<p>                                 Like in the code when ever module name is null they are sending 404 server response.</p>
<p>Thanks &amp; Regards<br />
Vamsi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyndon</title>
		<link>http://www.skill-guru.com/blog/2009/07/31/jforum-integration-with-a-spring-and-jsf-webapplication/comment-page-1/#comment-1371</link>
		<dc:creator>Lyndon</dc:creator>
		<pubDate>Sat, 20 Mar 2010 22:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=224#comment-1371</guid>
		<description>Hi Guys

It all looks good apart from the fact that on most systems UserNames can be changed, UserIds cannot...

What would happen if a user changed their UserName. At some point the matching UserNames would be out of sync. A problem me thinks.

Maybe this could be done using the UserIds on both systems...

Any thoughts on this would be welcome.

Regards

Lyndon</description>
		<content:encoded><![CDATA[<p>Hi Guys</p>
<p>It all looks good apart from the fact that on most systems UserNames can be changed, UserIds cannot&#8230;</p>
<p>What would happen if a user changed their UserName. At some point the matching UserNames would be out of sync. A problem me thinks.</p>
<p>Maybe this could be done using the UserIds on both systems&#8230;</p>
<p>Any thoughts on this would be welcome.</p>
<p>Regards</p>
<p>Lyndon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smitha</title>
		<link>http://www.skill-guru.com/blog/2009/07/31/jforum-integration-with-a-spring-and-jsf-webapplication/comment-page-1/#comment-1361</link>
		<dc:creator>Smitha</dc:creator>
		<pubDate>Sun, 14 Mar 2010 17:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=224#comment-1361</guid>
		<description>&lt;a href=&quot;#comment-1354&quot; rel=&quot;nofollow&quot;&gt;@Vamsi  &lt;/a&gt; 
It looks like there is problem in web.xml. The .pages url is not mapped properly. Can you check it once? Also is there any error messages in log?</description>
		<content:encoded><![CDATA[<p><a href="#comment-1354" rel="nofollow">@Vamsi  </a><br />
It looks like there is problem in web.xml. The .pages url is not mapped properly. Can you check it once? Also is there any error messages in log?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vamsi</title>
		<link>http://www.skill-guru.com/blog/2009/07/31/jforum-integration-with-a-spring-and-jsf-webapplication/comment-page-1/#comment-1354</link>
		<dc:creator>Vamsi</dc:creator>
		<pubDate>Fri, 05 Mar 2010 06:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=224#comment-1354</guid>
		<description>Hi All,

I configured JForum into my application, but i am facing problem  
when ever clicking on submit button getting 404 file not found exception can any one please help me

http://localhost:portno/myapp/jforum.page not found this is the url which i am getting 

thanks in advance .

Thanks &amp; Regards,
Vamsi</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>I configured JForum into my application, but i am facing problem<br />
when ever clicking on submit button getting 404 file not found exception can any one please help me</p>
<p><a href="http://localhost:portno/myapp/jforum.page" rel="nofollow">http://localhost:portno/myapp/jforum.page</a> not found this is the url which i am getting </p>
<p>thanks in advance .</p>
<p>Thanks &amp; Regards,<br />
Vamsi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teazer</title>
		<link>http://www.skill-guru.com/blog/2009/07/31/jforum-integration-with-a-spring-and-jsf-webapplication/comment-page-1/#comment-1078</link>
		<dc:creator>Teazer</dc:creator>
		<pubDate>Tue, 01 Dec 2009 10:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=224#comment-1078</guid>
		<description>Great tutorial, but you missed 1 thing - we have to copy the Web-Inf/classes folder to our Web-Inf too.

THx, helped me alot.</description>
		<content:encoded><![CDATA[<p>Great tutorial, but you missed 1 thing &#8211; we have to copy the Web-Inf/classes folder to our Web-Inf too.</p>
<p>THx, helped me alot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://www.skill-guru.com/blog/2009/07/31/jforum-integration-with-a-spring-and-jsf-webapplication/comment-page-1/#comment-1063</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Thu, 26 Nov 2009 12:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=224#comment-1063</guid>
		<description>It is not that much good you want to improve.Try next time better luck</description>
		<content:encoded><![CDATA[<p>It is not that much good you want to improve.Try next time better luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: twiter</title>
		<link>http://www.skill-guru.com/blog/2009/07/31/jforum-integration-with-a-spring-and-jsf-webapplication/comment-page-1/#comment-198</link>
		<dc:creator>twiter</dc:creator>
		<pubDate>Sun, 30 Aug 2009 16:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=224#comment-198</guid>
		<description>This is certainly the best that I read today in the Internet</description>
		<content:encoded><![CDATA[<p>This is certainly the best that I read today in the Internet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freemdaaa</title>
		<link>http://www.skill-guru.com/blog/2009/07/31/jforum-integration-with-a-spring-and-jsf-webapplication/comment-page-1/#comment-108</link>
		<dc:creator>freemdaaa</dc:creator>
		<pubDate>Tue, 11 Aug 2009 23:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=224#comment-108</guid>
		<description>Now you can get &lt;a href=&quot;http://www.jagmp3.net&quot; rel=&quot;nofollow&quot;&gt;free mp3 music downloads&lt;/a&gt; from www.jagmp3.net. There are millions of songs you can download all for free!</description>
		<content:encoded><![CDATA[<p>Now you can get <a href="http://www.jagmp3.net" rel="nofollow">free mp3 music downloads</a> from <a href="http://www.jagmp3.net" rel="nofollow">http://www.jagmp3.net</a>. There are millions of songs you can download all for free!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

