Node root=tree1.getRoot();
Node cloneNode = new Node();
cloneNode = (Node)root.clone();

This throws a classCast Exception, what is wrong in implementation ?

How can i clone a specific node ??

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047579#4047579

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047579
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to