integrating Sun One 8 with 3rd party queue provider

Hi,

I am trying to deploy a Message driven Bean based application on

"Sun System Java Application Server 8.1". The MDBs are configured to listen on queues which are hosted on a third party software "SeeBeyond SRE 5.0.4 ".

We already have a working environment on sun one 7.0.0._3b.

Doing following things on 8.1:

1. Creating a queue on "SeeBeyond SRE 5.0.4".

2. Binding the queue on a LDAP server

3. Creating a "remote-jndi-resource" on "Sun System Java Application Server 8.1" so that it looks-up in the LDAP and binds to the physical queue on Seebeyond

4. Creating an MDB application which listens to the above created queue and deploys it on the Application server.

The error message while we deploy the application/boot the server, is

[#|2005-11-11T14:30:54.924+0530|SEVERE|sun-appserver-pe8.1_02|javax.enterprise. system.container.ejb.mdb|_ThreadID=15;|com.sun.enterprise.connectors.ConnectorRu ntimeException

com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : jms/BridgeQueue

at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestin ationFromConfiguration(ActiveJmsResourceAdapter.java:560)

at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeI nfo(ActiveJmsResourceAdapter.java:444)

at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(Connector MessageBeanClient.java:139)

at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.j ava:187)

at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImp l.java:221)

at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:477)

at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:125)

at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader. java:95)

at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationMan ager.java:224)

at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationMan ager.java:164)

at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationMan ager.java:496)

at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeApplicationDeployEve ntListener(AdminEventMulticaster.java:872)

at com.sun.enterprise.admin.event.AdminEventMulticaster.handleApplicationDeployEve nt(AdminEventMulticaster.java:856)

at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMul ticaster.java:424)

at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventM ulticaster.java:139)

at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEven t(DeploymentNotificationHelper.java:288)

at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(Dep loymentServiceUtils.java:155)

at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(Ser verDeploymentTarget.java:258)

at com.sun.enterprise.deployment.phasing.StartPhase.runPhase(StartPhase.java:87)

at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPh ase.java:71)

at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeplo ymentService.java:633)

at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentSer vice.java:361)

at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentSer vice.java:396)

at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfi gMBean.java:702)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:302 )

at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:357 )

at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213 )

at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)

at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServer Interceptor.java:815)

at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)

at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)

at $Proxy1.invoke(Unknown Source)

at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterce ptor.java:272)

at com.sun.enterprise.deployment.client.DeploymentClientUtils.startApplication(Dep loymentClientUtils.java:119)

at com.sun.enterprise.deployment.client.DeployAction.run(DeployAction.java:360)

at java.lang.Thread.run(Thread.java:534)

|#]

[#|2005-11-11T14:30:54.939+0530|SEVERE|sun-appserver-pe8.1_02|javax.enterprise. system.container.ejb|_ThreadID=15;|EJB5090: Exception in creating EJB container [

com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : jms/BridgeQueue]|#]

[#|2005-11-11T14:30:54.939+0530|SEVERE|sun-appserver-pe8.1_02|javax.enterprise. system.container.ejb|_ThreadID=15;|appId=bridge-app moduleName=bridge-ejb_jar ejb

Name=TMSBridgeMessageEJB|#]

[#|2005-11-11T14:30:54.939+0530|SEVERE|sun-appserver-pe8.1_02|javax.enterprise. system.core.classloading|_ThreadID=15;|LDR5004: UnExpected error occured while cr

eating ejb container

com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : jms/BridgeQueue

at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestin ationFromConfiguration(ActiveJmsResourceAdapter.java:560)

at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeI nfo(ActiveJmsResourceAdapter.java:444)

at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(Connector MessageBeanClient.java:139)

at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.j ava:187)

at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImp l.java:221)

at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:477)

at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:125)

at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader. java:95)

at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationMan ager.java:224)

at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationMan ager.java:164)

at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationMan ager.java:496)

at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeApplicationDeployEve ntListener(AdminEventMulticaster.java:872)

at com.sun.enterprise.admin.event.AdminEventMulticaster.handleApplicationDeployEve nt(AdminEventMulticaster.java:856)

at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMul ticaster.java:424)

at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventM ulticaster.java:139)

at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEven t(DeploymentNotificationHelper.java:288)

at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(Dep loymentServiceUtils.java:155)

at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(Ser verDeploymentTarget.java:258)

at com.sun.enterprise.deployment.phasing.StartPhase.runPhase(StartPhase.java:87)

at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPh ase.java:71)

at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeplo ymentService.java:633)

at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentSer vice.java:361)

at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentSer vice.java:396)

at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfi gMBean.java:702)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:302 )

at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:357 )

at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213 )

at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)

at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServer Interceptor.java:815)

at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)

at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)

at $Proxy1.invoke(Unknown Source)

at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterce ptor.java:272)

at com.sun.enterprise.deployment.client.DeploymentClientUtils.startApplication(Dep loymentClientUtils.java:119)

at com.sun.enterprise.deployment.client.DeployAction.run(DeployAction.java:360)

at java.lang.Thread.run(Thread.java:534)

|#]

[#|2005-11-11T14:30:54.955+0530|WARNING|sun-appserver-pe8.1_02|javax.enterprise .system.core|_ThreadID=15;|CORE5021: Application NOT loaded: [bridge-app]|#]

[#|2005-11-11T14:30:54.986+0530|WARNING|sun-appserver-pe8.1_02|javax.enterprise .system.stream.err|_ThreadID=15;|com.sun.enterprise.admin.event.AdminEventListen e

rException: Error while loading application [bridge-app]. Please refer to the server log for more details.

at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationMan ager.java:501)

at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeApplicationDeployEve ntListener(AdminEventMulticaster.java:872)

at com.sun.enterprise.admin.event.AdminEventMulticaster.handleApplicationDeployEve nt(AdminEventMulticaster.java:856)

at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMul ticaster.java:424)

at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventM ulticaster.java:139)

at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEven t(DeploymentNotificationHelper.java:288)

at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(Dep loymentServiceUtils.java:155)

at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(Ser verDeploymentTarget.java:258)

at com.sun.enterprise.deployment.phasing.StartPhase.runPhase(StartPhase.java:87)

at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPh ase.java:71)

at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeplo ymentService.java:633)

at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentSer vice.java:361)

at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentSer vice.java:396)

at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfi gMBean.java:702)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:302 )

at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:357 )

at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213 )

at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)

at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServer Interceptor.java:815)

at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)

at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)

at $Proxy1.invoke(Unknown Source)

at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterce ptor.java:272)

at com.sun.enterprise.deployment.client.DeploymentClientUtils.startApplication(Dep loymentClientUtils.java:119)

at com.sun.enterprise.deployment.client.DeployAction.run(DeployAction.java:360)

at java.lang.Thread.run(Thread.java:534)

|#]

[#|2005-11-11T14:30:55.018+0530|WARNING|sun-appserver-pe8.1_02|javax.enterprise .

system.tools.admin|_ThreadID=15;|ADM5603:Event listener error [Error while loadi

ng application [bridge-app]. Please refer to the server log for more details. ]|

#]

[#|2005-11-11T14:30:55.033+0530|INFO|sun-appserver-pe8.1_02|javax.enterprise.sy s

tem.tools.admin|_ThreadID=15;|ADM1042:Status of dynamic reconfiguration event pr

ocessing:[listener_error]|#]

[#|2005-11-11T14:30:55.033+0530|WARNING|sun-appserver-pe8.1_02|javax.enterprise .

system.tools.admin|_ThreadID=15;|ADM1075:Error on listening event:[Error while l

oading application [bridge-app]. Please refer to the server log for more details

. ]|#]

-Kshitij.

[14910 byte] By [kshitij_u] at [2007-11-13]
# 1
Since AS8.1 is based on J2EE 1.4, you need to use one of the JCA 1.5 resource adapters to connect with appserver. If your JMS provider doesnt have one, you can try http://genericjmsra.dev.java.net
binod at 2007-7-4 > top of java,Application & Integration Servers,Application Servers...
# 2

Thanks Binod.

Yup. Seems JCA is the way to go.

I tried out the Generic JCA app. It flashes me:

[#|2005-11-16T14:26:57.645+0000|SEVERE|sun-appserver-pe8.1_02|javax.enterprise. s

ystem.core|_ThreadID=10;|CORE5046: Unexpected error occurred while loading the a

pplications

java.lang.UnsupportedClassVersionError: com/sun/genericra/GenericJMSRA (Unsuppor

ted major.minor version 49.0)

at java.lang.ClassLoader.defineClass0(Native Method)

at java.lang.ClassLoader.defineClass(ClassLoader.java:539)

at java.lang.ClassLoader.defineClass(ClassLoader.java:448)

at com.sun.enterprise.loader.EJBClassLoader.findClass(EJBClassLoader.jav

a:494)

at java.lang.ClassLoader.loadClass(ClassLoader.java:289)

at java.lang.ClassLoader.loadClass(ClassLoader.java:235)

at com.sun.enterprise.util.ConnectorClassLoader.loadClass(ConnectorClass

Loader.java:178)

at java.lang.ClassLoader.loadClass(ClassLoader.java:235)

at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAda

at java.lang.ClassLoader.defineClass0(Native Method)

at java.lang.ClassLoader.defineClass(ClassLoader.java:539)

at java.lang.ClassLoader.defineClass(ClassLoader.java:448)

at com.sun.enterprise.loader.EJBClassLoader.findClass(EJBClassLoader.java:494)

at java.lang.ClassLoader.loadClass(ClassLoader.java:289)

at java.lang.ClassLoader.loadClass(ClassLoader.java:235)

at com.sun.enterprise.util.ConnectorClassLoader.loadClass(ConnectorClassLoader.jav a:178)

at java.lang.ClassLoader.loadClass(ClassLoader.java:235)

at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(Activ eRAFactory.java:47)

at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResou rceAdapter(ResourceAdapterAdminServi

ceImpl.java:267)

at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResou rceAdapter(ResourceAdapterAdminServi

ceImpl.java:408)

at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.reCreateActiveRes ourceAdapter(ResourceAdapterAdminSer

viceImpl.java:438)

at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.addResourceAdapte rConfig(ResourceAdapterAdminServiceI

mpl.java:473)

at com.sun.enterprise.connectors.ConnectorRuntime.addResourceAdapterConfig(Connect orRuntime.java:582)

at com.sun.enterprise.resource.ResourceAdapterConfigDeployer.deployResource(Resour ceAdapterConfigDeployer.java:36)

at com.sun.enterprise.server.ResourcesLoader.load(ResourcesLoader.java:71)

at com.sun.enterprise.server.ConnectorResourcesLoader.loadRAConfigs(ConnectorResou rcesLoader.java:74)

at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.j ava:173)

at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:30 0)

at com.sun.enterprise.server.PEMain.run(PEMain.java:294)

at com.sun.enterprise.server.PEMain.main(PEMain.java:220)

|#]

Why is that ?

Thank again.

-Kshitij.

kshitij_u at 2007-7-4 > top of java,Application & Integration Servers,Application Servers...
# 3
Alright, that version problem was because of the java version i was using. Got it upgraded to 1.5 and the minor version problem is gone. Lemme chase the rest of it. :-)-Kshitij
kshitij_u at 2007-7-4 > top of java,Application & Integration Servers,Application Servers...
# 4

Is it necessary to introduce the "<activation-config>

" tags/child-tags. The issue is that I dont want to change the descriptors of the already existing application(Whieh is J2ee 1.3 based).

Is it possible to make the resources look like a "remote-jndi-reference" ?

thanks,

Kshitij.

kshitij_u at 2007-7-4 > top of java,Application & Integration Servers,Application Servers...
# 5

Hi,

Couldnt complete the configuration few days back. Back with GenericRA :-).

I got the all the resources created. However, when trying to deploy a simple MDB, the server flashes following error :

(It says " Could not find physical destination : null", but I do have the physical reources created.)

- --

[#|2005-12-22T21:15:14.022+0000|SEVERE|sun-appserver-pe8.1_02|javax.enterprise. system.container.ejb.mdb|_ThreadID=10;|com.sun.

enterprise.connectors.ConnectorRuntimeException

com.sun.enterprise.connectors.ConnectorRuntimeException: Could not find physical destination : null

at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestin ationFromConfiguration(ActiveJmsReso

urceAdapter.java:573)

at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeI nfo(ActiveJmsResourceAdapter.java:44

4)

at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(Connector MessageBeanClient.java:139)

at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.j ava:187)

at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImp l.java:221)

at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:477)

at com.sun.enterprise.server.EJBModuleLoader.load(EJBModuleLoader.java:93)

at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:180)

at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.j ava:197)

at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:30 0)

at com.sun.enterprise.server.PEMain.run(PEMain.java:294)

at com.sun.enterprise.server.PEMain.main(PEMain.java:220)

|#]

[#|2005-12-22T21:15:14.023+0000|SEVERE|sun-appserver-pe8.1_02|javax.enterprise. system.container.ejb|_ThreadID=10;|EJB5090: Exc

eption in creating EJB container [com.sun.enterprise.connectors.ConnectorRuntimeException: Could not find physical destination

: null]|#]

[#|2005-12-22T21:15:14.023+0000|SEVERE|sun-appserver-pe8.1_02|javax.enterprise. system.container.ejb|_ThreadID=10;|appId=mdbetp

moduleName=mdbetp ejbName=ETPMBBean1|#]

[#|2005-12-22T21:15:14.024+0000|SEVERE|sun-appserver-pe8.1_02|javax.enterprise. system.core.classloading|_ThreadID=10;|LDR5004:

UnExpected error occured while creating ejb container

com.sun.enterprise.connectors.ConnectorRuntimeException: Could not find physical destination : null

at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestin ationFromConfiguration(ActiveJmsReso

urceAdapter.java:573)

at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeI nfo(ActiveJmsResourceAdapter.java:44

4)

at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(Connector MessageBeanClient.java:139)

at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.j ava:187)

at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImp l.java:221)

at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:477)

at com.sun.enterprise.server.EJBModuleLoader.load(EJBModuleLoader.java:93)

at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:180)

at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.j ava:197)

at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:30 0)

at com.sun.enterprise.server.PEMain.run(PEMain.java:294)

at com.sun.enterprise.server.PEMain.main(PEMain.java:220)

|#]

- -

Any help is appreciated .

-Kshitij.

kshitij_u at 2007-7-4 > top of java,Application & Integration Servers,Application Servers...
# 6

I would appreciate if you send your questions to mailing lists in the genericjmsra project.

Some good news for you.

Now, there are tests and configuration that work against Seebeyond Message Queue are checked into the genericjmsra website.

If you like to checkout do the following

cvs -d :pserver:guest@cvs.dev.java.net:/cvs co genericjmsra

cd to genericjmsra/seebeyondtests directory.

There is a how to text file, you can go thru.

Please send any questions on foreign JMS pluggability to users@genericjmsra.dev.java.net

About your problem, your configuration still seem to use default system resource adapter

and not genericjmsra

binod at 2007-7-4 > top of java,Application & Integration Servers,Application Servers...
# 7

Hi Binod,

I tried the new version and ..yes...it works fine with Seebeyond. I tried it with Seebeyond and Sun MQ 3.6. Looks good so far.

I have had a preliminary experience so far. Shall be doing more XA,Non XA tests in next few days. shall keep you updated about it.

thanks

-Kshitij

kshitij_u at 2007-7-4 > top of java,Application & Integration Servers,Application Servers...
# 8

hi,

could u please guide how to integrate sun one application server7 with seebeyond SRE5.0.4.

and i have some following queries:

1.how to create queues in seebeyond

2.how to config LDAP.

3.how to create logical queues in appserevr.

4.what is diff between logical and physical queues.

gprasad at 2007-7-4 > top of java,Application & Integration Servers,Application Servers...
# 9
Cant explain on a forum. Too lengthy procedure. Give me your email Id. Shall send you the doc.-Kshitij.
kshitij_u at 2007-7-4 > top of java,Application & Integration Servers,Application Servers...
# 10
thanks for ur reply. my email id is : komguruprasad@gmail.com pls send doc to this mail.
gprasad at 2007-7-4 > top of java,Application & Integration Servers,Application Servers...
# 11
Hi Kshitij,I am trying to use Generic JMSRA to integrate with Seebeyond, If you can send me the config details on how to configure it for Seebeyond will be much helpful for me.Thanks,Sunil
skkadari at 2007-7-4 > top of java,Application & Integration Servers,Application Servers...
# 12

hi..there is a cookbook by Donald Forbes on the genericRA site...that will help you to configure the stuff...

https://genericjmsra.dev.java.net/docs/JMSClientViaGenericRAinAS8Behaviour_gene ric.pdf

but you will have to bind seebeyond queues to a LDAP or to a file interface...let me know if you want any particular details....

kshitij.upadhyay@bt.com

-Kshitij

kshitij_u at 2007-7-4 > top of java,Application & Integration Servers,Application Servers...