[JBoss-user] [EJB/JBoss] - Filesystem and external apps access from EJB/JCA

2006-01-06 Thread tlewandowski
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

[JBoss-user] [JCA/JBoss] - Filesystem and external apps access from EJB/JCA

2006-01-06 Thread tlewandowski
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

[JBoss-user] [JNDI/Naming/Network] - two jboss servers, one jndi?

2005-12-16 Thread tlewandowski
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

[JBoss-user] [Beginners Corner] - log4j.xml in ear

2005-11-04 Thread tlewandowski
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