[JBoss-user] [Management, JMX/JBoss] - Re: Sending notifications from MBean to client

2004-12-02 Thread [EMAIL PROTECTED]
I haven't touched the RMIAdaptor for some time, but doesn't RMIAdaptor have an addNotificationListener() and removeNotificationListener on its interface? If that works as expected you'd just have to call the above methods and implement the following interface: | public interface RMINotificati

[JBoss-user] [Nukes User] - Incorrect data shown in forum

2004-12-02 Thread DaveyS
If I look at a topic that I created in the JBossWS forum http://www.jboss.org/index.html?module=bb&op=viewtopic&t=57094, the initial post is accredited to me (DaveyS), but I did not make this post. Has something gone wrong? View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Management, JMX/JBoss] - Re: How to dynamically create a standard MBean

2004-12-02 Thread [EMAIL PROTECTED]
When you implement StandardMBeans, the exposed MBean interface for a class Z must follow the pattern ZMBean. Just change the name of you implementation class to: EmailConfigForm View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857147#3857147 Reply to the post

[JBoss-user] [Management, JMX/JBoss] - Re: Can we monitor jboss exclusively using SNMP.

2004-12-02 Thread [EMAIL PROTECTED]
Currently you could receive some traps (there is a way to map JMX notifications to SNMP traps). In the v4.0.1/3.2.7 there is also the protocol support and the hooks in the snmp-adaptor to plug-in get/set functionality, but the mapping layer is missing (unless you want to write it :) You find so

[JBoss-user] [Persistence & CMP/JBoss] - Re: Fatal Hypersonic startup problem

2004-12-02 Thread orkus9
i think, there were something wrong datas in the local db. i made this, to solve the problem: (my server is "playground" ... your could be "default" or sth. else) i opened this folder: C:\jboss-4.0.0\server\playground\data\hypersonic or e.g. C:\jboss-4.0.0\server\default\data\hypersonic i delet

[JBoss-user] [Installation & Configuration] - Re: Start JBOSS 3.2.6 with Hypersonic database

2004-12-02 Thread orkus9
yes, in "hsqldb-ds.xml" you find: "sa" i think its case-sensitiv... so "SA" is wrong ... try "sa" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857144#3857144 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857144

[JBoss-user] [Persistence & CMP/JBoss] - Re: Oracle and case preserved table names

2004-12-02 Thread bobjones
>From my experience, this group is very lightly used and the chances of getting >a reply to important questions are slim. Are there any other JBoss forums that I could use? Of course, by my own argument, I'm unlikely to get an answer to that :) View the original post : http://www.jboss.org/in

[JBoss-user] [Installation & Configuration] - Re: ERROR [HypersonicDatabase] Starting failed

2004-12-02 Thread orkus9
i think, there were something wrong datas in the local db. i made this, to solve the problem: (my server is "playground" ... your could be "default" or sth. else) i opened this folder: C:\jboss-4.0.0\server\playground\data\hypersonic or e.g. C:\jboss-4.0.0\server\default\data\hypersonic i delet

[JBoss-user] [JCA/JBoss] - Re: problem in registering multple firebird databases!!!

2004-12-02 Thread darranl
You can either define two different datasources in the same -ds.xml file or you can deploy two different -ds.xml files - either way will work fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857141#3857141 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Security & JAAS/JBoss] - Re: AbstractServerLoginModule not found

2004-12-02 Thread Darknight
ProxyLoginModule was the answer, I found it re-reading the admin-develop docs. Cheers View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857139#3857139 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857139 --

[JBoss-user] [Persistence & CMP/JBoss] - JBoss4.0.0 & Hibernate: Unknown entity class

2004-12-02 Thread jerger
Hi, finally I managed to deploy my hibernate application in the new jboss4.0.0. and the related stuff without deployment errors. But there is one remaining problem: If I try, to acess persistence like: | tx = hibernateSession.beginTransaction(); | Item item = new Item(); | item.setValue(3

[JBoss-user] [HTTPD, Servlets & JSP] - JB does not accept my web-app

2004-12-02 Thread kkaal
I deploy a simple web application to JBoss and get a Parse Error for my application. The same application (presently without EJB) does not create a problem when deployed to Tomcat 5! Can anybody explain what that message means? Thanks for your help Klaus WEB-INF/web.xml:

[JBoss-user] [News & Announcements] - Re: JBoss MicroContainer M1 Released

2004-12-02 Thread [EMAIL PROTECTED]
Congratulations Adrian! BTW, where will be located the "valve mechanism" to redeploy services while "holding" invocations? on the bus? or you don't want to put it at this level? cheers, sacha View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857132#3857132 Re

[JBoss-user] [JBoss Getting Started Documentation] - Re: Pls help to solve DATE format problem

2004-12-02 Thread mcguinnessdave
hi jackling, Did you get this problem solved, I would love to know as I have the same problem, Dave View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857131#3857131 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857131

<    1   2