[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with ClassNotFoundException while trying to add

2006-07-10 Thread jaikiran
The LoggingService starts even before your application is deployed. As a result, the classes present in your application are not yet loaded by the classloader and hence the ClassNotFoundException. Place the jar/classes representing your wrapper logger in the %JBOSS_HOME%/server/default/lib

[JBoss-user] [JBossCache] - Re: Eviction not working in JBossCache-1.2.4SP2

2006-07-10 Thread jaikiran
Is this behavior of Fqn correct? If yes, shouldnt this be documented through the javadocs? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956488#3956488 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956488

[JBoss-user] [JBossCache] - Re: Eviction not working in JBossCache-1.2.4SP2

2006-07-10 Thread jaikiran
Sorry, posted in the wrong topic View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956490#3956490 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956490

[JBoss-user] [JBossCache] - Re: Expected behavior of FQN?

2006-07-10 Thread jaikiran
Is this behavior of Fqn correct? If yes, shouldnt this be documented through the javadocs? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956491#3956491 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956491

[JBoss-user] [Installation, Configuration Deployment] - Re: Configure Jboss for remote Debuging

2006-07-07 Thread jaikiran
Try this: anonymous wrote : set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS% Note the suspend=n View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956088#3956088 Reply to

[JBoss-user] [JBossCache] - Eviction not working in JBossCache-1.2.4SP2

2006-07-07 Thread jaikiran
Hi, I am trying out a simple standalone app where i, put in 50 elements in the cache at a given fqn. I have enabled EvictionPolicy and set the maxNodes as 5. However none of the nodes are getting evicted. Here's the code and the config file: package org.myapp; | | import

[JBoss-user] [JBossCache] - Re: Eviction not working in JBossCache-1.2.4SP2

2006-07-07 Thread jaikiran
I even introduced a time delay in putting the objects as follows, just to try out whether eviction works. But still it does not work. The following is just an extract from the above code, with *only* a Thread.sleep(500) introduced. for(int i=0;i50;i++) | { | |

[JBoss-user] [JBossCache] - Expected behavior of FQN?

2006-07-07 Thread jaikiran
; | | /** | * @author Jaikiran Pai | * | */ | public class TestFQN { | | public static void main(String[] args) { | try { | TreeCache treeCache = new TreeCache(); | PropertyConfigurator config = new PropertyConfigurator(); // configure tree cache

[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time

2006-07-07 Thread jaikiran
Try this out: System.out.println(Here's the server version: + org.jboss.Version.getInstance().toString()); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956128#3956128 Reply to the post :

[JBoss-user] [JBossCache] - Re: Eviction not working in JBossCache-1.2.4SP2

2006-07-07 Thread jaikiran
Tried a few more things and looks like eviction is working for attributes like timeToLiveSeconds and maxAgeSeconds(if at all they are specified) but NOT WORKING for maxNodes. P.S.: While debugging LRUAlgorithm.java, observed that the following statement : ne = (NodeEntry)recycleQueue_.poll(0);

[JBoss-user] [JBossCache] - Re: Eviction not working in JBossCache-1.2.4SP2

2006-07-07 Thread jaikiran
Please, ignore this entire topic. Had got confused with the concept of nodes and keys. Eviction is working fine. Sorry for the trouble View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956164#3956164 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time

2006-07-07 Thread jaikiran
anonymous wrote : is there any XML i can parse and get the JBoss version You can read the version.properties file present in jboss-system.jar file, which you can find in %JBOSS_HOME%/lib directory. View the original post :

[JBoss-user] [JBossCache] - Re: Expected behavior of FQN?

2006-07-07 Thread jaikiran
Had a look at the test cases and the FqnTest.java does not have a test case for this specific scenario. I added the following test case to the same: /** | * @testDesc Tests the [EMAIL PROTECTED] Fqn#equals(Object)} method. Two Fqn will be created, one | * will use the

[JBoss-user] [Installation, Configuration Deployment] - Re: Adjusting all port numbers

2006-07-07 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956185#3956185 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956185 Using Tomcat but

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Request/response asynchronous message driven bean

2006-07-06 Thread jaikiran
See if this helps: http://www.javaworld.com/javaworld/jw-07-2003/jw-0718-mdb-p2.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955745#3955745 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955745 Using Tomcat but

[JBoss-user] [Management, JMX/JBoss] - Re: No login available for security service

2006-07-05 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureTheJmxConsole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955447#3955447 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955447 Using Tomcat but need to

[JBoss-user] [Beginners Corner] - Re: Problem with mbeans in deployment

2006-07-05 Thread jaikiran
anonymous wrote : Reason: java.rmi.server.ExportException: Port already in use: 1101 Looks like the port is being used by some other process. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=DebugBindException View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: authentication doesn't work if roles changed during appl

2006-07-05 Thread jaikiran
Have a look at: http://www.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955489#3955489 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955489 Using Tomcat but need

[JBoss-user] [Installation, Configuration Deployment] - Re: 2 server in jboss ?

2006-07-05 Thread jaikiran
JNDI service listens on port 1099. Have a look at : http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringTheJNDINamingServiceInConfjbossSystem.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955492#3955492 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0.2 - 4.0.4 (Problems with topic's JNDI lookup)

2006-07-05 Thread jaikiran
anonymous wrote : topic does not exist: TOPIC.com/mysystem/mq/JobInvocationTopic I am not sure why the server is looking up the topic at TOPIC.com/mysystem/mq/JobInvocationTopic instead of TOPIC.topic/com/mysystem/mq/JobInvocationTopic Try out the following: Change your

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0.2 - 4.0.4 (Problems with topic's JNDI lookup)

2006-07-05 Thread jaikiran
The other thing that you can do is, use the jmx-console to see to which jndiname the topic is bound. Here's how you can do it: - Access http://localhost:8080/jmx-console - Here you will find a list of services that have been deployed in jboss. - On this page, under the section

[JBoss-user] [Installation, Configuration Deployment] - Re: How to make one web application use its own Log4j config

2006-07-05 Thread jaikiran
anonymous wrote : i can not get any clue from it's documentation Have you read this doc: http://www.jboss.org/wiki/Wiki.jsp?page=Logging View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=396#396 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Modules inside EAR are deployed twice?

2006-07-04 Thread jaikiran
anonymous wrote : all modules show up twice in the server console Can you please elaborate? If you are seeing multiple log messages about the modules being deployed, post the same, lets see what the issue is. I am pretty much sure that the modules are NOT being deployed twice, because if it

[JBoss-user] [Beginners Corner] - Re: Modules inside EAR are deployed twice?

2006-07-04 Thread jaikiran
Also, post the contents of your application.xml file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955191#3955191 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955191 Using Tomcat but need to do more? Need to support

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with JMSQueue and JMSReceiver

2006-07-04 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyDoIGetStreamCorruptedException View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955197#3955197 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955197 Using Tomcat

[JBoss-user] [Beginners Corner] - Re: how to package a datasource configuration file (*-ds.xml

2006-07-04 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIDeployMyResourceAdapter Here's an extract from the same: anonymous wrote : The file can either be deployed in the deploy directory or placed in the root of the rar file (not recommended because it is harder to change the

[JBoss-user] [Installation, Configuration Deployment] - Re: Bind Exception at startup

2006-07-03 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954970#3954970 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954970

[JBoss-user] [Installation, Configuration Deployment] - Re: Bind Exception at startup

2006-07-03 Thread jaikiran
Have a look at the Slimming section at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming Under this section, you will find: When not using JBossMQ (our JMS server) section View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955000#3955000 Reply to

[JBoss-user] [Management, JMX/JBoss] - Re: Creating a MBean

2006-07-03 Thread jaikiran
Post your MBean code and the *-service.xml file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955181#3955181 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955181 Using Tomcat but need to do more? Need to support web

[JBoss-user] [Installation, Configuration Deployment] - Re: Shutting down a JBoss instance ...

2006-07-01 Thread jaikiran
This might help: http://www.jboss.com/index.html?module=bbop=viewtopict=59029 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954791#3954791 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954791 Using Tomcat but need to

[JBoss-user] [Security JAAS/JBoss] - Re: NEED HELP : Declarative authorization doesn't work

2006-06-29 Thread jaikiran
anonymous wrote : I'm terribly sorry but I don't know how to get authetication trace logging Have a look at Q4: How to debug security layer at: http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ anonymous wrote : Where(in which file) can I find application-policy config? You can find this

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Configure queues/topics at application level, Possible?

2006-06-29 Thread jaikiran
Thank you genman, for sharing your thoughts. anonymous wrote : Why can't you create two queues called MyQueue1 and MyQueue2 ? I can very well do that and that is going to work without any issues. But, we do have a requirement where we need to deploy 2 applications which listen on a queue

[JBoss-user] [Beginners Corner] - Re: A solution for naming and finding resources within J2EE?

2006-06-29 Thread jaikiran
anonymous wrote : I have been working on this for about a week, and I can't get my JSF backing bean to find a simple stateless session bean in my EJBs. At this point, I'm wondering, is JNDI the right tool for this job? One of the common mistakes that happen is that while deploying the bean

[JBoss-user] [Beginners Corner] - Re: A solution for naming and finding resources within J2EE?

2006-06-29 Thread jaikiran
Frankly speaking, i havent worked with EJB3. You might post your ejb-jar.xml and jboss.xml(the relevant portions), so that someone out here might be able to help you out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954294#3954294 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JbossMQ Error at Heavly load

2006-06-29 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=IGetIOExceptionPingTimeoutHowDoIFixIt View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954313#3954313 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954313 Using

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Attempting to override the DefaultJMSProvider

2006-06-29 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJMSProvider http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJMSRA http://wiki.jboss.org/wiki/Wiki.jsp?page=IntegrationWithWebSphereMQSeries View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: NEED HELP : Declarative authorization doesn't work

2006-06-29 Thread jaikiran
anonymous wrote : In this case I select multi as user1. This is going to work, isnt it? Since you have specified that the method multi can be invoked by users in role user (and user1 belongs to user role). Your first post mentioned that anonymous wrote : The method multi is allowed only user

[JBoss-user] [Security JAAS/JBoss] - Re: NEED HELP : Declarative authorization doesn't work

2006-06-29 Thread jaikiran
Can you please post your ejb-jar.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954375#3954375 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954375 Using Tomcat but need to do more? Need to support web services,

[JBoss-user] [Security JAAS/JBoss] - Re: NEED HELP : Declarative authorization doesn't work

2006-06-29 Thread jaikiran
Can you please post your ejb-jar.xml. The logs show that the user1 was authenticated correctly and he has been identified in the correct role. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954377#3954377 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Help me in Deploying the Jboss 4.0.4

2006-06-28 Thread jaikiran
anonymous wrote : where to place my application in order to deploy the application Place your application in the %JBOSS_HOME%/server/default/deploy directory. When the server will be started, it will be picked automatically. anonymous wrote : to my surprise i could not find the bin folder How

[JBoss-user] [JNDI/Naming/Network] - Re: How to get all bound objects and their JNDI names of a p

2006-06-28 Thread jaikiran
Have a look at: http://java.sun.com/j2se/1.4.2/docs/api/javax/naming/Context.html#listBindings(java.lang.String) http://java.sun.com/j2se/1.4.2/docs/api/javax/naming/Context.html#list(java.lang.String) View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: jboss and log4j configuartion

2006-06-28 Thread jaikiran
The contents of the log4j.xml, in your post above, are distorted. Enclose the contents in a code block(using the Code button above) and post it again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953886#3953886 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Calling EJB Remote Interface

2006-06-28 Thread jaikiran
In the web.xml of your war, have the following entry: ejb-ref | ejb-ref-nameGiveAnyNameByWhichYouWouldLikeToReferTheBeanInYourWebApp/ejb-ref-name | ejb-ref-typesession/ejb-ref-type | homepackageName.ClassNameOfTheHomeObjectOfTheBeanYouWantToRefer/home |

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-28 Thread jaikiran
The log file contains the following statement: anonymous wrote : 2006-06-27 19:52:39,678 DEBUG [org.jboss.deployment.JARDeployer] No xml files found Does your AccountJar.jar contain the ejb-jar.xml and jboss.xml in the META-INF directory? Execute the following command from the command prompt

[JBoss-user] [Management, JMX/JBoss] - Re: How to register simple MBean to JBoss AS

2006-06-28 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953921#3953921 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953921 Using Tomcat but need

[JBoss-user] [Beginners Corner] - Re: struts on Jboss server.log deploy error

2006-06-28 Thread jaikiran
There's a spelling mistake at: anonymous wrote : aciton path=/loginProcess Note the 'aciton'. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953945#3953945 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953945 Using

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-28 Thread jaikiran
anonymous wrote : META-INF/ | META-INF/MANIFEST.MF | AccountJAR/ | AccountJAR/META-INF/ | AccountJAR/META-INF/MANIFEST.MF | AccountJAR/META-INF/jboss.xml | AccountJAR/META-INF/ejb-jar.xml | AccountJAR/cakeinabox/ | AccountJAR/cakeinabox/beans/ |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Is there a way to prevent JBossMQ from using the jbossmq

2006-06-28 Thread jaikiran
anonymous wrote : I wish to have multiple queues, each with its own security-domain. Interesting. I think this is what you might have to do, in that case: For configuring your queues, you use something like: mbean code=org.jboss.mq.server.jmx.Queue |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Is there a way to prevent JBossMQ from using the jbossmq

2006-06-28 Thread jaikiran
anonymous wrote : notice that it doesn't just depend on the custom SecurityManager--it actually specifies that it uses it You are right. anonymous wrote : Unfortunately this does not appear to work I suggest, you enable TRACE level logging of jboss security and post the logs here. Here's how

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problem with the credential in login in struts

2006-06-28 Thread jaikiran
You will have to add a security-domain element in the jboss-web.xml to enable the security authentication. Something like: ?xml version=1.0 encoding=UTF-8? | !DOCTYPE jboss-web PUBLIC -//JBoss//DTD Web Application 2.2//EN http://www.jboss.org/j2ee/dtd/jboss-web.dtd; | | jboss-web |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Configure queues/topics at application level, Possible?

2006-06-28 Thread jaikiran
Anyone from jboss team? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954007#3954007 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954007 Using Tomcat but need to do more? Need to support web services, security? Get

[JBoss-user] [Beginners Corner] - Re: How to include ejb.jar into application.xml

2006-06-27 Thread jaikiran
I guess, this is what you are looking for: ?xml version=1.0 encoding=UTF-8? | !DOCTYPE application PUBLIC -//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN http://java.sun.com/dtd/application_1_3.dtd; | application | | display-nameMyApp/display-name | |

[JBoss-user] [Installation, Configuration Deployment] - Re: jboss installation on a windows network drive or share

2006-06-27 Thread jaikiran
This might help: http://wiki.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953658#3953658 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953658 Using Tomcat but

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Context in Jboss / Tomcat

2006-06-27 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=RedeployAnApplicationWhenChangeAFileInAnExplodedDeploymentDirectory and http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953661#3953661 Reply

[JBoss-user] [Beginners Corner] - Re: java.lang.OutOfMemoryError: PermGen space

2006-06-27 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=OutOfMemoryExceptionWhenRedeploying View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953705#3953705 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953705 Using

[JBoss-user] [Performance Tuning] - Re: Matching thread numbers to thread names

2006-06-27 Thread jaikiran
Usually in these cases, we obtain a thread dump, which lists all the current threads in jboss and the activities being carried out by them. Here's how it's done: http://www.jboss.org/wiki/Wiki.jsp?page=StackTrace See if it helps. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Is there a way to prevent JBossMQ from using the jbossmq

2006-06-27 Thread jaikiran
I am not clear on what exactly is your requirement, but the place where the jbossmq security domain is specified is in jbossmq-service.xml file in the %JBOSS_HOME%/server/default/deploy/jms directory. Here's the extract: mbean code=org.jboss.mq.security.SecurityManager

[JBoss-user] [JNDI/Naming/Network] - Re: Basics: binding object instance/factory to JNDI name

2006-06-26 Thread jaikiran
Have a look ath env-entry in ejb-jar.xml dtd: http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd Here's an brief extract: anonymous wrote : !-- | The env-entry element contains the declaration of an enterprise bean's | environment entries. The declaration consists of an optional |

[JBoss-user] [Beginners Corner] - Re: newbie struts error

2006-06-26 Thread jaikiran
I am not a expert at Struts, but i think: anonymous wrote : should be: forward name=success path=/display/activeProfiles.jsp/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953390#3953390 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - 2 apps using different versions of SAME database jars, Possi

2006-06-26 Thread jaikiran
? If not, is there any way to handle this scenario? -Jaikiran View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953399#3953399 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953399 Using Tomcat but need to do more? Need

[JBoss-user] [Installation, Configuration Deployment] - Re: jboss and log4j configuartion

2006-06-26 Thread jaikiran
Post the contents of your log4j.xml/log4j.properties and also the exception stacktrace View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953618#3953618 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953618 Using Tomcat but

[JBoss-user] [Messaging, JMS JBossMQ] - Configure queues/topics at application level, Possible?

2006-06-25 Thread jaikiran
Hi, Can we configure queues/topics per application, instead of per app server. What i mean is: - Consider a case where i have 2 applications deployed and both want to configure a queue name MyQueue. - One app has a MDB name MDB1 and the other app has a MDB named MDB2 and both listen on the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Integration of Jboss with MQ Series

2006-06-23 Thread jaikiran
anonymous wrote : some pointer how to integrate MQ Series with JBOSS.. This might help: http://wiki.jboss.org/wiki/Wiki.jsp?page=IntegrationWithWebSphereMQSeries View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952925#3952925 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Convenience class not printing Log4J debug statements

2006-06-23 Thread jaikiran
Whats the value of the Threshold attribute of the IMCADMINLOG appender? Is it INFO? If yes then set the value to DEBUG. Something like: appender name=IMCADMINLOG class=blah.blah.someAppender | param name=Threshold value=DEBUG/ | /appender View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: JBOSS Ports setting

2006-06-23 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall and http://wiki.jboss.org/wiki/Wiki.jsp?page=DebugBindException View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952933#3952933 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Datasource error

2006-06-23 Thread jaikiran
These might help: http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAOracleDatasource http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952963#3952963 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: How to deploy Application....

2006-06-23 Thread jaikiran
I guess, this is what you are looking for: http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952976#3952976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952976

[JBoss-user] [JNDI/Naming/Network] - Re: Jndi context in calls from Scheduler

2006-06-19 Thread jaikiran
The real problem here is that the code in the Scheduler class (which is a MBean) is executed even before the EJB is bound to the jndi name. This can be solved by having a dependency attribute on the MBean. Have a look at the following link, for the same:

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Bug? Transaction timeout....

2006-06-19 Thread jaikiran
anonymous wrote : UserTransaction aUT = ctx.getUserTransaction(); |aUT.begin(); |aUT.setTransactionTimeout(360); Change the above to: UserTransaction aUT = ctx.getUserTransaction(); |aUT.setTransactionTimeout(360); | |aUT.begin(); i.e. set the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Bug? Transaction timeout....

2006-06-19 Thread jaikiran
Also, if you are expecting any exception to be thrown on a transaction timeout, then it wont happen. No exception is thrown, the transaction state will set to MARKED_FOR_ROLLBACK. Later on, if any operations are done using this transaction, only then will a exception be thrown. You might want

[JBoss-user] [Installation, Configuration Deployment] - Re: I need classloading configuration advice :)

2006-06-19 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3951836#3951836 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: jboss startup error

2006-06-13 Thread jaikiran
Have a look at: http://www.jboss.com/index.html?module=bbop=viewtopict=64248 http://www.ibiblio.org/security/articles/fport.html http://www.sysinternals.com/Utilities/PsKill.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950717#3950717 Reply to the

[JBoss-user] [Beginners Corner] - Re: jboss startup error

2006-06-13 Thread jaikiran
This is from the wiki pages: http://wiki.jboss.org/wiki/Wiki.jsp?page=DebugBindException View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950718#3950718 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950718

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MessageListener not processing messages until publisher

2006-06-12 Thread jaikiran
anonymous wrote : If I wish to send a large number of messages in sequence, the MessageListener won't start processing the messages until the sender has finished sending all its messages - the while()-loop has ended and the method invoked in the Stateless Session EJB has finished. This is

[JBoss-user] [Beginners Corner] - Re: How I do for DataSource SetUp in Jboss Server

2006-06-11 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950349#3950349 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950349

[JBoss-user] [JNDI/Naming/Network] - Re: Problem with Lookup XADataSource

2006-06-05 Thread jaikiran
anonymous wrote : When I run java program That means you are accessing the datasource remotely. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanIAccessADataSourceFromAClient View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949023#3949023 Reply

[JBoss-user] [JCA/JBoss] - Re: Problem with Lookup XADataSource

2006-06-05 Thread jaikiran
anonymous wrote : When I run java program That means you are accessing the datasource remotely. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanIAccessADataSourceFromAClient View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949024#3949024

[JBoss-user] [Messaging, JMS JBossMQ] - Re: secured Topic

2006-05-31 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQSecurity View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947925#3947925 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947925

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Deploy web application as a directory

2006-05-31 Thread jaikiran
You can place your war as a directory inside the %JBOSS_HOME%/server/default/deploy directory. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947926#3947926 Reply to the post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Deploy web application as a directory

2006-05-31 Thread jaikiran
An extract from the link mentioned in the previous post: anonymous wrote : To see an example of an exploded deployment, look at deploy/jmx-console.war in the default server configuration. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947927#3947927 Reply

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: help for calling WebModule1 from WebModule2

2006-05-31 Thread jaikiran
I have never tried this before but instead of doing a forward, i think you should be doing sendRedirect in your code. I found this piece of information on one of the forums: anonymous wrote : By using sendRedirect() you can forward the request to any web application either in the same server

[JBoss-user] [Messaging, JMS JBossMQ] - Re: createDurableSubscriber() giving problem with jboss-3.2.

2006-05-31 Thread jaikiran
Yes you can create a durable subscriber. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=WhatIsTheCorrectWayToMakeADurableSubscription View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947929#3947929 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: deploying my own mbean

2006-05-31 Thread jaikiran
Post the exception/stacktrace that you are observing. Might be someone out here will be able to help you out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947933#3947933 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Can't configure an MDB to a remote destination

2006-05-31 Thread jaikiran
Well i do have it working without any issues. In my case the remote queue is named queueOn2177 and is deployed on the remote server using the following entry in jbossmq-destinations-service.xml file: mbean code=org.jboss.mq.server.jmx.Queue |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Messages do not get deleted from topic, even after being

2006-05-31 Thread jaikiran
Whats the acknowledgement mode specified on the session. Usualy, it is AUTO_ACKNOWLEDGE. Looks like the message consumption is NOT being acknowledged leading to re-delivery of the message View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947988#3947988 Reply to

[JBoss-user] [Installation, Configuration Deployment] - Re: where ${basedir} refers to?

2006-05-30 Thread jaikiran
This might help: http://ant.apache.org/manual/using.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947533#3947533 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947533

[JBoss-user] [Beginners Corner] - Re: jboss-4.0.4.GA administration console problem

2006-05-30 Thread jaikiran
Post the stacktrace that is being written to the server log View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947568#3947568 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947568

[JBoss-user] [Installation, Configuration Deployment] - Re: Server stop --- Undeploying application

2006-05-30 Thread jaikiran
Why would you want to stop the application from being undeployed, when the server itself is being shutdown? And when you say shutdown, does it mean intentional shutdown or server going down for other reasons. Just trying to understand, whether you are thinking of making your application highly

[JBoss-user] [Installation, Configuration Deployment] - Re: Server stop --- Undeploying application

2006-05-30 Thread jaikiran
There's no such thing as avoiding undeployment of an application when the server is brought down(or atleast, i am not aware of such a option). What sort of post configuration are you doing in your application? Is it some manual file changes that you do. If this is the case then you wont have to

[JBoss-user] [EJB/JBoss] - Re: Unexpected ClassCast Exception

2006-05-30 Thread jaikiran
Have a look at the comments by darranl at: http://www.jboss.com/index.html?module=bbop=viewtopict=66394 Might help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947593#3947593 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: deploying my own mbean

2006-05-30 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947610#3947610 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947610

[JBoss-user] [JCA/JBoss] - Re: Remote Client unable to get connection from a DataSource

2006-05-29 Thread jaikiran
anonymous wrote : java.lang.ClassNotFoundException: com.mysql.jdbc.CommunicationsException The above class is not present in the classpath. Place the jar containing this class in the classpath to resolve the issue. View the original post :

[JBoss-user] [JCA/JBoss] - Re: Caused by: javax.naming.NameNotFoundException: env not b

2006-05-29 Thread jaikiran
Try doing a lookup on : java:comp/jdbc/RDS instead of anonymous wrote : java:/comp/env/jdbc/RDS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947276#3947276 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947276

[JBoss-user] [Security JAAS/JBoss] - Re: Problem in persisting session data

2006-05-25 Thread jaikiran
If you have a mechanism of somehow maintaining the session data in your application context when the session is destroyed, then i dont see a issue in restoring the same. The HttpSessionListener also has a method sessionCreated. This method will be called when the session is created. So you can

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread jaikiran
Post the contents of your ejb-jar.xml, jboss.xml and web.xml containing the appropriate entries of the bean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946007#3946007 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread jaikiran
Looks like you forgot to post the contents of your ejb-jar.xml file. While posting the contents, enclose the same in code tags(by using the button provided above) so that it helps readability View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946013#3946013

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread jaikiran
Ok. Try this out: - Enter the following URL in your browser: http://localhost:8080/jmx-console - Search for the service=JNDIView on the page that gets rendered. Click on service=JNDIView link. - Then on the page that gets displayed, click on the 'Invoke' button, next to the 'list' method. -

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread jaikiran
I had a look at the jndi listings. Looking at it, i believe that your beans are NOT deployed. I havent used NetBeans, but there might be some way in NetBeans through which you can deploy your beans. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: 2 configs clobbering each other? version 4.0.1

2006-05-23 Thread jaikiran
You need to have scoped isolation of your applications. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: ordering which apps load first

2006-05-23 Thread jaikiran
The DeploymentScanner is meant for this. Have a look at the same in jboss-service.xml present in %JBOSS_HOME%/server/default/conf directory which contain the following: anonymous wrote : !-- The URLComparator can be used to specify a deployment ordering |for deployments found in

  1   2   3   4   5   6   >