<?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"
	>
<channel>
	<title>Comments on: First Release of Seam Plugin for NetBeans!</title>
	<atom:link href="http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/</link>
	<description>"Science is a wonderful thing if one does not have to earn one's living at it" -- Albert Einstein</description>
	<pubDate>Fri, 12 Mar 2010 16:52:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: sanjay yadav</title>
		<link>http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-88890</link>
		<dc:creator>sanjay yadav</dc:creator>
		<pubDate>Tue, 20 Jan 2009 05:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-88890</guid>
		<description>Hello Michael Yuan

I am working with jboss-seam-2.0.2.SP1+jboss-4.2.3.GA+Netbeans6.5+mysql 
Netbeans is configured as per above explanation and creating new project properly while creating new ear nad deploying in the jboss the following error is created::::::::::::::::::::


Exception during request processing:
Caused by javax.servlet.ServletException with message: "Illegal group reference"

javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
java.lang.Thread.run(Thread.java:619)

Caused by java.lang.IllegalArgumentException with message: "Illegal group reference"

java.util.regex.Matcher.appendReplacement(Matcher.java:713)
java.util.regex.Matcher.replaceAll(Matcher.java:813)
java.lang.String.replaceAll(String.java:2190)
org.richfaces.skin.SkinFactoryImpl.loadProperties(SkinFactoryImpl.java:290)
org.richfaces.skin.SkinFactoryImpl.buildSkin(SkinFactoryImpl.java:269)
org.richfaces.skin.SkinFactoryImpl.getSkinByName(SkinFactoryImpl.java:120)
org.richfaces.skin.SkinFactoryImpl.getSkin(SkinFactoryImpl.java:135)
org.ajax4jsf.context.AjaxContextImpl.processHeadResources(AjaxContextImpl.java:359)
org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:245)
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:109)
com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
java.lang.Thread.run(Thread.java:619)

 

where is the problem ?can u give me some idea.</description>
		<content:encoded><![CDATA[<p>Hello Michael Yuan</p>
<p>I am working with jboss-seam-2.0.2.SP1+jboss-4.2.3.GA+Netbeans6.5+mysql<br />
Netbeans is configured as per above explanation and creating new project properly while creating new ear nad deploying in the jboss the following error is created::::::::::::::::::::</p>
<p>Exception during request processing:<br />
Caused by javax.servlet.ServletException with message: &#8220;Illegal group reference&#8221;</p>
<p>javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)<br />
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br />
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)<br />
org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)<br />
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br />
org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)<br />
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br />
org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)<br />
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br />
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)<br />
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)<br />
org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60)<br />
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br />
org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)<br />
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br />
org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68)<br />
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br />
org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)<br />
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br />
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)<br />
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br />
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)<br />
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)<br />
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)<br />
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)<br />
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)<br />
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)<br />
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br />
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)<br />
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br />
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)<br />
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)<br />
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)<br />
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)<br />
java.lang.Thread.run(Thread.java:619)</p>
<p>Caused by java.lang.IllegalArgumentException with message: &#8220;Illegal group reference&#8221;</p>
<p>java.util.regex.Matcher.appendReplacement(Matcher.java:713)<br />
java.util.regex.Matcher.replaceAll(Matcher.java:813)<br />
java.lang.String.replaceAll(String.java:2190)<br />
org.richfaces.skin.SkinFactoryImpl.loadProperties(SkinFactoryImpl.java:290)<br />
org.richfaces.skin.SkinFactoryImpl.buildSkin(SkinFactoryImpl.java:269)<br />
org.richfaces.skin.SkinFactoryImpl.getSkinByName(SkinFactoryImpl.java:120)<br />
org.richfaces.skin.SkinFactoryImpl.getSkin(SkinFactoryImpl.java:135)<br />
org.ajax4jsf.context.AjaxContextImpl.processHeadResources(AjaxContextImpl.java:359)<br />
org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:245)<br />
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:109)<br />
com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)<br />
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)<br />
javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)<br />
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br />
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)<br />
org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)<br />
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br />
org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)<br />
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br />
org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)<br />
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br />
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)<br />
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)<br />
org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60)<br />
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br />
org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)<br />
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br />
org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68)<br />
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br />
org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)<br />
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br />
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)<br />
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br />
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)<br />
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)<br />
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)<br />
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)<br />
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)<br />
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)<br />
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br />
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)<br />
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br />
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)<br />
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)<br />
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)<br />
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)<br />
java.lang.Thread.run(Thread.java:619)</p>
<p>where is the problem ?can u give me some idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michal</title>
		<link>http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-87114</link>
		<dc:creator>michal</dc:creator>
		<pubDate>Mon, 05 Jan 2009 10:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-87114</guid>
		<description>I have created with seam gen with no problems, but when I want to use pack of EJB from separate JAR file, Netbeans doesn't see them. Compiler goes without errors, but IDE marks as errors (package does not exist), also code completion does not work :(</description>
		<content:encoded><![CDATA[<p>I have created with seam gen with no problems, but when I want to use pack of EJB from separate JAR file, Netbeans doesn&#8217;t see them. Compiler goes without errors, but IDE marks as errors (package does not exist), also code completion does not work <img src='http://www.michaelyuan.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jie li</title>
		<link>http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-72727</link>
		<dc:creator>jie li</dc:creator>
		<pubDate>Sat, 09 Aug 2008 03:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-72727</guid>
		<description>We are using seam-gen to generate from postgres. But we get the following errors. The project is very urgent. Can anyboy help us? 
Thanks a lot.

Can't generate seam entities
  org.hibernate.exception.SQLGrammarException: Could not get list of suggested identity strategies from database. Probably a JDBC driver problem. 
  Could not get list of suggested identity strategies from database. Probably a JDBC driver problem. 
    org.hibernate.exception.SQLGrammarException: Could not get list of suggested identity strategies from database. Probably a JDBC driver problem. 
    Could not get list of suggested identity strategies from database. Probably a JDBC driver problem. 
    org.postgresql.util.PSQLException: ERROR: syntax error at or near "table"
    ERROR: syntax error at or near "table"</description>
		<content:encoded><![CDATA[<p>We are using seam-gen to generate from postgres. But we get the following errors. The project is very urgent. Can anyboy help us?<br />
Thanks a lot.</p>
<p>Can&#8217;t generate seam entities<br />
  org.hibernate.exception.SQLGrammarException: Could not get list of suggested identity strategies from database. Probably a JDBC driver problem.<br />
  Could not get list of suggested identity strategies from database. Probably a JDBC driver problem.<br />
    org.hibernate.exception.SQLGrammarException: Could not get list of suggested identity strategies from database. Probably a JDBC driver problem.<br />
    Could not get list of suggested identity strategies from database. Probably a JDBC driver problem.<br />
    org.postgresql.util.PSQLException: ERROR: syntax error at or near &#8220;table&#8221;<br />
    ERROR: syntax error at or near &#8220;table&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dakshina Murthy K</title>
		<link>http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-71119</link>
		<dc:creator>Dakshina Murthy K</dc:creator>
		<pubDate>Thu, 24 Jul 2008 09:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-71119</guid>
		<description>Hi
Can any one help me know
How to add a Web Service client to the seam generated application using this pluggin (Net Beans IDE)?</description>
		<content:encoded><![CDATA[<p>Hi<br />
Can any one help me know<br />
How to add a Web Service client to the seam generated application using this pluggin (Net Beans IDE)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stefan</title>
		<link>http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-51848</link>
		<dc:creator>stefan</dc:creator>
		<pubDate>Wed, 13 Feb 2008 16:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-51848</guid>
		<description>i found this... 
c:/modules/ext/mysql-connector-java-5.0.7-bin.jar</description>
		<content:encoded><![CDATA[<p>i found this&#8230;<br />
c:/modules/ext/mysql-connector-java-5.0.7-bin.jar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stefan</title>
		<link>http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-51846</link>
		<dc:creator>stefan</dc:creator>
		<pubDate>Wed, 13 Feb 2008 15:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-51846</guid>
		<description>paco  
create empty folder and will work c:\modules\ext...for me worked.
Question to Michael Yuan is possible to easly import yours examples to nb or eclipse? For me it miss tutorial how to create some website step-by-step with other database than hsqldb.</description>
		<content:encoded><![CDATA[<p>paco<br />
create empty folder and will work c:\modules\ext&#8230;for me worked.<br />
Question to Michael Yuan is possible to easly import yours examples to nb or eclipse? For me it miss tutorial how to create some website step-by-step with other database than hsqldb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paco</title>
		<link>http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-50238</link>
		<dc:creator>paco</dc:creator>
		<pubDate>Wed, 30 Jan 2008 17:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-50238</guid>
		<description>I have the same problem than Steve, when i try to create a new seam project 

init:
init-properties:
C:/jboss-4.2.2.GA
validate-workspace:
validate-project:
icefaces-staging-copy:
initcopy:
initpoms:
Setting up dependencies
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms
[INFO] Installing C:\jboss-seam-2.0.0.GA\classes\poms\root.pom to C:\Documents and Settings\pacofelc\.m2\repository\org\jboss\seam\root\2.0.0.GA\root-2.0.0.GA.pom
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms
[INFO] Installing C:\jboss-seam-2.0.0.GA\classes\poms\parent.pom to C:\Documents and Settings\pacofelc\.m2\repository\org\jboss\seam\parent\2.0.0.GA\parent-2.0.0.GA.pom
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms
copyseam:
copyseamdependencies:
copyjbossembedded:
copy-lib:
Copying Seam and depdencies to the C:/Documents and Settings/pacofelc/Mis documentos/NetBeansProjects/SeamApplication1/lib directory...
C:\jboss-seam-2.0.0.GA\seam-gen\build.xml:577: C:\modules\ext not found.
BUILD FAILED (total time: 0 seconds)</description>
		<content:encoded><![CDATA[<p>I have the same problem than Steve, when i try to create a new seam project </p>
<p>init:<br />
init-properties:<br />
C:/jboss-4.2.2.GA<br />
validate-workspace:<br />
validate-project:<br />
icefaces-staging-copy:<br />
initcopy:<br />
initpoms:<br />
Setting up dependencies<br />
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms<br />
[INFO] Installing C:\jboss-seam-2.0.0.GA\classes\poms\root.pom to C:\Documents and Settings\pacofelc\.m2\repository\org\jboss\seam\root\2.0.0.GA\root-2.0.0.GA.pom<br />
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms<br />
[INFO] Installing C:\jboss-seam-2.0.0.GA\classes\poms\parent.pom to C:\Documents and Settings\pacofelc\.m2\repository\org\jboss\seam\parent\2.0.0.GA\parent-2.0.0.GA.pom<br />
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms<br />
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms<br />
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms<br />
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms<br />
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms<br />
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms<br />
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms<br />
Copying 1 file to C:\jboss-seam-2.0.0.GA\classes\poms<br />
copyseam:<br />
copyseamdependencies:<br />
copyjbossembedded:<br />
copy-lib:<br />
Copying Seam and depdencies to the C:/Documents and Settings/pacofelc/Mis documentos/NetBeansProjects/SeamApplication1/lib directory&#8230;<br />
C:\jboss-seam-2.0.0.GA\seam-gen\build.xml:577: C:\modules\ext not found.<br />
BUILD FAILED (total time: 0 seconds)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaime Martin</title>
		<link>http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-50183</link>
		<dc:creator>Jaime Martin</dc:creator>
		<pubDate>Wed, 30 Jan 2008 09:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-50183</guid>
		<description>hi, 
First of all I would like to congratulate JBoss guys, SEAM is incredible.
I´m working with JBOSS 4.2.2, SEAM 2.0.1.CR2 and Netbeans 6, and I also have had the “Exception on get current Skin" issue.
I tried what was advised in post 68 and didn´t work, but commenting org.richfaces.SKIN has been a solution. Thank you Mike!! I wonder if finally you´ve had to configure anything else.
thank you!
Jaime</description>
		<content:encoded><![CDATA[<p>hi,<br />
First of all I would like to congratulate JBoss guys, SEAM is incredible.<br />
I´m working with JBOSS 4.2.2, SEAM 2.0.1.CR2 and Netbeans 6, and I also have had the “Exception on get current Skin&#8221; issue.<br />
I tried what was advised in post 68 and didn´t work, but commenting org.richfaces.SKIN has been a solution. Thank you Mike!! I wonder if finally you´ve had to configure anything else.<br />
thank you!<br />
Jaime</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-48847</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 18 Jan 2008 20:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-48847</guid>
		<description>A followup to my last message in case someone else runs into the issue...

In the web.xml generated by seam, there's a block  like this:

&lt;code&gt;

  org.richfaces.SKIN
  ${richfaces.skin}

&lt;/code&gt;

That's where the skin error is coming from.  Simply commenting it out fixes the issue, though I'm sure leaving it in would allow my to set a skin somewhere else in the configuration if I find another way around it.

Thanks,
Mike</description>
		<content:encoded><![CDATA[<p>A followup to my last message in case someone else runs into the issue&#8230;</p>
<p>In the web.xml generated by seam, there&#8217;s a block  like this:</p>
<p><code></p>
<p>  org.richfaces.SKIN<br />
  ${richfaces.skin}</p>
<p></code></p>
<p>That&#8217;s where the skin error is coming from.  Simply commenting it out fixes the issue, though I&#8217;m sure leaving it in would allow my to set a skin somewhere else in the configuration if I find another way around it.</p>
<p>Thanks,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-48840</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 18 Jan 2008 18:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/#comment-48840</guid>
		<description>Has anyone found a solution to the Seam 2.0 "Exception on get current Skin" issue?  I saw the recommendation about copying the build.properties from seam-gen into the project directory before opening in netbeans, but that didn't seem to have any effect for me.  
Thanks.</description>
		<content:encoded><![CDATA[<p>Has anyone found a solution to the Seam 2.0 &#8220;Exception on get current Skin&#8221; issue?  I saw the recommendation about copying the build.properties from seam-gen into the project directory before opening in netbeans, but that didn&#8217;t seem to have any effect for me.<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
