Hi Arjen,
Is it possible that we can extend the functionality so that you can also set these properties by using the oxm schema namespace?
Type: Posts; User: alwyn; Keyword(s):
Hi Arjen,
Is it possible that we can extend the functionality so that you can also set these properties by using the oxm schema namespace?
I have been looking for the same thing, change configuration at runtime AND then have the changes persisted for next run.
Someone mentioned telling the XMLBeanFactory to effectively reload its...
While I was writing my EnumEditor I was trying to duplicate in a test program
what Spring will be doing.
I came across something odd.
Using j2se 5.0, when you do a Class.forName, you get an...
Hi,
Using some code and ideas I found on the Spring Jira
I have implemented a generic EnumEditor. It works
fine for values and the only caveat is that for every
Enum you need to register an...
No I was referring to the injection of lists.
I found my problem. I'm migrating an existing framework, created new interfaces to test with, BUT my classes with which I tested still implemented...
Hi everyone,
Is there any official roadmap for tiger generics support?
If still more than a week away... :D , any comments on what would be the
preferred way of implementing in Spring...