I posted the complete log in the forum. I am getting NoSuchAttributeException Caused by: org.apache.geronimo.kernel.NoSuchAttributeException: Unknown attribut e "logWriterEnabled" in gbean gmo.mq/jmsra/1.0/rar?J2EEApplication=null,JCAResou rce= gmo.mq/jmsra/1.0/rar,ResourceAdapter=gmo.mq/jmsra/1.0/rar,ResourceAdapterMod ule=gmo.mq/jmsra/1.0/rar,j2eeType=JCAResourceAdapter,name=MQRA
I looked ra.xml and property type is java.lang.String. Could it be something to do with mapping String to primitive boolean type or vice versa? <config-property> <config-property-name>logWriterEnabled</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>true</config-property-value> </config-property> On Sat, Jul 19, 2008 at 12:20 PM, Kevan Miller <[EMAIL PROTECTED]> wrote: > > On Jun 12, 2008, at 7:29 PM, sbyonge wrote: > > > I am having problem with deploying wmq.jmsra.rar in Geronimo 2.1.1 > > Deployment failed: > The plan is trying to set attributes: [queueManager, transportType] > > > This problem should be fixed in current source trees (branches/2.1 and > trunk). Here's a pointer to our 2.1 nightly build. Could you confirm whether > or not this fixes your problem? > > http://people.apache.org/builds/geronimo/server/binaries/2.1/20080719 > > --kevan >
