Error
想成为工程师的码农
这个作者很懒,什么都没留下…
展开
-
strtus2命名不规范导致的错误
2010-10-19 18:27:22 com.opensymphony.xwork2.util.logging.jdk.JdkLogger warn 警告: Error setting expression 'nnew.nTitle' with value '[Ljava.lang.String;@df804e' ognl.NoSuchPro...原创 2012-11-29 12:33:38 · 103 阅读 · 0 评论 -
javax.persistence.NoResultException:No entity Found for query 异常的解决办法
Query query = getEntityManager().createQuery("from DataFile d where d.fileName=:fileName"); query.setParameter("fileName", fileName); return (DataFile) query.getSingleResult...原创 2012-12-13 14:50:46 · 1480 阅读 · 0 评论 -
Java heap space的解决办法
@Entity @Table(name = "SATPTT") @IdClass(SatpttId.class) public class Satptt extends SimpleBaseEntity { public Satptt(String spttktn,String sptsalt,String sptprfx,String sptform,Strin...原创 2013-06-26 10:33:55 · 471 阅读 · 0 评论 -
eclipse创建maven工程出现Could not resolve archetype org.apache.maven.archetypes错误
eclipse创建maven工程出现Could not resolve archetype org.apache.maven.archetypes错误的解决办法: 解决思路:在本地库中装载maven-archetype-quickstart 1.从http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/maven/archety...原创 2013-01-06 13:41:44 · 143 阅读 · 0 评论 -
运行Maven是报错:No goals have been specified for this build
No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:...原创 2013-01-06 13:55:32 · 750 阅读 · 0 评论