Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    2,724

    Thanks for your response. Actually I had them...

    Thanks for your response.

    Actually I had them in XML like this



    <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
    ...
  2. Replies
    5
    Views
    2,724

    PropertyPlaceholderConfigurer

    Hi

    I am using a PropertyPlaceholderConfigurer like this



    XmlBeanFactory factory = new XmlBeanFactory(new ClassPathResource("dao-config.xml"));
    PropertyPlaceholderConfigurer...
  3. Replies
    3
    Views
    1,106

    ObjectDefinitionSource implementation

    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 ,
    ...
  4. which methids have to be overriden in PathBasedFilterInvocationDefinitionMap

    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 , ...
  5. ObjectDefinitionSource for the FilterSecurityInterceptor.

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

    Dynamicall mapping Roles and Resources

    Hi ALL ,

    currently i have configured like this ,
    <bean id="filterInvocationInterceptor" class="net.sf.acegisecurity.intercept.web.FilterSecurityInterceptor">
    <property...
  7. Thread: Basic Doubts

    by sathya
    Replies
    1
    Views
    712

    Basic Doubts

    HI I have configured "FilterSecurityInterceptor" as follows

    <bean id="filterInvocationInterceptor" class="net.sf.acegisecurity.intercept.web.FilterSecurityInterceptor">
    <property...
  8. Security Mapping Roles with Resources from a database

    Hi All ,

    currently i am mapping resources and roles like this

    <bean id="filterInvocationInterceptor" class="net.sf.acegisecurity.intercept.web.FilterSecurityInterceptor">
    <property...
  9. Replies
    5
    Views
    1,685

    SLSB Jars Needed

    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 .
    ...
  10. Replies
    5
    Views
    1,685

    SLSB Code Sample

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

    SpringHibernate JNDI Binding

    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...
  12. Replies
    4
    Views
    1,215

    SpringHibernate JNDI Binding

    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...
  13. SpringHibernate Problem with SessionFactory creation.

    Hi i am using spring1.2 and hibernate2 .
    I have problem while creation of sessionFactory.PLease see if u can help.



    public class HibernateSessionFactory &#123;

    /**
    * Location of...
  14. Replies
    13
    Views
    12,277

    Complete Code For Spring-StateLessSessionBean

    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 :




    /*
  15. Thanx Mr.Andreas , I am done with the bean.

    Thanx Mr.Andreas , I am done with the bean.
  16. HI please get me through this .

    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 ...
  17. Those Errors Corrected.I am aware of EJB's.

    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&#58;39&#58;35,562 INFO ...
  18. Is the Problem due to this

    Hi Andreas ,

    While deploying , in the server i see this ,



    20:30:55,125 INFO [EJBDeployer]
    Bean : EchoServiceEJB
    Method : public abstract EchoServiceRemote create() throws...
  19. Thanx. ProxyOBJ Got But Not able to invoke methods.

    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);
    ...
  20. Thanx Can u Give me a Sample

    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"...
  21. Accessing-EJB-SSL Err:javax.naming.NoInitialContextExceptio

    Hi All ,

    While Trying to Access the Deployed StaelessSession Bean I am gettig Error like this

    INFO: Creating shared instance of singleton bean 'echoService'...
Results 1 to 21 of 21