Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    100

    CDI Integration

    I'm trying to get CDI Integration, but the following errors occurs at deployment:

    WARNING: Error in annotation processing: java.lang.NoClassDefFoundError:...
  2. Hi, ...

    Hi,


    <bean name="fooJob" class="FooJob"/>

    <bean name="methodInvokingJob" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean">
    <property name="targetObject"...
  3. The string "--" is not permitted within comments.

    Hi,

    I'm getting the following exception. I can't figure out what xml file has the string "--" within comment. Any suggestion?


    org.xml.sax.SAXParseException: The string "--" is not permitted...
  4. DefaultAdvisorAutoProxyCreator & HibernateInterceptor

    I have a Quartz job that is raising the LazyInitializationException.

    Then, I have included a HibernateInterceptor:


    <bean id="txManager"...
  5. I just do the following: Server: ...

    I just do the following:

    Server:



    <bean class="org.springframework.remoting.rmi.RmiServiceExporter">
    <property name="serviceName" value="EmprestimoFachada"/>
    <property...
  6. By default, the host is localhost (127.0.0.1)....

    By default, the host is localhost (127.0.0.1). I'm using RmiServiceExporter without problems, just declaring the bean.
  7. HIBERNATE: LazyInitializationException

    Hi,

    What's the best way for RMI and Hibernate with lazy loading? I'm developing a client for a webapp that access the service layer through RMI. I think that could there be an "open session in...
  8. Replies
    0
    Views
    1,776

    Hibernate: getAllClassMetadata()

    I'm trying figure out how to implement the following test case using the Spring. The problem is how to access the getAllClassMetadata() method with LocalSessionFactoryBean.

    ---

    SessionFactory...
Results 1 to 8 of 8