On Tue, 14 Dec 2004 06:02:22 +0000, snpe <[EMAIL PROTECTED]> wrote:

Max,
xml parser go to internet every time - I think that problem s in jboss libraries
(on hibernate forum one guy have problme with jboss too)
I use hibernate standalone and with spring and it is fine (work without internet access),
but hibernate console check dtd on internet

oh you talk about hibernate console, not just the hbm.xml editor.
Well it will of to the internet each time because it is a hibernate3.jar that
runs inside the console - update your dtd to point to hibernate3 dtd and it wont go there.


/max


regards On Monday 13 December 2004 08:22 pm, Max Rydahl Andersen wrote:
On Mon, 13 Dec 2004 15:15:33 +0000, snpe <[EMAIL PROTECTED]> wrote:

> Hello,
> I will move to h3 after beta (Christian's advice), but you see problem
> with dtd, please


please - what ? :)

/max

> Thanks
> Haris Peco
> On Sunday 12 December 2004 06:29 pm, Max Rydahl Andersen wrote:
>> On Sun, 12 Dec 2004 16:50:13 +0000, snpe <[EMAIL PROTECTED]> wrote:
>>
>> > no, I try more times.It is problem with xml parser
>> >
>> > Question : with hibernate2 plugin work, but there are problems with
>> any
>> > queries
>> > Is it work with hibernate3 only - I try with hibernate3, but I have
>> > problems with custom types
>> > from my hibernate2 tree
>> >
>>
>> yes the hibernate eclipse console querying is for H3 only.
>> The hbm.xml editor should work with h2 mappings too.
>>
>> and yes H3 customtypes has some more methods as I remember that you need
>> to implement.
>>
>>
>>
>> -max
>>
>> > Thanks
>> > Haris Peco
>> > On Sunday 12 December 2004 11:37 am, Max Rydahl Andersen wrote:
>> >> On Sun, 12 Dec 2004 06:51:12 +0000, snpe <[EMAIL PROTECTED]> wrote:
>> >>
>> >> > Max,
>> >> > it work, but plugin request internet access for parsing dtd
>> >>
>> >> hmm...well it need to get it the first time i think.
>> >>
>> >> -max
>> >>
>> >>
>> >> >
>> >> > Thanks
>> >> >
>> >> >> nice you got it build without me telling where the hibernate libs
>> >> goes ?
>> >> >> nice!
>> >> >>
>> >> >> well - it *should* be pretty straightforward.
>> >> >>
>> >> >> In the classpath you must put the needed directories/jar's for
>> using
>> >> >> your
>> >> >> domainmodel with hibernate + the jdbc driver.
>> >> >> Otherwise hibernate can't instantiate and navigate your classes,
>> and
>> >> >> without a driver it cant access stuff ;)
>> >> >>
>> >> >> The easiest way to use this is to select a javaproject (which
>> >> contains
>> >> >> your already existing hibernate configuration files) and
>> >> >> press Ctrl+N and select the Hibernate Console configuration
>> wizard.
>> >> This
>> >> >> wizard will then "guess" the minimalistic configuration for you.
>> >> >>
>> >> >> Please remember that the console just calls hibernate (no magick)
>> >> thus
>> >> >> your connection properties need to be something it can access...so
>> >> >> it is easier to use a normal connection url, and not e.g. a
>> >> datasource
>> >> >> from the console (even though that might also work - i would at
>> >> least
>> >> >> like
>> >> >> to see it work in the future ;)
>> >> >>
>> >> >> /max
>> >> >>
>> >> >> >
>> >> >> > Thanks
>> >> >> > Haris Peco
>> >> >> > On Saturday 11 December 2004 04:29 pm, Max Rydahl Andersen
>> wrote:
>> >> >> >> On Thu, 9 Dec 2004 18:58:15 +0000, snpe <[EMAIL PROTECTED]>
>> wrote:
>> >> >> >>
>> >> >> >> > Max
>> >> >> >> > Where are requeired libraries - special jboss ide ?
>> >> >> >>
>> >> >> >> in jboss ide cvs.
>> >> >> >>
>> >> >> >> -max
>> >> >> >>
>> >> >> >> >
>> >> >> >> > Thanks
>> >> >> >> > On Thursday 09 December 2004 02:17 pm, Max Rydahl Andersen
>> >> wrote:
>> >> >> >> >> ...but don't expect to just build it out of the box - will
>> post
>> >> >> build
>> >> >> >> >> instructions when time allows it.
>> >> >> >> >>
>> >> >> >> >> Gavin: you will get a prebuilt version before thursday :)
>> >> >> >> >>
>> >> >> >> >> cheers
>> >> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>







-- Max Rydahl Andersen callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]
http://jboss.com


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to