Search:

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

Search: Search took 0.01 seconds.

  1. using hasPermission, hasRole etc in WebFlow

    To have everything consistent in my web application using spring framework, webflow and jsp, I want to be able to use the same expressions in all 3 layers (gui, flows, services) without an access...
  2. Replies
    7
    Views
    925

    so any ideas ?

    so any ideas ?
  3. Replies
    7
    Views
    925

    ApplicationContext.xml

    ApplicationContext.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  4. Replies
    7
    Views
    925

    I'm testing directly this method in a Junit test...

    I'm testing directly this method in a Junit test case, by loading my applicationContext with the @ContextConfiguration
    But I also tried calling it from a main (with ClassPathXmlApplicationContext)...
  5. Replies
    7
    Views
    925

    Actually I'm using Oracle 10g I'm really...

    Actually I'm using Oracle 10g

    I'm really confused because the problem only appears when using the entityManager ... everything is fine with a jdbcTemplate.
  6. Replies
    7
    Views
    925

    Rollback partially working

    hello, I've been having problems with rollback recently, and I just found out where the problem seems to be, yet I can't explain why.

    Here is the situation:

    I have a service, in which I use a...
  7. sorry to dig up this topic, but I have the same...

    sorry to dig up this topic, but I have the same kind of problem

    I am working on a web application, using Spring + JPA + Tomcat

    When I test on local, with Junit tests classes extending...
  8. Replies
    22
    Views
    6,602

    maybe it has something to do with the annotations...

    maybe it has something to do with the annotations you are using
  9. Replies
    2
    Views
    3,482

    have you tried without "classpath" ? with...

    have you tried without "classpath" ?
    with xsi:schemaLocation=... /config/sbeans.xsd"

    i know this would work: file:///D:/config/sbeans.xsd
    but I assume you don't want to use that because you...
Results 1 to 9 of 9