jochen      2005/07/13 12:23:11

  Modified:    src/xs/org/apache/ws/jaxme/xs/jaxb/impl Tag: v0_4
                        JAXBElementImpl.java
               .        Tag: v0_4 status.xml
  Log:
  Fixed a ClassCastException, which appeared for unknown
  reasons.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.2.4.1   +1 -1      
ws-jaxme/src/xs/org/apache/ws/jaxme/xs/jaxb/impl/JAXBElementImpl.java
  
  Index: JAXBElementImpl.java
  ===================================================================
  RCS file: 
/home/cvs/ws-jaxme/src/xs/org/apache/ws/jaxme/xs/jaxb/impl/JAXBElementImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.2.4.1
  diff -u -r1.2 -r1.2.4.1
  --- JAXBElementImpl.java      16 Feb 2004 23:39:56 -0000      1.2
  +++ JAXBElementImpl.java      13 Jul 2005 19:23:10 -0000      1.2.4.1
  @@ -61,7 +61,7 @@
       if (jaxbProperty == null) {
         XsTElement elem = (XsTElement) getXsObject();
         if (elem.getRef() != null) {
  -        JAXBElement refElem = (JAXBElement) 
getXSSchema().getAttribute(elem.getRef());
  +        JAXBElement refElem = (JAXBElement) 
getXSSchema().getElement(elem.getRef());
           if (refElem != null) {
             jaxbProperty = refElem.getJAXBProperty();
           }
  
  
  
  No                   revision
  No                   revision
  1.45.2.14 +4 -0      ws-jaxme/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/status.xml,v
  retrieving revision 1.45.2.13
  retrieving revision 1.45.2.14
  diff -u -r1.45.2.13 -r1.45.2.14
  --- status.xml        8 Jul 2005 20:44:41 -0000       1.45.2.13
  +++ status.xml        13 Jul 2005 19:23:10 -0000      1.45.2.14
  @@ -47,6 +47,10 @@
           Fixed that the generator didn't detect top level groups with
           multiplicity > 1 in a complex type.
         </action>
  +      <action dev="JW" type="fix" context="generator">
  +        Fixed a ClassCastException, which appeared for unknown
  +        reasons.
  +      </action>
       </release>
       <release version="0.4" date="2005-May-19">
         <action dev="JW" type="fix" context="xs">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to