It's working! Thanks a bunch, Dan, it was starting to get really frustrating!
BTW, the SQL file was in target/classes/sql Best regards Ruy --- Dan Moore <[EMAIL PROTECTED]> wrote: > > --- Ruy Diaz Jara <[EMAIL PROTECTED]> wrote: > > > A couple of things happened after I followed the procedure. > > > > The JAR was succesfully built, but there seems to be no target/sql/ > > directory, > > anyway this is no big problem, I'll just add the column manually to > > my > > TURBINE_USER table. > > OK. If you ran maven torque:sql it should have generated the sql > directory, but it doesn't sound like a huge issue. > > > The strange part is that I was looking over the jetspeed-1.5.jar, and > > I noticed > > that BaseJetspeedUserPeer has no accessors for the new field. > > However, > > BaseTurbineUserPeer does. Does this mean that I should extend > > TurbineUser and > > not Jetspeed user? > > I'm pretty sure you still want to extend BaseJetspeedUser, which > extends BaseTurbineUser. The behavior you saw seems normal: since > you're modifying the turbine users schema definition, the Turbine > classes should be the ones that are modified. > > Let me know how it works out. > > Dan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ===== ------------------------------- I used to be an atheist, until I realized I was God. __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]