Search:

Type: Posts; User: m.de.kwant; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. I can try. Did you use my suggestion as I wrote...

    I can try. Did you use my suggestion as I wrote here à year ago? And can u show some of your configuration please.

    Kind regards

    Marc
  2. Mail 1.4 and Activation loading problem during junit test

    Hi,

    I have a small problem loading activation.jar

    It used to work, but now the context loader is trying to load the activation.jar from the wrong location.

    Part of my pom.xml regarding the...
  3. Thanx. I have reverted to spring security...

    Thanx.

    I have reverted to spring security 2.0.4 and this works well with OAuth 3.5

    My problem is solved, but I hope version 3.6 /4.0 whatever will be compatible with 3.0.0

    Kind regards,
    ...
  4. Not even a Spring Software Engineer that can tell...

    Not even a Spring Software Engineer that can tell me if I should downgrade or make some quick fix in source code ?? :)
  5. Replies
    4
    Views
    3,416

    Another method would be defining the JPA mappings...

    Another method would be defining the JPA mappings on the variables instead of the methods.
    This way you do not need to define the methods transient.

    Example


    @Id
    @GeneratedValue
    private...
  6. Hi, I cannot give you a working example, but...

    Hi,

    I cannot give you a working example, but the idear is not that hard to code.

    To answer your questions:

    1. Yes this is possible by using a database to store the permissions. THis way to...
  7. spring-security-oauth 3.5 incompatible with Spring security 3.0.0.M2

    Hi,

    I am trying to implement Spring Security OAuth 3.5 within my Spring Security 3.0.0.M2 configuration, but these two seem to be incompatible.

    My dependencies (excluding obvious dependencies)...
  8. Replies
    4
    Views
    5,201

    Solved

    Found the correct configuration for my stated problem. Should have read the manual better.

    Correct implementation for my own UserService




    <security:http create-session="never"...
  9. Replies
    4
    Views
    5,201

    Thank you for the quick reply. But I am still...

    Thank you for the quick reply.

    But I am still a bit confused in the proper usage of the configuration file.
    At first I had the following configuration



    <security:http...
  10. Replies
    4
    Views
    5,201

    SOLVED: Bean strategy for custom userservice

    Hi,

    I was wondering what maven dependency I am missing here since I am getting the following error:



    2009-08-27 13:17:30,046 org.springframework.web.context.ContextLoader Context...
  11. Replies
    0
    Views
    946

    Maven dependency listing

    Hi,

    I would like to see somewhere in the documentation (please correct me if I am wrong) a listing of the maven dependencies you can use for the spring modules libs etc.

    At this moment I am...
  12. Revert to Tiles 2.0.5 option

    I would reccommend reverting to version 2.0.5 of tiles until the Jira issue has been resolved.

    dependencies



    <dependency>
    <groupId>org.apache.tiles</groupId>...
  13. Replies
    1
    Views
    1,040

    First of all. It is no error, but a warning...

    First of all. It is no error, but a warning telling you that the xml cannot be validated. Your application should be working fine?

    A possible problem could be that you need to set proxy host/port...
  14. non webapplication context loading from jar

    Hi,

    The suggested method works fine if you are building a webapplication. Unfortunately it will not work fine in anything else. For example a Swing application.

    In a non-webapplication, like...
  15. Replies
    1
    Views
    994

    maybe I can help you a bit. I have build a...

    maybe I can help you a bit.
    I have build a project with spring and castor
    Made a post of it on my blog (http://dekwant.eu/?p=24)

    The you can find a reference to my Webservices project on google...
  16. I have done some more investigation and...

    I have done some more investigation and redesigned my application to output plain xml. My client is now a Flex client which is very capable of handling xml out of the box.
    No need to fiddle around...
  17. I will try giving my beans id's. Thank you. My...

    I will try giving my beans id's. Thank you.

    My problem is that I specify the JsonHierarchicalStreamDriver, but the output stays the HierarchicalStreamDriver output (ie. xml).

    No errors, just...
  18. OBSOLETE:Problem using MarshallingView ....

    Hi,

    I was looking into using content resolvers and came upon a problem configuring the XStreamMarshaller.
    It looks as if it is not possible to configure the JsonHierarchicalStreamDriver as I do...
  19. bumper..

    Still not any closer to a solution :) maybe soneone can direct me to a forum on which I can ask problems regarding the castor marshalling an unmarshalling routines in order to get the xmlns into my...
  20. help :) ??

    Is there nobody that can help me solve this issue :(
  21. Castor NOT adding xmlns to xml output !! serious problem

    Hi,

    I have a BIG problem using spring-ws combined with castor. The unmarshall process does NOT generate the required (for Flex) xmlns attribute.
    I have tried everything I can think off. Maybe...
  22. Problem solved adding Adapter bean

    I solved the problem. I had forgotten to add the Adapter for the castor marshalling/unmarshalling



    <bean...
  23. No Adapter for endpoint problem. Need some insights

    Hi,

    I am trying to code a webservice using the annotations instead of xml. I had a similarversion using xml.
    Now I want to convert this to annotations. But Iam experiencing some difficulties.
    ...
  24. Replies
    8
    Views
    1,402

    hi, You can eliminate the FDS part by creating...

    hi,

    You can eliminate the FDS part by creating services in your java stack that generate xml, which can be read by a HTTPService in Flex. This way you do not need to use FDS. I do not have an...
  25. Replies
    4
    Views
    1,681

    Hi, i have written a article...

    Hi,

    i have written a article describing the integration of Flex and Spring. a Code example is also provided.
Results 1 to 25 of 27
Page 1 of 2 1 2