[JBoss-dev] [JBoss Portal Development] - Re: Nukes mapping error

2004-12-16 Thread normanb
Ok, I created the tables, but when I ran the server again I get
 Depends On Me:
ObjectName: jboss.har:service=Hibernate
 state: FAILED
 I Depend On:  jboss.jca:name=NukesDS,service=DataSourceBinding

 Depends On Me:  nukes:service=User,type=Module
 nukes:service=Group,type=Module
 nukes:service=PortalObjectManager
net.sf.hibernate.MappingException: An association from the table jbp_group_membe
rship refers to an unmapped class: org.jboss.nukes.core.impl.group.GroupImpl

MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.har:service=Hibernate
 state: FAILED
 I Depend On:  jboss.jca:name=NukesDS,service=DataSourceBinding

 Depends On Me:  nukes:service=User,type=Module
 nukes:service=Group,type=Module
 nukes:service=PortalObjectManager
net.sf.hibernate.MappingException: An association from the table jbp_group_membe
rship refers to an unmapped class: org.jboss.nukes.core.impl.group.GroupImpl

Is there any way around this (or does it only work in Linux?), I would like to 
use the portal rather than the older nukes if possible.

Many thanks.  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858324#3858324

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858324


---
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/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Nukes mapping error

2004-12-13 Thread [EMAIL PROTECTED]
It's commited now, grab the core/build.xml  file.
There was a mistake while rolling back (sorry for that)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858364#3858364

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858364


---
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/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Nukes mapping error

2004-12-13 Thread [EMAIL PROTECTED]
yes thomas is going to commit that

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858359#3858359

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858359


---
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/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Nukes mapping error

2004-12-13 Thread normanb
Sorry to post again, keen to get this working :-)

When I compile I don't seem to be creating the file 
GroupImpl.hbm.xml which is causing the error I commented on in the previous 
posts.  So running build ddl fails.  

This is a show stopper at the moment as I can't run up the portal to have a 
look at it!!

Any help would be great, thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858358#3858358

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858358


---
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/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Nukes mapping error

2004-12-13 Thread normanb
I already had put in the nukes data source, but thanks for the post, it must be 
a problem with the 'localhost' parameter in the connection URL for MySQL if 
that is why it isn't mapping.  Many thanks 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858331#3858331

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858331


---
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/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Nukes mapping error

2004-12-13 Thread [EMAIL PROTECTED]
You need to define the NukesDS datasource.

For that, create a nukes-ds.xml file in your deploy directory with the 
following lines:

  | 
  |  
  |   
  | NukesDS
  | jdbc:mysql://localhost:3306/nukes
  | org.gjt.mm.mysql.Driver
  | nukes
  | nukes
  |   
  | 
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858325#3858325

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858325


---
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/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development