Anyone have any idea about this:
Problem with @Configurable
Using Tomcat 5.5
Spring 2.0 RC4
JDK 1.5
I had @Configurable working but now it is not loading up my web app. I get the error below...
Type: Posts; User: pdelahun; Keyword(s):
Anyone have any idea about this:
Problem with @Configurable
Using Tomcat 5.5
Spring 2.0 RC4
JDK 1.5
I had @Configurable working but now it is not loading up my web app. I get the error below...
Sorry the was sleepy when i wrote this. Should be @Configurable not @Configured :)
Hi
I have been in between working on a new version of a software system that now uses the very powerful @Configurable annotation. I have had this working for weeks now and have a reasonable...
You are calling the reject method. This is for setting global error which is what you might want. However if you just want to set an error on a single field use rejectValue.
...
Hi Rod
Many thanks for taking time to answer. I found a solution last week but does not quite do everything i wanted. After reading your post it seems like i took the approach you recommended...
Hi All
I have been playing around with the @Configurable mechanism in spring 2.0 and it is amazing...
I am currently working on a project where we need to slowly migrate a large system from an...
Hi all
I want to build an app that can share the persistance layer with multiple web apps.
If i was using ejb (i don't want to, i want to use hibernate) i could have an ejb persistance...
Hi Juergen
Many thanks... i was hoping it worked just like the JDBCTemplate. Any plans to make the docs in spring a wiki... So that the community can add extra helpful info ?
Hi
Can i have a JmsTemplate102 instance variable that is used in a servlet... Or to say it another way is JmsTemplate102 thread safe like a datasource.
or should i do:
jt = new...