JetspeedGroupProfilePeer.java is a class that allows object-oriented access to the jetspeed_group_profile table in the database. Torque generates such classes based on a database schema, in this case jetspeed/build/torque/schema/dbpsml.schema. The fact that access to this class is attempted, suggests you are using DbPsml, instead of the regular FilePsml. Check out the Jetspeed website, it has a section on PSML in the database. I think some of your properties are set contradictory to each other.
-Stijn ----- Original Message ----- From: "Y.Watanabe" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Wednesday, March 10, 2004 10:08 AM Subject: Re[2]: Where is org.apache.jetspeed.om.dbpsml.BaseJetspeedGroupProfilePeer ? > > OK. I understand that I need to study about Torque firstly... > Thank you ! > > "Stijn de Witt" wrote on 2004/03/09 19:24 > with Subject: Re: Where is org.apache.jetspeed.om.dbpsml. > BaseJetspeedGroupProfilePeer ? > > >jakarta-jetspeed\src\java\org\apache\jetspeed\om\dbpsml\JetspeedGroupProfil e > >Peer.java > >This class is supposed to be generated automatically by torque... > > > >> Hi all. > >> > >> I have checked out the latest jakarta-jetspeed project from CVS. > >> And I command "maven war" but it fail. > >> > >> I think that > >> > >jakarta-jetspeed\src\java\org\apache\jetspeed\om\dbpsml\JetspeedGroupProfil e > >Peer.java > >> needs (extends) > >> BaseJetspeedGroupProfilePeer.java . > >> > >> But there is no such file. > >> > >> I confused. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
