How to Install
Wise needs MySQL >= 4.x up and running on your environment. Here
are the steps to download and configure JBoss to run Wise:
- Download and install JBoss 4.2.x
- Download and install JBossWS 2.0.x over the one shipped with the application server.
- Download and expand Wise.
- Copy build.properties.example in build.properties and edit it setting appropriate values.
- Create a MySQL database named wise running mysqladmin create wise.
- Create necessary tables running mysql wise < import.sql
- Edit Wise-ds.xml to point Wise to your own MySQL database with proper user.
- Run ant install.
- Start JBoss being sure to use a JDK and not a JRE (Wise makes compilation of code generated on the fly starting from wsdl).
- Point your browser to http://localhost:8080/Wise
- Have fun!
- Give us a feedback on our blog.
Where to download sources and scripts
Wise subversion repository is available on Sourceforge along with db creation scripts and all configuration files and libraries required to run it. Please follow svn instructions
here.
On Sourceforge is available binary version too, please download it
here