2 Replies Latest reply on Jul 14, 2010 3:17 AM by cn1h

    JBossESB 4.8 Server with JDK6

    cn1h

      Hi,

       

      My Question (short version): Does JBossESB 4.8 work with JDK6?

       

      My Question (long version): I got a problem by testing the Helloworld quickstart sample:

       

      I just downloaded the JBossESB 4.8 Server, my JDK version is

       

      java version "1.6.0_17"
      OpenJDK Runtime Environment (IcedTea6 1.7.3) (suse-2.1.1-i386)
      OpenJDK Server VM (build 14.0-b16, mixed mode)

       

      I can start the JBoss Server and deploy the helloworld sample. (.../jbossesb-server-4.8/samples/quickstarts/helloworld)

      I got the messages in server console:

       

      18:58:59,317 INFO  [JBoss4ESBDeployer] create esb service, Quickstart_helloworld.esb
      18:58:59,323 INFO  [QueueService] Queue[/queue/quickstart_helloworld_Request_esb] started, fullSize=200000, pageSize=2000, downCacheSize=2000
      18:58:59,325 INFO  [QueueService] Queue[/queue/quickstart_helloworld_Request_gw] started, fullSize=200000, pageSize=2000, downCacheSize=2000

       

      Then i try to run "ant runtest" in client console, it stops at

      runtest:
           [echo] Runs Test JMS Sender

      and there is nothing output in server console.

       

       

      Anybody ran helloworld sample with JDK6 successful?

       

      Thanks!