Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,109

    @Service annotation not worked for AOP

    When I used
    @Service(value = "userService")
    to declare a service, the aop is not worked, but when declared as bean, it worked.

    env: spring 3.0.5
    code:

    <bean id="userService"...
  2. Replies
    5
    Views
    1,188

    the error still here: i'm using Sun Java System...

    the error still here:
    i'm using Sun Java System Application Server Enterprise Edition 8.1_02 (build b07-fcs) and acegi 1.0.1,the exception is
    java.lang.ClassCastException:...
  3. Replies
    5
    Views
    1,188

    I'm using acegi 1.0.1

    I'm using acegi 1.0.1
  4. Replies
    5
    Views
    1,188

    error using acegi on sun app server ee 8.1

    Hello all:
    I try to use acegi1.0.1 on sun app server ee 8.1,but when I deploy acegi-security-sample-contacts-filter.war and login,the following execption catched

    java.lang.ClassCastException:...
  5. The clob problem in oracle8i by using spring+hibernate

    hello all:
    when i use hibernate3.0.5+spring1.2.6 to do crud with a clob field, i got a "protocol violation" error in oracle8i, but it works in 9i.
    my oracle jdbc driver version is...
  6. Replies
    2
    Views
    826

    I mean, I have a createSms method in the...

    I mean, I have a createSms method in the smsServiceImpl,the method update one table and insert another table (use Spring DAO), but when the insert method fail, the update method not rollback.
  7. Replies
    2
    Views
    826

    the transaction not work

    I used Spring DAO, but the transaction don't work.
    my env is oracle 10g+weblogic7.0.4
    please check the conf file and give me some suggestion.
    thanks


    <beans>
    <bean id="dataSource"...
  8. Replies
    0
    Views
    3,600

    null problem when bind BigDecimal

    when bind a BigDecimal property,if the value is null,the following error occured.
    Failed to convert property value of type [java.lang.String] to required type [java.math.BigDecimal] for property...
Results 1 to 8 of 8