Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    1,696

    Yep, you are probably right, it's a workaround...

    Yep, you are probably right, it's a workaround but not a very reliable one.
  2. Replies
    6
    Views
    1,696

    No, it's OK I just wanted to be sure. I still...

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

    Pardon my ignorance but I assume you mean that I...

    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?
  4. Replies
    6
    Views
    1,696

    Apt class cannot be found

    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...
  5. Replies
    6
    Views
    964

    It did, thanks!

    It did, thanks!
  6. Replies
    0
    Views
    660

    Question re. "sql-error-codes.xml"

    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?...
  7. Replies
    6
    Views
    964

    Thanks, I see now. I can almost feel your...

    Thanks, I see now.
    I can almost feel your rueful shake of the head from here!
  8. Replies
    6
    Views
    964

    But that releaseConnection method is not being...

    But that releaseConnection method is not being called anywhere?
  9. Replies
    2
    Views
    5,304

    Oh I see, thanks, silly me. I'll give that a go...

    Oh I see, thanks, silly me. I'll give that a go so.
  10. Replies
    2
    Views
    5,304

    Question about JNDIName

    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...
  11. Replies
    6
    Views
    964

    Question about example code

    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...
  12. Replies
    2
    Views
    2,626

    So far I have configured an xml file called...

    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"

    ...
  13. Replies
    2
    Views
    2,626

    JndiObjectFactoryBean

    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...
  14. Replies
    3
    Views
    1,072

    I've already seen that wiki description, it...

    I've already seen that wiki description, it doesn't really help (two lines?) but thanks for your reply anyway.
  15. Replies
    3
    Views
    1,072

    What is "out-of-the-box"?

    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...
  16. Replies
    0
    Views
    562

    jpetstore problem

    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...
  17. Replies
    4
    Views
    1,026

    Thank you both for your replies, I will take your...

    Thank you both for your replies, I will take your advice.
  18. Replies
    4
    Views
    1,026

    Inversion of Control Example

    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...
Results 1 to 18 of 18