[JBoss-user] [Installation, Configuration & Deployment] - Problem with JNDI EJB3

2006-05-28 Thread wikey
Hi, I've followed the tutorial from http://www.laliluna.de/ejb-3-tutorial-jboss.html and created a jar file FirstEJB3Tutorial.jar. But, when when deployed the jar file to the JBOSS 4.0.4, the jmx-console does not show the JNDI deployed service. Please help. The jar file available at http://www

[JBoss-user] [Management, JMX/JBoss] - Custom MBean

2005-08-25 Thread wikey
Hi, I'm researching custom MBean. Refer to this web site. http://www.huihoo.com/jboss/online_manual/3.0/ch13s26.html This web site show how to bind a HashMap to JNDI. Is there anyway i can bind a Serializable Object instead a HashMap.? Thanks View the original post : http://www.jboss.org/in

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Error! org.jboss.mq.SpyJMSException: Could not remov

2005-06-12 Thread wikey
similar threads http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848238#3848238 is my problem due to dead lock...is the solution can be applied to hypersonic database? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881203#3881203 Reply to the post

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Error! org.jboss.mq.SpyJMSException: Could not remove me

2005-06-11 Thread wikey
Hi, I'm using JBOSS 4.0.0 and Hypersonic version 1.8 and i'm having the problem below after the JMS runs couple of hours. Secondly, anyone deployed JBOSS 4.0.0 using hypersonic DB in production running smoothly? org.jboss.mq.SpyJMSException: Cannot acknowlege a message; - nested throwable: (o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Hypersonic File Size

2005-04-29 Thread wikey
i'm trying with the mysql but it's 3-4 times slower, anyway to fine tune it...index oredi set to the TXID and TXOP field from JMS_Messages table View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875893#3875893 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Hypersonic File Size

2005-04-29 Thread wikey
Hi, Still the same after the upgrade...the file size still growing till i restart my JBOSS Anything else i can do? below is the properties file created once i start tomcat. #HSQL Database Engine #Fri Apr 29 18:15:43 SGT 2005 hsqldb.cache_file_scale=1 runtime.gc_interval=0 hsqldb.first_identity=0

[JBoss-user] [Messaging, JMS & JBossMQ] - Hypersonic File Size

2005-04-27 Thread wikey
Hi, I'm using JBOSS 4.0.0 and having problem with the uncontrol hypersonic file size. It keeps growing even the messages already cleared from the JMS_MESSAGES table where the durable subriber already received the file and clear from the table. For each 200,000 messages process. It grows 64MB a

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Max Message limit

2005-04-19 Thread wikey
Hi schrouf, Thnx for reply. can JBOSS handling something web logic http://e-docs.bea.com/wls/docs81/ConsoleHelp/domain_jmsconnectionfactory_config_flowcontrol.html BTW, anyone has a better idea to control this, pls post here. View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Max Message limit

2005-04-19 Thread wikey
Hi, Does anyone know how to set the limit of JMS message queue receiving per second? Say 100 messages per second. This is to avoid too much processing from JBOSS that will lead a out of memory issue. TQ. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387442

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS error

2004-10-26 Thread wikey
Hi, I'm getting this error after change my hypersonic db connection to MS SQL. And i'm using jboss 4.0.0 I've search the forum for hours but no luck found. Pls help MS SQL data source Snipet = MSSQLDS jdbc:microsoft:sqlserver://192.168.0.11:1433;SelectMethod=cursor;

[JBoss-user] [Messaging, JMS & JBossMQ] - bytemessage

2004-10-25 Thread wikey
Hello, I'm trying to send bytemessage thru JMS, but failed where i receive error message java.lang.ClassCastException: org.jboss.mq.SpyTextMessage I've tried to check some forum but unfortunately not much info found. Snipet sender = String textPub = "hello"; BytesMessage byteMes