[Hibernate] duh, what does it mean

2003-10-03 Thread khote
"hibernate not bound",
I'm getting that error from one of my ActionServlets.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] sources in other directories

2003-10-05 Thread khote
This involves maven, xdoclet, hibernate
I'm trying to use a set of interfaces in both a WAR project and a
db-project.
I want to use, say, Person as an interface.
I want hibernate to use PersonImpl.

I need to have that Person interface be available to lots of other places.

in maven I can:

  
  


and later before java:compile


the comile takes place just find in the db-project subdirectory.
but hibernatedoclet doesn't see the interface declarations.
How do you tell hibernatedoclet where they are?



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Re: [Hibernate] What's needed for JBoss integration?

2003-10-07 Thread khote
Of course, documentation!  Books, examples, tutorials  the usual stuff
like that.
With JBoss and Hibernate becoming intimate, there are going to be a whole
bunch of new hibernate users.  I'm just becoming acquainted now, with JBoss
for about 4 months.  I paid for the JBoss documenation (Admin &
Development), plan to buy the Annual subscription soon ..

I'd really like to see hibernate documented at this level too.  These are
two large projects, the learning curve just got a lot steeper.

An FAQ focused on JBoss-Hibernate, such as:  Should I use hibernate.rar or
hibernate.jar  uh, that kind of thing.

- Original Message - 
From: "Bill Burke" <[EMAIL PROTECTED]>
To: "hibernate list" <[EMAIL PROTECTED]>
Sent: Monday, October 06, 2003 11:23 PM
Subject: [Hibernate] What's needed for JBoss integration?


> Hi all,
>
> Just wondering what you all need/want for better Hibernate-JBoss
> integration.  What is lacking.  What needs improving.  What sucks, etc...
>
> Some have pointed out some performance problems with our classloading,
> we are working on that
>
> Is JCA the way to go with Hibernate/JBoss integration?  Or do you all
> have a different, more preferred way of integration.
>
> Thanks,
>
> Bill
>
>
> -- 
> 
> Bill Burke
> Chief Architect
> JBoss Group LLC.
> 
>
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> hibernate-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] cvs

2003-10-09 Thread khote
is the repository down for some reason?  Are the specs on how to connect
still valid?
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/hibernate
login

keeps responding with
cvs [login aborted]: unrecognized auth response from
cvs.hibernate.sourceforge.net: M PserverBackend::PserverBackend() Connect
(Connection refused)

This has been happening for several hours now.



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] maven plugin

2003-10-09 Thread khote
the maven hibernate plugin seems to have disappeared, does anybody here know
where it is?



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] repository

2003-10-11 Thread khote
Is the sourceforge repository expected to be up any time soon?
I can't update my checkout, I can't get a new checkout, sourceforge is not
responding.



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] hibernate.properties

2003-10-13 Thread khote
I'm confused about the way hibernate loads from hibernate.properties.
I'm using maven, xdoclet, jboss.
It seems that it finds all those things when it loads, I see the objects
being mapped in the log.
however it complains that it can't find hibernate.properties, can't find my
dialect, no JNDI name configured .. can't find various other things that it
had to in fact use to get where it got to.
I put my hibernate.properties in the classes directory prior to it being
JARred up, and it's in there.

How can I make sure that the net.sf.hibernate.cfg.Environment can find my
hibernate.properties?



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] more cvs repository

2003-10-13 Thread khote
Any news on when the hibernate direcectory will be available on sourceforge?
I've already downloaded the nightly tarball, that's not the issue.  It's
been at least a week.
I filed a report on sourceforge as well.

Anybody in particular I can contact about this, to find out when?
I'm unfortunately being held up on my project because of a bug in it ...
blah blah, you've all been there before.



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] hibernate.properties

2003-10-15 Thread khote
I continue to have difficulty with hibernate.properties.
I put it in the JAR, in the root, and specified that.  I tried it in a
subdirectory.
Hibernate just doesn't find it.  I have to programmatically load it myself
and stick it in a configuration.

what am I missing here?



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] maven & schemaupdate

2003-10-18 Thread khote
No matter how I tweak it I can't get the maven hibernate:schema-export to
work.
I run SchemaExport from within my code and it works just fine.
Is there some special jar I'm not thinking of that it needs?  Some special
"understood" setting that I'm missing?



---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] Looking for DROP, IF EXIST

2003-11-02 Thread khote
Using maven, xdoclet, ant and hibernate with a mysql database.
I've had to write my own maven-ant mix to get the hibernate:export-schema to
work, have managed that.
I'd like to be able to have DROP DATABASE IF EXIST, and DROP TABLE IF EXIST
kinds of things in my DDL
is this possible?



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Re: [Hibernate] Looking for DROP, IF EXIST

2003-11-03 Thread khote
are there any docs describing these as new "tasks"  save me from an
extensive search :-P
I'm pretty much just set up to use Ant sql tasks to do it.  I've downloaded
that branch and compiled it successfully, with pdf and javadoc but I don't
specifically see anywhere that these are mentioned.


- Original Message - 
From: "Gavin King" <[EMAIL PROTECTED]>
To: "khote" <[EMAIL PROTECTED]>
Sent: Sunday, November 02, 2003 7:00 PM
Subject: Re: [Hibernate] Looking for DROP, IF EXIST


> When 2.1 goes final.
>
> use
>
> cvs upd -r v21branch
>
>
> khote wrote:
>
> >When will cvs HEAD have 2.1 available, I update and still produce 2.0.3
> >
> >- Original Message - 
> >From: "Gavin King" <[EMAIL PROTECTED]>
> >To: "khote" <[EMAIL PROTECTED]>
> >Cc: <[EMAIL PROTECTED]>
> >Sent: Sunday, November 02, 2003 6:56 PM
> >Subject: Re: [Hibernate] Looking for DROP, IF EXIST
> >
> >
> >
> >
> >>This is in Hibernate 2.1
> >>
> >>khote wrote:
> >>
> >>
> >>
> >>>Using maven, xdoclet, ant and hibernate with a mysql database.
> >>>I've had to write my own maven-ant mix to get the
hibernate:export-schema
> >>>
> >>>
> >to
> >
> >
> >>>work, have managed that.
> >>>I'd like to be able to have DROP DATABASE IF EXIST, and DROP TABLE IF
> >>>
> >>>
> >EXIST
> >
> >
> >>>kinds of things in my DDL
> >>>is this possible?
> >>>
> >>>
> >>>
> >>>---
> >>>This SF.net email is sponsored by: SF.net Giveback Program.
> >>>Does SourceForge.net help you be more productive?  Does it
> >>>help you create better code?   SHARE THE LOVE, and help us help
> >>>YOU!  Click Here: http://sourceforge.net/donate/
> >>>___
> >>>hibernate-devel mailing list
> >>>[EMAIL PROTECTED]
> >>>https://lists.sourceforge.net/lists/listinfo/hibernate-devel
> >>>
> >>>
> >>>
> >>>
> >
> >
> >
>



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] cirrus.hibernate.jmx.HibernateService

2003-11-06 Thread khote
maven,xdoclet,jboss, and hibernate
saw recently that the cirrus stuff was dumped.
my maven build still causes jboss-service.xml to have
...

   

to be output.
What is the correct HibernateService mbean?  What is the property setting to
use to ensure I get the right value?



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[nevermind] Re: [Hibernate] cirrus.hibernate.jmx.HibernateService

2003-11-06 Thread khote
After looking in the HibernateTagsHandler.java, I found that I forgot to set
maven.xdoclet.hibernatedoclet.hibernate.0.Version=2.0

[nevermind]

- Original Message - 
From: "khote" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 06, 2003 7:25 AM
Subject: [Hibernate] cirrus.hibernate.jmx.HibernateService


> maven,xdoclet,jboss, and hibernate
> saw recently that the cirrus stuff was dumped.
> my maven build still causes jboss-service.xml to have
> ...
> 
> name="jboss.jca:service=HibernateFactory">
> 
> to be output.
> What is the correct HibernateService mbean?  What is the property setting
to
> use to ensure I get the right value?
>
>
>
> ---
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?   SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> ___
> hibernate-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] hibernate service in jboss

2003-11-19 Thread khote
The scene:  I've successfully written and implemented my hibernate package
and implemented it as a JBoss service archive (.sar)
I'd like to be able to import the packages in other parts of my (maven)
project.  Everything goes into an EAR, so the pathing and such is dealt
with, it successfully deploys (both the EAR and the included SAR)

import com.hagelnx.hibernate.*

The problem is:  java says the package doesn't exist.  Does it only look in
.jar files, is that the problem?



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


RE: [Hibernate] Happy birthday to us!

2003-11-26 Thread khote
I too would like to wish a happy birthday to the Hibernate community.

As I was approaching the "Learn Entity Bean" business, time and time again
Hibernate cropped up as a real alternative to EJB Entity Beans.  I didn't
even bother to pursue them any more.
The website is useful, actually useful to programmers; the third-party
documents, how-tos, forum ... the kinds of things that people who are using
it want to see.
I would wish other applications and frameworks and the like would spend time
looking at how you've done it.

And in the vein of What have you done for me lately, when can we hope for a
Hibernate in Action book to come out?

--
Kevin

- Original Message - 
From: "Pablo I. Lalloni" <[EMAIL PROTECTED]>
To: "'Gavin King'" <[EMAIL PROTECTED]>; "'hibernate list'"
<[EMAIL PROTECTED]>
Sent: Tuesday, November 25, 2003 6:54 PM
Subject: RE: [Hibernate] Happy birthday to us!


> Congratulations to the whole Hibernate community.
>
> I think it's quite impressive what has been accomplished by this community
> in both technological and industry fronts.
>
> IMO Hibernate is the best, far away, O/R tool available today and I cannot
> see any other tool getting closer to this.
>
> I also think H (as we call it) is on its road to become a de-facto
industry
> standard.
>
> Respects to Gavin, Christian, Max and others whom I've been reading here
all
> this time and deserve the credit for all this. Guys your work has been
> excellent.
>
> Also congrats to all the people who has just been using The H and finding
> bugs or proposing refinements or new features.
>
> The job has been excellently done.
>
> Hurrah! :)
>
> 
> Pablo I. Lalloni
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
[mailto:hibernate-devel-
> > [EMAIL PROTECTED] On Behalf Of Gavin King
> > Sent: Tuesday, November 25, 2003 1:31 PM
> > To: hibernate list
> > Subject: [Hibernate] Happy birthday to us!
> >
> >
> >
> > We are two years old ;)
> >
> >
> > --
> > Gavin King
> > JBoss Group
> > +61 410534454
> > http://hibernate.org
> >
> >
> >
> > ---
> > This SF.net email is sponsored by: SF.net Giveback Program.
> > Does SourceForge.net help you be more productive?  Does it
> > help you create better code?  SHARE THE LOVE, and help us help
> > YOU!  Click Here: http://sourceforge.net/donate/
> > ___
> > hibernate-devel mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/hibernate-devel
>
>
>
>
>
> ---
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> ___
> hibernate-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Kevin



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] hibernate xdoclet plugin & ehcache

2003-12-01 Thread khote
Is anybody working  on the hibernatedoclet, to add the ehcache features
somewhere?


Kevin



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[Hibernate] hibernate, spring?

2003-12-01 Thread khote
I'm having spring load a LocalSessionFactoryBean from a spring context file.
I upgraded my hibernate to 2.1 last night, now all is lost  uh, yeah.

How do I turn off the ehcache completely, totally, and without pity?

   [junit] [INFO] Configuration - -instantiating and configuring caches
   [junit] -  ---
   [junit]
   [junit] Testcase: testHibernateService took 3.015 sec
   [junit] Caused an ERROR
   [junit] null
   [junit] java.lang.IllegalAccessError
   [junit] at
net.sf.cglib.core.ClassEmitter.setTarget(ClassEmitter.java:87)
   [junit] at
net.sf.cglib.core.ClassEmitter.(ClassEmitter.java:79)
   [junit] at
net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:197)
   [junit] at
net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:
186)
   [junit] at
net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:177)
   [junit] at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:149)
   [junit] at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:142)
   [junit] at
net.sf.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:22
9)
   [junit] at
net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:72
0)
   [junit] at
org.springframework.orm.hibernate.LocalSessionFactoryBean.newSessionFactory(
LocalSessionFactoryBean.java:292)
   [junit] at
org.springframework.orm.hibernate.LocalSessionFactoryBean.afterPropertiesSet
(LocalSessionFactoryBean.java:246)
   [junit] at
org.springframework.beans.factory.support.AbstractBeanFactory.callLifecycleM
ethodsIfNecessary(AbstractBeanFactory.java:964)
   [junit] at
org.springframework.beans.factory.support.AbstractBeanFactory.createBean(Abs
tractBeanFactory.java:537)
   [junit] at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Abstra
ctBeanFactory.java:211)
   [junit] at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Abstra
ctBeanFactory.java:221)
   [junit] at
TestHibernateService.testHibernateService(TestHibernateService.java:54)
   [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
   [junit] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
   [junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
   [junit]
   [junit] Testcase: testHibernateService

Kevin



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel