Hi!
There is no JDBCProvider entry in the actual jboss.jcml from cvs. Is
this intended or just a flaw ? I would add it if I knew to which
position in the file it should go.
Tobias
Rickard Oberg wrote:
>
> Hi!
>
> > With the latest cvs checkout, how do accomplish the configuring task ? I
> > see several files now. jboss.properties, jboss.conf, jboss.jcml,
> > jboss-auto.jcml. standardjboss.cml, standardjaws.xml.
> > I had some problems with what goes where. For example I had to register
> > the new datasource driver in auto-jboss.jcml. jboss.properties wasn't
> > enough. But I didn't have to add something to jboss.conf like in the
> > past.
>
> Drivers are now added to the JDBCProvider in jboss.jcml. The setting in
> jboss.properties has been deprecated.
>
> We're trying to simplify things configuration wise, which means making as
> much as possible configurable through jboss.jcml only.
>
> > Could someone please explain, how all these files are read, used and
> > updated right now.
> >
> > I'll then try to update the relevant documentation as soon as these
> > things don't change too quickly anymore.
>
> /Rickard