Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 25th, 2012  |  syntax: None  |  size: 0.65 KB  |  hits: 52  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Error Generating JAX-WS in MyEclipse 9
  2. An internal error occurred during: "Generating JAX-WS Web Services".
  3. Unable to create JAXBContext
  4.        
  5. public static final int DAILY_INTERVAL = 1;
  6. public static final int WEEKLY_INTERVAL = 2;
  7. public static final int MONTHLY_INTERVAL = 3;
  8. public static final int YEARLY_INTERVAL = 4;
  9. public static final int DATA_EXPIRITION_DAYS = 7;
  10.  
  11. public static ArrayList<String> getCountryList(){
  12.             ...
  13. }
  14.  
  15. ...
  16.  
  17. public static ArrayList getDatacentreLatestReading(String country, EnergyCompany company){
  18. ...
  19. }
  20.        
  21. public static ArrayList<Server> getDatacentreLatestReading(String country, EnergyCompany company){
  22.     ...
  23. }