-
I am looking for people somewhat involved with OPEN SOURCE ERPs and interested on helping my dissertation project by filling my online survey. I would be really grateful and will share my results, analysis and reports with the respondents.
If you are interested, the survey is available at http://www.questionpro.com/akira/TakeSurvey?id=585887
Just fill it and send me an email at...
2006-12-04 05:35:28 UTC by deciomf
-
Sven,
The problem with the DBConection is that you created the user with a plain password! That is why you can't log in.
Rather than changing the code, you should have set the user's password using the "password"
function of mysql.....
2006-05-13 16:01:19 UTC by jscruz
-
Logged In: YES
user_id=39882
Debe faltar datos en la base. Leiste el README? hay que
agregar al menos una empresa y un usuario....
Esto no es un bug sino un problema con tu configuracion, por
favor postealo en los foros.
Gracias!
2006-05-13 15:55:42 UTC by jscruz
-
Buenos dias gente de Xtech, mi nombre es Diego, de
Córdoba, y quería hacerles una consulta sobre el
sistema ERP, llamado XERP, que udstedes han publicado
en sourceforge... Tengo un problema al iniciar la
aplicación.
El log de errores es el siguiente:
Archivo de configuracion:xerp.conf
Exception in thread "main"
java.lang.NullPointerException
at...
2006-04-01 03:10:03 UTC by patofeo
-
Buenos dias gente de Xtech, mi nombre es Diego, de Córdoba, y quería hacerles una consulta sobre el sistema ERP, llamado XERP, que udstedes han publicado en sourceforge... Tengo un problema al iniciar la aplicación.
El log de errores es el siguiente:
Archivo de configuracion:xerp.conf
Exception in thread "main" java.lang.NullPointerException
at...
2006-04-01 03:08:35 UTC by patofeo
-
Hello,
first of all a very nice program.
It was I little tricky to make it work on my w2k machine. I like to give a brief description how I make it run:
- Sun jdk1.5.0_03 has been installed
- for mysql db I use XAMPP from apachefriends. phpmyadmin is so easy to use.
- install mysql-connector-java-3.1.10
- doing classpath entries (for me...
2005-11-06 16:52:08 UTC by tiestes
-
jscruz committed patchset 27 of module xerp to the XERP CVS repository, changing 1 files.
2005-05-06 01:12:44 UTC by jscruz
-
jscruz committed patchset 26 of module xerp to the XERP CVS repository, changing 2 files.
2005-05-06 01:11:35 UTC by jscruz
-
jscruz committed patchset 25 of module xerp to the XERP CVS repository, changing 85 files.
2004-12-07 17:36:10 UTC by jscruz
-
Started the separation of the application in a client-server architecture.
Created a XerpServer which has the connections to the different data sources and supports modules which allows different kind of connections to the server (RMI, HTTP, .Net, etc)
The GUI client has been modified to use a connector to interact with the server.
2004-07-13 15:22:37 UTC by jscruz