Search:

Type: Posts; User: antony.stubbs; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    6,103

    Are you able to get access to the Spring jira...

    Are you able to get access to the Spring jira instance? We really really want access over at http://github.com/astubbs/spring-modules :)
  2. Replies
    20
    Views
    11,095

    I don't think you guys get what I'm talking...

    I don't think you guys get what I'm talking about. This is about different been combinations - not simply different properties. I.e a jndi datasource vs a non-jndi datasource. But this can be...
  3. Replies
    2
    Views
    1,575

    My pleasure! If only I had some more time to work...

    My pleasure! If only I had some more time to work on it :( Soon though!
  4. Replies
    2
    Views
    1,575

    Spring Modules Announcement

    This is to let everyone know that Spring-Modules development here was stopped in early 2008.

    We have recently forked the code and are continuing development here:...
  5. Replies
    7
    Views
    1,585

    Ok guys - the project is up on git-hub! ...

    Ok guys - the project is up on git-hub!

    Install Git! - http://git-scm.com/

    To download an anonymous repository run http://github.com/astubbs/spring-modules or sign up with git-hub and get your...
  6. Replies
    7
    Views
    1,585

    extensions doesn't contain anything from modules....

    extensions doesn't contain anything from modules.
    I find that really strange. They don't explain why they didn't start with porting everything from modules...
  7. Replies
    7
    Views
    1,585

    yeah that's what I thought. But there's been no...

    yeah that's what I thought. But there's been no effort it seems, spring-module has been effectively dead for over a year, and I've had no response to any of my emails to Spring, Colin, or the rest of...
  8. Replies
    7
    Views
    1,585

    [1] -...

    [1] - http://www.springsource.org/extensions/proposing
    [2] - http://www.springsource.org/extensions/faq
  9. Replies
    7
    Views
    1,585

    forking spring-modules

    I have emailed various people and even emailed suggesting an extensions project as described on the Spring site[1] but haven't had any responses.

    As Spring Modules has been officially declared...
  10. fyi, using a "datasource-${environment}.xml"...

    fyi, using a "datasource-${environment}.xml" file, which contained the import of the default environment file e.g. "import datasource-default.xml" is what I eventually did, and worked quite well.
    ...
  11. Yeah - basically that looks like my problem. For...

    Yeah - basically that looks like my problem. For some reason the connection is getting clossed at some point - i think it's by Oracle dodgy support for TIMESTAMP WITH LOCAL TIME ZONE column type....
  12. Replies
    14
    Views
    2,857

    ever get a solution to this? I have the same...

    ever get a solution to this? I have the same error reported with WebSphere.
  13. what's the link to the other thread? I currently...

    what's the link to the other thread? I currently have a problem with spring caching the closed connection, and not asking the datasource for one. It seems after some query, Oracle closes the...
  14. Yes you could easily do something like that with...

    Yes you could easily do something like that with Maven resource filtering for example, but it would all require recompilation.
  15. Replies
    20
    Views
    11,095

    This doesn't address my need to conditional...

    This doesn't address my need to conditional instantiation of beans. I need to not instantiate a bean in one environment, and instantiate in another. It's can't be seperated into properties. (it's a...
  16. Thank gosh - I thought I was going crazy - either...

    Thank gosh - I thought I was going crazy - either that or i just didn't "get it".

    Well what about another use case where you want to easily switch between Interface implementations where you use...
  17. Replies
    30
    Views
    20,635

    There's still a problem on...

    There's still a problem on http://repo1.maven.org/maven2/org/springframework/spring/2.5/ - the sources jar is still the Spring-AOP source!
    I wouldn't have bothered msging about this, but the other...
  18. Replies
    20
    Views
    11,095

    I have a similar desire - I posted about it here:...

    I have a similar desire - I posted about it here: http://forum.springframework.org/showthread.php?t=46504
    "Conditional importing/loading of alternate beans.xml - environment specific beans"
    ...
  19. Conditional importing/loading of alternate beans.xml - environment specific beans

    This post directly ask how to do what has been rejected in these issues:
    http://opensource.atlassian.com/projects/spring/browse/SPR-1358...
  20. Have a look at this:...

    Have a look at this:
    http://forum.springframework.org/showthread.php?p=135632&posted=1#post135632

    I guess you must be loading the Spring Context *after* adding the system property?

    Try posting...
  21. Thanks for the prompt reply! Great! I am even...

    Thanks for the prompt reply! Great!
    I am even more impressed with Spring now :)
    I have been scouring this forum for this information, but I guess I was unlucky to not stumble across my answer, or...
  22. Set bean properties from a Properties bean, not assign the properties bean

    Is it possible to assign the properties of a bean, to properties contained within a Properties object, loaded using util:properties ?

    Atm, I have a property holder class, that get's assigned the...
  23. solution

    The problem is that the application context is not initialised until your object is intialised.
    i.e. - you can't refer to it in your field declarations or your constructor method.
    I just hit the...
  24. Well - seems as though I've found the problem:...

    Well - seems as though I've found the problem:
    -Doracle.jdbc.J2EE13Compliant=true
    I find that quite offensive.
    By default, it's false.
    More info here:...
  25. Well - seems as though I've found the problem:...

    Well - seems as though I've found the problem:
    -Doracle.jdbc.J2EE13Compliant=true
    I find that quite offensive.
    By default, it's false.
    A very poorly advertised configuration option.
    More...
Results 1 to 25 of 29
Page 1 of 2 1 2