Hibernate 、 Axis2发布
摘要:1. you just compile your web-service into aar file (not include bean files), copy the aar into axis2\WEB-INF\services.2. all libs hibernate (and jar drivers), you have to copy in axis2\WEB-INF\lib.3. all bean(include xx.hbm.xml files) classes which are must be in axis2\WEB-INF\classes.4. that's
阅读全文
posted @
2013-09-27 08:53
garfieldtom
阅读(960)
推荐(0) 编辑
Hibernate学习备忘
摘要:1.关于Hibernate异常:org.hibernate.service.jndi.JndiException: Error parsing JNDI name刚接触Hibernate,调试一个简单的程序报告异常:org.hibernate.service.jndi.JndiException: Error parsing JNDI name 去掉hibernate.cfg.xml中的name属性,异常解除。没有明白是什么原因。2.JDBC for SQL Server的连接描述:com.microsoft.sqlserver.jdbc.SQLServerDriver jdbc:sqlser
阅读全文
posted @
2013-09-26 10:33
garfieldtom
阅读(429)
推荐(0) 编辑