I am getting the following error while doing appc. I am pointing to the dtd:
http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd
It did not work. I changed to dtd to:
http://www.bea.com/servers/wls810/dtd/weblogic-rdbms20-persistence-810.dtd
But still it did not work. Do any body...
I have list of Objects. Each object has list of another Objects
eg:
class S{
private String sname;
private String sdesc;
private List tlist; //list of T classes
..all get/set methods for the above here....
}
class T{
private int tname;
private String tdesc;
..all get/set methods for the above...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.