Thanks Chris,
I am pleased that this is the case as moving JavaConfig into the core where the other configuration API's live makes complete sense. The only thing I would suggest is please add...
Type: Posts; User: liamknox; Keyword(s):
Thanks Chris,
I am pleased that this is the case as moving JavaConfig into the core where the other configuration API's live makes complete sense. The only thing I would suggest is please add...
Thanks,
But it has only been in scratching around replacing JavaConfigApplicationContext with the Annotated version, annotations etc, that I have managed to get even the simplest application...
Hi
I am really unsure on the compatability status here?
From simply downloading the 1.0.0M4 JavaConfig release and Spring 3.0.1 release I have encountered numerous errors. Current one is below....
Hi
Is there a way for Spring to validate that @Configurable objects will be correctly resolved at Runtime at the point it loads the Application Context?
For example from what I can tell by...
Thanks for the reply
But if you wanted to use this to integrate with Quartz is that supported? For example Quartz also provides Job Persistence, Remoting etc, but it feels natural that the Job...
Is this actually in 3.0 as I couldnt see the annotation in the latest API JavaDocs?
Seems something that would naturally lend itself to integration with Quartz etc. i.e. something like...
Is there any plans to support some kind of lazy result set accessor with in Spring JDBC?
The callbacks Spring provides work well if you can haddle the full transformed result set in memory or...
Hi
We are currently using some Spring bundle imports that are resolved at runtime.
i.e.
<import resoure="classpath://${env}/bundle.xml"/>
Is there anyway for Spring IDE to interpret this...
Hi
Is there anyway to hook into the execution of a StoreProcedure object and get access to the ResultSetMetaData? As far as I can see the result by default is a Map containing update counts and...
Thanks for your help with this Dennis
Should I raise a JIRA relating to this then with SpringSource?
regards
liam
Ever used or seen
org.springframework.core.BridgeMethodResolver ?
This looks like it does exactly what I need to do.
Shame its taken so long to find it :-(
I am really sorry. but if I have
@MyMethod myMethod(@MyParam p){}
I can reflect this is my sleep ;-)
What have I done wrong?
Couple of points then
1) AOP as it currently stands, or atleast in the form I am using it, doesnt really provide a way to access parameter annoations for a method consistently or robbustly.
2)...
I could supply you with a comprehensive running example but I dont think I have time right now.
1) If you use non CGLib your pjp will contain the methid signature of the interface and not the...
I have been trying this down cast and I have noticed it doesnt really help completely anyway depending on the context of usage.
For example if I have some heiracy with Genrerix ( x.handle(T t) )...
On your reply regarding the difficulty.
Do you downcast Map to HashMap to access fundamentals? Is this need or requirement documented in the Java API....
No, because you dont have to
Are you...
if I have a method for example
getStaticPart()
Would you not expect it to provide the static information of the method?
It already provides, name, type etc
Obviously someone decided in...
Thanks for your comprehensive reply. I actually found a similar article here.
http://www.nabble.com/Sring-AOP---ProceedingJoinPoint---Method-td20042019.html
Amazing how difficult that was and...
Actually this seems maybe more fundamental. There doest seem anyway of getting pased the annotation of a method parameter.
By this I mean using the annotation at the parameter level...
Hi Denis
I dont think this article answers my question exactly.
The examples here seem to inidicate that the Aspect knows instrisic information on the context it is applied i.e. the Annoations...
This doesnt really answer my question. As far a I can see the examples here rely on you point cut having instrisic knowledge in the context of its use.
I.e. the parameters are passed in either...
Hi
If I have methods that I want to point cut, for example
Entitled
void checkUser(X User user)
Entitled
I have noticed support for metadata in the schema but have no idea how you could use it programatically. Can you get acces to it? I would of thought if this is intended for programatic access the...
Hi
How can I create a custom resource so I can load a script from an alternative location such as a database?
For example
<lang:groovy id="messenger"
...
Thanks , I have raised this in Jira SPR-3630