<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Reiner Saddey's Place</title>
	<link>http://blog.saddey.net</link>
	<description>Just another WordPress weblog for Reiner Saddey</description>
	<pubDate>Thu, 26 Jan 2012 19:15:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Comment on How to Deploy a Grails Application to JBoss 5 by sana</title>
		<link>http://blog.saddey.net/2010/03/06/how-to-deploy-a-grails-application-to-jboss-5/#comment-43697</link>
		<author>sana</author>
		<pubDate>Thu, 26 Jan 2012 14:14:28 +0000</pubDate>
		<guid>http://blog.saddey.net/2010/03/06/how-to-deploy-a-grails-application-to-jboss-5/#comment-43697</guid>
		<description>Hi ,
 i am trying to deploy war release at a server with -
*app server*: jboss 5.1.0  
*jdk*: 1.6.0.29 ,
*grails*: 2.0
*wsclient*: groovyws-0.5.1.jar

shows following error-
   Line &#124; Method
-&#62;&#62; 197 &#124; createContext in com.sun.xml.bind.v2.ContextFactory
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
&#124;   133 &#124; newInstance   in javax.xml.bind.ContextFinder
&#124;   286 &#124; find . . . .  in     ''
&#124;   372 &#124; newInstance   in javax.xml.bind.JAXBContext
&#124;   349 &#124; createClient  in org.apache.cxf.endpoint.dynamic.DynamicClientFactory
&#124;   196 &#124; createClient  in     ''
&#124;   175 &#124; createClient  in     ''
&#124;   198 &#124; createClient  in groovyx.net.ws.AbstractCXFWSClient
&#124;   107 &#124; initialize .  in groovyx.net.ws.WSClient
&#124;    19 &#124; getClient     in org.grails.plugins.wsclient.service.WebService
&#124;    18 &#124; doCall . . .  in com.TestController$_closure1
&#124;    96 &#124; doFilter      in org.jboss.web.tomcat.filters.ReplyHeaderFilter
&#124;   190 &#124; invoke . . .  in org.jboss.web.tomcat.security.SecurityAssociationValve
&#124;    92 &#124; invoke        in org.jboss.web.tomcat.security.JaccContextValve
&#124;   126 &#124; process . . . in org.jboss.web.tomcat.security.SecurityContextEstablishmentValve
&#124;    70 &#124; invoke        in     ''
&#124;   158 &#124; invoke . . .  in org.jboss.web.tomcat.service.jca.CachedConnectionValve
^   662 &#124; run           in java.lang.Thread


if i try it on tomcat ,works fine . why not on jboss.?
i tried adding jaxb-api.jar under jdk/jre /lib/endorsed but no help.

Please suggest.
highly appreciate.

thanks</description>
		<content:encoded><![CDATA[<p>Hi ,<br />
 i am trying to deploy war release at a server with -<br />
*app server*: jboss 5.1.0<br />
*jdk*: 1.6.0.29 ,<br />
*grails*: 2.0<br />
*wsclient*: groovyws-0.5.1.jar</p>
<p>shows following error-<br />
   Line | Method<br />
-&gt;&gt; 197 | createContext in com.sun.xml.bind.v2.ContextFactory<br />
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<br />
|   133 | newInstance   in javax.xml.bind.ContextFinder<br />
|   286 | find . . . .  in     &#8221;<br />
|   372 | newInstance   in javax.xml.bind.JAXBContext<br />
|   349 | createClient  in org.apache.cxf.endpoint.dynamic.DynamicClientFactory<br />
|   196 | createClient  in     &#8221;<br />
|   175 | createClient  in     &#8221;<br />
|   198 | createClient  in groovyx.net.ws.AbstractCXFWSClient<br />
|   107 | initialize .  in groovyx.net.ws.WSClient<br />
|    19 | getClient     in org.grails.plugins.wsclient.service.WebService<br />
|    18 | doCall . . .  in com.TestController$_closure1<br />
|    96 | doFilter      in org.jboss.web.tomcat.filters.ReplyHeaderFilter<br />
|   190 | invoke . . .  in org.jboss.web.tomcat.security.SecurityAssociationValve<br />
|    92 | invoke        in org.jboss.web.tomcat.security.JaccContextValve<br />
|   126 | process . . . in org.jboss.web.tomcat.security.SecurityContextEstablishmentValve<br />
|    70 | invoke        in     &#8221;<br />
|   158 | invoke . . .  in org.jboss.web.tomcat.service.jca.CachedConnectionValve<br />
^   662 | run           in java.lang.Thread</p>
<p>if i try it on tomcat ,works fine . why not on jboss.?<br />
i tried adding jaxb-api.jar under jdk/jre /lib/endorsed but no help.</p>
<p>Please suggest.<br />
highly appreciate.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Deploy a Grails Application to GlassFish by Ludovic R.</title>
		<link>http://blog.saddey.net/2010/03/27/how-to-deploy-a-grails-application-to-glassfish/#comment-43535</link>
		<author>Ludovic R.</author>
		<pubDate>Fri, 20 Jan 2012 14:06:41 +0000</pubDate>
		<guid>http://blog.saddey.net/2010/03/27/how-to-deploy-a-grails-application-to-glassfish/#comment-43535</guid>
		<description>Sorry, the comment parser seems to think i am trying to inject HTML tag and i get censored. Last try...
// Replace &#60; by the equivalent char in HTML
writer &#60;&#60; new StreamingMarkupBuilder().bind {
    mkp.declareNamespace("": "http://java.sun.com/xml/ns/j2ee") 
    mkp.yield(root)
 } 
writer.close() 

}</description>
		<content:encoded><![CDATA[<p>Sorry, the comment parser seems to think i am trying to inject HTML tag and i get censored. Last try&#8230;<br />
// Replace &lt; by the equivalent char in HTML<br />
writer &lt;&lt; new StreamingMarkupBuilder().bind {<br />
    mkp.declareNamespace(&#8221;": &#8220;http://java.sun.com/xml/ns/j2ee&#8221;)<br />
    mkp.yield(root)<br />
 }<br />
writer.close() </p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Deploy a Grails Application to GlassFish by Ludovic R.</title>
		<link>http://blog.saddey.net/2010/03/27/how-to-deploy-a-grails-application-to-glassfish/#comment-43534</link>
		<author>Ludovic R.</author>
		<pubDate>Fri, 20 Jan 2012 13:58:03 +0000</pubDate>
		<guid>http://blog.saddey.net/2010/03/27/how-to-deploy-a-grails-application-to-glassfish/#comment-43534</guid>
		<description>Just noticed my comment has been cut... Here is the end of the closure :

// Delete space between </description>
		<content:encoded><![CDATA[<p>Just noticed my comment has been cut&#8230; Here is the end of the closure :</p>
<p>// Delete space between</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Deploy a Grails Application to GlassFish by Ludovic R.</title>
		<link>http://blog.saddey.net/2010/03/27/how-to-deploy-a-grails-application-to-glassfish/#comment-43506</link>
		<author>Ludovic R.</author>
		<pubDate>Thu, 19 Jan 2012 16:21:45 +0000</pubDate>
		<guid>http://blog.saddey.net/2010/03/27/how-to-deploy-a-grails-application-to-glassfish/#comment-43506</guid>
		<description>Thanks a lot for sharing theses tips. I modified it a bit because it prevents app from working when launched with "grails run-app" command.
Actually it should only modify the web.xml when building a war.
Here is what i use :

eventCreateWarStart = { warName, stagingDir -&#62;

	def webXmlFile = new File("${stagingDir}/WEB-INF/web.xml")	
	def root = new XmlSlurper().parse(webXmlFile)

	// When running with JBoss (or GlassFish a.s.o) remove log4j configuration stuff
	def log4j = root.listener.findAll {node -&#62;
		node.'listener-class'.text() == 'org.codehaus.groovy.grails.plugins.log4j.web.util.Log4jConfigListener'
	}
	log4j.replaceNode {}

	def log4jFile = root.'context-param'.findAll {node -&#62;
		node.'param-name'.text() == 'log4jConfigLocation'
	}
	log4jFile.replaceNode {}

	def writer = new FileWriter(webXmlFile)
	writer </description>
		<content:encoded><![CDATA[<p>Thanks a lot for sharing theses tips. I modified it a bit because it prevents app from working when launched with &#8220;grails run-app&#8221; command.<br />
Actually it should only modify the web.xml when building a war.<br />
Here is what i use :</p>
<p>eventCreateWarStart = { warName, stagingDir -&gt;</p>
<p>	def webXmlFile = new File(&#8221;${stagingDir}/WEB-INF/web.xml&#8221;)<br />
	def root = new XmlSlurper().parse(webXmlFile)</p>
<p>	// When running with JBoss (or GlassFish a.s.o) remove log4j configuration stuff<br />
	def log4j = root.listener.findAll {node -&gt;<br />
		node.&#8217;listener-class&#8217;.text() == &#8216;org.codehaus.groovy.grails.plugins.log4j.web.util.Log4jConfigListener&#8217;<br />
	}<br />
	log4j.replaceNode {}</p>
<p>	def log4jFile = root.&#8217;context-param&#8217;.findAll {node -&gt;<br />
		node.&#8217;param-name&#8217;.text() == &#8216;log4jConfigLocation&#8217;<br />
	}<br />
	log4jFile.replaceNode {}</p>
<p>	def writer = new FileWriter(webXmlFile)<br />
	writer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails and Microsoft SQL Server - Not so painless when using Unique Constraints - A Pragmatic Work-Around by &#160; Grails + SQL Server: manejando restricciones &#8220;unique&#8221;&#160;en&#160;Observatorio de Grails</title>
		<link>http://blog.saddey.net/2011/12/18/grails-and-microsoft-sql-server-not-so-painless-when-using-unique-constraints-a-pragmatic-work-around/#comment-43148</link>
		<author>&#160; Grails + SQL Server: manejando restricciones &#8220;unique&#8221;&#160;en&#160;Observatorio de Grails</author>
		<pubDate>Wed, 28 Dec 2011 10:01:14 +0000</pubDate>
		<guid>http://blog.saddey.net/2011/12/18/grails-and-microsoft-sql-server-not-so-painless-when-using-unique-constraints-a-pragmatic-work-around/#comment-43148</guid>
		<description>[...] información aquí (traducción al [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] información aquí (traducción al [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails and Microsoft SQL Server - Not so painless when using Unique Constraints - A Pragmatic Work-Around by Sql server JDBC Driver</title>
		<link>http://blog.saddey.net/2011/12/18/grails-and-microsoft-sql-server-not-so-painless-when-using-unique-constraints-a-pragmatic-work-around/#comment-43060</link>
		<author>Sql server JDBC Driver</author>
		<pubDate>Thu, 22 Dec 2011 13:22:16 +0000</pubDate>
		<guid>http://blog.saddey.net/2011/12/18/grails-and-microsoft-sql-server-not-so-painless-when-using-unique-constraints-a-pragmatic-work-around/#comment-43060</guid>
		<description>Wow... Very helpful post about MS SQL Server. Thanks a lot for great work. Please keep it up :)


Thanks,
Mike
&lt;a href="http://www.datadirect.com/products/jdbc/sqlserver/index.html"&gt;Sql server JDBC Driver&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Wow&#8230; Very helpful post about MS SQL Server. Thanks a lot for great work. Please keep it up <img src='http://blog.saddey.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks,<br />
Mike<br />
<a href="http://www.datadirect.com/products/jdbc/sqlserver/index.html">Sql server JDBC Driver</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Episodes from the Life of a Mac Convert - How to install Apache? by Anders</title>
		<link>http://blog.saddey.net/2011/09/05/episodes-from-the-life-of-a-mac-convert-how-to-install-apache/#comment-42218</link>
		<author>Anders</author>
		<pubDate>Wed, 19 Oct 2011 21:22:33 +0000</pubDate>
		<guid>http://blog.saddey.net/2011/09/05/episodes-from-the-life-of-a-mac-convert-how-to-install-apache/#comment-42218</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Successfully Tap Your (SIP) VOIP Phone Line for Free by varun pratap Singh</title>
		<link>http://blog.saddey.net/2008/05/04/how-to-successfully-tap-your-sip-voip-phone-line-for-free/#comment-42165</link>
		<author>varun pratap Singh</author>
		<pubDate>Mon, 17 Oct 2011 07:22:58 +0000</pubDate>
		<guid>http://blog.saddey.net/2008/05/04/how-to-successfully-tap-your-sip-voip-phone-line-for-free/#comment-42165</guid>
		<description>Hi Everybody,
Can I anybody tell me how to configure the OrkAudio like that it replieas the SIP INVITE coming to system with OrkAudio with 200 OK . And then the call is established it reocrds the RTP packsts comning to it.</description>
		<content:encoded><![CDATA[<p>Hi Everybody,<br />
Can I anybody tell me how to configure the OrkAudio like that it replieas the SIP INVITE coming to system with OrkAudio with 200 OK . And then the call is established it reocrds the RTP packsts comning to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Deploy a Grails Application to JBoss 5 by nate</title>
		<link>http://blog.saddey.net/2010/03/06/how-to-deploy-a-grails-application-to-jboss-5/#comment-41458</link>
		<author>nate</author>
		<pubDate>Wed, 07 Sep 2011 23:04:07 +0000</pubDate>
		<guid>http://blog.saddey.net/2010/03/06/how-to-deploy-a-grails-application-to-jboss-5/#comment-41458</guid>
		<description>i tried this with grails 1.3.7. and glassfish 3.0.1.

It complains about multiple slf4j jars.

glassfish also continued to complain about a missing commons logging class</description>
		<content:encoded><![CDATA[<p>i tried this with grails 1.3.7. and glassfish 3.0.1.</p>
<p>It complains about multiple slf4j jars.</p>
<p>glassfish also continued to complain about a missing commons logging class</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven - Never Say Never in an updatePolicy by Aaron</title>
		<link>http://blog.saddey.net/2010/02/07/maven-never-say-never-in-an-updatepolicy/#comment-40777</link>
		<author>Aaron</author>
		<pubDate>Mon, 25 Jul 2011 06:28:47 +0000</pubDate>
		<guid>http://blog.saddey.net/2010/02/07/maven-never-say-never-in-an-updatepolicy/#comment-40777</guid>
		<description>Thanks for this post</description>
		<content:encoded><![CDATA[<p>Thanks for this post</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.116 seconds -->
<!-- Cached page served by WP-Cache -->
<!-- Compression = gzip/x-gzip -->
