Hello
I'm working currently on a system, which is havily dependent on file system and
external apps. Knowing that EJB should not access file system/external apps
(through Runtime.exec) I decided to develop two JCA connectors: one for file
access and one for external apps invocation.
And now I h
Hello
I'm working currently on a system, which is havily dependent on file system and
external apps. Knowing that EJB should not access file system/external apps
(through Runtime.exec) I decided to develop two JCA connectors: one for file
access and one for external apps invocation.
And now I h
I would like to have 2 jboss servers on separate machines, but not in a
cluster. Session beans from one server will use session beans from the second
one. What is the best approach for this configuration? Can I have one JNDI in
which both servers will register session beans' proxies? or should I
hi
I'm trying to use custom log4j.xml in my test.ear application. I have log4j.jar
in my test.ear and I turned on scoping for this ear in jboss-app.xml. And
indeed jboss loads log4j classes from this log4j.jar but I don't know where I
should put my log4j.xml. Any suggestions? (my app doesn't hav