RE: [Hibernate] Problem configuring Hibernate with mappings via an InputStream

2005-02-07 Thread Steve Ebersole
@lists.sourceforge.net Subject: [Hibernate] Problem configuring Hibernate with mappings via an InputStream   Hi,   I have an InputStream object that is constructed from a hibernate XML config file (in some other place) and I am trying to get the mappings contained within it read into the

[Hibernate] Problem configuring Hibernate with mappings via an InputStream

2005-02-07 Thread Safdar Kureishy
Hi,   I have an InputStream object that is constructed from a hibernate XML config file (in some other place) and I am trying to get the mappings contained within it read into the Hibernate Configuration object.   Ideally I could use the method configure(File file), but since I don’t ha