Yep, you are probably right, it's a workaround but not a very reliable one.
Type: Posts; User: leesider; Keyword(s):
Yep, you are probably right, it's a workaround but not a very reliable one.
No, it's OK I just wanted to be sure. I still can't understand why it won't find the Apt class. I put the folder that contains it (tools/ws/ant) into the same directory as build.xml and I've changed...
Pardon my ignorance but I assume you mean that I should upgrade the JDK I have in the C drive (j2sdk1.4.2_08) to j2sdk1.5?
Hi,
I am trying to learn about web services so I downloaded the JAX-WS bundle and I have been trying to build some of the samples that came with it.
When I ran Ant on the build.xml in each of the...
It did, thanks!
How come this file contains so few properties for error types?
For instance Oracle (shown below) has only six, surely this is not sufficient to deal with all possible exceptions that could occur?...
Thanks, I see now.
I can almost feel your rueful shake of the head from here!
But that releaseConnection method is not being called anywhere?
Oh I see, thanks, silly me. I'll give that a go so.
I have only started studying Spring recently but I am familiar with the format of an XML that contains a bean definition.
The one part I don't understand is how a bean that contains...
I have a question about some of the sample code contained in Professional Java Development with the Spring Framework.
It's the MinimalTest program under the heading A Simple Example in the section...
So far I have configured an xml file called "Spring.xml" like this:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
...
I am new to Spring and have some code below that I want to change so it uses JndiObjectFactoryBean.
I have read Chapter 9 of Professional Java Development With The Spring Framework and how it...
I've already seen that wiki description, it doesn't really help (two lines?) but thanks for your reply anyway.
I hope I am in the right forum for this, if I am not then I apologise.
I have come across the term "out-of-the-box" on a number of occasions but have yet to see a description of what it actually...
I am trying to get the jpetstore app to work but when I try to start Tomcat I get this exception thrown on my log file:
org.springframework.beans.factory.BeanDefinitionStoreException: Unable...
Thank you both for your replies, I will take your advice.
I am trying to learn about Spring's Inversion of Control process and I came across this excelllent article by Martin Fowler:http://www.martinfowler.com/articles/injection.html
(there have been links...