Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Aah.. of course - thanks for pointing that out. ...

    Aah.. of course - thanks for pointing that out.

    All works fine now.
  2. I have had some success by skipping the STS...

    I have had some success by skipping the STS launcher and instead hacking the command that the STS launcher runs.

    I just added the -XX:MaxPermSize argument :

    /usr/bin/java -XX:MaxPermSize=2048m ...
  3. update to nightly has completed, and after...

    update to nightly has completed, and after restarting STS the same issue exists.
  4. STS 2.2.1 on linux 64 java.lang.OutOfMemoryError: PermGen space

    I am unable to run STS 2.2.1 on linux 64 bit

    java version "1.6.0_15"
    Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
    Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02, mixed mode)

    Linux...
  5. Axis 1.4 bundle issues with commons logging

    I am using the axis 1.4 bundle from the spring source enterprise bundle repository and when using it I receive an exception :

    Caused by: java.lang.ExceptionInInitializerError
    at...
  6. Sticky: Source code for the bundle repository

    There are a few libraries in the spring source enterprise bundle repository that are one or two minor revisions older than versions that I use.

    I would like to create bundles for these newer...
  7. Can @ServiceReference be changed to work with Fields as well as methods

    Currently, I use @Autowired to inject dependencies into fields.

    I am changing to use spring osgi, and would like to replace some @Autowired fields with @ServiceReference fields, however...
  8. Replies
    30
    Views
    20,766

    Thanks for the reply - the reason that I ask, is...

    Thanks for the reply - the reason that I ask, is that I am trying to migrate from acegi security to spring-security in a spring 2.5 based application.

    I am getting this exception:

    Caused by:...
  9. Replies
    30
    Views
    20,766

    Spring Security 2

    Is spring 2.5 intended to be compatible with spring-security-2, or will there be a spring-security-2.5 ?

    Also, are there plans to make a spring-security forum, or will you just continue to use the...
  10. Replies
    4
    Views
    2,247

    Will it be compatible with spring 2.5 ?

    Will it be compatible with spring 2.5 ?
  11. roadmap for spring-security-2 + maven jars

    When do you anticipate releasing a milestone release for spring-security ?

    http://blog.interface21.com/main/2007/12/06/whats-new-in-spring-security-2 states "Maven 2 users can simply specify a...
  12. Done -...

    Done - http://opensource.atlassian.com/projects/spring/browse/SPR-4089
  13. Issue with apache xbean when upgrading from spring 2.0 to 2.1-rc or 2.5-rc1

    There is a method signature change in org.springframework.beans.factory.xml.XmlReaderContext that causes apache xbean to fail. I submitted a bug report at the xbean site...
  14. I searched for an existing jira issue, and...

    I searched for an existing jira issue, and couldn't find one.

    I created one here http://opensource2.atlassian.com/projects/spring/browse/SPR-1741
  15. I just tried an upgrade from 2-m1 to 2-m2 and the...

    I just tried an upgrade from 2-m1 to 2-m2 and the property placeholder has stopped working. Was working fine in 2-m1
  16. Replies
    5
    Views
    1,692

    does JSpruce also work as a JSR168 portlet ?

    does JSpruce also work as a JSR168 portlet ?
  17. just my few cents worth - I can't see why you...

    just my few cents worth -

    I can't see why you would want the AuthenticationSuccessEvent to NOT be published if the cacheWasUsed. It just doesn't make sence.

    Any changes that this can be at...
  18. Replies
    4
    Views
    2,514

    any updates on this ?

    any updates on this ?
  19. Replies
    10
    Views
    2,838

    Status on Spring Rich Client

    I am beginning building a swing app, and wanted to know how much I should rely on spring rich client.

    From what I have gathered from the forum, things are in flux at the moment.

    One thing that...
  20. One way to make proxies non spring dependant -...

    One way to make proxies non spring dependant - i.e. not using the AopContext.currentProxy() method - is to provide a setter on the proxied class that gets called by the proxy creator.


    class...
  21. FilterChainProxy and use of RegExp matcher

    I posted this message on the mail list, and received no response - so I am posting it here as well.

    Currently, the regexp matching for the FilterChainProxy uses the request url + query string.
    ...
  22. Replies
    12
    Views
    2,792

    thanks for your informative and prompt response....

    thanks for your informative and prompt response.

    I think your approach will work very well.


    I'll let you know how it goes.

    Thanks agin.
  23. Replies
    12
    Views
    2,792

    Domain style logins (not NT domains!)

    I need to support domain based logins.

    To me, a domain is a collection of unique users, each having a unique username.

    Therefore it is possible to have two users in the system with the same...
  24. Help with integration of custom beans xml format

    I am trying to help the ActiveMQ people with integration of their configuration file format into a spring application context.

    Currently they use a custom XmlBeanDefinitionReader that uses XSLT to...
  25. What is the release schedule for a 1.1 compatible version

    Since 1.1 is almost done, is there going to be a 1.1 compatible EclipseIDE released ?
Results 1 to 25 of 27
Page 1 of 2 1 2