Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    430

    database architecture any ebook?

    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...
  2. CommonsHttpMessageSender not working for basic authentication

    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...
  3. Replies
    0
    Views
    1,721

    Client WS attachment with JAXB2 and Spring WS

    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...
  4. Yes, thank you Luke, this answers my question ;-)

    Yes, thank you Luke, this answers my question ;-)
  5. Mix custom bean with namespace to integrate an auth provider

    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...
  6. Replies
    5
    Views
    1,428

    Luke, If you need to add more custom...

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

    Brilliant answer Mike! This helped me understand...

    Brilliant answer Mike!
    This helped me understand the AOP mechanism in Spring :-)
  8. Replies
    2
    Views
    2,598

    Advice don't work on Controller

    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...
  9. Failed to load application context because of Annotated Transactions

    Hello,

    I am using:
    * JDK5
    * apache5.5
    * spring2rc2

    I am using annotations (@Transactional) for transaction management.
    I am using the shortcut config:
  10. I have exactly the same problem and I don't use...

    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)
    ...
  11. Replies
    4
    Views
    2,371

    Generate Unit Tests

    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...
  12. Replies
    3
    Views
    4,283

    I have reported this bug and it has been fixed on...

    I have reported this bug and it has been fixed on version 1.1.4.
  13. Replies
    11
    Views
    4,047

    Eventhough, that's no good practice to display...

    Eventhough, that's no good practice to display the stack trace in the debug comments, you have to handle the possible problems.
  14. Replies
    11
    Views
    4,047

    It seems that the problem remains: ...

    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...
  15. Replies
    11
    Views
    4,047

    Stack trace but work

    Hi,

    I have configured a bean like that:

    <bean id="jbpmConfig" class="org.jbpm.JbpmConfiguration">
    <constructor-arg type="java.util.Properties">
    <props>
    ...
  16. Replies
    2
    Views
    1,382

    Tests guidelines for DAO using hibernate

    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......
  17. Replies
    3
    Views
    4,283

    Simple Regular expression problem

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