You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/08/29 11:25:03 UTC

svn commit: r1621272 - /tomee/site/trunk/content/tomee-and-netbeans.mdtext

Author: andygumbrecht
Date: Fri Aug 29 09:25:02 2014
New Revision: 1621272

URL: http://svn.apache.org/r1621272
Log:
Netbeans workaround.

Modified:
    tomee/site/trunk/content/tomee-and-netbeans.mdtext

Modified: tomee/site/trunk/content/tomee-and-netbeans.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-and-netbeans.mdtext?rev=1621272&r1=1621271&r2=1621272&view=diff
==============================================================================
--- tomee/site/trunk/content/tomee-and-netbeans.mdtext (original)
+++ tomee/site/trunk/content/tomee-and-netbeans.mdtext Fri Aug 29 09:25:02 2014
@@ -16,8 +16,15 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 		   
-There is some great information over at [Geertjan's Blog](https://blogs.oracle.com/geertjan/entry/tomee_apache_cxf_and_maven) on how to hit the ground running with Netbeans, CXF and Maven.
-Geertjan is a Netbeans evangelist and has an incredible insight into everything Netbeans.
+There is some great information over at [Geertjan's Blog](https://blogs.oracle.com/geertjan/entry/tomee_apache_cxf_and_maven) on how to hit the ground running with Netbeans, CXF and Maven. Geertjan is a Netbeans evangelist and has an incredible insight into everything Netbeans.
+
+WORKAROUND: There is a known issue with Netbeans 8 and TomEE detection that currently requires the following workaround:
+
+Netbeans 8 has a bug in which it fails to find the tomee-common-[version].jar in the *'[TomEE]/lib'* directory. The solution is to simply rename the jar file to an older version.
+
+For example, you have *'[TomEE]/lib/tomee-common-1.6.0.2.jar'* or *'[TomEE]/lib/tomee-common-1.7.0.jar'*. Rename these files to *'[TomEE]/lib/tomee-common-1.6.0.jar'*
+
+This will resolve the detection issue and will not break your installation - Be sure to document the change for yourself as a reminder.
 
 [How to Consume REST in a Java Client ](https://www.youtube.com/watch?v=HISV7eagogI)