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"...
Type: Posts; User: jinghong; Keyword(s):
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"...
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:...
I'm using acegi 1.0.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:...
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...
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.
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"...
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...