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...
Type: Posts; User: surrizola; Keyword(s):
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...
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...
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)
-...
1) if the authentication data is the same
yo should implement differents AuthenticationProviders. Each authenticationProviders can access differents data stores (database, external system, etc)
...
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...
about a month from today, the first beta release.
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...
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...
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...
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...
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"...
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...
You should put this code in an hibernate interceptor, and attach the interceptor to the session factory.
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...
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 {
...
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...
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...
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 :
...
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...
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...
This is my client code
UsernamePasswordAuthenticationToken request=new UsernamePasswordAuthenticationToken("chily","chily");
Authentication result =...
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...
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...
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...
ups .. i didnt know that ...thanks a lot, i try this