|
From: Jean-Pierre <jp...@jp...> - 2003-08-07 11:40:08
|
Thanks Rajeev, Jean-Pierre -----Message d'origine----- De=A0: spr...@li... [mailto:spr...@li...] De la part de Rajeev Kaul Envoy=E9=A0: vendredi 1 ao=FBt 2003 19:45 =C0=A0: spr...@li... Objet=A0: Re: [Springframework-developer] petclinic, hsqldb, & jboss Jean-Pierre, =A0 I found out that "MessageCache" error turned out to be a JBOSS configuration issue.=A0 The JBOSS 3.2.1 ships out with recursivesearch attribute (in jboss-service.xml) set to false as shown below: =A0 <attribute name=3D"RecursiveSearch">False</attribute> =A0 This should be changed to true as show below: =A0 <attribute name=3D"RecursiveSearch">True</attribute> =A0 Now the petclinic sample works fine under JBOSS.=A0=20 =A0 It may be obvious that when running under a managed environment like JBOSS, the application-context.xml should be modified to comment the datasource for non-J2ee environment, and uncomment the datasource for J2EE environment.=A0 But I think it should be clearly=A0mentioned as one = of the steps required to make the sample app to work under JBOSS. =A0 Rajeev Kaul |