-
Bug
-
Resolution: Done
-
Major
-
None
-
None
All of the various stack overflows seem to be cause by the same problem, which is lack of handling for circular references. There is a hack in place that covers class A
{ public A a; } , but it does not cover javabean properties nor does it cover exceptions, nor does it cover arbitray depth.For example:
class A { public B b; }
class B { public A a; }
-Jason
- blocks
-
JBWS-567 Resolve tools issues required for jbossws-1.0RC2
- Closed