Oh I see, I didn't know that was how default packages worked. Nasty. In that
case I'd agree that it's hSQL that's causing the problem. I'll drop them a
line and see what they are willing to do about it.

----- Original Message -----
From: "Jason von Nieda" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, August 09, 2000 4:01 PM
Subject: RE: Jive


> If you are not using Hypersonic SQL you could just move that .jar from
> the lib directory. Also, if you are just using Tree like this:
> Tree tree = new Tree();
> you could just do:
> com.coolservlets.forum.util.Tree tree;
> tree = new com.coolservlets.forum.util.Tree();
> The reason the Hypersonic SQL one is getting included is because
> they put a class called Tree in the default package (bad, bad, bad!)
> and the default package is always imported.
> This should probally be mentioned to the maintainers of hSQL
> as well. People shouldn't be putting classes with such generic
> names in the default package.
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Miller
> > Sent: Wednesday, August 09, 2000 8:13 AM
> > To: Orion-Interest
> > Cc: [EMAIL PROTECTED]
> > Subject: Jive
> >
> >
> > Has anyone here used Jive (www.coolservlets.com/jive) with
> > Orion (1.1.37)?
> > I've just tried to set it up, and hit a problem because the
> > orion/lib/hsql.jar file contains a class called 'Tree'. Jive
> > also has a
> > class called this, and when I try to use it in a JSP page, Orion finds
> > Hypersonic's Tree class first.
> >
> > So the question is, should this Hypersonic class be visible
> > to my JSP page?
> > I would have thought not unless I explicitly used <%@ page
> > import ... %>
> >
> > Has anyone else seen this problem?
> >
>
>


Reply via email to