lams_tool_forum

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
modified id to native

commons-logging jar

Added TestCases for testing null values

added check for null attachment list or zero length attachment list in method createForum(Forum forum, List attachments)

changed identity type for id to native

change hibernate type text to default String for fields Instructions, OnlineInstructions and OffLineInstructions

minor changes

used for generating the schema

    • binary
    ./lib/build/propertyset-1.3-7Jan05.jar
FileUtils is a utility file manager and ForumConstants defines some ForumConstants

changed native to identity

build afiles

build and db property files

build and db property files

    • -0
    • +8
    ./hsql-hibernate.properties
    • -0
    • +8
    ./mysql-hibernate.properties
java src jar files

    • binary
    ./lib/aopalliance.jar
    • binary
    ./lib/cglib-full-2.0.2.jar
    • binary
    ./lib/commons-collections-3.1.jar
    • binary
    ./lib/commons-logging.jar
    • binary
    ./lib/hibernate2.jar
    • binary
    ./lib/mysql-connector-java-3.1.8-bin.jar
    • binary
    ./lib/propertyset-1.3-7Jan05.jar
    • binary
    ./lib/build/lams.jar
    • binary
    ./lib/build/xdoclet-1.2.2.jar
    • binary
    ./lib/build/xdoclet-hibernate-module-1.2.2.jar
    • binary
    ./lib/build/xdoclet-xdoclet-module-1.2.2.jar
    • binary
    ./lib/build/xjavadoc-1.1.jar
junit jar

    • binary
    ./test/lib/junit.jar
Test for ForumManagerImpl

Test for Entity Objectsl

forumApplicationContext

    • -0
    • +129
    ./src/java/forumApplicationContext.xml
Fix for Hibernate SessionFactoryImp as it has issues with rolling back transactions as equals and hashcode are not implemented

    • -0
    • +764
    ./src/java/net/sf/hibernate/impl/SessionFactoryImpl.java
removed unused

import

Permisiion Manager not yet implemented Skeleton code

ServiceManager and its Impl

Entity object and their corresponding DAOs.

PersistenceDelegate is used to delegate a Data Access Operation to the right DAO.

GenericObjectFactory is a Factory for looking up beans from the container by name or by class type.

Also used to merge context

Exception class defined for exceptions that occur while trying to configure object from GenericObjectFactoyImpl

Interface definition for GenericObjectFactoryImpl