
Dev Tools
yexianyi
Software Architect @ Siemens
Email: yexianyi@hotmail.com
Linkedin: http://cn.linkedin.com/in/yexianyi/
Github: https://github.com/yexianyi/
展开
-
"JSP Semantics Validator (JSF)"错误
An internal error occurred during: "JSP Semantics Validator (JSF)"解决方法:将D:/eclipse/plugins/下的org.eclipse.wst.sse.ui_1.0.305.v200802142230.jar移到其它地方即可。原创 2008-05-31 21:30:00 · 1502 阅读 · 0 评论 -
MyEclipse: The Table cannot be found on the database
Issue:When you develop EJB3 Entity Bean, you may occur the error message:The Table cannot be found on the database. Solution:Please check if you have unchecked the opti原创 2009-12-01 22:55:00 · 2127 阅读 · 5 评论 -
JDev: How to make JDev run ant script in debug mode permanently
Issue:Using the ‘Advances…’ target only sets the options for the one run or debug of the selected target. But cannot make it run in debug permanently.How to:If you like to set one of the options原创 2013-02-25 15:10:39 · 825 阅读 · 0 评论 -
JDev: jdeveloper no suitable driver found for jdbc mysql
Issue:When you do test for SQL in VO, you may got following exception. Exception:jdeveloper no suitable driver found for jdbc mysql Solution:Copy your Mysql jdbc driver to X:\Oracle\WLS\原创 2012-08-22 15:38:09 · 1871 阅读 · 0 评论 -
WLS Exception: <BEA-149132> <Split-dir application HRSystem can only be deployed to the Admin Server
Issue:When you deploy a application to JDev Integrated WLS, you may got following exception. Exception:ServerInstance1 startup time: 25355 ms.ServerInstance1 started.[Running application HRS原创 2012-05-14 10:34:42 · 2256 阅读 · 0 评论 -
JDev: How to change SVN Repository location in JDev?
Please go to following location to modify your SVN Repository Connection.C:\Users\\AppData\Roaming\JDeveloper\system11.1.1.5.37.60.13\o.jdeveloper.subversion\repositories.xml原创 2012-05-11 16:38:36 · 1360 阅读 · 0 评论 -
JDev Bug: ClassNotFound: [WebLogic 10] specified in [eclipselink.target-server] property.
Issue: After generated the persistence.xml file using JDevelper 11g, you may got following exception, while you invoke persist operation. java.lang.reflect.InvocationTargetException at sun.ref原创 2009-12-05 13:43:00 · 2224 阅读 · 1 评论 -
JDev Bug: Database platform class [IBM DB2] not found
Issue:After generated the persistence.xml file using JDevelper 11g, you may got following exception, while you invoke persist operation. javax.ejb.EJBException: EJB Exception: ; nested excepti原创 2009-12-05 13:33:00 · 1381 阅读 · 0 评论 -
JDev Deploy Exception: oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener
Issue:When deploy J2EE Application to Weblogic using JDevelper 11g, some exception may be showing. [04:28:37 PM] >>>> Warning: Unable to determine the target platform from the Profile. Usin原创 2009-12-03 16:32:00 · 4216 阅读 · 0 评论 -
ERROR: Cannot change version of project facet Dynamic Web Module to 3.0?
Issue:When you create web app in eclipse with maven configuration, you may get following error.Cannot change version of project facet Dynamic Web Module to 3.0?原创 2015-11-30 15:32:49 · 599 阅读 · 1 评论 -
Java: How to resolve Access Restriction error
Issue:Access restriction: The constructor 'BASE64Decoder()' is not API (restriction on required library...) Solution:Go to the Build Path settings in the project properties.Remove the JRE Sy原创 2015-02-12 14:51:41 · 725 阅读 · 0 评论 -
Eclipse 3.4 Ganymede 新增的插件安装方式
Eclipse 3.4 Ganymede 新增的插件安装方式 以前安装Eclipse插件无非两种方式, 直接copy插件到features/plugins目录或者在links目录下创建链接文件. 刚刚发布的Eclipse 3.4又推出另一种新的安装途径, 称为provisioning platform(p2), 更加灵活.Eclipse 3.4下有个dropins目录, 只要把转载 2008-10-23 12:56:00 · 2329 阅读 · 0 评论 -
MyEclipse 5.1GA ~ 7.0GA 全系列注册码及高速
MyEclipse 5.1GA ~ 7.0GA 全系列注册码及高速 2008/12/09发布的Myeclipse 7.0GA2008/11/6发布的Myeclipse 6.6GA2008/9/19发布的Myeclipse 7.0M22008/8/13发布的Myeclipse 7.0M12008/6/18发布的Myeclipse 6.5GA和Myeclipse Bule2转载 2008-12-28 09:23:00 · 2316 阅读 · 2 评论 -
Ant Plugin: java.net.SocketTimeoutException: Accept timed out Solution
Issue: When you are running build.xml ant script in Eclipse, you may find it doesn’t work. It seems like ant script is not running at all.原创 2010-08-31 11:51:00 · 4329 阅读 · 0 评论 -
Fat Jar Eclipse Plug-In
About Fat Jar Eclipse Plug-InCurrent Release:alphaUrl Update Manager:http://kurucz-grafika.de/fatjarDownload from:project pageRequirements: Eclips转载 2008-05-24 20:44:00 · 1368 阅读 · 0 评论 -
Axis2 Plugin Exception: -java.lang.reflect.InvocationTargetException
Issue: After you install Axis2Eclipse plug-in and try to do a test, you may got following exception when you perform the last operation, cl原创 2010-08-24 13:21:00 · 1025 阅读 · 1 评论 -
Eclipse: import sun.misc.BASE64Encoder got error in Eclipse
Go to Window-->Preferences-->Java-->Compiler-->Error/Warnings.Select Deprecated and Restricted API. Change it to warning.Change forbidden and Discouraged Reference and change it to warning. (or as you转载 2012-10-17 10:58:05 · 1209 阅读 · 0 评论 -
MANIFEST.MF Error: No available bundle exports package
MANIFEST.MF Error: No available bundle exports package原创 2013-08-22 11:22:08 · 5262 阅读 · 0 评论 -
m2eclipse Error:ArtifactTransferException: Failure to transfer org.apache.felix:org.apache.felix.res
Issue:When you create and compile a project with pom.xml using m2eclipse, it may report some error like following: Error:ArtifactTransferException: Failure to transfer org.apache.felix:org.apa原创 2013-11-24 21:28:49 · 2392 阅读 · 0 评论 -
JDeveloper ERROR: No j2ee modules detected in EAR archive
Issue: When deploy your J2EE Application to Weblogic, you may meet the Error as following. [11:49:13 AM] >>>> Warning: Unable to determine the target platform from the Profile. Using default...原创 2009-12-02 12:54:00 · 7984 阅读 · 0 评论