You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cayenne.apache.org by Giulio Cesare Solaroli <gi...@gmail.com> on 2007/04/26 17:03:12 UTC

CayenneDataObject missing from 2.0.2 cayenne-client-nodeps.jar

Hello everybody,

I was trying to trim the size of my application war replacing the full
cayenne jar with the client one.

But when compiling the application using the
cayenne-client-nodeps.jar, the compiler barks about a missing symbol:
class CayenneDataObject.

I have opened the jar, and the CayenneDataObject is really missing.

Did I miss something really obvious, or this is just a problem left
behind during all the migrations that had happened recently?

Thanks,

Giulio Cesare

Re: CayenneDataObject missing from 2.0.2 cayenne-client-nodeps.jar

Posted by Giulio Cesare Solaroli <gi...@gmail.com>.
BINGO!

Andrus,

thanks again for your quick and right-on answer.

Giulio Cesare



On 4/26/07, Andrus Adamchik <an...@objectstyle.org> wrote:
> Hi,
>
> Since you mentioned "war", I assume you are deploying a web
> application. So you should be using cayenne-nodeps.jar, not cayenne-
> client-nodeps.jar.
>
> Andrus
>
>
> On Apr 26, 2007, at 6:03 PM, Giulio Cesare Solaroli wrote:
> > Hello everybody,
> >
> > I was trying to trim the size of my application war replacing the full
> > cayenne jar with the client one.
> >
> > But when compiling the application using the
> > cayenne-client-nodeps.jar, the compiler barks about a missing symbol:
> > class CayenneDataObject.
> >
> > I have opened the jar, and the CayenneDataObject is really missing.
> >
> > Did I miss something really obvious, or this is just a problem left
> > behind during all the migrations that had happened recently?
> >
> > Thanks,
> >
> > Giulio Cesare
> >
>
>

Re: CayenneDataObject missing from 2.0.2 cayenne-client-nodeps.jar

Posted by Andrus Adamchik <an...@objectstyle.org>.
Hi,

Since you mentioned "war", I assume you are deploying a web  
application. So you should be using cayenne-nodeps.jar, not cayenne- 
client-nodeps.jar.

Andrus


On Apr 26, 2007, at 6:03 PM, Giulio Cesare Solaroli wrote:
> Hello everybody,
>
> I was trying to trim the size of my application war replacing the full
> cayenne jar with the client one.
>
> But when compiling the application using the
> cayenne-client-nodeps.jar, the compiler barks about a missing symbol:
> class CayenneDataObject.
>
> I have opened the jar, and the CayenneDataObject is really missing.
>
> Did I miss something really obvious, or this is just a problem left
> behind during all the migrations that had happened recently?
>
> Thanks,
>
> Giulio Cesare
>