Right, I don't know which fault is it, but I found how to identify a little more
the problem. I think it's not related to andromda but I post that anyway for
other people that might once have the same problem.

My app is using the HyperSonic db, "from Company" request is working well.

As far as I add a postgresql-ds.xml datasource definition to my jboss, without
even using it, my request "from Company" to the hypersonic database is not
working anymore!! I'm getting CRAZY.



Selon Jan Heise <[EMAIL PROTECTED]>:

> should be  "from c in class Company"
>
>
> Am 26.01.2005 um 11:35 schrieb Jan Heise:
>
> > perhaps turning on show_sql with hibernate will give some more
> > hints to the problem.
> >
> > but from my own experience: I never wrote a query that would be shorter
> > as "from c in Company" (don't know if "from Company as c" would be the
> > same),
> > and I always specify the complete package name
> > de.janheise.domain.Company
> > also ("from c in de.janheise.domain.Company") because I normally don't
> > use
> > the aliases.
> >
> > perhaps this helps,
> >
> > Jan
> >
> >
> >
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
> Tool for open source databases. Create drag-&-drop reports. Save time
> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
> Download a FREE copy at http://www.intelliview.com/go/osdn_nl
> _______________________________________________
> Andromda-user mailing list
> Andromda-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/andromda-user
>




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to