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:30:49 UTC

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

Author: andygumbrecht
Date: Fri Aug 29 09:30:49 2014
New Revision: 1621273

URL: http://svn.apache.org/r1621273
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=1621273&r1=1621272&r2=1621273&view=diff
==============================================================================
--- tomee/site/trunk/content/tomee-and-netbeans.mdtext (original)
+++ tomee/site/trunk/content/tomee-and-netbeans.mdtext Fri Aug 29 09:30:49 2014
@@ -18,15 +18,16 @@ Notice:    Licensed to the Apache Softwa
 		   
 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:
+**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.
+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'*
+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.
+This should 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)
+
+Check out this video on [How to Consume REST in a Java Client ](https://www.youtube.com/watch?v=HISV7eagogI)
 
 You can download Netbeans 8 here: [https://netbeans.org/community/releases/80/](https://netbeans.org/community/releases/80/)