Hi,
I need your help with the following problem:
I succeeded with setting up Jonas 2 on Windows and managed to configure a
datasource for Personal Oracle 8. If I leave the <jonas.beans.descriptors>
entry in <jonas.properties> empty the server starts and everything is fine.
The next thing was to create a Jar file with the example entity bean classes
(account...) and the two descriptor files and to run the genic tool on this
jar-file. (Note that the file name had to be ejb-jar.xml, otherwise genic
failed.)
Now I got all the classes as well as the jar-file in the classpath and an
entry in <jonas.properties>, but the server would not start and it does not
produce any error message.
I tried the following entries in <jonas.properties>:
#jonas.beans.descriptors ..\java\class\eb\Meta-inf\ejb-jar.xml
#jonas.beans.descriptors ejb-jar.xml
#jonas.beans.descriptors account.jar
jonas.beans.descriptors ../java/class/eb/Meta-inf/ejb-jar.xml
For the last try, these are the last lines in <jonas.log>:
main : 11:12:12:315 Env.getDescBeans()
main : 11:12:12:315 descriptors=[../java/class/eb/Meta-inf/ejb-jar.xml]
main : 11:12:12:525 createEJBContainers
[../java/class/eb/Meta-inf/ejb-jar.xml])
This is it, no errors (not in <error.out> either)... and my batchfile
<startJonas.cmd> just exits (no errors on the console window either).
Any help would be greatly appreciated. Somehow I am still not sure where to
put the xml-files and jar-files and how the appropriate classes are
associated with the entry in <jonas.properties>
kind regards,
christian
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".