[JBoss-user] [Installation, Configuration & Deployment] - No SecurityMetadata available for Queue Error

2005-09-26 Thread javadeveloper30
I am getting a msg from org.jboss.mq.security.SecurityManager - "No SecurityMetadata was available for queue - ABC using default security config" where ABC is a queue that I created on Jboss-4.0.2. Any pointers on why this message is getting displayed ? Thanks in advance. View the original po

[JBoss-user] [Installation, Configuration & Deployment] - Connecting to Oracle database

2005-09-21 Thread javadeveloper30
I want to connect to Oracle database through Jboss 4.0.2. What steps does one have to take to connect to Oracle driver ? Does Jboss provide some oracle driver (like Weblogic does - weblogic.jdbc.oci.Driver) ? Any help appreciated. Thanks in advance. View the original post : http://www.jboss.

[JBoss-user] [Messaging, JMS & JBossMQ] - Port on which JMS server runs

2005-09-20 Thread javadeveloper30
On what port does JMS server run ? Where is the port number specified ? Do we need to explicitly start the JMS server or does it start when JBoss application server starts ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895943#3895943 Reply to the post : ht

[JBoss-user] [Installation, Configuration & Deployment] - JMS Server port

2005-09-20 Thread javadeveloper30
Do we have to configure the JMS server on jboss or it is configured by default. also what is the port at which it is configured. Any help greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895897#3895897 Reply to the post : http://www.jbo

[JBoss-user] [Installation, Configuration & Deployment] - Allocate UDP ports

2005-09-20 Thread javadeveloper30
I need to allocate two UDP ports for hearbeat monitoring in Jboss 4.0.2. need to know the procedure to configure this. Anyone does this before ? thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895833#3895833 Reply to the post : http://ww

[JBoss-user] [Beginners Corner] - Default port for JMS Server

2005-09-19 Thread javadeveloper30
What is the default port for JMS service on Jboss 4.0.2 . Is it configurable ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895703#3895703 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3895703

[JBoss-user] [Beginners Corner] - Allocate UDP port

2005-09-19 Thread javadeveloper30
I need to allocate two UDP ports for hearbeat monitoring in Jboss 4.0.2. need to know the procedure to configure this. Anyone does this before ? thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895701#3895701 Reply to the post : http://www

[JBoss-user] [Management, JMX/JBoss] - .sar contents not being updated

2005-09-15 Thread javadeveloper30
I am creating a startup service as a .sar file and deploying in Jboss server instance. Now even though I change the contents of my the sar file and redeploy the sar file, it is not taking the changes and still displaying the old sar contents. eg - protected void startService throws Exception {

[JBoss-user] [Beginners Corner] - Re: Location to definer application specific properties

2005-09-13 Thread javadeveloper30
the first option does not work. For now I'll just hardcode the server instance name and include it as a point in the deployment instructions. thanks for all the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894556#3894556 Reply to the post : http://ww

[JBoss-user] [Beginners Corner] - Re: Location to definer application specific properties

2005-09-13 Thread javadeveloper30
Thanks but how to I refer to this in my property value. I tried $jboss.server.name as follows but it doesn't seem to be working abcprop = /usr/jboss-4.0.2/server/$jboss.server.name/abc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894541#3894541 Reply to t

[JBoss-user] [Beginners Corner] - Re: Location to definer application specific properties

2005-09-13 Thread javadeveloper30
great it works. thanks for the help. Another question, I' have several server instances and I am refering to the server name in my system property value. Is there any way I can dynamically pick up the server instance name and use it in the system property value ? This way I will not have to cha

[JBoss-user] [Installation, Configuration & Deployment] - Re: Using IBM JDK1.4.2 with JBoss App Server

2005-09-13 Thread javadeveloper30
It was giving Could not create the JVM and hence Jboss was not starting. I have solved this by editing run.sh and executing the JVM without the JAVA_OPTS options since the JAVA_OPTS contained the -server option which was not supported. View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [Beginners Corner] - Location to definer application specific properties

2005-09-13 Thread javadeveloper30
hello All, Where can you define an application specific property in JBoss. Currently I have defined it in jboss/bin/run.sh as an additonal JBoss specific property as follows : #Setup JBoss specific properties JAVA_OPTS="$JAVA_OPTS -Dprogram.name=$PROGNAME" JAVA_OPTS="$JAVA_OPTS -Dmyprop=mypro