這個blog不知道怎麼的我使用就這麼不順利,這個編輯器老是不能輸入文字,好像是javascript有錯
不知道其他朋友沒有這樣的情況,想寫點東西,又寫不了,文章什麼的都不能。
雖然使用web services,但是還是初次使用JAXB,遇到好多問題
我想用JAXB實現,Object生成xml,xml生成類的轉換,這個轉換是在類中代碼 ,不是用windows下的運行命令來實現的,我是這樣寫的;
JAXBContext jcontext = JAXBContext.newInstance("com.shingwai.webserivces",this.getClass().getClassLoader());
Marshaller ms = jcontext.createMarshaller();
但是出現這樣的異常:
javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package com.shingwai.webserivces
at javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:205)
at javax.xml.bind.ContextFinder.find(ContextFinder.java:149)
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:281)
at com.shingwai.webservices.xml.jdom.JDOMParse.getXMLStr_obj(JDOMParse.java:48)
at com.shingwai.webservices.xml.jdom.RunTest.main(RunTest.java:28)
不懂怎麼回事??
難到sun的東西就這麼難使用,好像oracle的JAXB類中的數據生成xml不會出現這樣的問題。
這個還是要看一下其他朋友有沒有解決的辦法才行.