| openCRX v2.6.0 |
[new features] [release notes 2.6.0]
|
| |
| |
Installation |
| |
| |
openCRX Server Installation
BitRock Installer for openCRX Server
|
HTML / PDF new |
| |
openCRX SDK Installation
BitRock Installer for openCRX SDK
|
HTML / PDF new |
| |
openCRX Manual Installation Tomcat 6
guides you through a manual installation
of openCRX deployed on Tomcat 6
|
HTML / PDF new |
|
Upgrade Instructions |
Upgrade from v2.5.3 to v2.6.0 |
| |
| |
Known Bugs v2.6.0 |
| |
| |
openCRX Server - newly created users cannot login
The startup scripts do not pass environment variables set in webapp01.sh (webapp01.bat) correctly.
Here is how to fix the problem:
Solution on Linux:
- open the following file for editing:
{CRX_SERVER_INSTALL_DIR}/TomcatOpenEJB-6.0.26/bin/tomcat.sh
- the lines
if [ -e $INSTALL_DIR/TomcatOpenEJB-6.0.26/bin/webapp01.sh ] ; then
$INSTALL_DIR/TomcatOpenEJB-6.0.26/bin/webapp01.sh START
fi
should read (add . followed by a blank as first character on the second line):
if [ -e $INSTALL_DIR/TomcatOpenEJB-6.0.26/bin/webapp01.sh ] ; then
. $INSTALL_DIR/TomcatOpenEJB-6.0.26/bin/webapp01.sh START
fi
so that environment variables set by webapp01.sh are propagated to catalina.sh
Solution on Windows:
- open the following file for editing:
{CRX_SERVER_INSTALL_DIR}/TomcatOpenEJB-6.0.26/bin/tomcat.bat
- the lines
if exist "P:\TomcatOpenEJB-6.0.26\bin\webapp01.bat" (
start "WebApp01 6.0.26 (8080)" "P:\TomcatOpenEJB-6.0.26\bin\webapp01.bat" START
ping 127.0.0.1 > nul
)
should read (replace start with call on the second line and remove the text "WebApp01 6.0.26 (8080)":
if exist "P:\TomcatOpenEJB-6.0.26\bin\webapp01.bat" (
call "P:\TomcatOpenEJB-6.0.26\bin\webapp01.bat" START
ping 127.0.0.1 > nul
)
- the lines
if exist "P:\TomcatOpenEJB-6.0.26\bin\webapp01.bat" (
start "WebApp01 6.0.26 (8080)" "P:\TomcatOpenEJB-6.0.26\bin\webapp01.bat" STOP
ping 127.0.0.1 > nul
)
should read (replace start with call on the second line and remove the text "WebApp01 6.0.26 (8080)":
if exist "P:\TomcatOpenEJB-6.0.26\bin\webapp01.bat" (
call "P:\TomcatOpenEJB-6.0.26\bin\webapp01.bat" STOP
ping 127.0.0.1 > nul
)
- save the file
- open the following file for editing:
{CRX_SERVER_INSTALL_DIR}/TomcatOpenEJB-6.0.26/bin/webapp01.bat
- remove the last line reading exit
- save the file
|
| |
| |
APIs and Models |
| |
| |
openCRX Javadoc |
| |
openCRX UML Models |
| |
| |
User Guides / Use Case Examples |
| |
|
openCRX GUI - Getting Started |
PDF [same as openCRX v2.5] |
| |
openCRX Products
Products, Prices, Contracts ...
|
HTML / PDF new
|
| |
openCRX Calendar / Activity Mgmt
with Thunderbird/Lightning, Sunbird, MS Outlook, ... |
HTML / PDF soon... |
| |
openCRX Contact Mgmt
with Thunderbird, MS Outlook, ...
|
HTML / PDF soon... |
| |
X-mas card labels / Mail Merge
|
HTML / PDF
[same as openCRX v2.4]
|
|
openCRX Activity Management |
HTML / PDF [same as openCRX v1.10] |
| |
Administrator Guides (Installation / Security / Customization) |
| |
|
openCRX Admin Guide |
HTML / PDF new |
| |
| |
Important Note: Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table OOCKE1_SEGMENT and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table OOCKE1_SEGMENT will look as shown on this screen shot. |
| |
|
Developer Guides
- SDK for Ant (Step-by-Step)
- SDK for Eclipse (Step-by-Step)
- How to create custom projects
- How to migrate from HSQLDB to another DBMS
- How to use the REST servlet
- How to extend the standard GUI with Adobe Flex based wizards
- How to extend the standard GUI using PortalExtension
|
openCRX Wiki
|
|
openCRX Language Localization Guide |
HTML / PDF [same as openCRX v1.5] |
|
openCRX Basic UI Customization |
HTML / PDF
[same as openCRX v1.7] |
|
openCRX Customizing Guide |
HTML / PDF new
[work in progress...] |
| |
| |
Database Installation Guides |
| |
|
MySQL v5.0 |
HTML / PDF
[same as openCRX v2.5] |
|
PostgreSQL 8.3+ |
HTML / PDF
[same as openCRX v2.5] |
|
MS SQL 2005 |
HTML / PDF [same as openCRX v2.1] |
|
Oracle 9 |
hints related to Oracle
HTML / PDF to be released soon |
|
IBM DB2 |
HTML / PDF [same as openCRX v2.0] |
| |
Developer Guides |
| |
|
openCRX Wiki: http://sourceforge.net/apps/trac/opencrx/wiki/Sdk26.WebHome |
| |
openCRX v2.5.3 openCRX v2.5.2 openCRX v2.5.1 openCRX v2.5.0 |
[new features] [release notes 2.5.3]
[release notes 2.5.2]
[release notes 2.5.1]
[release notes 2.5.0] |
| |
| |
Installation |
| |
| |
openCRX Server Installation
BitRock Installer for openCRX Server
|
HTML / PDF new |
| |
openCRX SDK Installation
BitRock Installer for openCRX SDK
|
HTML / PDF new |
| |
openCRX Manual Installation Tomcat 6
guides you through a manual installation
of openCRX deployed on Tomcat 6
|
HTML / PDF new |
|
Upgrade Instructions |
Upgrade from v2.5.2 to v2.5.3
Upgrade from v2.5.1 to v2.5.2
Upgrade from v2.5.0 to v2.5.1
Upgrade from v2.4.0 / v2.4.1 to v2.5.0 |
| |
| |
Known Bugs v2.5.2 |
| |
| |
Inline Images (e.g. Contact, Product) not displayed
Solutions / Workarounds:
none - will be fixed in openCRX v2.6
|
| |
HSQLDB delivered with openCRX Server contains extra/unneeded columns
This bug will only bother you if you try to migrate your data to another DBMS.
Solutions / Workarounds:
See http://sourceforge.net/apps/trac/opencrx/wiki/Sdk24.FromHSQLDBToOtherDB#KnownBugs
|
| |
| |
User Guides / Use Case Examples |
| |
|
openCRX GUI - Getting Started |
PDF updated |
| |
openCRX Calendar / Activity Mgmt
with Thunderbird/Lightning, Sunbird, MS Outlook, ... |
HTML / PDF soon... |
| |
openCRX Contact Mgmt
with Thunderbird, MS Outlook, ...
|
HTML / PDF soon... |
| |
X-mas card labels / Mail Merge
|
HTML / PDF new |
|
openCRX Activity Management |
HTML / PDF [same as openCRX v1.10] |
| |
| |
APIs and Models |
| |
| |
openCRX Javadoc |
| |
openCRX UML |
| |
| |
Administrator Guides (Installation / Security / Customization) |
| |
|
openCRX Admin Guide |
HTML / PDF new |
| |
| |
Important Note: Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table OOCKE1_SEGMENT and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table OOCKE1_SEGMENT will look as shown on this screen shot. |
| |
|
Developer Guides
- SDK for Ant (Step-by-Step)
- SDK for Eclipse (Step-by-Step)
- How to create custom projects
- How to migrate from HSQLDB to another DBMS
- How to use the REST servlet
|
openCRX Wiki
|
|
openCRX Language Localization Guide |
HTML / PDF [same as openCRX v1.5] |
|
openCRX Basic UI Customization |
HTML / PDF
[same as openCRX v1.7] |
|
openCRX Customizing Guide |
HTML / PDF new
[work in progress...] |
| |
| |
Database Installation Guides |
| |
|
MySQL v5.0 |
HTML / PDF new
|
|
PostgreSQL 8.3+ |
HTML / PDF new
|
|
MS SQL 2005 |
HTML / PDF [same as openCRX v2.1] |
|
Oracle 9 |
hints related to Oracle
HTML / PDF to be released soon |
|
IBM DB2 |
HTML / PDF [same as openCRX v2.0] |
openCRX v2.4.1 openCRX v2.4.0 |
[new features] [release notes 2.4.1]
[release notes 2.4.0] |
| |
| |
Installation |
| |
| |
openCRX Server Installation
BitRock Installer for openCRX Server
|
HTML / PDF |
| |
openCRX SDK Installation
BitRock Installer for openCRX SDK
|
HTML / PDF |
| |
openCRX Manual Installation Tomcat 6
guides you through a manual installation
of openCRX deployed on Tomcat 6
|
HTML / PDF |
|
Upgrade Instructions |
Upgrade from v2.4.0 to v2.4.1
Upgrade from v2.3.0 to v2.4.1 |
| |
| |
User Guides / Use Case Examples |
| |
| |
X-mas card labels / Mail Merge
|
HTML / PDF |
| |
| |
APIs and Models |
| |
| |
openCRX Javadoc |
| |
openCRX UML |
| |
| |
User Guides |
| |
|
openCRX Activity Management |
HTML / PDF [same as openCRX v1.10] |
| |
| |
Administrator Guides (Installation / Security / Customization) |
| |
|
openCRX Admin Guide |
HTML / PDF |
| |
| |
Important Note: Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table OOCKE1_SEGMENT and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table OOCKE1_SEGMENT will look as shown on this screen shot. |
| |
|
Developer Guides
- SDK for Ant (Step-by-Step)
- SDK for Eclipse (Step-by-Step)
- How to create custom projects
- How to migrate from HSQLDB to another DBMS
- How to use the REST servlet
|
openCRX Wiki
|
|
openCRX Language Localization Guide |
HTML / PDF [same as openCRX v1.5] |
|
openCRX Basic UI Customization |
HTML / PDF
[same as openCRX v1.7] |
|
openCRX Customizing Guide |
HTML / PDF
[work in progress...] |
| |
| |
Database Installation Guides |
| |
|
MySQL v5.0 |
HTML / PDF [same as openCRX v2.0] |
|
PostgreSQL 8.3+ |
HTML / PDF
|
|
MS SQL 2005 |
HTML / PDF [same as openCRX v2.1] |
|
Oracle 9 |
hints related to Oracle
HTML / PDF to be released soon |
|
IBM DB2 |
HTML / PDF [same as openCRX v2.0] |
| openCRX v2.3.0 |
[new features] [release notes 2.3.0] |
| |
| |
Installation |
| |
| |
openCRX Server Installation
BitRock Installer for openCRX Server
|
HTML / PDF new |
| |
openCRX SDK Installation
BitRock Installer for openCRX SDK
|
soon... |
| |
openCRX QuickStart
guides you through a manual installation
of openCRX deployed on JBoss
|
soon... |
|
Upgrade Instructions |
Upgrade from v2.2.1 to v2.3.0 |
| |
| |
APIs and Models |
| |
| |
openCRX Javadoc |
| |
openCRX UML |
| |
| |
User Guides |
| |
|
openCRX Activity Management |
HTML / PDF [same as openCRX v1.10] |
| |
| |
Administrator Guides (Installation / Security / Customization) |
| |
|
openCRX Admin Guide |
HTML / PDF new |
| |
| |
Important Note: Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table OOCKE1_SEGMENT and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table OOCKE1_SEGMENT will look as shown on this screen shot. |
| |
|
openCRX Language Localization Guide |
HTML / PDF [same as openCRX v1.5] |
|
openCRX Basic UI Customization |
HTML / PDF
[same as openCRX v1.7] |
|
openCRX Customizing Guide |
HTML
[work in progress...] |
| |
| |
Tomcat and Application Server Installation Guides |
| |
|
Tomcat 6 |
HTML / PDF new |
|
JBoss 4.2.x.GA
JBoss 5.0.x.GA (see known issues) |
HTML / PDF new |
| |
| |
Database Installation Guides |
| |
|
MySQL v5.0 |
HTML / PDF [same as openCRX v2.0] |
|
PostgreSQL 8.1+ |
HTML / PDF [same as openCRX v2.2] |
|
MS SQL 2005 |
HTML / PDF [same as openCRX v2.1] |
|
Oracle 9 |
HTML / PDF
to be released soon |
|
IBM DB2 |
HTML / PDF [same as openCRX v2.0] |
openCRX v2.2.1
openCRX v2.2.0 |
[release notes 2.2.1]
[new features] [release notes 2.2.0] |
| |
| |
Installation |
| |
| |
openCRX Server Installation
BitRock Installer for openCRX Server
|
HTML / PDF new |
| |
openCRX SDK Installation
BitRock Installer for openCRX SDK
|
HTML / PDF new |
| |
openCRX QuickStart
guides you through a manual installation
of openCRX deployed on JBoss
|
HTML / PDF new |
|
Upgrade Instructions |
Upgrade from v2.1.0 to v2.2.0 Upgrade from v2.2.0 to v2.2.1 |
| |
| |
APIs and Models |
| |
| |
openCRX Javadoc |
| |
openCRX UML |
| |
| |
User Guides |
| |
|
openCRX Activity Management |
HTML / PDF [same as openCRX v1.10] |
| |
| |
Administrator Guides (Installation / Security / Customization) |
| |
|
openCRX Admin Guide |
HTML / PDF new |
| |
| |
Important Note: Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table OOCKE1_SEGMENT and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table OOCKE1_SEGMENT will look as shown on this screen shot. |
| |
|
openCRX Language Localization Guide |
HTML / PDF [same as openCRX v1.5] |
|
openCRX Basic UI Customization |
HTML / PDF
[same as openCRX v1.7] |
|
openCRX Customizing Guide |
HTML
[work in progress...] |
| |
| |
Tomcat and Application Server Installation Guides |
| |
|
Tomcat 6 |
to be released soon |
|
JBoss 4.2.1.GA / 4.2.2.GA |
HTML / PDF [same as openCRX v2.1] |
|
JBoss 5.0.0.RC1 |
JBoss v5 is not supported yet |
| |
| |
Database Installation Guides |
| |
|
MySQL v5.0 |
HTML / PDF [same as openCRX v2.0] |
|
PostgreSQL 8.1+ |
HTML / PDF new |
|
MS SQL 2005 |
HTML / PDF [same as openCRX v2.1] |
|
Oracle 9 |
HTML / PDF to be released soon |
|
IBM DB2 |
HTML / PDF [same as openCRX v2.0] |