Search:

Type: Posts; User: ego; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    317

    the solution is in the thread...

    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...
  2. Replies
    1
    Views
    317

    HttpInvoker and @Secured

    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...
  3. Replies
    3
    Views
    1,594

    sorry it's a too long story I

    sorry it's a too long story I
  4. Replies
    4
    Views
    1,253

    Thanks, a plan is probably the solution. But,...

    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...
  5. Replies
    4
    Views
    1,253

    The "problem" is how to "create/populate" 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...
  6. Replies
    4
    Views
    1,253

    Deployment Management Tool ?

    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...
  7. Thread: dm Server & EJB ?

    by ego
    Replies
    3
    Views
    2,054

    The "problem" is that you cannot always choose...

    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...
  8. Thread: dm Server & EJB ?

    by ego
    Replies
    3
    Views
    2,054

    dm Server & EJB ?

    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...
  9. Replies
    4
    Views
    1,062

    I understand... Maybe that one solution can be...

    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...
  10. Replies
    4
    Views
    1,062

    Yes probably that the implementation-version...

    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...
  11. Replies
    4
    Views
    1,062

    Bundle versions & Interfaces versions

    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...
  12. Replies
    2
    Views
    1,699

    Thanks for your answer

    Thanks for your answer
  13. Replies
    2
    Views
    1,699

    Is DM Server Cluster enable

    Don't know if it's a good question but is DM Server clusterable ?
  14. Replies
    3
    Views
    1,594

    It works if I define the clientId property of my...

    It works if I define the clientId property of my DefaultMessageListenerContainer
  15. Replies
    3
    Views
    1,594

    Durable subscription does not work

    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...
  16. Just to say that we're very interested to have an...

    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...
  17. Replies
    0
    Views
    853

    WAS 6 and JndiTemplate

    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"...
  18. Replies
    1
    Views
    1,587

    Secured HttpInvoker service

    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...
  19. Replies
    0
    Views
    900

    [Article] Spring 2.0 & namespaces

    Just to reference this french article on this new capability, the namespaces,... : http://ego.developpez.com/springnamespaces/
  20. Replies
    4
    Views
    1,317

    Thanks for addPropertyReference. And I agree...

    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...
  21. Replies
    4
    Views
    1,317

    I found a solution to my "problem". In fact, the...

    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...
  22. You can find a short tutorial here :...

    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...
  23. Replies
    4
    Views
    1,317

    XML config - Namespace with 2.0M3

    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...
  24. Thread: Hibernate 3.0

    by ego
    Replies
    3
    Views
    1,400

    thanks !

    thanks !
  25. Replies
    5
    Views
    1,750

    My 2 cents.... AOP is good, ok. But be...

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