Changeset 5775 for ComponentRegistry


Ignore:
Timestamp:
11/06/14 08:50:34 (10 years ago)
Author:
Twan Goosen
Message:

extended README file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/README

    r4098 r5775  
    8484So install them manually: go to ComponentBrowserGui/libs/ and run the commands in maveninstalllib.txt
    8585 
    86 * Developing and Debugging "ComponentBrowserGui". First of all, make sure that ComponentRegistry-war
    87 grabbed the newest version of the Gui. For this you do "mvn install" in ComponentBrowserGui, and
     86* Developing and Debugging "ComponentBrowserGui".
     87
     88Select the 'development' Maven profile (Netbeans has a dropdown menu for this) to get
     89logging output on the console.
     90
     91Always make sure that ComponentRegistry-war grabbed the newest version of the Flex GUI.
     92For this you do "mvn install" in ComponentBrowserGui, and
    8893then compile the backend in ComponentRegistry. Second of all, you should know that you can run and
    8994debug the Gui from FlashBuilder.  For this you need to edit "Run/Debug" in the project properties.
     
    9499and  "URI or path to launch" in the corresponding way.
    95100
     101If, when trying to run the backend, you're getting errors from Spring stating that
     102  "Name [ComponentRegistry] is not bound in this Context. Unable to find [ComponentRegistry]"
     103it means that you do not have a JNDI resource for the database connection set up correctly.
     104See the installation instructions for more information.
    96105 
    97106 
Note: See TracChangeset for help on using the changeset viewer.