Share

Jeceira

Code

Programming Languages: Java

License: Apache License V2.0

Repositories

browse code, statistics, last commit on 2005-08-12 cvs -d:pserver:anonymous@jeceira.cvs.sourceforge.net:/cvsroot/jeceira login

cvs -z3 -d:pserver:anonymous@jeceira.cvs.sourceforge.net:/cvsroot/jeceira co -P modulename

Show:

What's happening?

  • SyntaxException upon loading PATH

    When loading a PATH property from the persistent store (e.g. upon login), a SyntaxException is thrown because the Path.parseFullyQualifiedPath(String) method is not prepared to actually deal with fully qualified paths - it expects mapped paths. Specifically, it cannot handle the slashes in URI prefixes. Relevant stack trace parts: com.jeceira.syntax.SyntaxException: Invalid name...

    2005-10-10 14:16:12 UTC by kduske

  • Lock problem in HSQLDB persistency

    Message: The database is already in use by another process: org.hsqldb.NIOLockFile@76bbbad1[file =C:\jakarta-tomcat-5.0.28\bin\repositoriesPublic\hsqldb\userroles.lck, exists=true, locked=false, valid=false, fl =null]: java.lang.Exception: The process cannot access the file because another process has locked a portion of the file ...

    2005-09-09 22:00:09 UTC by nobody

  • Conflicts between node types

    Conflicts in the node type chierarchy must be checked. One possible conflict is the hasOrderableChildNodes attribute in primary node types.

    2005-09-02 12:01:34 UTC by vfelberg

  • Removal of reference properties

    In case a property of type PropertyType.REFERENCE is removed, it must somewhere be registered to decrement the reference counter of the corresponding node.

    2005-08-31 10:54:00 UTC by vfelberg

  • Constraint checking in Item.remove

    It is currently not verified if an item may be removed by a user, e.g. protected and mandatory attributes are not considered.

    2005-08-31 10:49:11 UTC by vfelberg

  • Make parsing of config data more robust

    XML parsing must be made more robust in cases of malformed or incomplete configuration data.

    2005-08-26 15:41:03 UTC by vfelberg

  • User-defined value constraints and default values

    It is currently not possible to provide value contraints and default value for property definitions in user-defined node types.

    2005-08-26 15:33:35 UTC by vfelberg

  • Analyze state transitions of items

    Analyze which actions cause a state transition on an item, where the transition is to be done and how internal actions can be taken without a state transition. Verify the state machines and make sure they are correctly implemented.

    2005-08-19 17:14:43 UTC by vfelberg

  • Analyze protection of nodes and properties

    Analyze which actions are to be protected, where the protection is to be done, and how the protected objects can be internally manipulated.

    2005-08-19 17:11:41 UTC by vfelberg

  • Check conflicts when adding a mixin type to a node

    Spec citation (7.4.3 Assigning Mixin Node Types): A ConstraintViolationException is thrown either immediately or on save if a conflict with another assigned mixin or the primary node type or for an implementation specific reason. Implementations may differ on when this validation is done.

    2005-08-19 16:10:52 UTC by vfelberg

Our Numbers