Search:

Type: Posts; User: dirk.dinger; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. I think spring-asm is no longer required, since...

    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...
  2. Replies
    3
    Views
    263

    I do not need an enum, I am just looking for a...

    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....
  3. I am looking for a "hello world" kind of example...

    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...
  4. looking for example with spring mvc backend but plain html or jqueryui frontend

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

    customize web view for integer field

    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...
  6. Thanks - that helped

    Thanks for the tip!

    Actually changing

    <property name="writeConcern" value="SAFE"/>

    to

    <property name="writeConcern">
    <util:constant static-field="com.mongodb.WriteConcern.SAFE" />
  7. changes in "writeConcern" behaviour in RC1 ?

    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...
  8. spring data redis RC1 - bug in RedisCacheManager ?

    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>...
  9. @Secured and AccessDeniedException expecting additional information

    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...
  10. Replies
    2
    Views
    818

    Hi Jeremy, The web.xml fragment you mentioned...

    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...
  11. problems with spring-flex 1.5 testdrive

    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...
  12. Replies
    2
    Views
    818

    Security context ramdomly gets lost

    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...
  13. Replies
    1
    Views
    2,812

    MongoDB regex query ?

    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...
  14. Looking for example that uses AIR client accessing a spring secured web app

    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...
  15. Replies
    5
    Views
    1,472

    You are damn right ! I thought someting like that...

    You are damn right ! I thought someting like that could never happen to me. What a shame.

    Thanks a lot!
  16. Replies
    5
    Views
    1,472

    Hello Oliver, The context is actually setup...

    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...
  17. Replies
    5
    Views
    1,472

    How to instanciate MongoRepository ?

    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...
  18. 'secured' spring-flex testdrive as AIR application

    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 ?...
  19. form based and basic auth depending on URI ?

    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/**...
  20. Anyone running spring flex and security in OSGi ?

    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...
  21. bundlor RC1 hangs when used from behind a firewall ?

    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...
  22. Thanks Jeremy for the hint. With the 1.0.1...

    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:...
  23. spring-flex + spring-osgi + spring 3.0.0.M4

    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...
  24. Replies
    7
    Views
    4,153

    Bundlor Maven plugin dependencies

    Hi Dave,

    Thanks for the quick response. I browsed the URL you mentioned but could not find

    Path to dependency:
    1)...
  25. Replies
    7
    Views
    4,153

    strange bundlor maven plugin dependency

    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...
Results 1 to 25 of 33
Page 1 of 2 1 2