Thanks for your response.
Actually I had them in XML like this
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
...
Type: Posts; User: sathya; Keyword(s):
Thanks for your response.
Actually I had them in XML like this
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
...
Hi
I am using a PropertyPlaceholderConfigurer like this
XmlBeanFactory factory = new XmlBeanFactory(new ClassPathResource("dao-config.xml"));
PropertyPlaceholderConfigurer...
Hi ,
I understood from one of the post that i have extended the
PathBasedFilterInvocationDefinitionMap and with this have to do the dynamic mapping of the roles and the resources like this ,
...
Hi ,
I understood from one of the post that i have extended the
PathBasedFilterInvocationDefinitionMap and with this have to do the dynamic mapping of the roles and the resources like this , ...
Hi All ,
How to go about implementing my own -- ObjectDefinitionSource for the FilterSecurityInterceptor,so that i will be able to map ROLES and The Resources dynamically through a database .
...
Hi ALL ,
currently i have configured like this ,
<bean id="filterInvocationInterceptor" class="net.sf.acegisecurity.intercept.web.FilterSecurityInterceptor">
<property...
HI I have configured "FilterSecurityInterceptor" as follows
<bean id="filterInvocationInterceptor" class="net.sf.acegisecurity.intercept.web.FilterSecurityInterceptor">
<property...
Hi All ,
currently i am mapping resources and roles like this
<bean id="filterInvocationInterceptor" class="net.sf.acegisecurity.intercept.web.FilterSecurityInterceptor">
<property...
Hi ,
If you are using Spring alone all you need in your /web-inf/lib is
spring-1.1.4.jar
commons-logging-1.0.3.jar
these were what i added .
the above jars are used during run time .
...
Hi
I have given the complete code for slsb , in this forum itself .
hope that will help you .
open this link to view.
http://forum.springframework.org/showthread.php?t=18988
all the best.
Hi
What i meant is that i went into the admin module in tomcat and configured a datasource.
the server.xml insode the /conf is getting updated correctly.
that is this piece of xml is being...
Hi
I am using Spring + Hibernate + Stuts
I have a problem with JNDI Datasource Binding.
Please see if u can help me.
I have configured a JNDI DataSource in tomcat5.5.9
using the...
Hi i am using spring1.2 and hibernate2 .
I have problem while creation of sessionFactory.PLease see if u can help.
public class HibernateSessionFactory {
/**
* Location of...
This is what i did , think this should help you also.
server is jboss-3.0.4_tomcat-4.1.12 with spring1.1.4
EJB Jar Should contain the Following :
/*
Thanx Mr.Andreas , I am done with the bean.
Hi Andreas ,i've put my applicationontext.xml in the classpath and added the throw clause.Now i am getting an error like this in the server side .please guide me.
Code:
21:39:35,562 INFO ...
Hi Andreas ,i've put my applicationontext.xml in the classpath and added the throw clause.Now i am getting an error like this in the server side .please guide me.
21:39:35,562 INFO ...
Hi Andreas ,
While deploying , in the server i see this ,
20:30:55,125 INFO [EJBDeployer]
Bean : EchoServiceEJB
Method : public abstract EchoServiceRemote create() throws...
Hi Andreas , Thanx.
Ive got the proxy session object and ive printed the object i have got
EchoService remoteBean=(EchoService)factory.getBean("echoService");
System.out.println(remoteBean);
...
Hi Andreas
Thanx for the help
Can u give me an sample for this.
I think this jndiTemplate should be inserted into this piece of XML ,is that right ?
.
<bean id="echoService"...
Hi All ,
While Trying to Access the Deployed StaelessSession Bean I am gettig Error like this
INFO: Creating shared instance of singleton bean 'echoService'...