[JBoss-user] [Messaging, JMS JBossMQ] - Re: Proper way to Configure JBoss MQ Queues

2006-06-26 Thread anupama
Hi gcoleman, Thanks for your reply, my server is configured to use HA-JNDI by default and it have jndi.properties as mentioned in Wiki in conf directory. When I am accessing ConnectionFactory within server I am just calling new InitialContext() since it is within server do I have to

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Proper way to Configure JBoss MQ Queues

2006-06-25 Thread anupama
Hi Guys, I haven't heard any thinh about my posting, as follow up we decided to use local queues for time being and seems like working fine Local Queue Questions: 1. If we have a local queue and switch to Oracle then assume that we have x boxes in cluster, if box1 places message into it's

[JBoss-user] [Messaging, JMS JBossMQ] - Proper way to Configure JBoss MQ Queues

2006-05-31 Thread anupama
Hi Guys, I need some assistance in configuring JBoss MQ queues. I need to use Jboss Queues in cluster server environment where nodes of cluster are different boxes. I am following these steps to do asynch processing : placing messages into queue A where message will trigger MDB which will

[JBoss-user] [JBossCache] - Re: java.io.NotSerializableException:

2006-03-08 Thread anupama
Hi Brain, I tried with SP2, seems like it is fixed in that release. I am wondering is SP2 IS A STABLE VERSION TO USE IN PRODUCTION. Please let me know, thanks alot for your responses and are really helpful. Anupama View the original post : http://www.jboss.com/index.html?module=bbop

[JBoss-user] [JBossCache] - Re: java.io.NotSerializableException:

2006-03-06 Thread anupama
Hi Brain, I been caught up with something else, today I got some breathing time and I tried that. I am getting the following exception on client side log4j:WARN No appenders could be found for logger (org.jboss.security.SecurityAssociation). | log4j:WARN Please initialize the log4j system

[JBoss-user] [JBossCache] - Re: java.io.NotSerializableException:

2006-02-14 Thread anupama
hi Ben, Thanks alot for your response, my question would be if we n't able to transport PoJo cached object how people are working around that. So if am n't wrong, we need to use PoJo when we need to use cached objects in middleware only. I really want to take pros of PoJO cache, if that is

[JBoss-user] [JBossCache] - Re: java.io.NotSerializableException:

2006-02-10 Thread anupama
Hi Ben, Thanks for your reply, if I make Answer as non-serializable I need some of way of sending Answer contents in Serialized object. I don't have any control over client whatsoever, they are using TeamBridge(no Idea what it is) but it's main requirement is they need serialized object what

[JBoss-user] [JBossCache] - java.io.NotSerializableException:

2006-02-09 Thread anupama
Hi Folks, I have the following POJO class which needs to be apectized and has to send over wire to client. import java.io.Serializable; | import java.util.ArrayList; | | /** | * | * @@org.jboss.cache.aop.AopMarker | */ | | public class Answer implements Serializable{ |

[JBoss-user] [JBossCache] - Re: aop-enabled objects not Serializable anymore?

2006-02-09 Thread anupama
Hi Ben, I have the following POJO class which needs to be apectized and has to send over wire to client. Code: | import java.io.Serializable; | import java.util.ArrayList; | | /** | * | * @@org.jboss.cache.aop.AopMarker | */ | | public class Answer implements

[JBoss-user] [JBossCache] - Re: java.io.NotSerializableException:

2006-02-09 Thread anupama
Hi Folks, one more thing to add. I want to cache Answer object which is structured as above but I need that to be serializable since for front-end their system won't work if objects are n't serizable. My question is can I make this class as seriazable and still use Tree Cache AOP. If I

[JBoss-user] [JBossCache] - Re: TreeCacheAop questions

2006-02-09 Thread anupama
Hi Ben and Bill, Bill you said Tree Cache AOP is working fine for serialized objects, but I have weird problem though. I am using Jboss Tree Cache AOP 1.2.4, I made serialized classes as apectized and placing them in TreeCacheAOP. By going through docs I realized that I need to have my

[JBoss-user] [JBossCache] - Re: Tree Cache AOP

2006-02-08 Thread anupama
Hi Guys, I finally make CacheAOP to work as MBean in JBoss 4.0, my jboss-aop.xml aspectized configuration file is 1. jboss-aop.xml ?xml version=1.0 encoding=UTF-8? | aop |!-- This is declaration file for annotation. We are using JDK1.4 now, | so an annotationc pre-compiler is

[JBoss-user] [JBossCache] - Re: Tree Cache AOP

2006-01-30 Thread anupama
Hi, Thanks for your response. I have a question for you, JBoss Cache is like temp storage so that means data will be lost once server was restarted, is that correct. Thanks alot, Anu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920485#3920485 Reply to the

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2006-01-27 Thread anupama
Hi, Thanks for ur reply, I heard that JBoss Tree Cache has some limitations as can't maintain relationships, objects have to be serialized etc but TreeCacheAOP won't have all these since we will be using POJO. so that's why I wanted to use JBoss TreeCacheAOP(POJO Cache) to save some of startup

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2006-01-27 Thread anupama
Hi Guys, Thanks for your responses, is JBoss Tree Cache AOP is standalone cache. Do i have to start server inorder to use Cache service, I guess it's standalone cache. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920060#3920060 Reply to the post :

[JBoss-user] [JBossCache] - Re: How to setup standalone cache w/ an expiration time

2006-01-27 Thread anupama
Hi Guys. I am trying to use JBoss Tree Cache AOP for caching startup data, so my question is is it by default configured for Clustered environment, if not what I have to do for clustered environment. Moreover if I am able to use TreeCacheAOP without starting JBoss server, it's not giving me

[JBoss-user] [JBossCache] - Re: Getting complex POJO working with TreeCacheAOP

2006-01-27 Thread anupama
Hi Jere, I would JBoss Tree Cache AOP in JBoss as MBean, I am't quite sure about TreeCacheAop at all. I wanted to cache simple string for prototyping in JBoss Tree Cache AOP inside Jboss, I amn't able to find useful docs at all could you please direct me with some pointers. Also I wanted to

[JBoss-user] [JBossCache] - Tree Cache AOP

2006-01-27 Thread anupama
Hi Guys, I Know I posted many posts but i need quick guidance, please help me. After going through some docs I found out that Jboss Tree Cache AOP can work as satndalone process, as MBean in JBoss etc. There are so many examples I found for standalone process but none for MBean in JBoss,

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2006-01-26 Thread anupama
Hi Guys, I saw tutorial for JBoss Tree Cache AOP, I personally thought it's more of theoretical. I need tutorial which will give me simple example of caching String using JBoss TreeCacheAOP, can you guys please direct me to proper one I did search but I found tons of them . I really

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Container Exceptions

2005-10-24 Thread anupama
Hi Guys: I am puzzling over this from 2 days, I couldn't able to find good tutorial on Net. I am using CMP and JBoss 3.2.6. I would like catch when DB is down and throw App specific exception. My application has POJO which will look up Entity CMP bean by JNDI and then FindRecord for given

[JBoss-user] [JCA/JBoss] - Re: Connection not getting closed on JBOSS 4.0.1

2005-10-21 Thread anupama
Hi. sorry to interrupt, but along those lines when server getting connection from connection pool if Database is down we will get SQLException Network adapter isn't able to create connection. Is there anyway we can catch that exception from CMP? I am using jboss 3.2.6. Please let me know

[JBoss-user] [Persistence CMP/JBoss] - configuring CMP to use Oracle8i

2005-06-16 Thread anupama
Hi Folks, May be this sounds simple to you but I am working on this from couple of days. I am trying to configure my CMP to use Oracle8i datasource where I am able able to access data from standalone java program with Oracle thin driver so I thoght why should I try for CMP,I tried it but when

[JBoss-user] [Messaging, JMS JBossMQ] - Need help with newbie

2005-06-10 Thread anupama
Hi, I developed EJBs using JBoss 3.2.6 but now I want to accomplish messaging in EJB in two ways. 1.from POJOs 2.using MDBs I am not so lazy I searched on Internet for this but couldn't able get anything useful. I have concepts about what to do,what classes are needed but I couldn't able to

[JBoss-user] [Messaging, JMS JBossMQ] - Hey Need Help

2005-06-10 Thread anupama
Hey JBoss gurus, I finally able to make 2 standalone java classes to send messages to each other through JBoss MQ Topic,it's working fine but since when sender sends message in Pub/Sub client has to be online that means clients that are active when publisher publish message to Topic will

[JBoss-user] [Installation Configuration] - unable to configure solution

2005-06-08 Thread anupama
Hi, I run JBoss and launch browser at localhost:8100 it gave me list of options. When I click on JMX Console,Jboss Web Console it gave me following exception I already set environment varaible Java-HOME to point to JDK directory. type Exception report | | message | | description The