Default style (Cherry Eve). Switch styles (Capricorn). XML Feed Calendar
全部分类 | CAPS | family | General | Java | sourceforge
20060412 星期三 2006年04月12日

How to enable CAPS 5.1 Integration Server use Sun Java System Message Queue Server

First, I want do just as what have done as ICAN 5.0.5.

  1. Modify the enviroment at the eDesigner and restart the logichost(Integration).
  2. Restart the integration server.

But I found no use now.

Finaly, I think:

There have many difference between CAPS 5.1 and  ICAN 5.0.5

The Integration Server have changed much, we must understand:

1. Now the integration server no more depend on repository server again.

2. The build application is real EAR now.

3. The integration server will never get server configuration from repository server.

4. The integration server is just a SUN application server 8 platform edition.

So I just do the following and seems work now.

  1. modify the domain.xml

change from: <jms-service init-timeout-in-seconds="60" type="REMOTE">
to

<jms-service init-timeout-in-seconds="60" type="LOCAL">

and now the imq will try to start when the application start up. But I found the imq can't start up because of the default configuration is "persistence to jdbc".

So just do the step 2 (imq persistence database setup: copy the pointbase jar to the imq/lib/ext folder and execute imq/bin/imqdbmgr create all)

Then we can start the integration server succfully.

And now we can just do as the manual said and all will OK.

But there will still some problem:

  1. the imq version is only 3.5 sp1
  2. the imq is only platform edition

 

 

 


 

四月 12, 2006 12:42 上午 GMT+08:00 Permalink

反向跟踪 URL: http://blogs.sun.com/shilei/entry/how_to_enable_caps_5
评论:

发表一条评论:

姓名:
电子邮件地址:
URL:

您的评论:

HTML语法: 禁用