Changeset 2450


Ignore:
Timestamp:
12/02/09 14:26:03 (2 years ago)
Author:
erikroos
Message:

Fixed error because of which jaxb could not be found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molgenis/3.3/src/org/molgenis/model/JDBCModelExtractor.java

    r2317 r2450  
    476476                // save to xml (FIXME: now print only) 
    477477                ByteArrayOutputStream out = new ByteArrayOutputStream(); 
    478                 JAXBContext jaxbContext = JAXBContext.newInstance("org.molgenis.language.jaxb"); 
     478                JAXBContext jaxbContext = JAXBContext.newInstance("org.molgenis.model.jaxb"); 
    479479                Marshaller marshaller = jaxbContext.createMarshaller(); 
    480480                marshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, Boolean.TRUE); 
Note: See TracChangeset for help on using the changeset viewer.