netbeans-6.9

Unknown entity bean class after hot deploy: netbeans 6.9 + glassfish 2.1 + eclipselink jpa 2.0

孤人 提交于 2019-12-02 01:28:53
问题 When I deploy my app, it works perfectly until I make a change, save, and netbeans hot deploys the application. At this point I get an unknown entity bean class error on a class that has the @entity and it's included in my persistence.xml. When this happens, anything dealing with jpa stops working. Only if I restart the server will my jpa stuff start working again. If I turn deploy on save off in my project and I only manually save and deploy I get the same results. Is this just a netbeans

Unknown entity bean class after hot deploy: netbeans 6.9 + glassfish 2.1 + eclipselink jpa 2.0

浪子不回头ぞ 提交于 2019-12-01 21:04:48
When I deploy my app, it works perfectly until I make a change, save, and netbeans hot deploys the application. At this point I get an unknown entity bean class error on a class that has the @entity and it's included in my persistence.xml. When this happens, anything dealing with jpa stops working. Only if I restart the server will my jpa stuff start working again. If I turn deploy on save off in my project and I only manually save and deploy I get the same results. Is this just a netbeans/glassfish error? Or is there something wrong with my jpa setup? Exception java.lang

MingW Netbeans 6.9.1 problem

拜拜、爱过 提交于 2019-12-01 03:50:01
问题 I have one problem with MingW(mingw-get-inst-20110211) and Netbeans 6.9.1. I installed MingW and add it to Netbeans without problem, but when I try to run one simple cpp app, throws this error mkdir -p build/Debug/MinGW-Windows make[2]: mkdir: Command not found make[2]: [build/Debug/MinGW-Windows/main.o] Error 127 make[1]: [.build-conf] Error 2 make: [.build-impl] Error 2 make[2]: Leaving directory '/c/Documents and Settings/Marco/My Documents/NetBeansProjects/CppApplication_1' make[1]:

JPA 2.0 (logging and tracing through) with Glassfish 3.0.1 and NetBeans 6.9.1:

家住魔仙堡 提交于 2019-12-01 03:43:16
I am using JPA 2.0 ( EclipseLink provider) with Glassfish v3.0.1 and NetBeans 6.9.1 and am NOT able to see the queries and other logging information from JPA 2.0. Essentially I want to be able to see all the SQL statements which are being generated by JPA and other related debugging information... Has anyone successfully been able to configure the logging to provide such feedback? I've tried several things to no avail... Any help would be greatly appreciated. Thanks much. Alex H What eventually had done the trick for me was using: <property name="eclipselink.logging.logger" value="org.eclipse

How to use view scope in case of CDI in JSF 2.0

可紊 提交于 2019-11-30 23:11:53
I created a JSF 2.0 project in Netbeans 6.9. I am starting using CDI. After creating project when i tried to add scope, then i noticed that there is no viewscope in it. I want to know that are the conversation scope and view scope refer to same things? Can i use conversation scope in place of view scope. If no then how can i use view scope with CDI. I also came to know that seam is the solution, but how can i use seam with netbeans. Is there any netbeans plugin for seam? seam-3 Thanks There is no view scope for CDI. The conversation scope is not the same. A view scoped bean lives as long as

How to use view scope in case of CDI in JSF 2.0

我与影子孤独终老i 提交于 2019-11-30 17:48:45
问题 I created a JSF 2.0 project in Netbeans 6.9. I am starting using CDI. After creating project when i tried to add scope, then i noticed that there is no viewscope in it. I want to know that are the conversation scope and view scope refer to same things? Can i use conversation scope in place of view scope. If no then how can i use view scope with CDI. I also came to know that seam is the solution, but how can i use seam with netbeans. Is there any netbeans plugin for seam? seam-3 Thanks 回答1:

JAX-RPC support in Netbeans 6.9.1

你说的曾经没有我的故事 提交于 2019-11-30 15:08:08
问题 I am trying to generate new Web Service Client. When choosing Client Style to JAX-RPC Style I get a notification from Netbeans: "You must download JAX-RPC support plugin to create a JAX-RPC Client". Plugin is not listed in Available Plugins. I searched topics regarding this issue and they are saying to add this address to search for available plugins: http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz The problem is, link is dead. Are

How to change PHP Smarty plugin template file extension in NetBeans?

孤街浪徒 提交于 2019-11-30 14:49:12
NetBeans uses PHP Smarty Framework plugin for *.tpl files. Is it possible to change this to *.htm? I use .htm extension for smarty templates and would like to benefit from this PHP Smarty plugin. How can I do that? In NetBeans (with the PHP Smarty Framework plugin installed): Click on the Tools menu, and select Options Click on Miscellaneous located toward the right side of the top icon bar of the Options dialog. Click on the Files tab. In the File Extension combo-box field, select htm . In the Associated File Type (MIME) field, change the value to TPL (text/tpl) . Click OK To restore the

JAX-RPC support in Netbeans 6.9.1

夙愿已清 提交于 2019-11-30 13:33:36
I am trying to generate new Web Service Client. When choosing Client Style to JAX-RPC Style I get a notification from Netbeans: "You must download JAX-RPC support plugin to create a JAX-RPC Client". Plugin is not listed in Available Plugins. I searched topics regarding this issue and they are saying to add this address to search for available plugins: http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz The problem is, link is dead. Are there any other possibilities to solve this or does anyone have a working link? There were some

How to change PHP Smarty plugin template file extension in NetBeans?

旧街凉风 提交于 2019-11-29 21:15:18
问题 NetBeans uses PHP Smarty Framework plugin for *.tpl files. Is it possible to change this to *.htm? I use .htm extension for smarty templates and would like to benefit from this PHP Smarty plugin. How can I do that? 回答1: In NetBeans (with the PHP Smarty Framework plugin installed): Click on the Tools menu, and select Options Click on Miscellaneous located toward the right side of the top icon bar of the Options dialog. Click on the Files tab. In the File Extension combo-box field, select htm .