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...
Type: Posts; User: knkpchari; Keyword(s):
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...
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...
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...
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...
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...
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
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...
Hi,
I tried to create 2 entity manager and given the default one using
<bean
class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor">
<property...
Hi,
I am using the bean to locate the default entity manger as below:
<bean
class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor">
<property...
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...
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...
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....
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...
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...
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...
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...
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]...
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"...
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...
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...
Hi,
I am implementing the securityMetadataSource from database i am having in my xx-security.xml
<property name="securityMetadataSource" ref="mySecureResourceFilter" >
<bean...
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:...
Hi,
my xx-security.xml is as below:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
...
Hi,
My xx-security.xml consits of
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
...
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...