[JBoss-user] [JNDI/Naming/Network] - Problem in Remote Bean lookup

2006-03-21 Thread preddy
Hi, I have configured two machines in JBoss Cluster. I am using following code from machine1 for creating a bean object deployed in machine2 (Bean is deployed in both machines) Properties properties = new Properties(); properties.put(Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingCo

[JBoss-user] [Clustering/JBoss] - Sticky session is not working always in Cluster

2006-03-17 Thread preddy
Hi, I have configured apache with jboss using mod_jk . I am using 4 servers in the JBoss cluster. My worker.properties file: # Define list of workers that will be used # for mapping requests worker.list=loadbalancer,status # Define Node1 # modify the host as your host IP or DNS name. worker

[JBoss-user] [Security & JAAS/JBoss] - JIntegra problem when jboss is started as windows service

2006-03-13 Thread preddy
Hi I am using pegasus and JIntegra for merging and displaying images in IE. Both pegasus and JIntegra are working properly if I start JBoss4.0.2RC1 from command prompt. I have installed JBoss4.0.2RC1 as windows service using wrapper.exe. Now the problem is that I am not able to merge an

[JBoss-user] [JCA/JBoss] - Re: Connection pool problem:No ManagedConnections available

2006-01-24 Thread preddy
Thanks maikyal.. I am using following code to close the connection after using it. But how to send the event to the server listeners. finally { try { if(connection != null) connection.close(); } catch(Exception exception) { } Thanks View the original

[JBoss-user] [JCA/JBoss] - Connection pool problem:No ManagedConnections available

2006-01-23 Thread preddy
Hi, I am getting the following exception when i try to get the connection from the connection pool (I set the max-connection pool size to 100) No ManagedConnections available within configured blocking timeout ( 2 [ms] ); - nested throwable: (javax.resource.ResourceException: No ManagedConne

[JBoss-user] [JCA/JBoss] - WrapperDataSource.getConnection() : Problems

2006-01-20 Thread preddy
Hi, I am using the following code to create a java.sql.Connection object. initCtx = new InitialContext(); org.jboss.resource.adapter.jdbc.WrapperDataSource ds = (org.jboss.resource.adapter.jdbc.WrapperDataSource) initCtx.lookup(dataSource); Connection connection = ds.getConnection()

[JBoss-user] [Management, JMX/JBoss] - Jboss service

2006-01-17 Thread preddy
Hi, I am porting my application from JRun to jboss. I have added the following lines to jrun.xml for using JRun service: service class="TaskDriver" name="TaskService" attribute name="bindToJNDI">truehttp://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918025#3918025 Reply to the post

[JBoss-user] [Clustering/JBoss] - how to use multiple apache servers in jboss cluster

2005-12-14 Thread preddy
Hi all, I have configured jboss clustering using mod_jk and apache(as a load balancer). I have installed jboss application server and apache on one machine and another jboss server on different machine. With this configuration clustering is working fine, Apache is able to balance the load