[JBoss-user] [Management, JMX/JBoss] - MalformedURLException while deploying XMBean?

2004-12-12 Thread berkgypsy
This is very confusing, because I only get this exception on some machines while deploying. On other machines, the same configuration (as far as I can tell) deploys just fine. Here is the exception: 9682963-2004-12-12 23:23:37,571 DEBUG [org.jboss.system.ServiceCreator] About to create xmbean

[JBoss-user] [HTTPD, Servlets & JSP] - Re: InstanceAlreadyExistsException: jboss.web:name=JkRequest

2004-12-12 Thread tokobayashi
Thank you for your reply. I checked the Tomcat5.5 code. Then, the remaining problem is whether the InstanceAlreadyExistsException has any side effect. I've searched all JBoss/Tomcat codes for the String "RequestProcessor". And I found the MBean "*:type=RequestProcessor,*" is only used for a Sta

[JBoss-user] [Installation & Configuration] - How to custom HTTP Status 404 page

2004-12-12 Thread gfzhang
I want to display a specific message on the 404 page, how to configure it? Thank you very much. guofeng View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858298#3858298 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858

[JBoss-user] [Installation & Configuration] - Re: Deploying war files on JBoss

2004-12-12 Thread ultranet27
I have heard of requests to unbundle XML APIs, but i find it a little strange that JSTL has been unbundled. I guess the rationale behind this is that each app be able to use a different version of JSTL. Anyway, i got it to work, based on your feedback. The strange thing i'm seeing now is that

[JBoss-user] [Beginners Corner] - Re: Problem With JBoss 4.0.1 RC2 and JBoss AOP 1.0 Final

2004-12-12 Thread jcrume
Anyone? Beuler? Beuler? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858293#3858293 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858293 --- SF email is sponsored

[JBoss-user] [Testimonials] - JBoss in Cable Industry

2004-12-12 Thread rharris1
We've employed JBoss 4.0 and the relatively new JCA 1.5 spec to deploy an Inbound resource adapter that listens to our device provisioning system (Cisco). This has been a great experience and exactly what I have looking for - I feel J2EE 1.4 actually expands the horizons a great deal as to wha

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS based XML messaging

2004-12-12 Thread cuoz
I'm not too sure about the rest of your post, but for converting beans to/from XML, I used betwixt on a project and it worked well for me. You can check it out here: http://jakarta.apache.org/commons/betwixt/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=385

[JBoss-user] [HTTPD, Servlets & JSP] - JSF and JBoss - Where's the Exceptions?

2004-12-12 Thread objec
I'm using JBoss4 and Suns RI of JSF. Whenever there's an exception thrown in any code referenced by JSF, those exceptions are eaten and the user is routed to a directory listing. Does anyone know where the exceptions are going? Or how to get them to show up? -peter View the original post : ht

[JBoss-user] [Beginners Corner] - Dynamically adding new classes

2004-12-12 Thread jccampot
Hi, I am developing a web application that needs to load new classes that are stored in jar files without restarting the server. When a new jar file is stored in the file system, the classloader must load that classes, so the application can create new objects of that classes without throwing th

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0 Logging Related Problems.

2004-12-12 Thread ultranet27
>From Scott's response, it appears you can configure class-loading anyway you >want, including having your own hierarchies that avoid using server versions >of libraries. I haven't gone into the details, however. And chances are this >behavior is highly server-dependent. So unless there's a spec

[JBoss-user] [HTTPD, Servlets & JSP] - Re: InstanceAlreadyExistsException: jboss.web:name=JkRequest

2004-12-12 Thread [EMAIL PROTECTED]
Its not clear that the InstanceAlreadyExistsException is a cause of the replication problem, but clearly this is a problem in the tomcat code. This has been fixed in the 5.5 branch of tomcat, but not the 5.0.x currently used by jboss-4.0.x. View the original post : http://www.jboss.org/index.h

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

2004-12-12 Thread [EMAIL PROTECTED]
ListenerServiceMBeanSupport extends org.jboss.system.ServiceMBeanSupport which extends JBossNotificationBroadcasterSupport and so service A is already a NotificationEmitter with support for maning listeners and a sendNotification method for emitting notifications. View the original post : http

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MantaRay and JBoss

2004-12-12 Thread [EMAIL PROTECTED]
I don't see any bug report, what is the link for it? What do you mean by 3.2.6 being fixed? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858282#3858282 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858282 ---

[JBoss-user] [Beginners Corner] - JAVA_HOME is now found but JAVA_HOME is set correctly ???

2004-12-12 Thread wiley173
Hello experts, I need help. I've set java home to where it is but jboss can't seem to find it. PLEASE HELP !!! [EMAIL PROTECTED] bin]# ./run.sh run.sh: Missing file: $/usr/java/jdk/lib/tools.jar run.sh: Unexpected results may occur. Make sure JAVA_HOME points to a JDK and not a JRE. ===

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MantaRay and JBoss

2004-12-12 Thread [EMAIL PROTECTED]
Create a bug report with the details of the integration: http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858276#3858276 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858276

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS based XML messaging

2004-12-12 Thread andrejt
I plan the following J2EE (JBoss based) system: Two Java application clients each has its own database. They asynchroniously extract database data and send it to Jboss MDB using JMS. The database data they send are in XML form. What is the best design pattern to use with such requirements? What o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MantaRay and JBoss

2004-12-12 Thread vzilka
Did that. Is version 3.2.6 still fixed? (I want to run on this version too, not just JBoss 4.0). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858277#3858277 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858277 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MantaRay and JBoss

2004-12-12 Thread vzilka
YOu are of course correct :-) Anyway, the Manta guys don't have info on the JBoss integration (I checked with them first). The dump is (pasted from the server.log): 2004-12-09 10:27:15,649 DEBUG [org.jboss.jms.asf.StdServerSession] initializing (pool, session, xaSession, useLocalTX): [EMAIL PROT

[JBoss-user] [Installation & Configuration] - Re: error when run the run.bat command

2004-12-12 Thread qbsu21th
thanks darranl: i go to the http://java.sun.com/products/archive/index.html (Archive: Java[tm] Technology Products Download) and downloaded the J2SE v 1.4.0 SDK, J2SE v 1.4.0_01 SDK, J2SE v 1.4.1 SDK and J2SE v 1.4.1_01 SDK. then installed each of them, however, only has the jre directory after