Search:

Type: Posts; User: grayfoxdie; Keyword(s):

Search: Search took 0.01 seconds.

  1. Dear all, thanks very much! It works...

    Dear all,
    thanks very much!
    It works well!

    fenix
  2. hibernate-distribution-3.6.0.Final

    hibernate-distribution-3.6.0.Final
  3. Attached is my project without jars. jar list:...

    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...
  4. @Entity(name="Auth") @Table(name="Auth") public...

    @Entity(name="Auth")
    @Table(name="Auth")
    public class Auth implements java.io.Serializable {
    /** @pdOid 53fbfd59-e586-46a5-a752-f4c49ce416d1 */
    @Id
    ...
  5. public interface AuthDao extends...

    public interface AuthDao extends JpaRepository<Auth, Long>{

    }
  6. org.springframework.beans.factory.BeanCreationExce...

    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authDao': Post-processing failed of bean type [class...
  7. I fixed it, but still not work. The exception...

    I fixed it, but still not work. The exception stack is:
    Caused by: java.lang.reflect.MalformedParameterizedTypeException
    at...
  8. To gwa, the error just when I add these...

    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...
  9. And here is the applicationContext file:

    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" ...
  10. Cannot resolve the name 'repository:transactional-repository-attributes' to a(n) 'att

    Hi all,
    I've got a exception when startup


    can anyone give me some suggestions ?
    Thanks,
    fenix
  11. could you show me ApplicationFeature's code...

    could you show me ApplicationFeature's code please ?

    and what's aclDao.getAllGroupThatCanAccessApplicationAndFeature(application, feature)?

    Thanks in advance :)
Results 1 to 11 of 11