-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 8 posts ] 
Author Message
 Post subject: Hibernate Tools 3.1 beta 5 - composite-element bug
PostPosted: Fri Jun 02, 2006 4:16 am 
Newbie

Joined: Wed May 17, 2006 4:32 am
Posts: 16
here
Code:
<idbag name="filenamesIdbag" table="CH06ITEM_BAG_IMAGE">
       <collection-id column="ITEM_IMAGE_ID" type="long">
          <generator class="native"/>
       </collection-id>
       <key column="ITEM_ID"/>
       <composite-element class="Ch06Filenames">
          <property name=""/>
       </composite-element>
    </idbag>

when i lookup the properties for composite-element, it shows them for Entity's class, but should show for the Ch06Filenames class


Top
 Profile  
 
 Post subject: and more
PostPosted: Fri Jun 02, 2006 4:28 am 
Newbie

Joined: Wed May 17, 2006 4:32 am
Posts: 16
and one more trouble,
when i add to database more tables, then Mapping Editor's autocompletion listbox doesn't show refreshed information (new tables) even after when i manually refresh hibernate configuration


Top
 Profile  
 
 Post subject: Re: Hibernate Tools 3.1 beta 5 - composite-element bug
PostPosted: Fri Jun 02, 2006 4:42 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
jaya123 wrote:
here
Code:
<idbag name="filenamesIdbag" table="CH06ITEM_BAG_IMAGE">
       <collection-id column="ITEM_IMAGE_ID" type="long">
          <generator class="native"/>
       </collection-id>
       <key column="ITEM_ID"/>
       <composite-element class="Ch06Filenames">
          <property name=""/>
       </composite-element>
    </idbag>

when i lookup the properties for composite-element, it shows them for Entity's class, but should show for the Ch06Filenames class


What does "lookup the properties" mean ?

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: Re: and more
PostPosted: Fri Jun 02, 2006 4:43 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
jaya123 wrote:
and one more trouble,
when i add to database more tables, then Mapping Editor's autocompletion listbox doesn't show refreshed information (new tables) even after when i manually refresh hibernate configuration


Add a step-by-step way of reproducing this and add it to jira

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: Re: Hibernate Tools 3.1 beta 5 - composite-element bug
PostPosted: Fri Jun 02, 2006 5:03 am 
Newbie

Joined: Wed May 17, 2006 4:32 am
Posts: 16
max wrote:
What does "lookup the properties" mean ?

then Mapping Editor's autocompletion listbox should display the fields of the appropriate entity class


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 02, 2006 5:06 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
put it in jira with an example and a | where the cursor is when you perform the codecompletion.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 02, 2006 5:10 am 
Newbie

Joined: Wed May 17, 2006 4:32 am
Posts: 16
max wrote:
put it in jira

i never did that before, please specify the link to it


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 02, 2006 5:12 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
http://hibernate.org/217.html

_________________
Max
Don't forget to rate


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 8 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.