Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ondrabab

    javax.jms.InvalidDestinationException: MQJMS0003

    Explorer8: I'm not sure whether this can help you. In my case the problem was, that from the previous version of the app which was not runnig on Websphere but only as a standalone java app I had had mq packages (like com.ibm.mq.jar etc.) in my library directory. When I made it web app and...
  2. ondrabab

    javax.jms.InvalidDestinationException: MQJMS0003

    Hi, sedj: thanks for replying, I looked at all of these links, but it didn't help maybe because I've solved it - and as usual the problem wasn't actually in MQ but it was a classloader issue
  3. ondrabab

    javax.jms.InvalidDestinationException: MQJMS0003

    Hi, I'm becoming desperate because of this problem. If you have any idea please post it here. I develop a web application which is intended to communicate with other apps via MQ. I work in Websphere Studio AD 5.0 and the application should run on Websphere Application Server 5.1. WAS should...
  4. ondrabab

    log4j doesn't create backup files in web-app, the same code in pure ja

    Hi all, in my application I have a class DummyLogger, which is a superclass to all others. It provides them a log4j Logger. In the constructor it sets up the important attributes: log = Logger.getLogger(name+" (" + app + ") "); log.setLevel(Level.toLevel(level)); PatternLayout...

Part and Inventory Search

Back
Top