Dear all,
thanks very much!
It works well!
fenix
Type: Posts; User: grayfoxdie; Keyword(s):
Dear all,
thanks very much!
It works well!
fenix
hibernate-distribution-3.6.0.Final
Attached is my project without jars.
jar list:
antlr-2.7.6.jar
aopalliance-1.0.jar
aspectjrt-1.6.3.jar
bonecp-0.7.0.jar
com.springsource.javax.ejb-3.0.0.jar...
@Entity(name="Auth")
@Table(name="Auth")
public class Auth implements java.io.Serializable {
/** @pdOid 53fbfd59-e586-46a5-a752-f4c49ce416d1 */
@Id
...
public interface AuthDao extends JpaRepository<Auth, Long>{
}
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authDao': Post-processing failed of bean type [class...
I fixed it, but still not work. The exception stack is:
Caused by: java.lang.reflect.MalformedParameterizedTypeException
at...
To gwa,
the error just when I add these content into applicationContext.xml:
xmlns:jpa="http://www.springframework.org/schema/data/jpa"
http://www.springframework.org/schema/data/jpa...
And here is the applicationContext file:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
Hi all,
I've got a exception when startup
can anyone give me some suggestions ?
Thanks,
fenix
could you show me ApplicationFeature's code please ?
and what's aclDao.getAllGroupThatCanAccessApplicationAndFeature(application, feature)?
Thanks in advance :)