[JBoss-user] [EJB/JBoss] - Re: EJB communication

2004-05-11 Thread cari34
Thank you guys, It's greate. Cari. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3834439#3834439 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834439 --- This SF.Net

[JBoss-user] [EJB/JBoss] - Re: EAR versus JAR

2004-05-11 Thread cari34
thank you Goran. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3834440#3834440 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834440 --- This SF.Net email is sponsored

[JBoss-user] [EJB/JBoss] - Optimal Bean Pool Size at boot

2004-05-11 Thread cari34
Hi guys, Can anybody tell me what is the optimal bean pool size at JBOSS startup and maximum bean pool size if one wants a scalable EJB application? Imagine, I estimate that my EJB deployed on JBOSS will have up to 50 concurrent clients. So what would you suggest to put in the jboss.xml file

[JBoss-user] [EJB/JBoss] - EAR versus JAR

2004-05-10 Thread cari34
Hi Guys, I have a question about the performance impact of deploying J2EE applications on JBOSS as a ear archive versus jar archive. Imagine I have several EJB (jars) and several wars. They all live on the same J2EE compliant container. Thus, only local interfaces are used to communicate with the

[JBoss-user] [EJB/JBoss] - EJB communication

2004-05-10 Thread cari34
Hi guys, I have several EJBs deployed on the same JBOSS 3.2.2 server. The communication between these EJBs is through the remote interfaces. I would like to know if JBOSS automatically applies the passed-by-reference model when it finds that the EJBs are on the same container, even if the calls

[JBoss-user] [Installation Configuration] - Re: Problem when starting JBOSS on Unix

2004-04-23 Thread cari34
hi derranl, Thanks for your reply. I recompiled the JBOSS sources using the JDK 1.3. Now I get the following error. 09:38:02,616 WARN [ServiceController] Problem starting service jboss.web:service=WebServer java.lang.ExceptionInInitializerError: java.util.MissingResourceException: Can't find

[JBoss-user] [Installation Configuration] - Problem when starting JBOSS on Unix

2004-04-21 Thread cari34
) at org.jboss.Main.boot(Main.java:150) at org.jboss.Main$1.run(Main.java:388) at java.lang.Thread.run(Thread.java:512) I use JDK 1.3.1 and JBOSS 3.2.2 on AIX 4.3. Has anyone any idea how could I get it work ? Thank you Cari34 View the original post : http://www.jboss.org

[JBoss-user] [Installation Configuration] - how to configure the logging level in JBOSS

2004-04-16 Thread cari34
Hi guys, I would like to configure the logging in JBOSS. The server.log file in the %JBOSS_HOME%\server\default directory is too big. How could I control the size of this file. I would like to minimize the logging put in this file. Is there a mean that allows doing that. Any idea ? Thank you

[JBoss-user] [Installation Configuration] - Re: how to configure the logging level in JBOSS

2004-04-16 Thread cari34
Hi darranl, Thanks for the reply. Do you know what should I do to minimize the size of the loggings in the server.log file ? Carri View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830965#3830965 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Actual number of bean instances in the pool

2004-04-06 Thread cari34
Hi HTH, Thank you for your reply. Just for information, I use stateless session beans. Thank you. Cari View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829448#3829448 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829448

[JBoss-user] [EJB/JBoss] - Re: EJB remote calls optimization

2004-04-06 Thread cari34
Hi jae, Thank you for the reply. Do you have any hints how could I know if the EJB methods arguments are passed by reference ? Does JBOSS provide this information anywhere ? Thank you. Cari View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829451#3829451 Reply

[JBoss-user] [EJB/JBoss] - Re: Actual number of bean instances in the pool

2004-04-05 Thread cari34
Hi Juha, thank you for your reply. Sorry, I cannot understand what you mean. Please, could you explain further. thank you very much. Carri. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829276#3829276 Reply to the post :

[JBoss-user] [EJB/JBoss] - EJB remote calls optimization

2004-04-05 Thread cari34
Hi guys, I have read that jboss.xml file could be very usefull to optimize calls between tiers in Jboss. Specially, I have read that if one puts the following in the jboss.xml file container-configuration container-nameEJB/container-name container-invoker-conf

[JBoss-user] [EJB/JBoss] - Actual number of bean instances in the pool

2004-04-04 Thread cari34
hi guys, I was wandering if there is a way to get at runtime the actual number of EJB instances in the pool ? Imagine I have an EJB client that wants to know the number of bean instances present in the pool at a given time. Does anybody have any tips ar tricks how this information could be

[JBoss-user] [EJB/JBoss] - difference between local and remote calls

2004-04-03 Thread cari34
Hi guys, I have several stateless EJB deployed on JBOSS, on the same machine. They use the remote interfaces to communicate. I want to know if there is any benefit to use the local interfaces for communication between EJB on the same server, instead of the remote? In particular, is there any

[JBoss-user] [EJB/JBoss] - Question about jboss.xml

2004-04-01 Thread cari34
Hi guys, I would like to specify in the jboss.xml file the maximum size of the bean pool. What is the xml tag to do this ? And could one dynamically control the bean pool size ? Is there any technique or configuration to be set ? Thank you very much. Cari. View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Configuring Tomcat in JBOSS

2004-03-22 Thread cari34
Hi guys, I plan to migrate a lot of Web applications hosted by a standalone Tomcat Server in JBOSS 3.2.2. The problem is that my applications need a configuration of the Server.xml file in Tomcat distribution. This file apparently does not exist in the Tomcat embedded Server in JBOSS. In the

[JBoss-user] [EJB/JBoss] - Re: local jndi name in the jboss.xml

2004-03-20 Thread cari34
Hi Adrian, thank you for your reply. My EJB has local and remote interfaces. I do not know how to declare in the jboss.xml file the jndi-name and the local-jndi-name for the same EJB. Do you have any sample of jboss.xml file that handles this situation? I have another question. Could I use the

[JBoss-user] [EJB/JBoss] - local jndi name in the jboss.xml

2004-03-17 Thread cari34
Hi guys, I have a stateless session bean that has local and remote interfaces. When I try to get a reference to the local home interface (inside the server) I get a ClassCastException. In the jboss.xml file I wrote the following: ?xml version=1.0 encoding=UTF-8? !DOCTYPE jboss PUBLIC

[JBoss-user] [JBoss.NET SOAP] - SAOP vs RMI

2004-03-15 Thread cari34
Hi guys, I have a very simple question. Is there any advantage to use SOAP as a communication layer between two Java applications (client and server) compared to RMI? Imagine the following situation. I have an EJB deployed on JBOSS. I have a Java client (standalone application or Web servlet)

[JBoss-user] [EJB/JBoss] - ejb as a web service

2004-03-13 Thread cari34
hi guys, I would like to know if it's possible to deploy a stateless session bean as a Web Service in JBOSS ?? If it is, I need any links where documentation how this could be done is available. Thank you very much Cari a

[JBoss-user] [Clustering/JBoss] - Re: javax.naming.CommunicationException when calling a clust

2004-02-23 Thread cari34
Hi Peter, Are your Jboss servers located on different machines. When I run two Jboss instances on the same machine, they are able to see each other by mutlicast. But when I run two servers on two different machines, they don't see each other. I run the javagroups testing for IP multicast and

[JBoss-user] [Installation Configuration] - Jboss as a Windows Service

2004-02-23 Thread cari34
hi guys, I have a very simple question. Could I install JBOSS 3.2.2 as a Windows Service (starts when Windows boots). If yes, what am I supposed to do to get it work ?? Thank you very much Cari. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822583#3822583

[JBoss-user] [Clustering/JBoss] - Re: javax.naming.CommunicationException when calling a clust

2004-02-23 Thread cari34
Thanks Peter. I keep investigating the subject. Cari View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822585#3822585 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822585

[JBoss-user] [Clustering/JBoss] - Re: javax.naming.CommunicationException when calling a clust

2004-02-21 Thread cari34
I think your servers should be on the same subnet. Make sure your network switch does not block the multicast IP ranges. Otherwise, you should use a non multicast be changing the JavaGroup stack in your jboss-cluster.xml. I didn't not test this option, but it should work. Cari View the

[JBoss-user] [Clustering/JBoss] - Re: javax.naming.CommunicationException when calling a clust

2004-02-20 Thread cari34
Hi Peter, Thank you very much for your reply. I still get the same error. Do you see any messages when you start one of the nodes of your cluster in the other servers??? Your problem could be that. Your nodes are not aware of each other. When you start one of the nodes you normally see messages

[JBoss-user] [Clustering/JBoss] - javax.naming.CommunicationException when calling a cluster e

2004-02-19 Thread cari34
Hi guys, I have a cluster enabled session bean deployed on JBOSS. The bean client uses the following properties : table.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); table.put(Context.PROVIDER_URL, ); table.put(Context.URL_PKG_PREFIXES,

[JBoss-user] [Installation Configuration] - Re: Running two Jboss instance on the same machine

2004-02-18 Thread cari34
Hi Chris, Thank you for your reply. I'll try what you suggest. It seems a lot of work, but I hope it is worth doing like that. Cari. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822010#3822010 Reply to the post :

[JBoss-user] [Installation Configuration] - How not to run the embedded Tomcat server in Jboss

2004-02-18 Thread cari34
Hi guys, I have installed a JBoss server and a separated Tomcat server on the same machine. I want not to run the embedded Tomcat Server when I run JBOSS. How could this be done?? Anytime I run my separate Tomcat server when JBOSS is up, I get java.net.BindException: Address already in use:

[JBoss-user] [Installation Configuration] - Re: How not to run the embedded Tomcat server in Jboss

2004-02-18 Thread cari34
hi guys thank you very much for the reply. Cari34 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822066#3822066 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822066

[JBoss-user] [Installation Configuration] - Running two Jboss instance on the same machine

2004-02-17 Thread cari34
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3821849#3821849 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821849 Hi guys, I have a very simple question. I want to run two or more JBoss servers on the same machine.

[JBoss-user] [EJB/JBoss] - Re: Private attribute in a Stateless Session Bean

2004-02-08 Thread cari34
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820631#3820631 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820631 Hi Juha, Thank you very much. I wandered whether there is a harm to call a singleton class from the

[JBoss-user] [EJB/JBoss] - Private attribute in a Stateless Session Bean

2004-02-07 Thread cari34
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820579#3820579 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820579 Hi guys, I have a question about the design of a stateless session EJB. I would like to know : Does it