[jboss-user] [JBoss Messaging Users] - Re: jbm 1.4.6.GA download missing

2009-11-26 Thread ekobir
Hi Can you let me know where I can find dependencies to build 1.4.6, please? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267642#4267642 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267642

[jboss-user] [JBoss Messaging Users] - Database Failure and JBM

2009-11-25 Thread ekobir
Hi All I have duplicate message/stop delivery message problem after database failure. Please check the scenario below. Is it misconfiguration of transactions? Do you I need to play with some parameters to make JBM aware of database failures? AS: Jboss 5.0.1-GA JBoss Messaging 1.4.1.GA

[jboss-user] [JBoss Messaging Users] - Re: Database Failure and JBM

2009-11-25 Thread ekobir
Scenario: 1) Put 1000 messages in queue while consumer is not running 2) Shutdown Mysql instance while JBoss As instance ,which hosts jbm, is running 3) Start Mysql instance again 4) Start consumer for the queue on jbm View the original post :

[jboss-user] [JBoss Messaging Users] - 2 JBoss instance - 1. for JBoss Messaging and 2. Remote Cons

2009-10-29 Thread ekobir
Hi All I couldn't figure out how to configure 2. jboss instance to use queues deployed on the 1. jboss instance. As our application is deployed in jboss, we want to cache jms connections as explained in the article below

[jboss-user] [jBPM Users] - Re: How to trigger Sub-process from custom state recursively

2009-09-03 Thread ekobir
Hi Ronald Thanks for advice... I re-implemented ForEachFork and ForEachJoin for jbpm4 by using the code in ForkActivity and JoinActivity. Instead of using sub-process I used group. I tried to execute groups concurrently in the fork by labeling them with continue=async. But it created a lot

[jboss-user] [jBPM Users] - How to trigger Sub-process from custom state recursively?

2009-09-02 Thread ekobir
Hi All I have started working jbpm recently. I'm trying to realise following scenario with jbpm. Any help is appreciated. Start points to a custom activity which requests an XML file from external source. If file exists, next custom activity starts streaming it. At this point, I would like

[jboss-user] [Clustering/JBoss] - Re: FYI : Communication between services in clustered enviro

2009-05-20 Thread ekobir
You can use some other alternatives for JMX Notification such as registering underlying HAPartition with a BroadCasterName. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232295#4232295 Reply to the post :

[jboss-user] [Clustering/JBoss] - FYI : Communication between services in clustered environmen

2009-05-20 Thread ekobir
Hi All I just want to share some tricky points which I encountered while developing communications between services in clustered environment. There might be options out there but following 2 options are definitely available for you to use. 1) JMX Notifications * Provide cluster wide

[jboss-user] [Clustering/JBoss] - Re: ClassNotFoundException for Custom JMX Notification(2)

2009-05-19 Thread ekobir
Solution is to remove loader-repository element from jboss-app.xml. Otherwise it will Not work. Thanks Erkin View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231810#4231810 Reply to the post :

[jboss-user] [Clustering/JBoss] - ClassNotFoundException for Custom JMX Notification(2)

2009-05-15 Thread ekobir
Hi All I thought I might need to clarify myself better to find out what I'm doing wrong. Please check the simple code below and its configuration. Scenario: 2 Nodes -- 1 on linux, 1 on windows xp Version of As= jboss EAP 5.0.0 Java 1,6 JBoss As 1 starts on linux

[jboss-user] [JBoss Cache: Core Edition] - Re: Replication, CacheMarshaller, Region

2009-05-15 Thread ekobir
Hi Rich Thanks for suggestion. I'm trying to use forums for development problems before disturbing red hat customer support. I think(not sure as I have other problems such as http://www.jboss.org/index.html?module=bbop=viewtopict=155517 ) adding following line int the config fixed my problem

[jboss-user] [JBoss Cache: Core Edition] - Re: Replication, CacheMarshaller, Region

2009-05-15 Thread ekobir
| property name=useLazyDeserialization | true | /property | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231246#4231246 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231246

[jboss-user] [Clustering/JBoss] - Re: Clustering JBOSS 5.0

2009-05-15 Thread ekobir
Hi I think farmin is not available on jboss 5.0.0GA but will be available with 5.1.0GA via profile settings. In order make cluster between to nodes, you can download 5.0.0GA start with on Node 1 ./run.sh -c all -Djboss.partition.name=xyz -Djboss.messaging.ServerPeerID=1 start with on Node 2

[jboss-user] [Clustering/JBoss] - Re: Clustering JBOSS 5.0

2009-05-15 Thread ekobir
^you might want to change following parameter View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231273#4231273 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231273 ___ jboss-user

[jboss-user] [JBoss Cache: Core Edition] - Cache 1.4.1 Performance Problem

2009-05-15 Thread ekobir
Hi All We have a scenario which distributed cache is used as a in memory storage. We might be using cache in a wrong way but it takes up to 20 sec to be able replicate removing one object. If we start using single node it just up to 600 or 700 ms. Scenario : Deployment : 3

[jboss-user] [JBoss Cache: Core Edition] - Re: Replication, CacheMarshaller, Region

2009-05-14 Thread ekobir
Hi Manik I was trying to use the configuration file in the first message as it is. When I deploy application on the second node, cache tries replicate itself but it is not able to find the correct class. As I'm using jboss EAP 5.0.0, then i tried follow faq 2,35 and 2.38 but so far no luck to

[jboss-user] [Clustering/JBoss] - ClassNotFoundException for Custom JMX Notification

2009-05-13 Thread ekobir
Hi All I'm trying to send a custom externalizable class via jmx notification from a service to same service running on different node. Whenever jmx notifications hit the remote node(s), remote node(s) starts throwing ClassNotFoundException. This problem reminds me the f.a. question below

[jboss-user] [JBoss Cache: Core Edition] - Replication, CacheMarshaller, Region

2009-05-13 Thread ekobir
Hi All As I would like to store some custom externalizable classes in the cache, i created region on the cache. But it didnt help me not to get ClassNotFoundException. Scenario exactly as explained in faq. [url]

[jboss-user] [JBoss Cache: Core Edition] - Re: Replication, CacheMarshaller, Region

2009-05-13 Thread ekobir
I forgot to mention that setUseRegionBasedMarshallin is deprecated in the javadoc. According to javadoc, we should be doing following With isUseLazyDeserialization(), which is enabled by default, custom class loaders are handled implicitly. See the user guide for details on how this is

[jboss-user] [Clustering/JBoss] - Re: Communication between nodes

2009-05-07 Thread ekobir
Hi All I'm struggling to deploy singleton jboss service. Can you provide some feedback what it is wrong with following config file? The problem is that I'm not able to set TargetName attribute of HASingletonController. Note: I'm using jboss-eap-5.0-- Supported Alpha Version 11:48:55,438

[jboss-user] [Clustering/JBoss] - Re: jboss deploying issue - (while the service is up)

2009-05-07 Thread ekobir
Hi Chades Have you tried to create passive - active clustering? You can do that with 2 physical nodes or 4 nodes. If it is 2 physical nodes, you need to 1 active and 1 passive jboss instance on the same node. So you will have 2 cluster -- Active to Active

[jboss-user] [Clustering/JBoss] - Re: Communication between nodes

2009-05-07 Thread ekobir
Thanks again Brain. I have tried with 5.0.1 GA and JBoss EAP 5.0.0. To try on release candidate didnt even cross my mind, I apologise for that. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229451#4229451 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Communication between nodes

2009-05-07 Thread ekobir
Hey Brain still no luck after downloading and testing on jBoss 5.1.0CR1. You can find full stack trace below. | 16:05:02,203 ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/servers/jboss-5.1.0.CR1/server/production/deploy/Test.ear/ state=PreReal mode=Manual

[jboss-user] [Clustering/JBoss] - Re: Communication between nodes

2009-05-07 Thread ekobir
Hey Brian Thanks a lot... jmxri was in the ear file. After removing, everything worked properly... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229495#4229495 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229495

[jboss-user] [Clustering/JBoss] - Re: Communication between nodes

2009-05-05 Thread ekobir
Thanks for your reply. Quickest option for me to use AS5.1 as AS5.0 is already in place. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228526#4228526 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4228526

[jboss-user] [Clustering/JBoss] - Communication between nodes

2009-05-02 Thread ekobir
Hi, What is the best way of communicating between jboss nodes? I have used HAServiceMBeanSupport for cluster-wide notifications but this time I need to be able to send messages to a specific node/nodes. Notifications can be addressed to specific node by providing another field specifying node

[jboss-user] [JBoss AOP] - AOP configuration in AS

2008-10-28 Thread ekobir
Hi All I need help to configure to use Dynamic AOP in JBOSS AS? Let me tell you the steps i have done. 1-) Download JBOSS AOP 2.0.0 GA and run build xml(jdk5.0) to install on JBOSS 4.3.0.GA 2-) Change \deploy\jboss-aop-jdk50.deployer\META-INF\jboss-service.xml | attribute

[jboss-user] [JBoss AOP] - Re: AOP configuration in AS

2008-10-28 Thread ekobir
Hi All Is it right to think assumption at below? Whenever a war file is deployed, JBoss application server's class loader loads the class which implements ServletContext then trigger the ServletContextEvent. Before all operation above, I assume that all configurations(web.xml, jboss-aop.xml,

[jboss-user] [EJB 3.0] - Availability of an service

2008-01-04 Thread ekobir
Hi All Is it possible to call a business method from a Jboss Service before startService() method is called ? Scenario --- Service A is running And it uses Service B's business method. Service B is hot deployed again Service B's createService method has been called JBoss AS.

[jboss-user] [EJB 3.0] - Re: Availability of an service

2008-01-04 Thread ekobir
ekobir wrote : Hi All | | Is it possible to call a business method from a Jboss Service before startService() method is called ? | | Scenario --- | | Service A is running And it uses Service B's business method. | | Service B is hot deployed again | | Service

[jboss-user] [Beginners Corner] - Memory Management

2007-12-13 Thread ekobir
Hi All Is there any functionality in jboss which checks memory usage of its jvm and if it detects high memory usage before getting outOfMemory error, undeploys all of services and shutdown itself completely ? Note: If there is no functionality like that, dont hesitate to give some idea why it