Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    23
    Views
    44,630

    abelsky, I have mocked all interfaces, but...

    abelsky,

    I have mocked all interfaces, but still there are some instances in the code where
    interfaces aren't used and those classes primarily factories extend from a common
    base class that...
  2. Replies
    23
    Views
    44,630

    thanks for the tip, there was an interface. I...

    thanks for the tip, there was an interface. I originally thought it was being used directly.
    this is a big body of code that I don't know much about and I am learning both spring and mocks. I am...
  3. Replies
    23
    Views
    44,630

    I am attempting to do something similar to this...

    I am attempting to do something similar to this post, i am using JMock.

    I am running into problems because my bean extends from a class that implements
    BeanNameAware. This causes...
  4. Replies
    5
    Views
    3,493

    Please consider hosting a nexus index on spring repo

    Hi,




    I have been running into this same problem. After struggling for many months
    with maven and eclipse and now STS I have finally discovered the beauty of
    m2eclipse. When set up...
  5. STS 2.3.2 Maven Unable to update index (Spring Bundles)

    I have the following repos in my settings.xml file



    <repository>
    <id>com.springsource.repository.bundles.release</id>
    <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle...
  6. Replies
    1
    Views
    20,247

    http://www.nabble.com/How-to-use-CopyBuilder--td19...

    http://www.nabble.com/How-to-use-CopyBuilder--td19931534.html

    from the above link I found this sample, it appears to have fixed my problem ,
    the artifactId(s) runtime and testing are key!

    [
    ...
  7. Replies
    1
    Views
    20,247

    Maven Jaxb2 jaxb2_commons config problems

    I am using JAXB2 in my pom.xml and it is working fine, however I wanted to add
    the arguments that will include <toString(), equals() and hashCode()> methods. I cant
    seem to find the right...
  8. Replies
    8
    Views
    7,101

    Error opening zip file or JAR manifest missing

    I was also having this problem, as it turns out this can be a bit mis-leading.
    You will also get this error message if the jar file doesn't exist. So be sure to check
    if you have given the correct...
  9. Marten, Thanks for the pointer! I agree...

    Marten,

    Thanks for the pointer!



    I agree it is quite clear, perhaps the method name invokeInternal should have been my first clue

    mea culpa
  10. Cant get AOP expression to work on spring-ws endpoint

    I am trying AOP for the first time. I am using Spring-WS 1.5 and Spring 2.5, I am using
    SIA2 chapter on AOP as an example. I am attempting to advise my MarshallingEndpoints, but my advice does not...
  11. Replies
    8
    Views
    1,881

    How can I inject dependencies prior to @Parameters method

    Hi,

    I am trying to convert your example, ParameterizedDependencyInjectionTests,
    for my parameterized test, but I need to load my parameters from a Jar File.
    So I would like to inject the ...
  12. Does your endpoint implement a supported interface like MessageHandler or PayloadEndp

    Arjen,

    I am having the same problem, but I don't understand your explanation.
    I am using JAXB2. The generated class from my xsd is wrapped in @XmlRootElement( (unfortunately on preview of this...
  13. Replies
    2
    Views
    2,605

    I found out the following: Since the...

    I found out the following:

    Since the PreparedStatments are tied to a specific connection, when the
    connection dies so do your PSs.

    The way the pooling of PSs works is that when you make a...
  14. Replies
    2
    Views
    2,605

    BasicDataSource PoolPreparedStatement

    I am trying to determine if I should set PoolPreparedStatements to True and
    if so should I use MaxOpenPreparedStatements: -1 or some other value.

    I have read the JavaDoc but I am looking for a...
Results 1 to 14 of 15