the solution is in the thread http://forum.springsource.org/showthread.php?116702-Pre-PostAuthorize-annotations-not-working
beans must be defined after the global-method-security tag, so in the same...
Type: Posts; User: ego; Keyword(s):
the solution is in the thread http://forum.springsource.org/showthread.php?116702-Pre-PostAuthorize-annotations-not-working
beans must be defined after the global-method-security tag, so in the same...
hey,
I'm trying to secure a WebService exposed with HttpInvoker
My "security context file" is as follow
<sec:global-method-security secured-annotations="enabled" />
<sec:http...
sorry it's a too long story I
Thanks, a plan is probably the solution.
But, yes, I need to create a tool that know my constraints. In my scenario, you've to take into account the fact that a "remote client" needs to know the...
The "problem" is how to "create/populate" the repositories with the right bundles ?
What I've in mind is an "Enterprise repository" with all the "applications" (with, for each application, the...
Does it exist or is it planned to create a deployment management tool ?
I explain the problem...
I have a set of applications (PAR) and bundles. All these "bundles" are in a centralized...
The "problem" is that you cannot always choose what you want. And EJB is mandatory ! So why don't you provide an EJB integration (which is a standard !) so that there is no "discussion" ?
dm Server...
Well, I would like to share my vision of what dm Server is and how it could be extended.
So, for me, dm Server is an extension of an operating system. I mean, that when you do not have an...
I understand...
Maybe that one solution can be to manage an inheritance tree of interfaces. I mean Interface N+1 inherits from Interface N and yes it's not necessary to recompile all dependant...
Yes probably that the implementation-version doesn't matter.
But you can says that a version N+1 is backward compatible with version N. If you define a version N+1 is because this version is...
I've a question / thought about the link between a version of a bundle and the version of its interfaces.
Maybe I'm wrong but I think that if we've to manage the versions of the dependency between...
Thanks for your answer
Don't know if it's a good question but is DM Server clusterable ?
It works if I define the clientId property of my DefaultMessageListenerContainer
I've a sample that works when I does not specify a durable subscription.
When I set the different properties so that my consumers are durable consumer, I do not receive any message ?
Here is the...
Just to say that we're very interested to have an integration between EJB and ACEGI because, for the moment, we've architecture constraint that says that we must have a protocol rupture in our...
Hey,
I would like to define a JndiTemplate to lookup EJBs on a WAS6 server.
Do you have the right properties for my org.springframework.jndi.JndiTemplate bean ?
Does it exist some "knows how"...
Hey,
I'm trying to create a secured service with HttpInvoker.
I've created my service and I've exposed it as a web service with HttpInvoker.
I've defined an interceptor like this :
<bean...
Just to reference this french article on this new capability, the namespaces,... : http://ego.developpez.com/springnamespaces/
Thanks for addPropertyReference.
And I agree with NestedPropertyDefinitionParser.
Thank !
Do you know a better way to add a property which is a list of bean references than using a ManagedList...
I found a solution to my "problem".
In fact, the applicationContext.xml that I want to be able to parse is :
<?xml version="1.0" encoding="UTF-8"?>
<beans...
You can find a short tutorial here : http://www.memestorm.com/blog/spring-components-xml-configuration-on-steroids/
I tried do define some tags but I already have a few questions, see this thread...
Hey,
I'm trying to define a new namespace with Spring2.0m3.
Everything is ok with a basic namespace and a tag that accepts only a set of attributes.
Now, I would like to create a tag that can...
thanks !
My 2 cents....
AOP is good, ok. But be carefull because AOP is new. I mean that because AOP is new, people/programmers/designers have to invent a new way to design an application and I'm not sure...