[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [eclipselink-users] using dynamic entities example code
|
I've never done this, but from glancing at the bug report I think
you'd want to point it to the location of your classes directory (the
directory where your entity .class files are).
I'm not sure if that's just your /classes or /bin or if you need to go
down to the package level.
Hope that helps :)
/tim
On Mon, Jul 7, 2008 at 6:41 PM, Lachlan Gregor <lachlan.gregor@xxxxxxxxx> wrote:
> Hi,
>
>
> I have a question regarding dynamic entities (which i think is awesome, and
> helps answer an issue that has had me trolling the net for the last few
> weeks, and thus led me to Eclipselink, not to mention increased performance
> which i am also looking forward too).. I am just trying to run some of the
> example code however running into an issue with :
>
>
> // This root URL config should go away when bug 225321 is fixed
> puInfo.setPersistenceUnitRootUrl(new
> URL("file:/C:/Eclipse/EclipseLink/trunk/examples/org.eclipse.persistence.example.jpa.dynamic/classes/"));
>
>
>
> I am just wondering what the url is meant to be pointing at in particular?
>
> any help would be great,
>
> thanks,
>
> -lachlan
>
>
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>
--
./tch