[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS with DB2

2005-04-02 Thread mpelzsherman
I would have thought so too! Part of the problem is I am a "novice" with JBoss so admittedly this may be a lot simpler than I am am making it. Perhaps some context will help. My team is trying to create a "prefabricated" Jboss domain that can be deployed by simply replacing a bunch of tokens i

[JBoss-user] [HTTPD, Servlets & JSP] - HTTP code 500 conflicting with errorPage page directive

2005-04-02 Thread spoonman464
I'm using JBoss/Tomcat bundle JBoss version 3.2.7 running on XP SP2 I've been studying and experimenting all day with the various ways of implementing JSP error pages. It appears that there are 2 ways: 1) map HTTP error codes or Java Exception classes to error pages via web.xml deployment desc

[JBoss-user] [Beginners Corner] - Re: Is it possible to have custom error (404, 500) pages in

2005-04-02 Thread spoonman464
If anyone is still interested, I believe I can help. I've been working on these puzzles for about 14 hours now and have many correct answers. Spoon View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872466#3872466 Reply to the post : http://www.jboss.org/index

[JBoss-user] [HTTPD, Servlets & JSP] - Re: exception-type ignored in web.xml

2005-04-02 Thread spoonman464
I find some trouble when using BOTH the 500 error thing AND an exception class thing in the DDs at the same time. If I only do one or the other, I get better results. Overall, I am having lots of trouble getting the stuff to work as advertised. Between using some stuff and some JSP page di

[JBoss-user] [EJB/JBoss] - Re: How to mark SLSB as unavailable?

2005-04-02 Thread anguyen
I guess I'm alone in this. I've done some more digging and found this post http://www.jboss.org/index.html?module=bb&op=viewtopic&t=61675 and this bug http://jira.jboss.com/jira/browse/JBAS-1600 which says it has been fixed in 4.0.2. I haven't checked to see what the behavior is now in 4.0.2,

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with simple 1-to-1 Relation with xdoclet and unk

2005-04-02 Thread WebSel
Got it fixed! The trick is to declare the primary key in the @ejb.bean tag. and set the correct object-specs like Integer | /** | * @ejb.bean | * name="Address" | * display-name = "AddressEB" | * description = "adres tabel" | * type="CMP" |

[JBoss-user] [Beginners Corner] - refused connection

2005-04-02 Thread bungrudi
hello, i get anonymous wrote : javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: | java.net.ConnectException: Connection refused: connect] when trying to call remote method on a bean deployed in jb

[JBoss-user] [Beginners Corner] - Re: New to jboss aop

2005-04-02 Thread drakonis
I just realised that the xml is not showing. And i must be really tired cause i can;t see the edit button anywhere. Where the hell is it?? Well the jboss-aop.xml looks like this: | | | | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Beginners Corner] - New to jboss aop

2005-04-02 Thread drakonis
Hi guys. I'm kinda freakin out, i can't succed at all with this AOP stuff. Got the | package com.balamaci; | public class FunctionarBean implements SessionBean { | .. | .. | public void SNAPSHOT() | { | System.err.println("Say hello"); | } | } | also this |

[JBoss-user] [Installation & Configuration] - Re: Building jboss-4.0/jboss-head from cvs sources is broken

2005-04-02 Thread raykrueger
Apparently that was just too long... Here is where the build goes awry... C:\sourceforge\jboss-4.0\varia\src\main\org\jboss\web\loadbalancer\scheduler\AbstractScheduler.java --> ServiceMBeanSupport qualified to org.jboss.web.loadbalancer.scheduler.ServiceMBeanSupport C:\sourceforge\jboss-4.0\va

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.1sp1 and 4.0.2RC1 with JDK 1.5 on Linux hangs

2005-04-02 Thread nicolaiwadstrom
I have tried both jdk version 1.5.0-b64 and version 1.5.0_02-b09, same problem. I also tried with a 2.4 UML kernel, all exhibit the same behaviour. Any ideas of how to proceed to resolve this? Regards, Nicolai View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Installation & Configuration] - Re: Building jboss-4.0/jboss-head from cvs sources is broken

2005-04-02 Thread raykrueger
I also checked out the JBoss_4_0_1_SP1 tag, jboss-4.0 module. The Castor jars were removed for the following Jira entry I assume... http://jira.jboss.com/jira/browse/JBAS-1359?page=all JBoss_4_0_1_SP1 fails to build because the castor jars are missing, but are still referenced by classes in the

[JBoss-user] [Nukes User] - Re: JBoss on SUN

2005-04-02 Thread Manutrium
Hi, jboss is written in Java. So, you just need a JVM. anonymous wrote : The only additional requirement to run JBoss is to have an up-to-date version of Java on your machine. JBoss 4.0 requires at least JDK 1.4 to run. Make sure to get the JDK and not the JRE. Although JBoss will startup with

[JBoss-user] [Messaging, JMS & JBossMQ] - Concurrency with Oracle AQ

2005-04-02 Thread Andrew_WOT
Hi, we've implemented MDB on JBoss 4.0 listening for Oracle AQ using JBoss JMS provider for Oracle Advanced Queue patch http://sourceforge.net/tracker/index.php?func=detail&aid=912173&group_id=22866&atid=376687. Everything seems like working except that only one MDB instance is created by conta

[JBoss-user] [JBoss.NET] - Re: Retrieving a list of all Web Services deployed under a J

2005-04-02 Thread eykatz
Replying Jason (this topic started at another forum): anonymous wrote : | One way you list the services is to just go to http://localhost:8080/jboss-net/services | This is very nice, only the problem is someone could change the servlet-mapping in web.xml From: AxisServlet /se

[JBoss-user] [JBossWS] - Re: Retrieving a list of all Web Services deployed under a J

2005-04-02 Thread eykatz
Hi Jason, Thank you very much for your reply I posted a new topic in JBoss.NET with a reply to you there Here is the link: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872451 Thank you and see you there ;) Eyal View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [JBoss.NET] - Retrieving a list of all Web Services deployed under a JBoss

2005-04-02 Thread eykatz
Hi All, Any ideas for the following challenge will be highly appreciated: 1. The Good: JBoss 4.0 JMX has an MBean called: jboss.ws4ee:service=AxisService One of its operations, listServices() , returns a list of all the Web Services deployed under the Axis service Btw, The operation's string

[JBoss-user] [Installation & Configuration] - createSession: Too many active sessions error

2005-04-02 Thread crs_santos
I am limiting the max number of active sessions with context.xml descriptor. It is working fine but when it reaches the max number of sessions permitted only a blank page is returned to the client browser. I am trying to usr , , tags in web.xml descriptor to return an error page to client bro

[JBoss-user] [JBossWS] - Re: Problems with type unsignedLong OUT & INOUT in WSDL

2005-04-02 Thread anders.hedstrom
IN works fine. I will see if I can make an example. The webservice I call is not a public one... //Anders =) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872449#3872449 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [EJB/JBoss] - Re: accessing different instances of a database

2005-04-02 Thread WebSel
Coudn't you just move the beans into a different jndi directory ? think that might work Wessel de Roode View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872448#3872448 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38724

[JBoss-user] [EJB/JBoss] - Re: Referencing remote EJBs

2005-04-02 Thread WebSel
Think you can register your remote beans on only one jndi, that would do the trick i think. Wessel de Roode View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872447#3872447 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [EJB/JBoss] - Re: Find By Primary Key Query

2005-04-02 Thread WebSel
Think you need to post more information about your code. There is nothing to tell only about the error. Post your Xdoclet tag that was used for your finder. My gues is that u probaly used plain SQL for your finder instead of QL :-) Wessel de Roode View the original post : http://www.jboss.org/

[JBoss-user] [Persistence & CMP/JBoss] - Re: Postgresql 7.4.x/8.0, CMP and auto-increment

2005-04-02 Thread WebSel
> // Important: NO Setter/Getter/Xdoclet stuff for the primary-field ! If i leave these, how could i ever build CMR's ? I've been looking for a solution and on the following posting a sugestion is posted however during compilation it brakes. http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with simple 1-to-1 Relation with xdoclet and unk

2005-04-02 Thread WebSel
Sounds reasonable however something during compiling with Java 5.0 the compilation of the related value object blows up :-( [javac] C:\opt\eclipse\workspace\test\build\generate\test\ejb\value\PersonValue.java:80: Object() in java.lang.Object cannot be applied to (java.lang.Integer) [javac]

[JBoss-user] [Management, JMX/JBoss] - Re: not getting JMX MBean Operation Result for Topic

2005-04-02 Thread [EMAIL PROTECTED]
>From what Adrian said, you need to create a 'durable' topic subscriber, as >well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872443#3872443 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872443 -

[JBoss-user] [Installation & Configuration] - Removing hibernate2.0 in jboss 4.0.1

2005-04-02 Thread kiran_k
HI, I am getting following error if I replace hibernate 2.0 with hibernate 3.0. I didn't do any configuration settings..Any pointers will help me. 10:43:10,974 ERROR [MainDeployer] could not create deployment: file:/D:/download/jboss-4.0.2RC1/jbos s-4.0.2RC1/server/default/tmp/deploy/tmp33382n

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.1sp1 and 4.0.2RC1 with JDK 1.5 on Linux hangs

2005-04-02 Thread [EMAIL PROTECTED]
There there is a problem with the jdk5 on this platform. Given that 1.4.2 shows an exception while trying to create the multicast socket I would say the problem lies with the multicast/network layer. jdk5 runs fine for me on the following using jboss-4.0.1 | [EMAIL PROTECTED] bin]$ $JAVA_HOM

[JBoss-user] [JCA/JBoss] - Re: JCA Adapter Directory

2005-04-02 Thread [EMAIL PROTECTED]
That is the plan. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872439#3872439 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872439 --- SF email is sponsored by -

[JBoss-user] [Beginners Corner] - Databases for dummies??

2005-04-02 Thread krwood
I'm looking for information concerning databases. My company is a direct marketing company for hospitality based business. Were building a website that people and customers can enter info. That info will be put into a database. A program will process this database for specific info.

[JBoss-user] [JBossWS] - Re: Problems with type unsignedLong OUT & INOUT in WSDL

2005-04-02 Thread jasong
"anders.hedstrom" wrote : Hi, | I have a WSDL that defines a webservice with a couple of parameters. One parameter is an OUT parameter and another one is an INOUT parameter. Both these parameters are of the type xsd:unsignedLong. | Do you know if IN is affected to? anonymous wrote : | H

[JBoss-user] [Clustering/JBoss] - Re: Montoring JBoss Application Server and SNMP

2005-04-02 Thread [EMAIL PROTECTED]
The SNMP adapter converts SNMP traps to JMX alerts. Look for information on the snmp adapter in the wiki page below. http://www.jboss.org/wiki/Wiki.jsp View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872365#3872365 Reply to the post : http://www.jboss.org/i

[JBoss-user] [JBossCache] - Re: commit() should not be called on TreeCache directly Bein

2005-04-02 Thread nsakiya
Wow... thanks for all response, guys. What I did were the following: - renamed the old $JBOSS_HOME/server/all/lib/jboss-cache.jar to old $JBOSS_HOME/server/all/lib/jboss-cache.jar.bak - downloaded JBossCache-1.2.1 and extracted it - put lib/jboss-cache.jar from JBossCache-1.2.1 into $JBOSS_HOME/se

[JBoss-user] [HTTPD, Servlets & JSP] - Re: crossContext does not work on jboss4.02-rc1-tomcat-5.5.8

2005-04-02 Thread forkbomb
Thanks for the workaround, that worked for me as well. It seems as though you only need the context.xml in the WEB-INF of the webapp you're getting the ServletContext from, not the one to which you're going to. For example, if I am in webapp context1 trying to forward to context2 with getServle

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Connecting to a Remote Queue from an MDB

2005-04-02 Thread [EMAIL PROTECTED]
No, you don't control the lifecycle of the MDB such that when an exception occurs there is an MDB to which the notification can be delivered. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872440#3872440 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [JBossWS] - Re: webservice and https

2005-04-02 Thread jasong
Change REPLACE_WITH_ACTUAL_URL to https://REPLACE_WITH_ACTUAL_URL, and JBoss will rewrite it using https and the secure port. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872424#3872424 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Installation & Configuration] - JBoss 4.0.1sp1 and 4.0.2RC1 with JDK 1.5 on Linux hangs on s

2005-04-02 Thread nicolaiwadstrom
Hi, I am trying to run JBoss 4.0.1 or later with JDK 1.5 on Linux, it just hangs on startup, it works with JDK 1.4.2 (Both are sun JDK's). It is not even possible to CTRL-C the process, or kill it normally (need to use kill -9 to tear it down). On my development machine that uses Windows it run

[JBoss-user] [JBoss Getting Started Documentation] - Separate Log4j configs

2005-04-02 Thread lenzenc
I'm currently migrating from Oracle app server to jboss 4.0.1 sp1. Everything has been successful so far expect for log4j. My application has it's own log4j xml config file that is logging to various application specific log files, however, since switching to jboss all categories are being logg

[JBoss-user] [EJB/JBoss] - Re: Transaction time out

2005-04-02 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-1509 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872385#3872385 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872385 --- S

[JBoss-user] [Management, JMX/JBoss] - Re: user-service.xml

2005-04-02 Thread [EMAIL PROTECTED]
Ok, make a .sar with a META-INF/jboss-service.xml with your descriptor. Put the .sar inside the .ear, or deploy the .sar separately. Or put the shared classes inside a third .jar and deploy it seperately. Read the wikis! http://www.jboss.org/wiki/Wiki.jsp?page=FAQJBossJMX http://www.jboss.org/w

[JBoss-user] [HTTPD, Servlets & JSP] - Force https for login.jsp

2005-04-02 Thread gbickford
Hello, I would like to force https requests to certain jsp pages. I have been reading about this for some time now and I have been trying to add a user-data-constraint to my applications web.xml. I have checked the tomcat manual and read lots of postings on enabling https but I am a bit con

[JBoss-user] [Beginners Corner] - Resource Problem in JBOSS 4.0.0

2005-04-02 Thread nirmalyamishra
Hi All, We are running an application on JBOSS 4.0.0 with JDK 141_05 VM. The application runs fine on Windows platform. However when installed on SUN SOLARIS 8 few of the values picked fron resource files don't appear in the site pages. Findings till now: I saw in few forum that there seems

[JBoss-user] [Beginners Corner] - Re: Eviction Exceptions

2005-04-02 Thread drosenbaum
Sorry, I posted this in the wrong forum. I'll repost this in the JBossCache forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872404#3872404 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872404

[JBoss-user] [Clustering/JBoss] - Re: Problem with HAJMS MDB accessing load balanced SLSB.

2005-04-02 Thread leonardosalvatore
Good if messages forwarding is not a problem for bandwith. I'm trying the way of share DB. I'm setting up 2 Jboss cluster + 1 DbMysql. The Load balancing is granted by rounde robin for master of cluster. The message queue/topic are stored on external db , JMS deployed singleton with Mysql as de

[JBoss-user] [The Lizzard's corner] - Re: Simple tutorial??

2005-04-02 Thread PeterJ
You will probably want to make use of the MVC pattern in your app. In which case you will probably want to use an MVC framework such as Spring or Struts. Spring (www.springframework.org[/url]) comes with a good MVC tutorial. Struts ([url]struts.apache.org) also has some turorials. For a leng

[JBoss-user] [EJB/JBoss] - Re: Transaction Timeout and Locking issue

2005-04-02 Thread armorris007
Thanks Scott. On the same topic - the EJB documentation states: anonymous wrote : org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock: an implementation that holds threads awaiting the transactional lock to be freed in a fair FIFO queue. Non-transactional threads are also put into this wait qu

[JBoss-user] [Performance Tuning] - Strange behavior: slow JDBC queries

2005-04-02 Thread rafcio
Hi, after extending our MySQL 4.0.23a installation to master-slave configuration two specific queries sended from our JBoss are 25-30 times slower. In our J2EE application which runs under JBoss 3.2.2 we are generating own queries by using a connection from JBoss connection pool. This are prep

[JBoss-user] [Management, JMX/JBoss] - Re: user-service.xml

2005-04-02 Thread regenwetter
I have already read the wikis. The ExampleHelloWorldService Example doesn't reference other jar files and none of the FAQJBossJMX questions cover my special problem. If I put the sar file into the ear file, the MBean disappears. It is no longer visible on the jmx console. In addition to that no

[JBoss-user] [JBossWS] - Compression Handler

2005-04-02 Thread singular_droid
Hi! I'm trying to compress the response of my WS. This is the code of handler | import java.io.ByteArrayOutputStream; | import java.net.URL; | import java.util.zip.GZIPOutputStream; | | import javax.xml.namespace.QName; | import javax.xml.rpc.handler.GenericHandler; | | import or

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Connecting to a Remote Queue from an MDB

2005-04-02 Thread rajen
can we use an exceptionListener with an MDB? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872432#3872432 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872432 ---

[JBoss-user] [JBossWS] - Re: Deploy Problem ArrayOf_xsd_string

2005-04-02 Thread dhartford
I am having this same problem on Jboss4.0.2RC1, although I also am using the Java2WSDL pacakge as well. The WSDL for the complex type looks fine regardless of the tool used to generate it (and confirm same problem with ArrayOf_xsd_dateTime). y_zl, have you found a workaround or solution for t

[JBoss-user] [Messaging, JMS & JBossMQ] - What IL's are working properly, in what release of jboss

2005-04-02 Thread bartvh
We are also experiencing the same problem, using HTTPIL in jboss-3.2.3. So I suspect that invocation layer is still 'buggy'? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872350#3872350 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Messaging, JMS & JBossMQ] - NullPointerException in HTTPServerILServlet

2005-04-02 Thread bartvh
After a restart of our jboss server (3.2.3), a JMS client reconnected through HTTPIL, and we got the following persistent problem: 2005-04-01 12:25:15,235 TRACE [org.jboss.mq.il.http.servlet.HTTPServerILServlet] doPost() defers to processRequest, see the parameters in its trace. | 2005-04-01

[JBoss-user] [JBossWS] - Re: Unsupported number of service elements in wsdl document

2005-04-02 Thread dhartford
I had the same problem. Confirm problem up to 4.0.1sp1. Confirm 4.0.2RC1 fixes problem. :-) -D View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872352#3872352 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872352 ---

[JBoss-user] [Beginners Corner] - Eviction Exceptions

2005-04-02 Thread drosenbaum
Hi, I constantly get exceptions such as this, using JBossCache with Hibernate: | 01 Apr 2005 12:27:37,217 WARN org.jboss.cache.eviction.LRUAlgorithm - evict(): Node not found with this fqn: //org/ifmc/qies/qw/data/po/QwEnvrmt Could have been evicted earlier already | | 01 Apr 2005 12:27

[JBoss-user] [JBossWS] - webservice and https

2005-04-02 Thread omrikessel
How do I configure jboss to replace the: REPLACE_WITH_ACTUAL_URL port address with https and secure port and not with http? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872418#3872418 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Messaging, JMS & JBossMQ] - Problem using HTTPS IL in an MDB configured for a remote top

2005-04-02 Thread mpriest
Hi, I am a JBosss newbie so please forgive me if the answer is obvious. I am using JBossAS 4.0.1sp1. I followed the instructions in the Wiki for accessing JBossMQ over https. I can successfully publish to the topic using JNDI and JMS over https as described in the Wiki. I followed the instr

[JBoss-user] [Management, JMX/JBoss] - Re: user-service.xml

2005-04-02 Thread regenwetter
Thanks, but I don't even know the tags I have to use, because I don't have a dtd or xml schema. Anyway, my user-service.xml looks like the following: The problem I still have is the following: The MBean com.regenwetter.Test is deployed within an ear-File (named test.ear). Therefore I do

[JBoss-user] [HTTPD, Servlets & JSP] - Resource Problem in JBOSS 4.0.0

2005-04-02 Thread nirmalyamishra
Hi All, We are running an application on JBOSS 4.0.0 with JDK 141_05 VM. The application runs fine on Windows platform. However when installed on SUN SOLARIS 8 few of the values picked fron resource files don't appear in the site pages. Findings till now: I saw in few forum that there seems

[JBoss-user] [Messaging, JMS & JBossMQ] - Connection failure

2005-04-02 Thread javajedi
JBoss 4.0.1 Mandrake Linux 10.0. When running under heavy load, we are seeing the UIL2 connection become unusable. The log shows the following warning: 2005-04-01 10:42:14,109 WARN [org.jboss.mq.Connection] Connection failure: org.jboss.mq.SpyJMSException: Exiting on IOE; - nested throwable:

[JBoss-user] [Installation & Configuration] - Re: Multiple instances of Jboss 3.2.3

2005-04-02 Thread pen_guy
Ok, I'll search those terms. Sorry for the noob question. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872355#3872355 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872355 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS with DB2

2005-04-02 Thread schrouf
What's the problem ? Just take the oracle sample configuration and modify theSQL DDL statements (e.g. data types) for the required jms tables so they can be used with DB2. This shouldn't be too hard. Regards Ulf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Installation & Configuration] - Re: fails to recognise javac

2005-04-02 Thread darranl
The JAVA_HOME environment variable should be set to the folder containing the bin folder not the bin folder itself. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872434#3872434 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Management, JMX/JBoss] - Re: not getting JMX MBean Operation Result for Topic

2005-04-02 Thread k_s_ashok
Hi Dimitris, I read the comments in JIRA. I wrote one sample Topic program to send the message to the testTopic. It sends the message. But it's not shown in the Topic console output. Nothing comes in the jmx Topic console.. I got only this output thru jmx-console **