<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-2606</id>
	<title>Nabble - Netbeans - J2EE</title>
	<updated>2009-11-09T14:05:44Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Netbeans---J2EE-f2606.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Netbeans---J2EE-f2606.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26293135</id>
	<title>Please help...!!!Problem in connection with sql!</title>
	<published>2009-11-09T14:05:44Z</published>
	<updated>2009-11-09T14:05:44Z</updated>
	<author>
		<name>maria-62</name>
	</author>
	<content type="html">I have made the index.jsp with the below code:
&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&amp;lt;%@taglib uri=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/core&lt;/a&gt;&amp;quot; prefix=&amp;quot;c&amp;quot;%&amp;gt;
&lt;br&gt;&amp;lt;%@taglib uri=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/sql&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/sql&lt;/a&gt;&amp;quot; prefix=&amp;quot;sql&amp;quot;%&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;sql:query var=&amp;quot;rs&amp;quot; dataSource=&amp;quot;jdbc/IFPWAFCAD&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; SELECT iqd, query FROM questions
&lt;br&gt;&amp;lt;/sql:query&amp;gt;
&lt;br&gt;&amp;lt;%@page contentType=&amp;quot;text/html&amp;quot; pageEncoding=&amp;quot;UTF-8&amp;quot;%&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;html&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;style.css&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=UTF-8&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;title&amp;gt;to Welcome to ktimatologio!&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h1&amp;gt;ETHNIKO KTIMATOLOGIO&amp;lt;/h1&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;table border=&amp;quot;0&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;tbody&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;form action=&amp;quot;response.jsp&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong&amp;gt;Tha ekproswpitheite apo trito?&amp;lt;/strong&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input type=&amp;quot;submit&amp;quot; value=&amp;quot;yes&amp;quot; name=&amp;quot;yes&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input type=&amp;quot;submit&amp;quot; value=&amp;quot;no&amp;quot; name=&amp;quot;no&amp;quot; /&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/form&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/tbody&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/table&amp;gt;
&lt;br&gt;&amp;lt;/body&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;and the return.jsp with the below code:
&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;&amp;lt;%@taglib uri=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/core&lt;/a&gt;&amp;quot; prefix=&amp;quot;c&amp;quot;%&amp;gt;
&lt;br&gt;&amp;lt;%@taglib uri=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/sql&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/sql&lt;/a&gt;&amp;quot; prefix=&amp;quot;sql&amp;quot;%&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;%@page contentType=&amp;quot;text/html&amp;quot; pageEncoding=&amp;quot;UTF-8&amp;quot;%&amp;gt;
&lt;br&gt;&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.01 Transitional//EN&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot;&lt;a href=&quot;http://www.w3.org/TR/html4/loose.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/html4/loose.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;html&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;style.css&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=UTF-8&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;title&amp;gt;JSP Page&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;table border=&amp;quot;0&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;thead&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;th colspan=&amp;quot;2&amp;quot;&amp;gt;{placeholder}&amp;lt;/th&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/thead&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;tbody&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Description: &amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;span style=&amp;quot;font-size:smaller; font-style:italic;&amp;quot;&amp;gt;{placeholder}&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Counselor: &amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;{placeholder}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;span style=&amp;quot;font-size:smaller; font-style:italic;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; member since: {placeholder}&amp;lt;/span&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Contact Details: &amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;email: &amp;lt;/strong&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;a href=&amp;quot;mailto:{placeholder}&amp;quot;&amp;gt;{placeholder}&amp;lt;/a&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br&amp;gt;&amp;lt;strong&amp;gt;phone: &amp;lt;/strong&amp;gt;{placeholder}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/tbody&amp;gt;
&lt;br&gt;&amp;lt;/table&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/body&amp;gt;
&lt;br&gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;and i register my database which is called ktimatologio to context.xml
&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;Context path=&amp;quot;/IFPWAFCAD&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;Resource name=&amp;quot;jdbc/IFPWAFCAD&amp;quot; auth=&amp;quot;Container&amp;quot; type=&amp;quot;javax.sql.DataSource&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; maxActive=&amp;quot;100&amp;quot; maxIdle=&amp;quot;30&amp;quot; maxWait=&amp;quot;10000&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; username=&amp;quot;root&amp;quot; password=&amp;quot;&amp;quot; driverClassName=&amp;quot;com.mysql.jdbc.Driver&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; url=&amp;quot;jdbc:mysql://localhost:3306/ktimatologio&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;/Context&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;but when i try to run the application i get a error: 
&lt;br&gt;The server encountered an internal error () that prevented it from fulfilling this request.
&lt;br&gt;&lt;br&gt;exception 
&lt;br&gt;&lt;br&gt;org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 4
&lt;br&gt;&lt;br&gt;1: &amp;lt;%@taglib uri=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/core&lt;/a&gt;&amp;quot; prefix=&amp;quot;c&amp;quot;%&amp;gt;
&lt;br&gt;2: &amp;lt;%@taglib uri=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/sql&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/sql&lt;/a&gt;&amp;quot; prefix=&amp;quot;sql&amp;quot;%&amp;gt;
&lt;br&gt;3: 
&lt;br&gt;4: &amp;lt;sql:query var=&amp;quot;rs&amp;quot; dataSource=&amp;quot;jdbc/IFPWAFCAD&amp;quot;&amp;gt;
&lt;br&gt;5: &amp;nbsp; &amp;nbsp; SELECT iqd, query FROM questions
&lt;br&gt;6: &amp;lt;/sql:query&amp;gt;
&lt;br&gt;7: &amp;lt;%@page contentType=&amp;quot;text/html&amp;quot; pageEncoding=&amp;quot;UTF-8&amp;quot;%&amp;gt;
&lt;br&gt;&amp;nbsp;which may be the problem??
&lt;br&gt;thank you in advance......
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Please-help...%21%21%21Problem-in-connection-with-sql%21-tp26293135p26293135.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26293036</id>
	<title>Problem with HQL (Hibernate) Query</title>
	<published>2009-11-09T06:24:58Z</published>
	<updated>2009-11-09T06:24:58Z</updated>
	<author>
		<name>sauronnikko</name>
	</author>
	<content type="html">Hi. I have a database which possesses only one table. This table is called &amp;quot;Login&amp;quot; and has two columns: &amp;quot;username&amp;quot; and &amp;quot;password&amp;quot;. I have inserted two rows in it, so it is not empty. 
&lt;br&gt;&lt;br&gt;Using HQL within Netbeans, I write the following query
&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;FROM Login
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This results in HQL showing the correct result, the two rows added. But, let's say that I wanted only one of the two columns, like &amp;quot;username&amp;quot;. I would do something like this:
&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;SELECT log.username FROM Login AS log
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This gives, the column with 2 rows (as expected), but in each row appears something weird. First of all, the column is not nada log.username, but &amp;quot;Bytes&amp;quot;. The rows have for values something like &amp;quot;B@ebd...&amp;quot;, and it's completely random, for when I ask for the result again, the &amp;quot;B@ebd...&amp;quot; can change to other word but it always begins with &amp;quot;B@&amp;quot;.
&lt;br&gt;&lt;br&gt;I don't understand what I am doing wrong. I have tried many things, like using Upper Case, Lower Case, etc. It always work when selecting ALL the items from the table, but when asking for only a column, it goes crazy. Thanks for any help you can give[/quote]
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-HQL-%28Hibernate%29-Query-tp26293036p26293036.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26292925</id>
	<title>Commercial products/tools with a GUI built using &quot;Swing App Framework&quot;</title>
	<published>2009-11-09T00:36:15Z</published>
	<updated>2009-11-09T00:36:15Z</updated>
	<author>
		<name>mrunalini82</name>
	</author>
	<content type="html">When I unzip the above URL, my AntiVir says its a trojan???
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commercial-products-tools-with-a-GUI-built-using-%22Swing-App-Framework%22-tp26165703p26292925.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26292877</id>
	<title>Groovy in Standard Webapp</title>
	<published>2009-11-08T22:59:56Z</published>
	<updated>2009-11-08T22:59:56Z</updated>
	<author>
		<name>nick_m999</name>
	</author>
	<content type="html">Java Application: to set up Groovy to use .groovy files ... right click New Groovy Class/Script.
&lt;br&gt;The application and/or scripts build and run. &amp;nbsp;Cool.
&lt;br&gt;&lt;br&gt;Web Application (not Grails): to set up Groovy? &amp;nbsp;how do I do this?
&lt;br&gt;&lt;br&gt;------------------------
&lt;br&gt;Nick
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Groovy-in-Standard-Webapp-tp26292877p26292877.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26292607</id>
	<title>portalpack 3.0 download not found</title>
	<published>2009-11-08T16:36:49Z</published>
	<updated>2009-11-08T16:36:49Z</updated>
	<author>
		<name>tvarela</name>
	</author>
	<content type="html">I'm trying to download the portalpack 3.0 (&lt;a href=&quot;http://portalpack.netbeans.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://portalpack.netbeans.org/&lt;/a&gt;), but I keep getting a page not found error. &amp;nbsp;I have already put in an issue to the website admin, but is there another location where I can download this?
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/portalpack-3.0-download-not-found-tp26292607p26292607.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26260230</id>
	<title>Cross Platform</title>
	<published>2009-11-08T15:20:52Z</published>
	<updated>2009-11-08T15:20:52Z</updated>
	<author>
		<name>joseinazusa</name>
	</author>
	<content type="html">Question...
&lt;br&gt;&lt;br&gt;I normally develop on a Mac, use netbeans/maven/wicket.
&lt;br&gt;&lt;br&gt;I run the file and all is well. &amp;nbsp;I take that war and it will not deploy to a Windows based server.
&lt;br&gt;&lt;br&gt;If I take the same maven directory, install Netbeans and compile without changing a thing, the server accepts the war.
&lt;br&gt;&lt;br&gt;Any tips and why this might happen...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cross-Platform-tp26260230p26260230.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26292453</id>
	<title>Drop down menu using Woodstock</title>
	<published>2009-11-08T11:40:35Z</published>
	<updated>2009-11-08T11:40:35Z</updated>
	<author>
		<name>leojeen</name>
	</author>
	<content type="html">Hello everyone!
&lt;br&gt;I'm new to Java web development!
&lt;br&gt;I would like to know how to make a drop down menu using Woodstock. the item Menu doesn't seem to provide me with what I need. 
&lt;br&gt;Thanks in advance!
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Drop-down-menu-using-Woodstock-tp26292453p26292453.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26258297</id>
	<title>simple Spring login form</title>
	<published>2009-11-08T06:26:33Z</published>
	<updated>2009-11-08T06:26:33Z</updated>
	<author>
		<name>springtomcat</name>
	</author>
	<content type="html">Hi i would just like to seek help in getting a sample of Spring web application which uses Apache Tomcat server that has a login form and another form that accepts firstname and surname and another page that displays the entered data.
&lt;br&gt;&lt;br&gt;any reply will be greatly appreciated. Thank you very much.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/simple-Spring-login-form-tp26258297p26258297.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26257705</id>
	<title>DIFF Highlighting is not working</title>
	<published>2009-11-05T12:50:18Z</published>
	<updated>2009-11-05T12:50:18Z</updated>
	<author>
		<name>Brian Hayward</name>
	</author>
	<content type="html">I'm using NB 6.5 and line-by-line diff highlighting stopped working
&lt;br&gt;for me within the last week. &amp;nbsp;I can't figure out how this property got
&lt;br&gt;turned off.
&lt;br&gt;&lt;br&gt;To be more specific, I should get pink, blue or green next to each
&lt;br&gt;line that has been deleted, modified or added. &amp;nbsp;This doesn't happen.
&lt;br&gt;&lt;br&gt;The colors are still correct in Tools -&amp;gt; Options -&amp;gt; Fonts &amp; Colors -&amp;gt; Diff.
&lt;br&gt;&lt;br&gt;I was trying to figure out if it was a NB 6.5 issue or something in
&lt;br&gt;configuration, so I installed NB 6.7.1 and let it import all of the
&lt;br&gt;6.5 settings and it had the same problem.
&lt;br&gt;&lt;br&gt;It doesn't matter which version control system I'm using either, I
&lt;br&gt;tried clearcase and cvs.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Brian
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DIFF-Highlighting-is-not-working-tp26257705p26257705.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26213451</id>
	<title>bug: cannot deploy ear to glassfish anymore - org.netbeans.modules.glassfish.javaee.db.SunDatasource cannot be cast to org.netbeans.modules.j2ee.sun.api.restricted.SunDatasource</title>
	<published>2009-11-05T04:19:32Z</published>
	<updated>2009-11-05T04:19:32Z</updated>
	<author>
		<name>ymajoros</name>
	</author>
	<content type="html">Suddenly (!), I cannot deploy from nb 6.7 to GF 2.1 P05. I first saw this while trying out Mojarra 2.0.1 on Glassfish, but I reverted since. Everything deploys fines from glassfish console.
&lt;br&gt;&lt;br&gt;Nothing in server log (I mean, nothing; after it has started anyway). Only this exception in output window (no red blinking icon or anything):
&lt;br&gt;&lt;br&gt;Deployment error:
&lt;br&gt;org.netbeans.modules.glassfish.javaee.db.SunDatasource cannot be cast to org.netbeans.modules.j2ee.sun.api.restricted.SunDatasource
&lt;br&gt;See the server log for details.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:224)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:132)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:103)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tools.ant.Task.perform(Task.java:348)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tools.ant.Target.execute(Target.java:357)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tools.ant.Target.performTasks(Target.java:385)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:278)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:497)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
&lt;br&gt;Caused by: java.lang.ClassCastException: org.netbeans.modules.glassfish.javaee.db.SunDatasource cannot be cast to org.netbeans.modules.j2ee.sun.api.restricted.SunDatasource
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.j2ee.sun.ide.dm.SunDatasourceManager.deployDatasources(SunDatasourceManager.java:81)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.deployDatasources(ServerInstance.java:706)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.deployDatasources(J2eeModuleProvider.java:269)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:186)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 17 more
&lt;br&gt;BUILD FAILED (total time: 22 seconds)
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/bug%3A-cannot-deploy-ear-to-glassfish-anymore---org.netbeans.modules.glassfish.javaee.db.SunDatasource-cannot-be-cast-to-org.netbeans.modules.j2ee.sun.api.restricted.SunDatasource-tp26213451p26213451.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26191134</id>
	<title>Re: How can I set environment variables for processes under the application server</title>
	<published>2009-11-03T21:14:36Z</published>
	<updated>2009-11-03T21:14:36Z</updated>
	<author>
		<name>Clintona</name>
	</author>
	<content type="html">Under Glassfish 2.1 there's a $J2EE_HOME/config/asenv.conf file,
&lt;br&gt;where it appears you can set environment variables.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-can-I-set-environment-variables-for-processes-under-the-application-server-tp22320008p26191134.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26165703</id>
	<title>Commercial products/tools with a GUI built using &quot;Swing App Framework&quot;</title>
	<published>2009-11-02T07:29:22Z</published>
	<updated>2009-11-02T07:29:22Z</updated>
	<author>
		<name>mrunalini82</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Are there any Commercial products/tools with a GUI built using &amp;quot;Swing App Framework&amp;quot; that we can quote.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;We liked the features of building a GUI in Swing App Framework and Form Editor of Netbeans 6.7.1 and want to show one or two examples to our client before proceeding.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Even if not commercial products, they could be opensource/freeware software whose GUI looks good from a usability perspective.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thank you.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commercial-products-tools-with-a-GUI-built-using-%22Swing-App-Framework%22-tp26165703p26165703.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26165685</id>
	<title>HELP!!! NETBEANS ERRORS</title>
	<published>2009-11-02T06:12:33Z</published>
	<updated>2009-11-02T06:12:33Z</updated>
	<author>
		<name>CL-15</name>
	</author>
	<content type="html">I am using vista at the moment, i have remove the firewall block but i cant access too.?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HELP%21%21%21-NETBEANS-ERRORS-tp26137193p26165685.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26163989</id>
	<title>Re: HELP!!! NETBEANS ERRORS</title>
	<published>2009-11-02T05:43:17Z</published>
	<updated>2009-11-02T05:43:17Z</updated>
	<author>
		<name>John Yeary</name>
	</author>
	<content type="html">This is dependent on your operating system. Please check your OS for how to change permissions.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sat, Oct 31, 2009 at 12:47 AM, CL &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26163989&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;p0932273@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;How do i change the permission for it?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;John Yeary&lt;br&gt;--&lt;br&gt;&lt;a href=&quot;http://javaevangelist.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://javaevangelist.blogspot.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;Far better it is to dare mighty things, to win glorious triumphs, even though checkered by failure, than to take rank with those poor spirits who neither enjoy much nor suffer much, because they live in the grey twilight that knows not victory nor defeat.&amp;quot; &lt;br&gt;
-- Theodore Roosevelt&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HELP%21%21%21-NETBEANS-ERRORS-tp26137193p26163989.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26165679</id>
	<title>Creating Java EE5 project in SJSAS 8.2</title>
	<published>2009-11-02T04:52:12Z</published>
	<updated>2009-11-02T04:52:12Z</updated>
	<author>
		<name>nrworld-2</name>
	</author>
	<content type="html">Thanks emiddio.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Just to update that the underlying JDK for SJSAS 8.2 in my installation is JDK 1.5.0_06.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Creating-Java-EE5-project-in-SJSAS-8.2-tp26149676p26165679.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26159650</id>
	<title>Helpbox</title>
	<published>2009-11-01T22:42:20Z</published>
	<updated>2009-11-01T22:42:20Z</updated>
	<author>
		<name>COKEDUDE</name>
	</author>
	<content type="html">I find this helpbox to be very helpful. How do I get this helpbox to appear? It only randomly appears when it feels like it. 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://i255.photobucket.com/albums/hh133/COKEDUDEUSF/helpbox.jpg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://i255.photobucket.com/albums/hh133/COKEDUDEUSF/helpbox.jpg&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Helpbox-tp26159650p26159650.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26158570</id>
	<title>Re: webapplication locatin after deploying</title>
	<published>2009-11-01T21:30:26Z</published>
	<updated>2009-11-01T21:30:26Z</updated>
	<author>
		<name>harsha.angadi</name>
	</author>
	<content type="html">Where you have created your project go there and in project folder find for a dist folder inside that you will find your project war file.&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;With Regards,&lt;br&gt;Harsha S Angadi&lt;br&gt;&lt;a href=&quot;http://www.google.com/profiles/harsha.angadi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/profiles/harsha.angadi&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.nammagokak.com/discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nammagokak.com/discuss&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://nammagokak.ning.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nammagokak.ning.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://bengalooru.ning.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bengalooru.ning.com&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://nammabengalooru.ning.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nammabengalooru.ning.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Nov 2, 2009 at 8:44 AM, NewNet &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26158570&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbMary_fg@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
I just install the Netbean, and use the glassfish, that is come with Netbean, not special setting at all, so the war suppose locate on the default place , where is it?? [Crying or Very sad]&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/webapplication-locatin-after-deploying-tp26124245p26158570.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26158321</id>
	<title>webapplication locatin after deploying</title>
	<published>2009-11-01T19:14:37Z</published>
	<updated>2009-11-01T19:14:37Z</updated>
	<author>
		<name>NewNet-2</name>
	</author>
	<content type="html">I just install the Netbean, and use the glassfish, that is come with Netbean, not special setting at all, so the war suppose locate on the default place , where is it?? [Crying or Very sad]
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/webapplication-locatin-after-deploying-tp26124245p26158321.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26155036</id>
	<title>JSF mapping Entity classes with createNativeQuery()</title>
	<published>2009-11-01T13:02:32Z</published>
	<updated>2009-11-01T13:02:32Z</updated>
	<author>
		<name>jlucid</name>
	</author>
	<content type="html">Awesome, thank you so much!
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JSF-mapping-Entity-classes-with-createNativeQuery%28%29-tp26091096p26155036.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26154475</id>
	<title>Re: Creating Java EE5 project in SJSAS 8.2</title>
	<published>2009-11-01T12:27:41Z</published>
	<updated>2009-11-01T12:27:41Z</updated>
	<author>
		<name>emiddio</name>
	</author>
	<content type="html">i think not -- j2ee 1.4 -- AS8.2 does not support EE5 features -- &amp;nbsp;
&lt;br&gt;annotations, jax-ws - only jaxrpc; no JPA;
&lt;br&gt;&lt;br&gt;&lt;br&gt;there is a typo --
&lt;br&gt;&lt;br&gt;J2EE Support
&lt;br&gt;The Sun Java System Application Server 8.2 supports the J2EE 1.4 and Java EE 
&lt;br&gt;5 platforms. The following table describes the enhanced APIs available on 
&lt;br&gt;the J2EE 1.4 platform.
&lt;br&gt;&lt;br&gt;i think is wrong
&lt;br&gt;&lt;br&gt;below the table it says
&lt;br&gt;&lt;br&gt;Switching to Another Supported J2SE Version
&lt;br&gt;Sun Java System Application Server 8.2 supports both J2SE 1.4.2 and J2SE 5.0 
&lt;br&gt;as the underlying JVM. If you want to switch from one J2SE version to 
&lt;br&gt;another, perform the following general steps. (Windows and Unix)
&lt;br&gt;&lt;br&gt;&lt;br&gt;i think they ment J2SE 5.0 -- not java EE 5
&lt;br&gt;&lt;br&gt;gary
&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;nrworld&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26154475&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nrworld1@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26154475&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbj2ee@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Saturday, October 31, 2009 12:26 PM
&lt;br&gt;Subject: [nbj2ee] Creating Java EE5 project in SJSAS 8.2
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am using Netbeans 6.5.1 and I need to create a Java EE5 web application 
&lt;br&gt;&amp;gt; on Sun Java System Application Server 8.2. It is stated on 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://docs.sun.com/app/docs/doc/819-4707/gbqgn?a=view&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.sun.com/app/docs/doc/819-4707/gbqgn?a=view&lt;/a&gt;&amp;nbsp;that - &amp;quot;The Sun 
&lt;br&gt;&amp;gt; Java System Application Server 8.2 supports the J2EE 1.4 and Java EE 5 
&lt;br&gt;&amp;gt; platforms&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I select the SJSAS 8.2 in Server list, I am not getting the Java EE 5 
&lt;br&gt;&amp;gt; version option. It shows only J2EE 1.4 and 1.3.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please suggest how to create Java EE5 project in Sun Java System 
&lt;br&gt;&amp;gt; Application Server 8.2.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Attachments:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forums.netbeans.org//files/webapp_140.jpg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.netbeans.org//files/webapp_140.jpg&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Creating-Java-EE5-project-in-SJSAS-8.2-tp26149676p26154475.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26152487</id>
	<title>Re: JSF mapping Entity classes with createNativeQuery()</title>
	<published>2009-11-01T11:22:08Z</published>
	<updated>2009-11-01T11:22:08Z</updated>
	<author>
		<name>Futaleufu_John</name>
	</author>
	<content type="html">package com.cfi.office.schema.tables;
&lt;br&gt;&lt;br&gt;import java.io.Serializable;
&lt;br&gt;&lt;br&gt;import java.util.ArrayList;
&lt;br&gt;import java.util.Collection;
&lt;br&gt;&lt;br&gt;import javax.persistence.CascadeType;
&lt;br&gt;import javax.persistence.Column;
&lt;br&gt;import javax.persistence.Entity;
&lt;br&gt;import javax.persistence.Id;
&lt;br&gt;import javax.persistence.JoinColumn;
&lt;br&gt;import javax.persistence.JoinTable;
&lt;br&gt;import javax.persistence.ManyToMany;
&lt;br&gt;import javax.persistence.NamedQueries;
&lt;br&gt;import javax.persistence.NamedQuery;
&lt;br&gt;import javax.persistence.OneToOne;
&lt;br&gt;import javax.persistence.Table;
&lt;br&gt;&lt;br&gt;@Entity(name = &amp;quot;User&amp;quot;)
&lt;br&gt;@Table(name = &amp;quot;user&amp;quot;)
&lt;br&gt;@NamedQueries({
&lt;br&gt;&amp;nbsp; @NamedQuery(name = &amp;quot;User.findByUserId&amp;quot;, query = &amp;quot;SELECT u FROM User u WHERE u.userId = :userId&amp;quot;),
&lt;br&gt;&amp;nbsp; @NamedQuery(name = &amp;quot;User.findByUserName&amp;quot;, query = &amp;quot;SELECT u FROM User u WHERE u.userName = :userName&amp;quot;),
&lt;br&gt;&amp;nbsp; @NamedQuery(name = &amp;quot;User.findByScreenName&amp;quot;, query = &amp;quot;SELECT u FROM User u WHERE u.screenName = :screenName&amp;quot;),
&lt;br&gt;&amp;nbsp; @NamedQuery(name = &amp;quot;User.findByPassword&amp;quot;, query = &amp;quot;SELECT u FROM User u WHERE u.password = :password&amp;quot;),
&lt;br&gt;&amp;nbsp; @NamedQuery(name = &amp;quot;User.findByIsActive&amp;quot;, query = &amp;quot;SELECT u FROM User u WHERE u.isActive = :isActive&amp;quot;)})
&lt;br&gt;public class User implements Serializable {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; private static final long serialVersionUID = 1L;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @Id
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Column(name = &amp;quot;user_id&amp;quot;, nullable = false)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private Integer userId;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @Column(name = &amp;quot;user_name&amp;quot;, nullable = false)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String userName;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @Column(name = &amp;quot;screen_name&amp;quot;, nullable = false)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String screenName;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @Column(name = &amp;quot;password&amp;quot;, nullable = false)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String password;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @Column(name = &amp;quot;is_active&amp;quot;, nullable = false)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private Boolean isActive = Boolean.TRUE;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @JoinTable(name = &amp;quot;role_user&amp;quot;, joinColumns = {@JoinColumn(name = &amp;quot;user_name&amp;quot;, referencedColumnName = &amp;quot;user_name&amp;quot;)}, inverseJoinColumns = {@JoinColumn(name = &amp;quot;role_name&amp;quot;, referencedColumnName = &amp;quot;role_name&amp;quot;)})
&lt;br&gt;&amp;nbsp; &amp;nbsp; @ManyToMany(targetEntity = Role.class, cascade = {CascadeType.PERSIST, CascadeType.MERGE, CascadeType.REFRESH})
&lt;br&gt;&amp;nbsp; &amp;nbsp; private Collection&amp;lt;Role&amp;gt; roleCollection = new ArrayList&amp;lt;Role&amp;gt;();
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @JoinColumn(name = &amp;quot;user_id&amp;quot;, referencedColumnName = &amp;quot;person_id&amp;quot;, insertable = false, updatable = false)
&lt;br&gt;&amp;nbsp; &amp;nbsp; @OneToOne(targetEntity = Person.class, cascade = {CascadeType.PERSIST, CascadeType.MERGE, CascadeType.REFRESH})
&lt;br&gt;&amp;nbsp; &amp;nbsp; private Person person;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public User() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public User(String userName) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.userName = userName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public User(String userName, String screenName, String password, Boolean isActive) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.userName = userName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.screenName = screenName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.password = password;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.isActive = isActive;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public User(Person person, String userName, String screenName, String password) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.person = person;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.userName = userName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.screenName = screenName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.password = password;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.isActive = Boolean.TRUE;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public Integer getUserId() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return userId;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setUserId(Integer userId) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.userId = userId;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getUserName() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return userName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setUserName(String userName) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.userName = userName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getScreenName() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return screenName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setScreenName(String screenName) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.screenName = screenName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getPassword() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return password;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setPassword(String password) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.password = password;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public Boolean getIsActive() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return isActive;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setIsActive(Boolean isActive) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.isActive = isActive;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public Collection&amp;lt;Role&amp;gt; getRoleCollection() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return roleCollection;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setRoleCollection(Collection&amp;lt;Role&amp;gt; roleCollection) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.roleCollection = roleCollection;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public Person getPerson() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return person;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setPerson(Person person) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.person = person;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @Override
&lt;br&gt;&amp;nbsp; &amp;nbsp; public int hashCode() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; int hash = 0;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; hash += (userName != null ? userName.hashCode() : 0);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return hash;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @Override
&lt;br&gt;&amp;nbsp; &amp;nbsp; public boolean equals(Object object) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // TODO: Warning - this method won't work in the case the id fields are not set
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(!(object instanceof User)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return false;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; User other = (User) object;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if((this.userName == null &amp;&amp; other.userName != null) || (this.userName != null &amp;&amp; !this.userName.equals(other.userName))) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return false;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return true;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @Override
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String toString() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return &amp;quot;User[userName [&amp;quot; + userName + &amp;quot;] &amp;quot; + &amp;quot;screenName [&amp;quot; + screenName + &amp;quot;] &amp;quot; + &amp;quot;password [&amp;quot; + password + &amp;quot;]]&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;jlucid wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Can you show me what your user class looks like? &amp;nbsp;Thanks,
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;div class=&quot;signature&quot;&gt;Any ads or links to ads that appear in this post are not endorsed nor recommended by this poster.&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JSF-mapping-Entity-classes-with-createNativeQuery%28%29-tp26091096p26152487.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26152209</id>
	<title>Starting of Tomcat failed</title>
	<published>2009-11-01T07:21:51Z</published>
	<updated>2009-11-01T07:21:51Z</updated>
	<author>
		<name>adikkto</name>
	</author>
	<content type="html">&lt;br&gt;madafak14 wrote:
&lt;br&gt;&amp;gt; I've managed to make it work. Thanks anyway :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Hey madafak14 (or anyone). Can you tell me how you managed to solve this issue?? i still have the same problem and i dont know how to fix it.
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-of-Tomcat-failed-tp26152209p26152209.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26149682</id>
	<title>Get NetBeans exception details as String</title>
	<published>2009-10-31T13:39:07Z</published>
	<updated>2009-10-31T13:39:07Z</updated>
	<author>
		<name>iCyclone</name>
	</author>
	<content type="html">Hi forum,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;while throwing an exception in a try-catch section NetBeans prints some very useful details in a console. I would really like to get those details as a String object.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;For example: a servlet throws org.hibernate.exception.ConstraintViolationException while working with PostgreSQL.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;In NetBeans console I see the following text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&amp;gt; SQL Error: 0, SQLState: null
&lt;br&gt;&lt;br&gt;&amp;gt; Batch entry 0 delete from public.account where id=53 was aborted. &amp;nbsp;Call getNextException to see the cause.
&lt;br&gt;&lt;br&gt;&amp;gt; SQL Error: 0, SQLState: 23503
&lt;br&gt;&lt;br&gt;&amp;gt; ERROR: update or delete on table &amp;quot;account&amp;quot; violates foreign key constraint &amp;quot;fk_work_item_student&amp;quot; on table &amp;quot;work_item&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; Details: Key (id)=(53) is still referenced from table &amp;quot;work_item&amp;quot;.
&lt;br&gt;&lt;br&gt;&amp;gt; Could not synchronize database state with session
&lt;br&gt;&lt;br&gt;&amp;gt; org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:71)
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (etc)
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 44 more
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;What I need is to get the bold lines of text as a Stirng object.
&lt;br&gt;&lt;br&gt;I tried to get it in the catch(Exception e) section, but e.toString(), e.getMessage(), e.printStackTrace(out) does not return those lines.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;How do I get them?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;NetBeans IDE 6.7.1, GlassFish v2.1, PostgreSQL 8.3
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Get-NetBeans-exception-details-as-String-tp26149682p26149682.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26149676</id>
	<title>Creating Java EE5 project in SJSAS 8.2</title>
	<published>2009-10-31T13:26:56Z</published>
	<updated>2009-10-31T13:26:56Z</updated>
	<author>
		<name>nrworld-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I am using Netbeans 6.5.1 and I need to create a Java EE5 web application on Sun Java System Application Server 8.2. It is stated on &lt;a href=&quot;http://docs.sun.com/app/docs/doc/819-4707/gbqgn?a=view&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.sun.com/app/docs/doc/819-4707/gbqgn?a=view&lt;/a&gt;&amp;nbsp;that - &amp;quot;The Sun Java System Application Server 8.2 supports the J2EE 1.4 and Java EE 5 platforms&amp;quot;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;When I select the SJSAS 8.2 in Server list, I am not getting the Java EE 5 version option. It shows only J2EE 1.4 and 1.3. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Please suggest how to create Java EE5 project in Sun Java System Application Server 8.2.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Attachments: 
&lt;br&gt;&lt;a href=&quot;http://forums.netbeans.org//files/webapp_140.jpg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.netbeans.org//files/webapp_140.jpg&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Creating-Java-EE5-project-in-SJSAS-8.2-tp26149676p26149676.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26142604</id>
	<title>JSF Woodstock: Unclarity when disabling a TextField</title>
	<published>2009-10-31T06:12:58Z</published>
	<updated>2009-10-31T06:12:58Z</updated>
	<author>
		<name>ChristianH-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I am working an a web-project using JSF Woodstock 4.3 components and i have a question:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;the goal is to disable/enable a textfield on the client-side depending on a checkbox using javascript .
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; the script code looks like this:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; function xrayCheckboxClicked() {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var cb = document.getElementById(theForm + &amp;quot;:&amp;quot; + 'xrayCheckbox');
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (document.getElementById(theForm + &amp;quot;:&amp;quot; + 'xrayPercentageField')).disabled = !cb.getProps().checked;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; here is another snippet:
&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ...
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:textField
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; id=&amp;quot;xrayPercentageField&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; columns=&amp;quot;3&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; disabled=&amp;quot;#{SessionBean1.createProduct_xrayDisabled}&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; text=&amp;quot;#{createProduct.xrayPercentage}&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; /&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;ok so far - the field gets disabled/enabled when the checkbox is clicked but it does not really work!
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;1. the text is shifted from left to right inner the field when the field gets disabled.
&lt;br&gt;&lt;br&gt;2. the field is still editable when it is disabled :? !
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;has anybody experienced this problem?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;kind regards,
&lt;br&gt;&lt;br&gt;Christian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JSF-Woodstock%3A-Unclarity-when-disabling-a-TextField-tp26142604p26142604.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26141788</id>
	<title>Re: Migration from SAP Netweaver IDE into Netbean</title>
	<published>2009-10-31T03:37:39Z</published>
	<updated>2009-10-31T03:37:39Z</updated>
	<author>
		<name>alexismp</name>
	</author>
	<content type="html">try the &amp;quot;verify&amp;quot;-ing your project
&lt;br&gt;-Alexis
&lt;br&gt;&lt;br&gt;On Oct 30, 2009, at 4:19, adrianclw wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have an existing EJB and Web source code in SAP NW. I need to &amp;nbsp;
&lt;br&gt;&amp;gt; migrate the application into netbean IDE and deployed into GlassFish &amp;nbsp;
&lt;br&gt;&amp;gt; AS. I tried to copy it and put it into netbean then compile and &amp;nbsp;
&lt;br&gt;&amp;gt; deploy it into GlassFish. But during deloyment it have the error in &amp;nbsp;
&lt;br&gt;&amp;gt; the ejb-jar.xml deployment descriptor file. Actually can I do in &amp;nbsp;
&lt;br&gt;&amp;gt; such way? My existing source is running in EJB2.0 and the AS is SAP &amp;nbsp;
&lt;br&gt;&amp;gt; WAS 7.0. Importing into netbean with GlassFish as the AS.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Migration-from-SAP-Netweaver-IDE-into-Netbean-tp26137150p26141788.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26141785</id>
	<title>HELP!!! NETBEANS ERRORS</title>
	<published>2009-10-30T22:47:26Z</published>
	<updated>2009-10-30T22:47:26Z</updated>
	<author>
		<name>CL-15</name>
	</author>
	<content type="html">How do i change the permission for it?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HELP%21%21%21-NETBEANS-ERRORS-tp26137193p26141785.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26141784</id>
	<title>How to deploy war file on Plesk??</title>
	<published>2009-10-30T22:26:20Z</published>
	<updated>2009-10-30T22:26:20Z</updated>
	<author>
		<name>Hardik Shah-7</name>
	</author>
	<content type="html">Thanks a lot...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-deploy-war-file-on-Plesk---tp26114650p26141784.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26138960</id>
	<title>Re: HELP!!! NETBEANS ERRORS</title>
	<published>2009-10-30T18:14:51Z</published>
	<updated>2009-10-30T18:14:51Z</updated>
	<author>
		<name>John Yeary</name>
	</author>
	<content type="html">The NetBeans error is an indication that the permissions on that file/directory are not set for you. In other words, you don&amp;#39;t have permission to access those files.&lt;br&gt;&lt;br&gt;You can try changing the permissions to fix that error.&lt;br&gt;
&lt;br&gt;Your code ran fine on my system. It does not do anything, but it displayed the dialog as expected. I suspect that the permissions are incorrect on this too.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Oct 30, 2009 at 11:49 AM, CL &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26138960&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;p0932273@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;I am a student working on my project and i need NetBean up quickly. I am facing couple of problems with my netbeans.&lt;br&gt;

&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
There will be an error when i am loading up netbeans during the loading modules. There&amp;#39;s an screen shot on the error attached.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
The below is the details of the error being provided by netbeans&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;gt; java.io.FileNotFoundException: C:\Users\Fujitsu User\.netbeans\6.7\config\Preferences\org\netbeans\modules\autoupdate.properties (Access is denied)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at java.io.FileOutputStream.open(Native Method)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at java.io.FileOutputStream.&amp;lt;init&amp;gt;(FileOutputStream.java:179)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at java.io.FileOutputStream.&amp;lt;init&amp;gt;(FileOutputStream.java:131)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at org.openide.filesystems.LocalFileSystem.outputStream(LocalFileSystem.java:432)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at org.openide.filesystems.LocalFileSystem$Impl.outputStream(LocalFileSystem.java:652)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at org.openide.filesystems.StreamPool.createOutputStream(StreamPool.java:146)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at org.openide.filesystems.AbstractFileObject.getOutputStream(AbstractFileObject.java:240)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at org.openide.filesystems.AbstractFileObject.getOutputStream(AbstractFileObject.java:222)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at org.openide.filesystems.MultiFileObject.getOutputStream(MultiFileObject.java:623)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at org.openide.filesystems.MultiFileObject.getOutputStream(MultiFileObject.java:623)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at org.netbeans.core.startup.preferences.PropertiesStorage.outputStream(PropertiesStorage.java:250)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at org.netbeans.core.startup.preferences.PropertiesStorage.save(PropertiesStorage.java:218)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at org.netbeans.core.startup.preferences.NbPreferences.flushSpi(NbPreferences.java:166)&lt;br&gt;
&lt;br&gt;
&amp;gt; Caused: java.util.prefs.BackingStoreException&lt;br&gt;
&lt;br&gt;
&amp;gt;       at org.netbeans.core.startup.preferences.NbPreferences.flushSpi(NbPreferences.java:168)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at org.netbeans.core.startup.preferences.NbPreferences$1$1.run(NbPreferences.java:70)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at&lt;br&gt;
&lt;br&gt;
&amp;gt; )&lt;br&gt;
&lt;br&gt;
&amp;gt;       at org.netbeans.core.startup.preferences.PropertiesStorage.runAtomic(PropertiesStorage.java:314)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at org.netbeans.core.startup.preferences.NbPreferences$1.run(NbPreferences.java:66)&lt;br&gt;
&lt;br&gt;
&amp;gt;       at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:577)&lt;br&gt;
&lt;br&gt;
&amp;gt; [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1030)&lt;br&gt;
&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Also when i am opening up a project being saved previously. This error will happen, as attached.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Also when I want to print line or use the JOptionPane. This error will occurs.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
My coding for the JOptionPane or Print Line is as follow too.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;gt; package Q2;&lt;br&gt;
&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&amp;gt; import javax.swing.JOptionPane;&lt;br&gt;
&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&amp;gt; /**&lt;br&gt;
&lt;br&gt;
&amp;gt;  *&lt;br&gt;
&lt;br&gt;
&amp;gt;  * @author Lim Cheng Lei&lt;br&gt;
&lt;br&gt;
&amp;gt;  */&lt;br&gt;
&lt;br&gt;
&amp;gt; public class NewClass {&lt;br&gt;
&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&amp;gt;     public static void main(String[] args) {&lt;br&gt;
&lt;br&gt;
&amp;gt;        JOptionPane.showInputDialog(null,&amp;quot;How come?&amp;quot;);&lt;br&gt;
&lt;br&gt;
&amp;gt;     }//End of Method (Main)&lt;br&gt;
&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&amp;gt; }//End of Class&lt;br&gt;
&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;gt; java.lang.NoClassDefFoundError: Q2/NewClass&lt;br&gt;
&lt;br&gt;
&amp;gt; Caused by: java.lang.ClassNotFoundException: Q2.NewClass&lt;br&gt;
&lt;br&gt;
&amp;gt;         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)&lt;br&gt;
&lt;br&gt;
&amp;gt;         at java.security.AccessController.doPrivileged(Native Method)&lt;br&gt;
&lt;br&gt;
&amp;gt;         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)&lt;br&gt;
&lt;br&gt;
&amp;gt;         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)&lt;br&gt;
&lt;br&gt;
&amp;gt;         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;br&gt;
&lt;br&gt;
&amp;gt;         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)&lt;br&gt;
&lt;br&gt;
&amp;gt;         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)&lt;br&gt;
&lt;br&gt;
&amp;gt; Could not find the main class: Q2.NewClass.  Program will exit.&lt;br&gt;
&lt;br&gt;
&amp;gt; Exception in thread &amp;quot;main&amp;quot; Java Result: 1&lt;br&gt;
&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Please help me, i need to submit my project soon!&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Attachments:&lt;br&gt;
&lt;a href=&quot;http://forums.netbeans.org//files/picture2_437.png&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://forums.netbeans.org//files/picture2_437.png&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://forums.netbeans.org//files/picture1_284.png&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://forums.netbeans.org//files/picture1_284.png&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;John Yeary&lt;br&gt;--&lt;br&gt;&lt;a href=&quot;http://javaevangelist.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://javaevangelist.blogspot.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;Far better it is to dare mighty things, to win glorious triumphs, even though checkered by failure, than to take rank with those poor spirits who neither enjoy much nor suffer much, because they live in the grey twilight that knows not victory nor defeat.&amp;quot; &lt;br&gt;
-- Theodore Roosevelt&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HELP%21%21%21-NETBEANS-ERRORS-tp26137193p26138960.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26141232</id>
	<title>SyncResolver.INSERT_ROW_CONFLICT</title>
	<published>2009-10-30T16:15:13Z</published>
	<updated>2009-10-30T16:15:13Z</updated>
	<author>
		<name>gennadiys-2</name>
	</author>
	<content type="html">I'm inserting new row to the DataProvider and I'm getting 
&lt;br&gt;&lt;br&gt;java.lang.RuntimeException: Number of conflicts while synchronizing: 1 SyncResolver.INSERT_ROW_CONFLICT row 1 &amp;nbsp;Cannot add or update a child row: a foreign key constraint fails (`vmsdev/accounts`, CONSTRAINT `accountstatuses_accounts_fk` FOREIGN KEY (`statusid`) REFERENCES `accountstatuses` (`statusid`))
&lt;br&gt;&lt;br&gt;javax.faces.el.EvaluationException: java.lang.RuntimeException: Number of conflicts while synchronizing: 1 SyncResolver.INSERT_ROW_CONFLICT row 1 &amp;nbsp;Cannot add or update a child row: a foreign key constraint fails (`vmsdev/accounts`, CONSTRAINT `accountstatuses_accounts_fk` FOREIGN KEY (`statusid`) REFERENCES `accountstatuses` (`statusid`))
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.faces.application.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:91)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Despite the fact I provide a foreign key for statysid and this foreign key exists in accountstatuses table.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Any ideas?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SyncResolver.INSERT_ROW_CONFLICT-tp26141232p26141232.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26141211</id>
	<title>NetBeans, GlassFish, EJB and external java client.</title>
	<published>2009-10-30T14:50:52Z</published>
	<updated>2009-10-30T14:50:52Z</updated>
	<author>
		<name>Kevin-262</name>
	</author>
	<content type="html">Thanks for the responses.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I've verified, the DNS name wasn't an issue.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I've looked at the JavaEE5 Tutorials and got some pointers from there but I was looking at the server log and found an entry with an exception that matched my request. &amp;nbsp;So its seems like the server got my request correctly. &amp;nbsp;Now on to the server side. &amp;nbsp;Someone else on the team configured the server so I'll need to check that end.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Here is what I've looked up so far. &amp;nbsp;Shouldn't the sun-ejb-jar.xml have a &amp;lt;resource-ref&amp;gt; entry associating it with the JNDI name I'm looking for? &amp;nbsp;I added the following code in the EJB bean code, compiled, deployed but still no &amp;lt;resource-ref&amp;gt; entry in the sun-ejb-jar.xml. &amp;nbsp;Not sure what I'm missing.
&lt;br&gt;&lt;br&gt;@Resource(name=&amp;quot;com.company.test.TestRemote&amp;quot;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;If these two xml files don't give any clue is there some place else I can look? &amp;nbsp;I'm reading through Chapter 17 of the Developer's Guide (Sun Java System Application Server Platform Edition 9). &amp;nbsp;Hopefully something there will give me a clue.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;./domain1/generated/xml/j2ee-apps/myapp/myapp-ejb_jar/META-INF/sun-ejb-jar.xml
&lt;br&gt;&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;!DOCTYPE sun-ejb-jar PUBLIC &amp;quot;-//Sun Microsystems, Inc.//DTD ApplicationServer 9.1.1 EJB 3.0//EN&amp;quot; &amp;quot;&lt;a href=&quot;http://www.sun.com/software/appserver/dtds/sun-ejb-jar_3_0-1.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.com/software/appserver/dtds/sun-ejb-jar_3_0-1.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;sun-ejb-jar&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;enterprise-beans&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;unique-id&amp;gt;0&amp;lt;/unique-id&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ejb&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ejb-name&amp;gt;TestBean&amp;lt;/ejb-name&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;jndi-name&amp;gt;com.company.test.TestRemote&amp;lt;/jndi-name&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pass-by-reference&amp;gt;false&amp;lt;/pass-by-reference&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;is-read-only-bean&amp;gt;false&amp;lt;/is-read-only-bean&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;refresh-period-in-seconds&amp;gt;-1&amp;lt;/refresh-period-in-seconds&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cmt-timeout-in-seconds&amp;gt;0&amp;lt;/cmt-timeout-in-seconds&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;gen-classes/&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/ejb&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/enterprise-beans&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/sun-ejb-jar&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;./domain1/generated/xml/j2ee-apps/myapp/myapp-ejb_jar/META-INF/ejb-jar.xml
&lt;br&gt;&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;session&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;display-name&amp;gt;TestBean&amp;lt;/display-name&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ejb-name&amp;gt;TestBean&amp;lt;/ejb-name&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;business-local&amp;gt;com.company.test.TestLocal&amp;lt;/business-local&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;business-remote&amp;gt;com.company.test.TestRemote&amp;lt;/business-remote&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ejb-class&amp;gt;com.company.test.TestBean&amp;lt;/ejb-class&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;session-type&amp;gt;Stateless&amp;lt;/session-type&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;transaction-type&amp;gt;Container&amp;lt;/transaction-type&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ejb-local-ref&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ejb-ref-name&amp;gt;com.company.test.TestBean/testCaseBean&amp;lt;/ejb-ref-name&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ejb-ref-type&amp;gt;Session&amp;lt;/ejb-ref-type&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;local&amp;gt;com.company.testUnit.TestCaseLocal&amp;lt;/local&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ejb-link&amp;gt;TestCaseBean&amp;lt;/ejb-link&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;injection-target&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;injection-target-class&amp;gt;com.company.test.TestBean&amp;lt;/injection-target-class&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;injection-target-name&amp;gt;testCaseBean&amp;lt;/injection-target-name&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/injection-target&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/ejb-local-ref&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;persistence-context-ref&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;persistence-context-ref-name&amp;gt;com.company.test.TestBean/em&amp;lt;/persistence-context-ref-name&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;persistence-context-type&amp;gt;Transaction&amp;lt;/persistence-context-type&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;injection-target&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;injection-target-class&amp;gt;com.company.test.TestBean&amp;lt;/injection-target-class&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;injection-target-name&amp;gt;em&amp;lt;/injection-target-name&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/injection-target&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/persistence-context-ref&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ...
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/session&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[/code]
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NetBeans%2C-GlassFish%2C-EJB-and-external-java-client.-tp25798880p26141211.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26137255</id>
	<title>Re: How to deploy war file on Plesk??</title>
	<published>2009-10-30T14:35:56Z</published>
	<updated>2009-10-30T14:35:56Z</updated>
	<author>
		<name>JULIAN ENRIQUE OSORIO AMAYA</name>
	</author>
	<content type="html">To deploy your app they just have to add the .war file into the Tomcat&amp;#39;s webapps folder&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/10/30 Hardik Shah &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26137255&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hardik.gcet@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;@JULSORIO&lt;br&gt;
&lt;br&gt;
          Thanks&lt;br&gt;
&lt;br&gt;
          Yes I gave myweb.war file to my hosting service provider.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
@ANDREAS ERNST&lt;br&gt;
&lt;br&gt;
           Thanks&lt;br&gt;
&lt;br&gt;
           May be they are not using tomcat so they are saying that they dont know about WAR.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
          So what should I tell him to deploy my website? Is their tomcat add on available to deploy the WAR file on Plesk? Can you please explain the steps required to install the tomcat add-on on plesk and deploy the WAR file ?&lt;br&gt;

&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Thans once again..&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Julian Osorio Amaya&lt;br&gt;Ingeniería de Sistemas.&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-deploy-war-file-on-Plesk---tp26114650p26137255.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26137246</id>
	<title>Program runs differently in NetBeans7.1IDE and from .jar</title>
	<published>2009-10-30T12:58:12Z</published>
	<updated>2009-10-30T12:58:12Z</updated>
	<author>
		<name>Kenshouten</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I have a program which, at some point, uses jdic to create an internal browser and display a page inside it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Withing the Netbeans itself everything works just fine. When I build it, though, and run the .jar file I come across a problem: clicking on the button which should trigger opening on the internal browser does not do that and produces no error.
&lt;br&gt;&lt;br&gt;I have been able to trace it down to the point where the line
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;WebBrowser webBrowser = new WebBrowser();
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;actually stops the whole thing running. But still no error, no exception, just nothing.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I have read on java.net forums that sometimes jdic might not initialise correctly so I have put jdic.dll next to my .jar file. Now the internal browser window would open but freeze straight away.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;My question rather concerns what is the difference between inner NetBeans environment to when I run the program from a .jar file? And how to overcome that difference? Again, my point is that, since inside IDE everything works fine, it should work fine when built into .jar, right?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Program-runs-differently-in-NetBeans7.1IDE-and-from-.jar-tp26137246p26137246.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26137240</id>
	<title>JSF mapping Entity classes with createNativeQuery()</title>
	<published>2009-10-30T11:59:10Z</published>
	<updated>2009-10-30T11:59:10Z</updated>
	<author>
		<name>jlucid</name>
	</author>
	<content type="html">Can you show me what your user class looks like? &amp;nbsp;Thanks,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JSF-mapping-Entity-classes-with-createNativeQuery%28%29-tp26091096p26137240.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26133943</id>
	<title>Re: nb 6.8: visual web JSF?</title>
	<published>2009-10-30T10:24:48Z</published>
	<updated>2009-10-30T10:24:48Z</updated>
	<author>
		<name>Antonio Varela</name>
	</author>
	<content type="html">This is just speculation: I presume the NB team won't spend valuable
&lt;br&gt;resources improving a product based in current technology (JSF 1.2),
&lt;br&gt;who in turn will be obsoleted soon with the eventual release of
&lt;br&gt;JavaEE6, JavaServlet 3.0 and JSF 2.0. I think that this topic (Visual
&lt;br&gt;JSF) will come back again with the further development of NB6.8.
&lt;br&gt;&lt;br&gt;Best regards.
&lt;br&gt;&lt;br&gt;On Fri, Oct 30, 2009 at 5:39 AM, John Yeary &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26133943&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnyeary@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello Victor,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am in the same boat. I don't have an answer, but without visual JSF
&lt;br&gt;&amp;gt; development. It is very much lacking. Please note that visual JSF was marked
&lt;br&gt;&amp;gt; as beta on 6.7. I am not sure what this will ultimately mean.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; John
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Thu, Oct 29, 2009 at 10:31 AM, Victor M. Ramirez
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26133943&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ramirez.vmanuel@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Does anyone know what are the plans for a Visual JSF implementation on
&lt;br&gt;&amp;gt;&amp;gt; NB6.8?? no Woodstock and no IceFaces. I'm pretty used to work with them on
&lt;br&gt;&amp;gt;&amp;gt; my projects. I'd really like to try 6.8, but without that, it's hard for me.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Victor M. Ramirez A.
&lt;br&gt;&amp;gt;&amp;gt; Ingeniero de Sistemas
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; NOTA CONFIDENCIAL:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; La información contenida en este e-mail es confidencial y sólo puede ser
&lt;br&gt;&amp;gt;&amp;gt; utilizada por la persona o la compañia a la cual está dirigido. Si usted no
&lt;br&gt;&amp;gt;&amp;gt; es el receptor autorizado, cualquier retención, difusión, distribución o
&lt;br&gt;&amp;gt;&amp;gt; copia de este mensaje es prohibida y sancionada por la ley. Si por error
&lt;br&gt;&amp;gt;&amp;gt; recibe este mensaje, favor devolver y borrar el mensaje recibido
&lt;br&gt;&amp;gt;&amp;gt; inmediatamente.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; CONFIDENCIAL NOTE:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The information in this e-mail is intended to be confidential and only for
&lt;br&gt;&amp;gt;&amp;gt; the use of the person or entity to whom it is addressed. If you are not the
&lt;br&gt;&amp;gt;&amp;gt; intended recipient, any retention, dissemination, distribution or copying of
&lt;br&gt;&amp;gt;&amp;gt; this message is strictly prohibited and sanctioned by law. If you receive
&lt;br&gt;&amp;gt;&amp;gt; this e-mail by mistake, please immediately send back and delete the received
&lt;br&gt;&amp;gt;&amp;gt; message.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; John Yeary
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://javaevangelist.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://javaevangelist.blogspot.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;Far better it is to dare mighty things, to win glorious triumphs, even
&lt;br&gt;&amp;gt; though checkered by failure, than to take rank with those poor spirits who
&lt;br&gt;&amp;gt; neither enjoy much nor suffer much, because they live in the grey twilight
&lt;br&gt;&amp;gt; that knows not victory nor defeat.&amp;quot;
&lt;br&gt;&amp;gt; -- Theodore Roosevelt
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Antonio Varela
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26133943&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;unixlibre@...&lt;/a&gt;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/nb-6.8%3A-visual-web-JSF--tp26114219p26133943.html" />
</entry>

</feed>
