Hi everyone,
trying to update the xpetstore app to run on jboss3.2.0RC1
First thing I encountered was that in server/default/deploy there now
seems to be a file

- hsqldb-ds.xml

whereas I used to use

    hsqldb-service.xml

I see that they are still in the examples, but is JBoss going away from
these?

So I copied the structure of hsqldb-ds.xml and configured it for the
xpetstore
datasource - I got rid of an exception saying that the referenced DS was not
found.
Good.

Unfortunately I got an error saying the following:

INFO  [DLQHandler] Creating
ERROR [DLQHandler] Initialization failed
javax.naming.NameNotFoundException: XAConnectionFactory not bound

Any ideas?

Also, I'm still quite new to JBoss, but I'd love to know if there's anywhere
where I can
get information on any changes that are being made to the jboss structure of
files to
deploy. For example, if the file format IS going to change to hsqldb-ds.xml,
then I'd love
to be able to see that somewhere.
thanks for any replies,
Brian


----- Original Message -----
From: "Vineet Bhatia" <[EMAIL PROTECTED]>
To: "Brian McSweeney" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, January 28, 2003 3:33 PM
Subject: Re: [Xpetstore-devel] Re: xpetstore note


> Hi Brian,
>
> Once you get it working could you post (for the rest of us) any extra
> steps you had to take?
> Did you have to modify the j2ee.properties file?
> Did you modify the jndi.properties file?
> What was your datasource jndi name? xpetstore or xpetstoreDS? How many
> places did you have to change that?
>
> Eagerly waiting :)
>
> - vineet
>
>
> On Tuesday, January 28, 2003, at 05:35  AM, Brian McSweeney wrote:
>
> > Hi Vineet,
> > I got xpetstore to work with mysql on JBoss3.0.4_tomcat-4.1.12.
> > I've downloaded JBoss3.2 and will see how I get on...
> > Brian
> >
> > ----- Original Message -----
> > From: "Vineet Bhatia" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, January 28, 2003 2:46 AM
> > Subject: Re: [Xpetstore-devel] Re: xpetstore note
> >
> >
> >> I am having similar problems with JBoss 3.2 and MySQL/HSQL.
> >>
> >> I've followed the instructions step for step and tried various
> >> permutations to no avail.
> >>
> >> There seems to be a problem with the following line in
> >> mysql-service.xml -
> >>
> >> <mbean
> >> code="org.jboss.resource.connectionmanager.LocalTxConnectionManager"
> >> name="jboss.jca:service=LocalTxCM,name=MySqlDS">
> >>
> >> I tried putting  <attribute name="JndiName">xpetstoreDS</attribute>
> >> but
> >> that did'nt work either.
> >>
> >> Here is the first exception I get :
> >>
> >> INFO  [SARDeployer] looking for nested deployments in :
> >> file:/usr/local/jboss3.2/server/xpetstore/deploy/mysql-service.xml
> >> 21:41:19,101 INFO  [ServiceConfigurator] Problem configuring service
> >> jboss.jca:service=LocalTxDS,name=MySqlDS
> >> org.jboss.deployment.DeploymentException: No Attribute found with
> >> name:
> >> JndiName
> >>          at
> >> org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.jav
> >> a:
> >> 337)
> >>          at
> >> org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurat
> >> or
> >> .java:176)
> >>          at
> >> org.jboss.system.ServiceConfigurator.processDependency(ServiceConfigur
> >> at
> >> or.java:442)
> >>          at
> >> org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.jav
> >> a:
> >> 355)
> >>          at
> >> org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurat
> >> or
> >> .java:176)
> >>          at
> >> org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:
> >> 11
> >> 8)
> >>          at
> >> org.jboss.system.ServiceController.install(ServiceController.java:226)
> >>          at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown
> >> Source)
> >>          at
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess

> >> or
> >> Impl.java:25)
> >>          at java.lang.reflect.Method.invoke(Method.java:324)
> >>          at
> >> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBean
> >> Di
> >> spatcher.java:284)
> >>          at
> >> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
> >>          at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
> >>          at $Proxy5.install(Unknown Source)
> >>          at
> >> org.jboss.deployment.SARDeployer.create(SARDeployer.java:222)
> >>          at
> >> org.jboss.deployment.MainDeployer.create(MainDeployer.java:776)
> >>          at
> >> org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:635)
> >>          at
> >> org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:600)
> >>          at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown
> >> Source)
> >>          at
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> >> or
> >> Impl.java:25)
> >>          at java.lang.reflect.Method.invoke(Method.java:324)
> >>
> >> On Monday, January 27, 2003, at 09:36  PM, Herve Tchepannou wrote:
> >>
> >>> On Mon, 2003-01-27 at 17:13, Chris Butler wrote:
> >>>> Herve,
> >>>>
> >>>>
> >>>>
> >>>> Your xpetstore example for jboss/weblogic & updated j2ee techs seems
> >>>> great.  Have you tried running it on
> >>>>
> >>>> Jboss3.2.0RC1?  I've been running into a few issues that I think
> >>>> relate
> >>>> to datasource...  xpetstoreDS isn't
> >>>> found, perhaps I'm not configuring things properly...
> >>> I haven't try it on JBoss3.2
> >>> have you followed the instructions from
> >>> http://xpetstore.sourceforge.net/x357.html
> >>>>
> >>>>
> >>>> Regardless, it's a great example of how to tie together all the
> >>>> elements
> >>>> I'm interested in - jboss, xdoclet,
> >>>> cmp2.0, and struts...  good stuff.
> >>>>
> >>>>
> >>>>
> >>>> Thanks,
> >>>>
> >>>> Chris
> >>>>
> >>> --
> >>>
> >>> Herve Tchepannou
> >>> mailto:[EMAIL PROTECTED]
> >>>
> >>>
> >>>
> >>> -------------------------------------------------------
> >>> This SF.NET email is sponsored by:
> >>> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> >>> http://www.vasoftware.com
> >>> _______________________________________________
> >>> Xpetstore-devel mailing list
> >>> [EMAIL PROTECTED]
> >>> https://lists.sourceforge.net/lists/listinfo/xpetstore-devel
> >>
> >>
> >>
> >> -------------------------------------------------------
> >> This SF.NET email is sponsored by:
> >> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> >> http://www.vasoftware.com
> >> _______________________________________________
> >> Xpetstore-devel mailing list
> >> [EMAIL PROTECTED]
> >> https://lists.sourceforge.net/lists/listinfo/xpetstore-devel
> >>
> >
> >
> >
> > -------------------------------------------------------
> > This SF.NET email is sponsored by:
> > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> > http://www.vasoftware.com
> > _______________________________________________
> > Xpetstore-devel mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/xpetstore-devel
> >
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> Xpetstore-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xpetstore-devel
>




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to