Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thanks Chris, I am pleased that this is the...

    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...
  2. Thanks, But it has only been in scratching...

    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...
  3. Spring 3.0 and Spring JavaConfig compatability

    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....
  4. @Configurable validation on application context load

    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...
  5. Replies
    5
    Views
    3,231

    Thanks for the reply But if you wanted to use...

    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...
  6. Replies
    5
    Views
    3,231

    Is this actually in 3.0 as I couldnt see the...

    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...
  7. Replies
    0
    Views
    528

    Lazy Result Set Iteration

    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...
  8. Replies
    0
    Views
    729

    Spring IDE rutime import resolution

    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...
  9. org.springframework.jdbc.object.StoreProcedure and ResultSetMetaData Access

    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...
  10. Replies
    21
    Views
    7,013

    Thanks for your help with this Dennis Should I...

    Thanks for your help with this Dennis

    Should I raise a JIRA relating to this then with SpringSource?

    regards

    liam
  11. Replies
    21
    Views
    7,013

    Ever used or seen ...

    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 :-(
  12. Replies
    21
    Views
    7,013

    I am really sorry. but if I have @MyMethod...

    I am really sorry. but if I have



    @MyMethod myMethod(@MyParam p){}


    I can reflect this is my sleep ;-)

    What have I done wrong?
  13. Replies
    21
    Views
    7,013

    Couple of points then 1) AOP as it currently...

    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)...
  14. Replies
    21
    Views
    7,013

    I could supply you with a comprehensive running...

    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...
  15. Replies
    21
    Views
    7,013

    I have been trying this down cast and I have...

    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) )...
  16. Replies
    21
    Views
    7,013

    On your reply regarding the difficulty. Do you...

    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...
  17. Replies
    21
    Views
    7,013

    if I have a method for example ...

    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...
  18. Replies
    21
    Views
    7,013

    Thanks for your comprehensive reply. I actually...

    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...
  19. Replies
    21
    Views
    7,013

    Actually this seems maybe more fundamental. ...

    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...
  20. Replies
    21
    Views
    7,013

    Hi Denis I dont think this article answers my...

    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...
  21. Replies
    21
    Views
    7,013

    This doesnt really answer my question. As far a...

    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...
  22. Replies
    21
    Views
    7,013

    AOP Pointcuts and Parameter access

    Hi

    If I have methods that I want to point cut, for example



    Entitled
    void checkUser(X User user)

    Entitled
  23. Replies
    0
    Views
    1,113

    Spring Bean MetaData

    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...
  24. Replies
    0
    Views
    794

    Scripting and Custom Resources

    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"
    ...
  25. Replies
    2
    Views
    1,542

    Thanks , I have raised this in Jira SPR-3630

    Thanks , I have raised this in Jira SPR-3630
Results 1 to 25 of 26
Page 1 of 2 1 2