Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. durable subscriptions work with WebSphere?

    Has anyone gotten durable subscriptions to work with WebSphere? How are you set up?
  2. Replies
    0
    Views
    658

    JMS Listener 'lost'?

    Under WebSphere 6.1, I have 4 JVMs running on 2 boxes . One of them runs the JMS messaging engine, and the other MEs in the other JVMs 'join' to it. All is well.

    If the JVM owning the ME goes...
  3. JMS Durable Topic Subscription and WebSphere 6.1

    I am having trouble configuring a durable subscription. When I do the following:



    <bean id="jmsContainer" class="org.springframework.jms.listener.DefaultMessageListenerContainer">
    ...
  4. Thanx for catching what I missed. For the...

    Thanx for catching what I missed. For the Javadoc for the ServletRequest interface:

    an immutable java.util.Map containing parameter names as keys and parameter values as map values. The keys in...
  5. SimpleMessageConverter throwing MessageFormatException

    I am using a MessageConverter for the first time, and trying to use a SimpleMessageConverter to convert the results of an HttpServletRequest request.getParameterMap() to a MessageMap.


    ...
  6. Replies
    1
    Views
    3,524

    Found it!

    I think the issue was my use of JMSTemplate102. Incompatible with WebSphere v6.1
  7. Replies
    1
    Views
    3,524

    Websphere v6, Spring JMS

    Worked for quite a while on IBM forum to figure out how to get JMS working from a servlet under WebSphere, but I finally got it working.

    The code below is now working in a servlet:


    ...
  8. Replies
    2
    Views
    7,762

    Thanx! Just what I needed!

    Thanx! Just what I needed!
  9. Replies
    2
    Views
    7,762

    Injecting ServletContext into a bean

    Is there a way to have Spring inject the ServletContext into a bean? I need access to the ServletContext when the bean is initialized outside of a specific request.

    Ed
  10. Replies
    1
    Views
    948

    Answer my own question

    Turns out WebSphere's deployment manager has its own copy of web.xml that it caches and is using, overriding the manual changes I made for testing!
  11. Replies
    1
    Views
    948

    Websphere 6.0 and DispatchServlet

    I am trying to deploy a WebApp using Spring MVC. I get it to work under Eclipse, but whne I deploy to my UNIX box, I see no evidence that the servlet in my web.xml is ever even initialized.

    My...
  12. Replies
    7
    Views
    1,496

    We will have multiple WARs usng Spring. They...

    We will have multiple WARs usng Spring. They will each have there own context.
  13. Replies
    7
    Views
    1,496

    Best Practice - Spring under JBoss

    Looking for best practice for deploying Spring jar files under JBoss.

    We are running several web applications in a Tomcat instance running under JBoss. All of these WARs are part of a larger...
  14. Replies
    2
    Views
    1,090

    It turned out I musunderstood how our security...

    It turned out I musunderstood how our security model worked, and persued this no further.
  15. How do I get Spring Context from Outside of Spring

    We have Spring running under Tomcat, and need a part of our application that is NOT managed by Spring to get a Bean managed by spring. we realized that the approach we took:

    ApplicationContext...
  16. Can you wait on a Taskeexcutor/Threadpool

    We are testing with a taskExecutor/ThreadPool, and believe it behaves as follows:

    when the last item is in our 'todo' list calls execute on a TaskExecutor implmented as a ThreadPool, the calling...
  17. Replies
    11
    Views
    1,667

    I'm not explaining this well, let me try again. ...

    I'm not explaining this well, let me try again.

    My intent in JobExecutor is fourfold:
    - a way of throttling so that only three jobs can run at a time.
    - collects data shared by processing of all...
  18. Replies
    11
    Views
    1,667

    I wasn't worried about JobExecutor using the...

    I wasn't worried about JobExecutor using the FileExecutor's pool, just the first JobExecutor using more than it's fair share of FileEexcutors



    The jobs can be long running (20 minutes to 2 hrs)...
  19. Replies
    11
    Views
    1,667

    Only in that if I have 1 JobExecutor running, I...

    Only in that if I have 1 JobExecutor running, I want it to be able to spawn up to 3 file processors, but I don't want it to use 8 FileExecutors and there not be 3 left for another JobExecutor if it...
  20. Replies
    11
    Views
    1,667

    I also prefer to build my executors up front. ...

    I also prefer to build my executors up front.

    The above was my first thought, but I don't want 3+3+3, I want 3*3*3.
  21. Replies
    11
    Views
    1,667

    Concurrancy, ThreadPools, and Message Queues

    I would like some feedback on a business problem and some proposed solutions.

    My app, running under JBoss, will be receieing a 'Job' request on a JMS queue.

    I need to be able to support 3 jobs...
  22. Replies
    2
    Views
    1,079

    Spring 2.0 Java 1.4

    I think I posted to wrong forum-


    Is Spring 2.0 compatable with Java 1.4? Or does it use too many of the newe Java 5 features?
  23. Replies
    2
    Views
    1,054

    When to use Hibernate?

    Let me start by saying that if we need an ORM tool, Hibernate is my choice.

    That said, I am in discussion with some colleagues wherein I am taking the position that the needs of our project are...
  24. Replies
    3
    Views
    3,712

    RowMapperResultReader

    Did RowMapperResultReader go away in 2.x? I canoot seem to resolve it, but can't find anything in the release notes
  25. Replies
    0
    Views
    852

    IDE tools for Spring MVC

    I am assisting a colleague in evluaitng a Spring MVC vs Struts choice at our company. I am encouraging Spring MVC for it's simplicity, but the counter argument I am getting is the IDE support for...
Results 1 to 25 of 57
Page 1 of 3 1 2 3