Aah.. of course - thanks for pointing that out.
All works fine now.
Type: Posts; User: CameronBraid; Keyword(s):
Aah.. of course - thanks for pointing that out.
All works fine now.
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 ...
update to nightly has completed, and after restarting STS the same issue exists.
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...
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...
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...
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...
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:...
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...
Will it be compatible with spring 2.5 ?
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...
Done - http://opensource.atlassian.com/projects/spring/browse/SPR-4089
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...
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
I just tried an upgrade from 2-m1 to 2-m2 and the property placeholder has stopped working. Was working fine in 2-m1
does JSpruce also work as a JSR168 portlet ?
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...
any updates on this ?
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...
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...
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.
...
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.
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...
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...
Since 1.1 is almost done, is there going to be a 1.1 compatible EclipseIDE released ?