Search:

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

Search: Search took 0.02 seconds.

  1. Packing the application with the library ...

    Packing the application with the library

    <dependency>
    <groupId>org.jboss.ironjacamar</groupId>
    <artifactId>ironjacamar-jdbc</artifactId>
    <version>1.0.9.Final</version>
    </dependency>
    and...
  2. Hi all, for some reason using ...

    Hi all,
    for some reason using

    <jee:jndi-lookup id="dataSource" jndi-name="java:jboss/datasources/sampleDS"/>
    started to work. I already tried it, but for some reason now it's working.
    In order...
  3. Anyone had the problem of getting the datasource...

    Anyone had the problem of getting the datasource from jndi with the last versions?
  4. spring 3.2 + jboss 7.1.1: how to get the datasource from jndi

    I have to go into production with my web application. The application server is JBoss 7.1.1.
    So I was looking for moving the datasources from the spring application context to the container.
    I...
  5. Any other information?

    Any other information?
  6. Sorry, I can't post the configuration, I can tell...

    Sorry, I can't post the configuration, I can tell you that in the mvc-context, the one bound to the servlet in the web.xml, there is the component-scan in the controllers package, the view resolver,...
  7. @ExceptionHandler without mvc:annotation-driven

    Hi all, I'm using spring 3.1 and I'm not using the tag <mvc:annotation-driven> but configuring some custom bean for custom behavior in handler mappping.
    The point is, spring creates for me the...
  8. Replies
    2
    Views
    330

    Hi Marten, you're right, i didn't import my aop...

    Hi Marten, you're right, i didn't import my aop configuration in the mvc context (Servlet) but only in the application context(listener).
    Now it does work as expected.
    Thank you

    Daniel
  9. Replies
    2
    Views
    330

    aop around controllers

    Hi all, I created a custom annotation for enabling the execution of a certain aspect.



    <bean id="profilingAspect" class="com.domosafety.template.aspects.ProfilingAspect" />

    <aop:config>
    ...
  10. Any idea? Bye Daniel

    Any idea?

    Bye

    Daniel
  11. Hi Marten, thank you for your reply. Yes, is...

    Hi Marten, thank you for your reply. Yes, is committing, I'm on mysql 5 with InnoDB tables, tryed with jboss 7 and tomcat 7, here's the log of tomcat:



    16:20:36,246 DEBUG SessionImpl:253 -...
  12. JpaRepository closes the mandatory transaction

    Hi all, I use the JpaRepository interface extension for getting crud operations done. I want the transaction to be wrapped around the controller metho, so I annotated the controlle with...
Results 1 to 12 of 12