<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: License management plugin for Grails application</title>
	<link>http://manoharviswanathan.com/blog/tech/license-management-plugin-for-grails-application/</link>
	<description></description>
	<pubDate>Fri, 21 Nov 2008 03:12:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Mano</title>
		<link>http://manoharviswanathan.com/blog/tech/license-management-plugin-for-grails-application/#comment-6</link>
		<dc:creator>Mano</dc:creator>
		<pubDate>Sat, 12 Apr 2008 12:48:00 +0000</pubDate>
		<guid>http://manoharviswanathan.com/blog/tech/license-management-plugin-for-grails-application/#comment-6</guid>
		<description>The exception indicates that probably there is a conflicting jar. I have tried the plugin with both grails 1.0.1 and 1.0.2 and works fine. Can you try the plugin with a simple HelloWorld app? If you still have problems, let me know your OS, java ver etc

BTW, the plugin has already been added to grails repo. You should be able to install the plugin by &lt;i&gt;grails install-plugin license&lt;/i&gt;. 

- Mano</description>
		<content:encoded><![CDATA[<p>The exception indicates that probably there is a conflicting jar. I have tried the plugin with both grails 1.0.1 and 1.0.2 and works fine. Can you try the plugin with a simple HelloWorld app? If you still have problems, let me know your OS, java ver etc</p>
<p>BTW, the plugin has already been added to grails repo. You should be able to install the plugin by <i>grails install-plugin license</i>. </p>
<p>- Mano</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Björn Wilmsmann</title>
		<link>http://manoharviswanathan.com/blog/tech/license-management-plugin-for-grails-application/#comment-5</link>
		<dc:creator>Björn Wilmsmann</dc:creator>
		<pubDate>Fri, 11 Apr 2008 21:55:50 +0000</pubDate>
		<guid>http://manoharviswanathan.com/blog/tech/license-management-plugin-for-grails-application/#comment-5</guid>
		<description>I've been trying to get the plugin to work under Grails 1.0.2 during the last few hours. However, I basically run into two problems:

- If I generate a license with the key pair that comes with the plugin, the license won't be accepted and the following exception is thrown: service.LicenseService License could not be installedde.schlichtherle.xml.PersistenceServiceException: java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl . Usually, I would assume this is due to conflicting xercesImpl.jarS. However, in my app there is only one, that is the one that comes with Grails 1.0.2
- After having generated my own private / public key pair and changing the config settings accordingly, 'grails generate-license' simply prints out 'null', which seems to originate from line 68 in GenerateLicense.groovy: LicenseManager lm = new LicenseManager(licenseParam). I have double-checked the settings in conf/LicensePublicConfig.groovy and etc/LicensePrivateConfig.properties.

--
Best regards,
Bjoern Wilmsmann

PS: Besides, this plugin should definitely be added to the official Grails plugins page, as it provides a very useful feature.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to get the plugin to work under Grails 1.0.2 during the last few hours. However, I basically run into two problems:</p>
<p>- If I generate a license with the key pair that comes with the plugin, the license won&#8217;t be accepted and the following exception is thrown: service.LicenseService License could not be installedde.schlichtherle.xml.PersistenceServiceException: java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl . Usually, I would assume this is due to conflicting xercesImpl.jarS. However, in my app there is only one, that is the one that comes with Grails 1.0.2<br />
- After having generated my own private / public key pair and changing the config settings accordingly, &#8216;grails generate-license&#8217; simply prints out &#8216;null&#8217;, which seems to originate from line 68 in GenerateLicense.groovy: LicenseManager lm = new LicenseManager(licenseParam). I have double-checked the settings in conf/LicensePublicConfig.groovy and etc/LicensePrivateConfig.properties.</p>
<p>&#8211;<br />
Best regards,<br />
Bjoern Wilmsmann</p>
<p>PS: Besides, this plugin should definitely be added to the official Grails plugins page, as it provides a very useful feature.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
