From: Brad C. <bra...@wo...> - 2002-10-11 05:47:33
i think it would be more useful/flexible if the
"hibernate.xml.output_stylesheet" property referred to a file in the
classpath rather than a filesystem path (as is currently the case). i would
modify it to use Class.getResourceAsStream.
would this cause anyone problems?
brad
From: Gavin K. <ga...@ap...> - 2002-10-11 06:05:07
Go ahead, I wondered about that myself...
Pehaps we could try resource and if not found, try to load it as a file?
----- Original Message -----
From: "Brad Clow" <bra...@wo...>
To: <hib...@li...>
Sent: Friday, October 11, 2002 3:46 PM
Subject: [Hibernate] hibernate.xml.output_stylesheet path
> i think it would be more useful/flexible if the
> "hibernate.xml.output_stylesheet" property referred to a file in the
> classpath rather than a filesystem path (as is currently the case). i
would
> modify it to use Class.getResourceAsStream.
>
> would this cause anyone problems?
>
> brad
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> hibernate-devel mailing list
> hib...@li...
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
From: Brad C. <bra...@wo...> - 2002-10-11 06:40:25
done & committed - now behaves as u suggested below.
brad
> Go ahead, I wondered about that myself...
>
> Pehaps we could try resource and if not found, try to load it as a file?