I think spring-asm is no longer required, since at least some of the classes have been moved to spring-core.jar
(try "Open Type" in Eclipse and search for "ClassVisitor")
So If you have some maven...
Type: Posts; User: dirk.dinger; Keyword(s):
I think spring-asm is no longer required, since at least some of the classes have been moved to spring-core.jar
(try "Open Type" in Eclipse and search for "ClassVisitor")
So If you have some maven...
I do not need an enum, I am just looking for a way to distinguish between the value that is actually stored (1,2,3,4....) in my case
and the label in the drop down that is displayed to the user....
I am looking for a "hello world" kind of example that uses the jquery ui addon to render some standard
properties. I do not expect a full automatic view scaffolding for jquery ui, but a simple...
Hi roo users,
I am looking for an example that uses spring MVC and spring security backend generated by roo but with no
view scaffoling at all.
I would like to use a single jquery ui html page...
Hi roo users !
Just making my first steps with roo and the MVC scaffolding. (jspx tags)
I am working on a simple asessment form and my entity needs to store an integer value but in the
UI this...
Thanks for the tip!
Actually changing
<property name="writeConcern" value="SAFE"/>
to
<property name="writeConcern">
<util:constant static-field="com.mongodb.WriteConcern.SAFE" />
Hello Spring Data MongoDB users,
Today I updated my project to use spring data mongodb RC1 from
the M4 version I used before.
All my unit tests that try to save an object to mongodb now crash...
Hi,
Just started playing around with spring data redis and the spring cache abstraction using RedisCacheManager as cache manager.
there is an unmodifiable set
private final Collection<String>...
Hi Spring security users,
Just configured global method security based on annotations like this.
<global-method-security secured-annotations="enabled"/>
My service method is perfectly...
Hi Jeremy,
The web.xml fragment you mentioned is exactly the one we use. The strange thing is that the application behaves correct in most cases, only from time to time there is no user associated...
Just executed the spring-flex testdrive 1.5.RELEASE using mvn clean install tomcat:run
Everything compiles and tomcat ist started with no errors.
Opening http://localhost:8080/testdrive/ in...
Hi spring-flex users,
We are using blazeds remote calls from an AIR client and are currently investigating a strange behaviour when sometimes the current thread has no Principal associated, e.g...
Hi mongoDB users,
from mongo shell I can execute the following query with no problem
db.item.find({ "label" : { "$not" : /12/i }})
how can I build the equivalent query using the mongo java...
Hi,
Just tried the spring-flex-testdrive/secured example code from within an AIR client.
There seems to be a difference related to the session management. The login to the channel works fine but...
You are damn right ! I thought someting like that could never happen to me. What a shame.
Thanks a lot!
Hello Oliver,
The context is actually setup from within a junit test like so:
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations={"/dao-test-context.xml"})
public class...
Hi Spring data users,
Just started playing around with spring data and mongodb. Following the instructions in the reference doc I created a repository interface like this
package...
Hi Spring-flex users !
I just created an AIR application from the code contained in the 'secured' example in the testdrive project.
Can anyone tell me what the 'securityhelper" is required for ?...
Hi,
I would like my webapp to have a UI part and a REST API secured by different methods.
By default the user should be redirected to a login form, but if the URL matches <contextRoot>/api/**...
Hi,
I am using spring flex 1.0.2 and spring security 3.0.1 on an equinox platform from within war bundles (spring osgi web extender).
I have to web bundles running. One only uses spring security...
Hi osgi users,
After updating from M6 to RC1 the execution of the maven bundlor plugin seems to hang for ever, when invoked from behind a firewall.
When I invoke the plugin from within a network...
Thanks Jeremy for the hint.
With the 1.0.1 Version of the spring flex bundle I get the following error during the spring context initialization of my web bundle
Caused by:...
Hi,
I am currently runing a webapp using spring osgi 1.2 together with spring security 3.0.0.M1 and spring 3.0.0.M4.
I would like to intergrate spring-flex into this webapp. With the...
Hi Dave,
Thanks for the quick response. I browsed the URL you mentioned but could not find
Path to dependency:
1)...
Hi,
I have exactly the same problem with the bundlor maven plugin dependency
when i try to build the spring-dm-1.2 from the sources.
Our company nexus repository has problems resolving the...