My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Nov 11, 2009
    r623 ('Commit change to restlet logging') committed by philipmjohnson   -   'Commit change to restlet logging'
    'Commit change to restlet logging'
  • Nov 11, 2009
    r622 (Disabling file-based restlet logging.) committed by philipmjohnson   -   Disabling file-based restlet logging.
    Disabling file-based restlet logging.
  • Nov 08, 2009
    r621 (Disable restlet logging in sensorbaseclient until lock file ...) committed by philipmjohnson   -   Disable restlet logging in sensorbaseclient until lock file cleanup problem is resolved.
    Disable restlet logging in sensorbaseclient until lock file cleanup problem is resolved.
  • Oct 29, 2009
    r620 ('Update to common.build.xml') committed by philipmjohnson   -   'Update to common.build.xml'
    'Update to common.build.xml'
  • Sep 08, 2009
    r619 (Fixed two errors in the comments of UserManager (referred to...) committed by rbrewer   -   Fixed two errors in the comments of UserManager (referred to sensor data types, presumably due to copy & paste)
    Fixed two errors in the comments of UserManager (referred to sensor data types, presumably due to copy & paste)
  • Aug 14, 2009
    issue 98 (Updating of user properties failure) reported by myriam.l...@gmail.com   -   What steps will reproduce the problem? 1. Run SensorBase 8.3.810 2. Log in as the administer 3. Update your own properties through the URI {host}/users/{user} Rest Api and the POST method (sending also a correct payload containing new Properties you want to add) What is the expected output? What do you see instead? I expected to see a 200 response status code, while it is '500' and cause by 'null'. Please use labels and text to provide additional information. The SensorBaseClient in the UserManager's method "updateProperties(User user, Properties properties)" doesn't check if user.getProperties() is equals to null before accessing it (line 286: user.getProperties().getProperty().add(property) ). Then it throws an exception here because I don't know why but my administer user instance had its getProperties() equals to null (not initialized before)...I don't think it should be my fault because I've not added manually my administer data.
    What steps will reproduce the problem? 1. Run SensorBase 8.3.810 2. Log in as the administer 3. Update your own properties through the URI {host}/users/{user} Rest Api and the POST method (sending also a correct payload containing new Properties you want to add) What is the expected output? What do you see instead? I expected to see a 200 response status code, while it is '500' and cause by 'null'. Please use labels and text to provide additional information. The SensorBaseClient in the UserManager's method "updateProperties(User user, Properties properties)" doesn't check if user.getProperties() is equals to null before accessing it (line 286: user.getProperties().getProperty().add(property) ). Then it throws an exception here because I don't know why but my administer user instance had its getProperties() equals to null (not initialized before)...I don't think it should be my fault because I've not added manually my administer data.
  • Aug 13, 2009
    r618 (Updated build.xml to download source and javadocs for Restle...) committed by rbrewer   -   Updated build.xml to download source and javadocs for Restlet and Derby via Ivy, and attached source and javadocs to those libraries in Eclipse.
    Updated build.xml to download source and javadocs for Restlet and Derby via Ivy, and attached source and javadocs to those libraries in Eclipse.
  • Aug 04, 2009
    r617 (Workaround for 1001 timeout error during sensorbase testing....) committed by philipmjohnson   -   Workaround for 1001 timeout error during sensorbase testing.
    Workaround for 1001 timeout error during sensorbase testing.
  • Aug 04, 2009
    r616 (Fixing junit so that we can optionally print out GC info.) committed by philipmjohnson   -   Fixing junit so that we can optionally print out GC info.
    Fixing junit so that we can optionally print out GC info.
  • Aug 03, 2009
    r615 (Fixing PMD error.) committed by philipmjohnson   -   Fixing PMD error.
    Fixing PMD error.
  • Aug 03, 2009
    r614 (Trying to debug the 1001 timeout error.) committed by philipmjohnson   -   Trying to debug the 1001 timeout error.
    Trying to debug the 1001 timeout error.
  • Jul 24, 2009
    RestApiSpecification (Specifies the REST API for SensorBase) Wiki page edited by rbrewer
  • Jul 24, 2009
    RestApiSpecification (Specifies the REST API for SensorBase) Wiki page edited by rbrewer
  • Jul 22, 2009
    r611 ('Removing 1.5 source/target stuff from compile') committed by philipmjohnson   -   'Removing 1.5 source/target stuff from compile'
    'Removing 1.5 source/target stuff from compile'
  • Jul 21, 2009
    r610 ('Updating checkstyle') committed by philipmjohnson   -   'Updating checkstyle'
    'Updating checkstyle'
  • Jul 20, 2009
    r609 ('Commiting revised common.build.xml and ripple effects.') committed by philipmjohnson   -   'Commiting revised common.build.xml and ripple effects.'
    'Commiting revised common.build.xml and ripple effects.'
  • Jul 14, 2009
    r608 ('Minor updates from developer-example work') committed by philipmjohnson   -   'Minor updates from developer-example work'
    'Minor updates from developer-example work'
  • Jul 14, 2009
    r607 (Removing. some Restlet logging message output.) committed by philipmjohnson   -   Removing. some Restlet logging message output.
    Removing. some Restlet logging message output.
  • Jul 13, 2009
    r606 (Fix eclipse class path to include mail.jar(JavaMail lib). Fi...) committed by zsxking   -   Fix eclipse class path to include mail.jar(JavaMail lib). Fix comment in PingResource.java
    Fix eclipse class path to include mail.jar(JavaMail lib). Fix comment in PingResource.java
  • Jul 12, 2009
    r605 ('Using Ivy for JavaMail.') committed by philipmjohnson   -   'Using Ivy for JavaMail.'
    'Using Ivy for JavaMail.'
  • Jul 10, 2009
    r604 ('Updating common.build.xml') committed by philipmjohnson   -   'Updating common.build.xml'
    'Updating common.build.xml'
  • Jul 10, 2009
    r603 ('Refactoring for common.build.xml; now requires Ant 1.7.1') committed by philipmjohnson   -   'Refactoring for common.build.xml; now requires Ant 1.7.1'
    'Refactoring for common.build.xml; now requires Ant 1.7.1'
  • Jul 10, 2009
    r602 ('Adding build and lib to ignore list') committed by philipmjohnson   -   'Adding build and lib to ignore list'
    'Adding build and lib to ignore list'
  • Jul 09, 2009
    r601 ('Fixing verify and dist targets.') committed by philipmjohnson   -   'Fixing verify and dist targets.'
    'Fixing verify and dist targets.'
  • Jul 08, 2009
    r600 ('Updates for javadoc/source files') committed by philipmjohnson   -   'Updates for javadoc/source files'
    'Updates for javadoc/source files'
  • Jul 06, 2009
    r599 ('Fix javadoc typos') committed by philipmjohnson   -   'Fix javadoc typos'
    'Fix javadoc typos'
  • Jul 04, 2009
    r598 ('Updates for transitive publish.') committed by philipmjohnson   -   'Updates for transitive publish.'
    'Updates for transitive publish.'
  • Jul 02, 2009
    r597 (Get rid of spurious logging about registration. ) committed by philipmjohnson   -   Get rid of spurious logging about registration.
    Get rid of spurious logging about registration.
  • Jul 01, 2009
    r596 (Fixes for local publication.) committed by philipmjohnson   -   Fixes for local publication.
    Fixes for local publication.
  • Jul 01, 2009
    r595 (Fixing PMD error. ) committed by philipmjohnson   -   Fixing PMD error.
    Fixing PMD error.
  • Jun 30, 2009
    r594 (Changing the default fail on error to false. ) committed by philipmjohnson   -   Changing the default fail on error to false.
    Changing the default fail on error to false.
  • Jun 30, 2009
    r593 (Fix for 24 hour time. ) committed by philipmjohnson   -   Fix for 24 hour time.
    Fix for 24 hour time.
  • Jun 26, 2009
    r592 (Minor ivy improvements.) committed by philipmjohnson   -   Minor ivy improvements.
    Minor ivy improvements.
  • Jun 26, 2009
    r591 (Adding findbugs fail.) committed by philipmjohnson   -   Adding findbugs fail.
    Adding findbugs fail.
  • Jun 25, 2009
    r590 (Get rid of extraneous sysproperty.) committed by philipmjohnson   -   Get rid of extraneous sysproperty.
    Get rid of extraneous sysproperty.
  • Jun 25, 2009
    r589 (typos.) committed by philipmjohnson   -   typos.
    typos.
  • Jun 25, 2009
    r588 (Updated Eclipse build path to refer to lib/ directories. ) committed by philipmjohnson   -   Updated Eclipse build path to refer to lib/ directories.
    Updated Eclipse build path to refer to lib/ directories.
  • Jun 25, 2009
    r587 (Scaffolding for packages still using HACKYSTAT_SENSORBASE_HO...) committed by philipmjohnson   -   Scaffolding for packages still using HACKYSTAT_SENSORBASE_HOME
    Scaffolding for packages still using HACKYSTAT_SENSORBASE_HOME
  • Jun 25, 2009
    r586 (typos) committed by philipmjohnson   -   typos
    typos
  • Jun 25, 2009
    r585 (Minor cleanup. No need for JAVAMAIL_HOME anymore.) committed by philipmjohnson   -   Minor cleanup. No need for JAVAMAIL_HOME anymore.
    Minor cleanup. No need for JAVAMAIL_HOME anymore.
  • Jun 24, 2009
    r584 (Minor fix to build.xml.) committed by philipmjohnson   -   Minor fix to build.xml.
    Minor fix to build.xml.
  • Jun 24, 2009
    r583 (Getting rid of annotations.jar from compile.classpath. ) committed by philipmjohnson   -   Getting rid of annotations.jar from compile.classpath.
    Getting rid of annotations.jar from compile.classpath.
  • Jun 24, 2009
    r582 (Improvements to verify target.) committed by philipmjohnson   -   Improvements to verify target.
    Improvements to verify target.
  • Jun 24, 2009
    r581 (Updates for Ivy integration. ) committed by philipmjohnson   -   Updates for Ivy integration.
    Updates for Ivy integration.
  • Jun 23, 2009
    r580 (Make publish the default target.) committed by philipmjohnson   -   Make publish the default target.
    Make publish the default target.
  • Jun 23, 2009
    r579 (Updates for Ivy-based publication of jar files. ) committed by philipmjohnson   -   Updates for Ivy-based publication of jar files.
    Updates for Ivy-based publication of jar files.
  • Jun 22, 2009
    r578 (Fixes to emma and jar build files to work with Ivy.) committed by philipmjohnson   -   Fixes to emma and jar build files to work with Ivy.
    Fixes to emma and jar build files to work with Ivy.
  • Jun 22, 2009
    r577 (Commits for use of Apache Derby from Ivy.) committed by philipmjohnson   -   Commits for use of Apache Derby from Ivy.
    Commits for use of Apache Derby from Ivy.
  • Jun 19, 2009
    r576 (Fixes for Restlet 1.1.5) committed by philipmjohnson   -   Fixes for Restlet 1.1.5
    Fixes for Restlet 1.1.5
  • Jun 18, 2009
    r575 (Changes for upgrade to Restlet 1.1.1. Unfortunately, there ...) committed by philipmjohnson   -   Changes for upgrade to Restlet 1.1.1. Unfortunately, there are now NPEs. To be debugged tomorrow.
    Changes for upgrade to Restlet 1.1.1. Unfortunately, there are now NPEs. To be debugged tomorrow.
 
Hosted by Google Code