Is there any documentation regarding the set up of babeldoc in JBoss? The dev/user guides don't say much. Has anyone put together a howto on the subject?
Any help is greatly appreciated.
Thanks!
BCOT.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can you be more specific? What does "babeldoc in JBoss" mean? We run Babeldoc to process incoming data, and pump messages into a JBoss MessageQueue and this works fine. We also call Stateless Session Beans from our own Babeldoc custom stages.
Technically speaking, Babeldoc doesn't run 'inside' of JBoss, but adjacent to it. You have many options as to how to interface the two.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry about that. Actually, I am trying to understand exactly what is provided by the babeldoc console web app and the babeldoc ejbs.
Currently I am trying to configure the web app, but I do not understand how it it configured. Is it done all through comman line property options? Are there config files? I am trying to log in to a database based on the SQL scripts provided, but I am getting errors such as:
2004-10-26 08:06:34,472 ERROR [com.babeldoc.core.user.UserResourceFactory] [UserResourceFactory.getInstance] No factory type provided
Thanks for the speedy reply.
BCOT.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks. Yes, I do have it working from the command line.
I would really like to know what the webconsole and j2ee jars buy me. I would also really like to know how to configure them. Do you do this at build time? Can you do it at run time? The documentation is very sparse.
BCOT.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any documentation regarding the set up of babeldoc in JBoss? The dev/user guides don't say much. Has anyone put together a howto on the subject?
Any help is greatly appreciated.
Thanks!
BCOT.
Can you be more specific? What does "babeldoc in JBoss" mean? We run Babeldoc to process incoming data, and pump messages into a JBoss MessageQueue and this works fine. We also call Stateless Session Beans from our own Babeldoc custom stages.
Technically speaking, Babeldoc doesn't run 'inside' of JBoss, but adjacent to it. You have many options as to how to interface the two.
Sorry about that. Actually, I am trying to understand exactly what is provided by the babeldoc console web app and the babeldoc ejbs.
Currently I am trying to configure the web app, but I do not understand how it it configured. Is it done all through comman line property options? Are there config files? I am trying to log in to a database based on the SQL scripts provided, but I am getting errors such as:
2004-10-26 08:06:34,472 ERROR [com.babeldoc.core.user.UserResourceFactory] [UserResourceFactory.getInstance] No factory type provided
Thanks for the speedy reply.
BCOT.
I'm not using the console web app, I just use the DOS command line. Have you got things working from the command line yet?
I assume that you have followed the instructions in the ...modules/web/readme.txt file for setting up the local.properties file.
As for the error, do you have your database resources defined in your BABELDOC_USER/resource/[project].properties file?
One lesson I've learned from Babeldoc (and virtually every other system I've used) is to start small & simple and build from there.
Thanks. Yes, I do have it working from the command line.
I would really like to know what the webconsole and j2ee jars buy me. I would also really like to know how to configure them. Do you do this at build time? Can you do it at run time? The documentation is very sparse.
BCOT.