Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    487

    Writing problem in web services

    Hi,

    I am using Spring, jboss and java 1.5. For web services jax-ws. The problem is the service published is having a method which is writing the List<Object> as shown below:::


    public...
  2. Replies
    0
    Views
    740

    @Autowired problem

    Hi,

    I am using the the web services. Few of the web services are not working with @Autowired annotation. I am using the spring 3.0.5. May i know where the problem is.

    For mean while i am using...
  3. Replies
    3
    Views
    1,411

    Hi guznik , I am having the distributed...

    Hi guznik ,

    I am having the distributed application in which one server has a database and the data access layer and it exposes a web service which is to be used by another part of the application...
  4. Replies
    3
    Views
    1,411

    Web Services in JPA Queries

    Hi,

    I am accessing the databases which are in different servers using web services where as now in jpa queries i am not able to access the tables in different server.
    Is there any process of web...
  5. Replies
    6
    Views
    1,609

    Hi guznik, Thanks for the reply. As you told i...

    Hi guznik,

    Thanks for the reply. As you told i tried with two persistence.xml file both directing to two different databases, also created two entityManagerFactory.
    I am using @PersistenceContext...
  6. Replies
    6
    Views
    1,609

    hi, I am still searching for the solution. Can...

    hi,

    I am still searching for the solution. Can any one help me in this. This is now the top one to solve for me. I want the connection to be establish for two databases.

    Thanks,
    Naveen
  7. Replies
    0
    Views
    1,303

    Spring Security with LifeRay Portel

    Hi,

    I am having a .ear file with different war files. In my basic thing i implemented the Spring Security and it worked fine showing the Loging page for all the war files.

    Now i am tring to...
  8. Replies
    0
    Views
    390

    Two Entity Managers

    Hi,

    I tried to create 2 entity manager and given the default one using


    <bean
    class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor">
    <property...
  9. Replies
    6
    Views
    1,609

    Hi, I am using the bean to locate the default...

    Hi,

    I am using the bean to locate the default entity manger as below:


    <bean
    class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor">
    <property...
  10. Replies
    6
    Views
    1,609

    Connecting to two different Databases

    Hi,

    I am using the Spring 3.0 annotation based. I want connect to 2 different databases. and dynamically i want to change the connection.

    Say suppose i have a drop down list in which i will...
  11. Replies
    0
    Views
    391

    Ehcache with spring

    Hi,

    I want to integrate the ehcache with spring which i had done successfully. I want some variable values to be store init. like some x,y,z value to store and i want these values to be retrieve...
  12. Replies
    1
    Views
    567

    Spring with Ehcache

    Hi,

    I am using the spring 3.0 and i have a requirement some thing like for storing the value in and getting that value in my jsp page i checked for this and got that using ehcache i can do this....
  13. Replies
    4
    Views
    736

    Hi, I am trying for ACLs and i have a doubt....

    Hi,

    I am trying for ACLs and i have a doubt. In ACL_OBJECT_IDENTITY table object_id_identity si the id in the table where objects of this type are stored.

    Where as i want to place the...
  14. Replies
    4
    Views
    736

    Hi rwinch, Thanks for the reply. May i know...

    Hi rwinch,

    Thanks for the reply. May i know can we do the protect-pointcut dynamically from database if it is possible then my work will be easy.

    Is there any other way. Why ACLs are not...
  15. Replies
    4
    Views
    736

    Method Level Security

    Hi,

    The URL authentication done by Spring Security is very much impressive and good to implement. Now i am implementing the ACLs for method level security.

    I want to known can we do the ethod...
  16. Replies
    25
    Views
    14,852

    Method Level Security

    Hi,

    The URL authentication done by Spring Security is very much impressive and good to implement. Now i am implementing the ACLs for method level security.

    I want to known can we do the ethod...
  17. Replies
    1
    Views
    864

    Hi, For ACLs i am now getting the error :...

    Hi,

    For ACLs i am now getting the error :
    [INFO,SQLErrorCodesFactory,http-8080-2] SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase]...
  18. Replies
    1
    Views
    864

    ACL Implementation

    Hi,

    I am working on Spring security3.0 with oracle database. I am trying to implement ACLs in my project for this i wrote the xx-authorization.xml as shown below

    <bean id="aclCache"...
  19. Replies
    0
    Views
    422

    Method Level Security

    Hi,

    I implemented the URL based authentication and now i want to implement the method based authentication we can say i want to do the authorization. I saw the concept of ACLs and method level...
  20. Dear pume, Thanks for the reply. I am getting...

    Dear pume,

    Thanks for the reply. I am getting the error at : for (RbacRoleMVO item:this.rbacRoleMService.findAll()){ here rbacRoleMService is writing null.

    When i am doing the @Autowired for...
  21. Hi, I am implementing the...

    Hi,

    I am implementing the securityMetadataSource from database i am having in my xx-security.xml

    <property name="securityMetadataSource" ref="mySecureResourceFilter" >

    <bean...
  22. Replies
    1
    Views
    792

    Hi, I am getting the login page and when i am...

    Hi,
    I am getting the login page and when i am entering it is show this in server log:
    DEBUG [org.springframework.security.web.FilterChainProxy] Converted URL to lowercase, from: '/login.htm'; to:...
  23. Replies
    1
    Views
    792

    Authentication not happening

    Hi,

    my xx-security.xml is as below:
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    ...
  24. Replies
    1
    Views
    473

    Hi, My xx-security.xml consits of

    Hi,

    My xx-security.xml consits of

    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    ...
  25. Replies
    1
    Views
    473

    Not Navigating to authenticated Page

    Hi,

    First time i am able to login into my home page when i am trying to access the restricted page it is redirecting me to login.jsp. When i am entering in this it is again redirecting to home...
Results 1 to 25 of 56
Page 1 of 3 1 2 3