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
Type: Posts; User: m.de.kwant; Keyword(s):
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
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...
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,
...
Not even a Spring Software Engineer that can tell me if I should downgrade or make some quick fix in source code ?? :)
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...
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...
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)...
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"...
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...
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...
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...
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>...
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...
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...
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...
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...
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...
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...
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...
Is there nobody that can help me solve this issue :(
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...
I solved the problem. I had forgotten to add the Adapter for the castor marshalling/unmarshalling
<bean...
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.
...
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...
Hi,
i have written a article describing the integration of Flex and Spring. a Code example is also provided.