Hello,
I found a lot of books about how to design a single database with its index, views, relationships, ... but I cannot find a book explaining how to design a whole database system in an...
Type: Posts; User: schuer; Keyword(s):
Hello,
I found a lot of books about how to design a single database with its index, views, relationships, ... but I cannot find a book explaining how to design a whole database system in an...
Dear,
I want to connect to the web service interface of Microsoft SQL Reporting Service which is protected by basic authentication.
I first made a test with SOAPUI and it worked successfully with...
Hi,
I am writing a client to consume a server web service having an attachment. I am using Spring WS and JAXB2. The problem is that the JAXB2 generated class gets always an empty DataHandler as...
Yes, thank you Luke, this answers my question ;-)
Hi,
I would like to link my custom beans with the namespace in spring-security. Any one can help?
Here's my config:
<?xml version="1.0" encoding="UTF-8"?>
<beans...
Luke,
If you need to add more custom autentication provider, do you also need to add a custom filter?
How do you integrate your custom provider in a namespace config?
Thanks
Brilliant answer Mike!
This helped me understand the AOP mechanism in Spring :-)
Hi,
I am using spring aop the @Aspect way. I have configured an annotation aspect. This works fine on any service, dao or other classes tagged with the specified annotation but it is never...
Hello,
I am using:
* JDK5
* apache5.5
* spring2rc2
I am using annotations (@Transactional) for transaction management.
I am using the shortcut config:
I have exactly the same problem and I don't use Struts as MVC. My config is:
* Spring MVC
* Transaction with AOP and Annotations (jdk5)
* Hibernate 3.1rc2 (because I want to use annotations)
...
Hi,
When you read articles, every time it is said that you have to test your components with unit tests but rarely it is said how.
I've done some research on internet to find an eventual way...
I have reported this bug and it has been fixed on version 1.1.4.
Eventhough, that's no good practice to display the stack trace in the debug comments, you have to handle the possible problems.
It seems that the problem remains:
15:07:44,498 debug [DefaultListableBeanFactory] Creating instance of bean 'org.jbpm.JbpmConfiguration' with merged definition [Root bean with class...
Hi,
I have configured a bean like that:
<bean id="jbpmConfig" class="org.jbpm.JbpmConfiguration">
<constructor-arg type="java.util.Properties">
<props>
...
Hello,
Would any one have a reference to a site giving guilines about how to test spring DAOs using hibernate.
The tests are similar on every project, one to many, many to many relationships......
hello,
I've written an interceptor for caching,
and try to assigned it to some of my service methods,
I want to do that with the least xml in applicationContext.xml
I want to use...