Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. hi chudak, thanks for the reply. We know about...

    hi chudak, thanks for the reply.
    We know about the existence of the overrrideConfigurer but in some cases you are not allowed to define properties using the "bean name" and the "property name". For...
  2. PropertyPlaceHolder with in-xml default value

    i implement a new feature for the PropertyPlaceHolderConfigurer. With this customization we can define a default value for a non existing property in the place holder configurer.
    We use this...
  3. Replies
    6
    Views
    3,846

    yes we made a lot of progress on this project....

    yes we made a lot of progress on this project.
    We build the infraestructure and instrumentation to:
    - Monitor and trace execution of any layer of the application (Spring based application)
    -...
  4. Replies
    1
    Views
    1,281

    1) if the authentication data is the same yo...

    1) if the authentication data is the same
    yo should implement differents AuthenticationProviders. Each authenticationProviders can access differents data stores (database, external system, etc)
    ...
  5. Replies
    0
    Views
    595

    Multiples Filters with one URL

    hello i nee to do something with AuthenticationFilters. here is my scenario
    i implment 3 Authentication Filter to do differents kind of “authentication credencial extraction”, all of these are...
  6. Replies
    6
    Views
    3,846

    about a month from today, the first beta release.

    about a month from today, the first beta release.
  7. Replies
    6
    Views
    3,846

    module proposall - Spring monitoring

    I want to know if someone is interesting in a monitoring-module.
    i'll have to work next month in an application where i need to compute the execution time for different layers (principally...
  8. Replies
    18
    Views
    9,504

    Spring Monitoring extension

    i'll have to work next month in an application where i need to compute the execution time for different layers (principally services/bos and daos), logging that to a file and optionally present this...
  9. Hi steffan this is how i resolve the same problem...

    Hi steffan this is how i resolve the same problem

    i have the interface BeanNameProvider and one default implementation.
    And also have a BeanPostProcessor.

    the xml:


    <aop:config...
  10. Replies
    0
    Views
    1,009

    Resolve property in run time

    hi, i need to resolve a property in run time after the application context is created.

    I have a custom place holder configured in spring application like this:



    <bean...
  11. Replies
    5
    Views
    1,987

    Can you put the mapping file of theese classes?...

    Can you put the mapping file of theese classes?
    Remember to add these lines to the mapping file:

    <class name="Medio" table="Medio" lazy="false">
    <cache usage="read-only" include="all"...
  12. I resolve this with jndi. I deploy a war file...

    I resolve this with jndi.
    I deploy a war file (or in my case is an ear but is the same).
    This application create an applicationContext and bind it (store it) in the jndi tree of the serevr.
    Then...
  13. You should put this code in an hibernate...

    You should put this code in an hibernate interceptor, and attach the interceptor to the session factory.
  14. Replies
    8
    Views
    1,916

    Best approach is to use UML (2) with standar...

    Best approach is to use UML (2) with standar diagrams
    General design
    - Component diagrams: to view the general architecture
    - Deployment diagram: to view the phisycal deployment of the applicacion...
  15. you have to options 1) integrate spring with the...

    you have to options
    1) integrate spring with the container
    2) instantiate only once time with a singleton

    option 2 details, you need a singletos like this



    class SpringFactory {
    ...
  16. You can use the httpSessionIntegrationContext...

    You can use the httpSessionIntegrationContext filter, to read the session into the server, extrat the security context from the session and store into the SecurityContextHolder.
    Just add these...
  17. Replies
    3
    Views
    1,321

    ws + acegi + context propagation

    Hi i am using axis2 for webservices implementation in spring, and acegi security (in the server side) for authentication and authorization.

    I export some services in different ways, with...
  18. May be the problem is in the client side (we can...

    May be the problem is in the client side (we can see the entire server part configuration ? )
    Try to change the httpInvokerRequestExecutor for the Commons-httpclient implementation
    Like :
    ...
  19. hi, i have the same problema. look this...

    hi, i have the same problema. look this http://forum.springframework.org/showthread.php?t=42389

    but i think you have some problems in your definition may be.

    Try to look this, and if you fin a...
  20. Replies
    2
    Views
    826

    Add new bean to ctx programatically

    There is any way to add a new bean to the ApplicationContext by code? like this

    ApplicationContext ctx = ....
    ctx.put("new-bean", aBean);

    Is this possible? i cant find any method for that, and...
  21. Replies
    1
    Views
    1,199

    This is my client code ...

    This is my client code

    UsernamePasswordAuthenticationToken request=new UsernamePasswordAuthenticationToken("chily","chily");
    Authentication result =...
  22. Replies
    1
    Views
    1,199

    Acegi + remoting, context propagation

    Hi, i am using acegi 1.0.4. And i have a server applicacion and a client applicacion. Both java applicacion.
    I the server i export two services, one of the authentication

    <bean...
  23. Replies
    0
    Views
    1,234

    RMI Class Loader Problem

    Hi to all, im new in this forum. I have a problem since a few days and in cant resolve it. Here is my escenario
    I have an applicaction who expose a service with RMI (Spring). The servive has two...
  24. Replies
    1
    Views
    1,341

    JBOSS + SLSB + SPRING

    Hi to all, i builinding an application in jboss with remotes stateless session beans. (Other servers in others machines access this ejbs),
    Y develope the ejbs, reading the tutorial and some post on...
  25. Replies
    4
    Views
    1,465

    ups .. i didnt know that ...thanks a lot, i try...

    ups .. i didnt know that ...thanks a lot, i try this
Results 1 to 25 of 29
Page 1 of 2 1 2