fix some bugs and improve logging

This commit is contained in:
Sebastian Sdorra
2011-03-12 11:59:33 +01:00
parent eeaab4adb1
commit 0fc52ec104
7 changed files with 62 additions and 6 deletions

View File

@@ -39,6 +39,8 @@ import java.io.File;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementWrapper;
import javax.xml.bind.annotation.XmlRootElement;
@@ -47,6 +49,7 @@ import javax.xml.bind.annotation.XmlRootElement;
*
* @author Sebastian Sdorra
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlRootElement(name = "configuration")
public class BackendConfiguration
{