[JBoss-user] [Messaging, JMS & JBossMQ] - I am having java.sql.SQLException: Io exception: End of TNS

2004-12-16 Thread cheenu78
Hi All,

I am running on jboss3.2.2RC3 on windows XP and Linux 9.0.
I am getting an error while publishing to topic (Not always). I am publishing 
object message. Can anyone tell me where I am going wrong?

Thanks and Regards
Srinivas 

My Code look like this :

Object tmp=iniCtx.lookup("UIL2XAConnectionFactory");
TopicConnectionFactory tcf=(TopicConnectionFactory)tmp;
conn=tcf.createTopicConnection();
topic=(Topic)iniCtx.lookup("topic/testTopic");
session=conn.createTopicSession(false,TopicSession.AUTO_ACKNOWLEDGE);

// few lines which donot have any significance here are omitted
   TopicPublisher send = session.createPublisher(topic);
   
   ObjectMessage tm=session.createObjectMessage(msg);
   send.publish(tm);
   send.close();

My configurations are as below:

My uil2-service.xml looks like this :

  | 
  | 
  | 
  | 
  | 
  |   
  | 
  |   
  | jboss.mq:service=Invoker
  | UIL2ConnectionFactory
  | UIL2XAConnectionFactory
  | 8093
  | 6
  | true
  | 
  | 
  | 7
  | 
  | 
  | 102400
  | 
  | 
  | 
  | 100
  |   
  | 
  | 

my jboss mq destination.xml is as follows :

  | jboss.mq:service=DestinationManager
  | jboss.mq:service=SecurityManager
  | 
  |   
  | 
  | 
  | 
  |   
  | 
  |   

while publishing my message to topic/testTopic I get error often like this :

 java.sql.SQLException: Io exception: End of TNS data channel
 at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
 at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:222)
 at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:335)
 at oracle.jdbc.driver.OracleConnection.rollback(OracleConnection.java:1200)
 at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnection.rollback(LocalManagedConnection.java:116)
 at 
org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource.rollback(TxConnectionManager.java:859)
 at 
org.jboss.tm.TransactionImpl.rollbackResources(TransactionImpl.java:1647)
 at org.jboss.tm.TransactionImpl.rollback(TransactionImpl.java:449)
 at org.jboss.tm.TxManager.rollback(TxManager.java:263)
 at 
org.jboss.mq.pm.jdbc2.PersistenceManager$TransactionManagerStrategy.endTX(PersistenceManager.java:174)
 at 
org.jboss.mq.pm.jdbc2.PersistenceManager.saveToStorage(PersistenceManager.java:1194)
 at org.jboss.mq.server.MessageCache.saveToStorage(MessageCache.java:414)
 at org.jboss.mq.server.MessageReference.makeSoft(MessageReference.java:252)
 at 
org.jboss.mq.server.MessageCache.validateSoftReferenceDepth(MessageCache.java:354)
 at org.jboss.mq.server.MessageCache.addInternal(MessageCache.java:133)
 at org.jboss.mq.server.MessageCache.add(MessageCache.java:102)
 at org.jboss.mq.server.JMSTopic.addMessage(JMSTopic.java:299)
 at 
org.jboss.mq.server.JMSDestinationManager.addMessage(JMSDestinationManager.java:409)
 at 
org.jboss.mq.server.JMSDestinationManager.addMessage(JMSDestinationManager.java:385)
 at 
org.jboss.mq.server.JMSServerInterceptorSupport.addMessage(JMSServerInterceptorSupport.java:135)
 at 
org.jboss.mq.security.ServerSecurityInterceptor.addMessage(ServerSecurityInterceptor.java:162)
 at 
org.jboss.mq.server.TracingInterceptor.addMessage(TracingInterceptor.java:234)
 at 
org.jboss.mq.server.JMSServerInvoker.addMessage(JMSServerInvoker.java:137)
 at 
org.jboss.mq.il.uil2.ServerSocketManagerHandler.handleMsg(ServerSocketManagerHandler.java:86)
 at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(SocketManager.java:355)
 at org.jboss.mq.il.uil2.msgs.BaseMsg.run(BaseMsg.java:377)
 at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:732)

12:34:06,116 WARN  [JBossManagedConnectionPool] ResourceException cleaning up 
ManagedConnection:org.jboss.resource.JBossResourceException: Could not cleanup: 
; - nested throwable: (java.sql.SQLException: Io exception: End of TNS data 
channel)
12:34:06,136 INFO  [JBossManagedConnectionPool] Exception destroying 
ManagedConnection
org.jboss.resource.JBossResourceException: SQLException; - nested throwable: 
(java.sql.SQLException: Io exception: End of TNS data channel)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.checkException(BaseWrapperManagedConnection.java:452)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.destroy(BaseWrapperManagedConnection.java:232)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.doDestroy(InternalManagedConnectionPool.java:394)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.returnConnection(InternalManagedConnectionPool.java:270)
at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool.returnConnection(JBossManagedConnectionPool.java:701)
at 
org.jboss.resource.connectio

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Error While Publiching message to Topic

2004-11-25 Thread cheenu78
Hi,

I am using JBoss 3.2.2 RC3. I am using the topic shipped with JBoss examples 
topic/testTopic. When i am publishing 15 messages or less together I donot get 
this problem. When the number of messages are more than 30 I get this problem. 
Also how will I use UIL2 connector?
thanks in advance
srinivas

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856372#3856372

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856372


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Error While Publiching message to Topic

2004-11-23 Thread cheenu78
Hi all,

When I am publishing message to topic i am getting the following stacktrace on 
the jboss console.

When the number of messages are less this is working fine, when I have more 
messages I have this problem.

Can any one help me.

Thanks in advance
Srinivas

Stacktrace:

12:32:52,499 INFO  [JBossManagedConnectionPool] Exception destroying 
ManagedConnection
org.jboss.resource.JBossResourceException: SQLException; - nested throwable: 
(java.sql.SQLException: No more data to read from socket)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.checkException(BaseWrapperManagedConnection.java:452)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.destroy(BaseWrapperManagedConnection.java:232)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.doDestroy(InternalManagedConnectionPool.java:394)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.returnConnection(InternalManagedConnectionPool.java:270)
at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool.returnConnection(JBossManagedConnectionPool.java:701)
at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.returnManagedConnection(BaseConnectionManager2.java:464)
at 
org.jboss.resource.connectionmanager.BaseConnectionManager2$BaseConnectionEventListener.connectionErrorOccurred(BaseConnectionManager2.java:803)
at 
org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.connectionErrorOccurred(TxConnectionManager.java:629)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.broadcastConnectionError(BaseWrapperManagedConnection.java:316)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.connectionError(BaseWrapperManagedConnection.java:301)
at 
org.jboss.resource.adapter.jdbc.WrappedConnection.checkException(WrappedConnection.java:819)
at 
org.jboss.resource.adapter.jdbc.WrappedStatement.checkException(WrappedStatement.java:767)
at 
org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:312)
at 
org.jboss.mq.pm.jdbc2.PersistenceManager.add(PersistenceManager.java:742)
at 
org.jboss.mq.pm.jdbc2.PersistenceManager.saveToStorage(PersistenceManager.java:1169)
at org.jboss.mq.server.MessageCache.saveToStorage(MessageCache.java:414)
at 
org.jboss.mq.server.MessageReference.makeSoft(MessageReference.java:252)
at 
org.jboss.mq.server.MessageCache.validateSoftReferenceDepth(MessageCache.java:354)
at org.jboss.mq.server.MessageCache.addInternal(MessageCache.java:133)
at org.jboss.mq.server.MessageCache.add(MessageCache.java:102)
at org.jboss.mq.server.JMSTopic.addMessage(JMSTopic.java:299)
at 
org.jboss.mq.server.JMSDestinationManager.addMessage(JMSDestinationManager.java:409)
at 
org.jboss.mq.server.JMSDestinationManager.addMessage(JMSDestinationManager.java:385)
at 
org.jboss.mq.server.JMSServerInterceptorSupport.addMessage(JMSServerInterceptorSupport.java:135)
at 
org.jboss.mq.security.ServerSecurityInterceptor.addMessage(ServerSecurityInterceptor.java:162)
at 
org.jboss.mq.server.TracingInterceptor.addMessage(TracingInterceptor.java:234)
at 
org.jboss.mq.server.JMSServerInvoker.addMessage(JMSServerInvoker.java:137)
at 
org.jboss.mq.il.oil.OILServerILService$Client.run(OILServerILService.java:253)
at java.lang.Thread.run(Thread.java:536)
Caused by: java.sql.SQLException: No more data to read from socket
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:222)
at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:944)
at oracle.jdbc.ttc7.MAREngine.unmarshalUB1(MAREngine.java:741)
at oracle.jdbc.ttc7.MAREngine.unmarshalSB1(MAREngine.java:700)
at oracle.jdbc.ttc7.Oclose.receive(Oclose.java:105)
at oracle.jdbc.ttc7.TTC7Protocol.close(TTC7Protocol.java:539)
at oracle.jdbc.driver.OracleStatement.close(OracleStatement.java:699)
at 
oracle.jdbc.driver.OraclePreparedStatement.privateClose(OraclePreparedStatement.java:335)
at 
oracle.jdbc.driver.OraclePreparedStatement.close(OraclePreparedStatement.java:270)
at 
oracle.jdbc.driver.OracleConnection.close_statements(OracleConnection.java:2003)
at oracle.jdbc.driver.OracleConnection.close(OracleConnection.java:1227)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.destroy(BaseWrapperManagedConnection.java:228)
... 27 more
12:32:52,509 ERROR [STDERR] java.sql.SQLException: Io exception: Broken pipe
12:32:52,509 ERROR [STDERR] at 
oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
12:32:52,510 ERROR [STDERR] at 
oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:222

[JBoss-user] [Installation & Configuration] - Multiple DataSources

2004-11-09 Thread cheenu78
Hi all,
I have jboss3.2.2RC3 i want to connect to multiple databases. I have configured 
multiple datasources. Can anyone tell me how to create entity bean from 
multiple databases?
thanks in advance
srinivas

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854551#3854551

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854551


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Help required in Configuring Jboss in server/all mode

2004-10-27 Thread cheenu78
Hi all,
I am facing problems while starting server in server/all mode 

C:\jboss-3.2.2RC3\bin\run.bat -c all
I am not sure whether i have done some setting wrongly, can any one explain what are 
the step required in starting jboss in run.bat -c all
Thanks and Regards
srinivas

I am getting the following error.

---
GMS: address is srinivas:1388 (additional data: 18 bytes)
---
10:41:50,428 INFO  [ClusterPartition] Starting channel
10:41:50,428 INFO  [DefaultPartition] Number of cluster members: 1
10:41:50,428 INFO  [DefaultPartition] Other members: 0
10:41:50,428 INFO  [ClusterPartition] Started ClusterPartition: DefaultPartition
10:41:50,428 INFO  [ClusterPartition] Started
10:41:50,428 INFO  [EntityContainer] Starting
10:41:50,468 INFO  [EntityInstancePool] Starting
10:41:50,468 INFO  [EntityInstancePool] Started
10:41:50,468 INFO  [EntityContainer] Started
10:41:50,478 INFO  [ClusteredHTTPSessionService] Starting
10:41:50,608 INFO  [ClusteredHTTPSessionService] Started
10:41:50,608 INFO  [HASessionStateService] Starting
10:41:50,608 INFO  [HASessionStateService] Started
10:41:50,608 INFO  [HANamingService] Starting
10:41:50,668 INFO  [HANamingService] Listening on 0.0.0.0/0.0.0.0:1100
10:41:54,684 WARN  [HANamingService] Failed to start AutomaticDiscovery
java.net.UnknownHostException: 192.168.1.23x: 192.168.1.23x
at java.net.InetAddress.getAllByName0(InetAddress.java:999)
at java.net.InetAddress.getAllByName0(InetAddress.java:969)
at java.net.InetAddress.getAllByName(InetAddress.java:963)
at java.net.InetAddress.getByName(InetAddress.java:883)
at 
org.jboss.ha.jndi.HANamingService$AutomaticDiscovery.start(HANamingService.java:478)
at org.jboss.ha.jndi.HANamingService.startService(HANamingService.java:261)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
at $Proxy12.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:394)
at org.jboss.system.ServiceController.start(ServiceController.java:411)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:824)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:632)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at 
org.jboss.system.S

[JBoss-user] [Clustering/JBoss] - Help needed in Clustering JBoss

2004-10-25 Thread cheenu78
hi all,
I am novice to jboss clustering. To use the feature of jboss clustering I think we 
must run the server in 'all' mode(/server/all).
But by default the server starts only with /server/default. How to do the same? 
Thanks and Regards
Srinivas

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852653#3852653

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852653


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Datasource Problem

2004-10-21 Thread cheenu78
I think you can try out java:/DefaultDS instead of 
java:comp/env/DefaultDS.
regards
srinivas

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852285#3852285

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852285


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Connection Pooling

2004-10-21 Thread cheenu78
Hi all,
I am using JBoss3.2.2 RC3, I need to know how to set the number of connections that 
can be pooled and used by the Server. 
Is there any configuration file that i will have to modify to achieve this?
Can the no of connections increased dynamically by the programs?
thanks and regards
Srinivas

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852208#3852208

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852208


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Managing Memory

2004-08-05 Thread cheenu78
Hi all,
I am using JBoss3.2.2RC3 and Oracle 9.2. I am using Windows XP with 512 mb of RAM. I 
have set  Xms64m -Xmx128m for JBoss. I have a table with 8000+ records. While 
retrieving the records, it takes atleast 5 mins to fetch the records. More often than 
fetching I am getting 

org.jboss.tm.JBossTransactionRolledbackException: null; CausedByException is:
null; nested exception is: 
java.rmi.NoSuchObjectException; - nested throwable: 
(java.rmi.NoSuchObjectException)
Caused by: java.rmi.NoSuchObjectException
 Can anybody tell me how can I increase the performance of the system, and also how to 
avoid the above error.
Thanks in advance
srinivas

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844221#3844221

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844221


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - I need help with JMS and Oracle Trigger in JBoss 3.2.2 RC3

2004-03-29 Thread cheenu78
hi all,
I have a senario where in, I need to publish a message when a table in inserted or 
updated. That is, is it possible for an Oracle Trigger to publish a message to the JMS 
Topic?
thanks in advance
srinivas

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828013#3828013

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828013


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - My Bean Is Not getting Updated

2004-03-29 Thread cheenu78
hi all,
I am using jboss3.2.2 on Windows XP and, Jbuilder as IDE. I have a strange problem 
where in, if a bean(Session Facade) is deployed and later modified, and redeployed, 
the changes are not getting effected. I tried to shutdown the server, clean the tmp 
diretory and restart the server and redeploy the bean it is working most of the times. 
But unfortunately even this is not working some times. I have noticed that the tmp 
directory on jboss3.2.2 running on linux is automatically cleaned when the server is 
shutdown, but not on Windows. Does this have to do anything with my problem. Is there 
any setting that I must do in order for my bean to be refreshed properly when they are 
redeployed.
thanks
srinivas

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828011#3828011

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828011


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - My Bean Is Not getting Updated

2004-03-29 Thread cheenu78
hi all,
I am using jboss3.2.2 on Windows XP and, Jbuilder as IDE. I have a strange problem 
where in, if a bean(Session Facade) is deployed and later modified, and redeployed, 
the changes are not getting effected. I tried to shutdown the server, clean the tmp 
diretory and restart the server and redeploy the bean it is working most of the times. 
But unfortunately even this is not working some times. I have noticed that the tmp 
directory on jboss3.2.2 running on linux is automatically cleaned when the server is 
shutdown, but not on Windows. Does this have to do anything with my problem. Is there 
any setting that I must do in order for my bean to be refreshed properly when they are 
redeployed.
thanks
srinivas

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828010#3828010

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828010


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user