Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,822

    I did run the ivy initialize tasks and the...

    I did run the ivy initialize tasks and the dependent libraries seem to be available. Perhaps, they are not in the classpath (which was my suspicion as well). There is a compile.classpath setting that...
  2. Replies
    4
    Views
    1,822

    Pet Clinic Build Error

    Downloaded the latest Spring version - spring-framework-3.0.0.RC1 and tried to get the Pet Clinic app up and running, but am running into this build error ($ant jar):


    [s:javac] Compiling 42...
  3. How do I get an instance of a bean in JBoss?

    When JBoss starts up, I can see that my Spring beans do get initialized. At runtime, I want to be able to access these beans. Essentially, I need to get an instance of the DefaultListableBeanFactory...
  4. Replies
    1
    Views
    991

    Listening to multiple destinations

    Currently, I use the DefaultMessageListenerContainer and listen to a single destination (queue). Is it possible to modify this MDP such that it listens to multiple dynamically-created destinations,...
  5. Replies
    1
    Views
    1,002

    ActiveMQ in JBoss - message not picked up?

    I've configured a message listener using Spring -

    <bean id="listenerContainer" class="org.springframework.jms.listener.DefaultMessageListenerContainer">
    <property name="connectionFactory"...
  6. Replies
    3
    Views
    945

    Yes, that looks like it, except that the example...

    Yes, that looks like it, except that the example wasn't very clear to me. There needs to be a call to some POJO from the onMessage() API, isn't it? It appears that the class that contains this API is...
  7. Replies
    3
    Views
    945

    What can be injected using Spring?

    Hi,
    I am new to Spring and hence the question. I have some MDBs (inherited ones) that have a lot of business logic and am trying to move them out of the MDBs to POJOs. Now, what is the best way to...
  8. Replies
    1
    Views
    1,132

    Junit tests for Spring code..

    Hi,
    I'm new to the Spring/Hibernate world and hence, would like to learn a bit about testing such code. BTW, searched on google, found some articles but nothing too precise, so am hoping someone...
  9. I'm running into the same "file does not exist"...

    I'm running into the same "file does not exist" issue.

    When I extract the JAR file that contains the 1 test class, I see the application-context.xml file under the ROOT location. So, when I run...
Results 1 to 9 of 9