AW: [JBoss-user] JMX - hide attributes from view

2003-10-30 Thread Juraj . Lenharcik
My class extends the javax.management.timer.Timer-Class. -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 30. Oktober 2003 10:53 An: [EMAIL PROTECTED] Betreff: Re: [JBoss-user] JMX - hide attributes from view You could just declare the

[JBoss-user] JMX - hide attributes from view

2003-10-30 Thread Juraj . Lenharcik
Hi, is there a possibility to hide attributes from the JMX-webconsole.view? I habe a sub-class of the Timer-MBean and only some of the methods should be edidable. thanks, Juraj --- This SF.net email is sponsored by: SF.net Giveback Program. D

AW: [JBoss-user] NotCompliantMBeanException MBeans

2003-08-19 Thread Juraj . Lenharcik
implements its an interface. It could be that I had the class twice (in two jars) so the classloader had used the wrong class. I will try it tomorrow. For today I dont want to see it ;-) -Ursprungliche Nachricht- Von: Adrian Brock [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 19. August

[JBoss-user] NotCompliantMBeanException MBeans

2003-08-19 Thread Juraj . Lenharcik
Hi, I have got a problem while deploying this a mbean. The name of this bean is "ScheduleVO" and it implements an interface with the name "ScheduleVOMBean". If I deploy this packege I get this exception: 12:32:07,843 INFO [STDOUT] mbeanserver: [EMAIL PROTECTED] 540 12:32:07,859 INFO [STDOUT]

AW: [JBoss-user] JMX Timer

2003-08-18 Thread Juraj . Lenharcik
yes I saw it now... :-) it is working now -Ursprungliche Nachricht- Von: Adrian Brock [mailto:[EMAIL PROTECTED] Gesendet: Montag, 18. August 2003 15:06 An: [EMAIL PROTECTED] Betreff: Re: [JBoss-user] JMX Timer super.start(); If you want your own ObjectName override the preRegister metho

AW: [JBoss-user] JMX Timer

2003-08-18 Thread Juraj . Lenharcik
Hi Marco, I am new to JMX but I assume a pure JMX implementation should be portable to other servers. I have developed a MBean which can be started. If this MBean is started, the configuration will be loaded and the Listener added. Thats all I want to do. I would be interested in your code. J

[JBoss-user] JMX Timer

2003-08-18 Thread Juraj . Lenharcik
Hi, I am trying to implement a Timer-service which invokes an EJB workflow. This MBean has to be independent from the running container. So I dont want to use the Jboss packeges, only the JMX. I am able to deploy and install the MBean, but I get no notification. Also the available examples from

[JBoss-user] InvocationTargetException calling EJB

2003-08-14 Thread Juraj . Lenharcik
Hi, I use a AXIS-webservice (deployed on TC outside Jboss) to call an EJB (Jboss). I get on this line an InvocationTargetException : connProps.put(InitialContext.INITIAL_CONTEXT_FACTORY,factory); connProps.put(InitialContext.PROVIDER_URL, location); connProps.

[JBoss-user] local interfaces

2003-08-14 Thread Juraj . Lenharcik
Is it right, that local interfaces cannot be used from (external) clients to ejbs? Only ejb to ejb is supported? --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are availa

[JBoss-user] mysql jca adapter

2003-08-10 Thread Juraj . Lenharcik
Hi, I want to run jboss with mysql via a jca adapter. I do the same already with sap. Have I to install a jca adapter, or comes one with jboss? Does anyone knows a good open source mysql or db jca adapter which can be used in different application server? thanks Juraj --

[JBoss-user] jndi name ignored

2003-08-04 Thread Juraj . Lenharcik
Hi, My following DD: BANFEJB ejb/sap/ek/BANFEJB ejb/sap/ek/local/BANFEJB When I call the jndi-name, I get an exception. But when I call the "BANFEJB" with JNDI I get the EJB. Whats wronge there? Juraj --

AW: [JBoss-user] Home Interface not found?

2003-08-03 Thread Juraj . Lenharcik
etreff: Re: [JBoss-user] Home Interface not found? Hello Juraj, what is the packaging structure? alex Friday, August 01, 2003, 6:27:54 PM, Juraj Lenharcik wrote: JLtsc> Hello, JLtsc> I want to connect my EAR App and get this exception: JLtsc> javax.naming.CommunicationException

[JBoss-user] Home Interface not found?

2003-08-01 Thread Juraj . Lenharcik
Hello, I want to connect my EAR App and get this exception: javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: com.test.TestEJBHome] The Home Interface is in the EAR package. In older versions of Jboss it has worked. I tried 3.2.1. Any ideas? ejb-jar.xml:

[JBoss-user] EJB Invocation fails

2003-08-01 Thread Juraj . Lenharcik
Hi, after I request an EJb via JNDI, I get this exception. I have no idea what this means. Any ideas? juraj ejb-jar.xml: BANFEJB com.tsystems.ik.ejb.sap.banf.BANFEJBHome com.tsystems.ik.ejb.sap.banf.BANFEJB com.tsystems.ik.ejb.sap.banf.BAN