[JBoss-user] [Management, JMX/JBoss] - Re: Registration is not done -> stop

2006-04-27 Thread GreyDeath
You are right of course. It is a solution and I have no idea on how else to do it either. But as you said having the url as part of the identifier is ugly. and if it is the only thing that differs to items from different modules it is even uglier, because the url itself does not have a meaning.

[JBoss-user] [Management, JMX/JBoss] - Re: Registration is not done -> stop

2006-04-27 Thread GreyDeath
It would solve the problem. Although it would expose information that should not be avialable via J2EE management, right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939856#3939856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [Clustering/JBoss] - Queue not found for MDB

2005-07-26 Thread GreyDeath
I added a new queue to all/deploy-hasingleton/jms/jbossmq-destinations-service.xml which is then available under queue/WorkManager. I even verified that via the JNDIView MBean But when I deploy my Application the MDB on top of that queue produces the error: destination not found: queue/WorkMan

[JBoss-user] [JCA/JBoss] - DeploymentException with -ds.xml inside ear inside rar

2005-07-04 Thread GreyDeath
I added the following lines to my jboss-app.xml and since then I get exceptions during deployment. goldensource.com:loader=goldensource.app.ear java2ParentDelegation=false 10:14:23,758 INFO [ServiceConfigurator] Problem configuring service jboss.

[JBoss-user] [EJB/JBoss] - EJB Transaction enlistment

2005-04-12 Thread GreyDeath
I have one EJB with 2 exposed methods. The first has Transaction Attribute Supports and the second required. The first will call the second. Here comes the question: When I open a connection in the first and supply it as a parameter to the second, should this connection be enlisted in the newly

[JBoss-user] [JCA/JBoss] - Nested RAR, rar-name should not contain ear file

2005-03-29 Thread GreyDeath
I have a rar file inside my ear. additionally I also have the -ds.xml inside my ear. I know that I have to sepecify the rar-name in the ds.xml like the following: # The problem is that means to the correctness of the deployable is dependent on the name of its container the ear file. Which is n

[JBoss-user] [Management, JMX/JBoss] - TimerMBean does not implement full jmx 1.2 spec

2005-03-28 Thread GreyDeath
The fixed-rate addNotification and the getFixedRate method throw an NYI runtime exception. Any ideas when this will be fully implemented? After all it is needed to be really jmx 1.2 complient! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871852#3871852 Rep

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message ordering

2005-02-14 Thread GreyDeath
Ok End of topic, but can you stop bitching at people all the time. I know that the problem I have does effect performance badly, so what I have to solve that business problem! I know that it is an anti-pattern, but that does not make the requirement go away! We are not all dummies you know. I

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message ordering

2005-02-13 Thread GreyDeath
> The JMS spec just says that all messages in a single tx are sent or not sent. > It says nothing about the timing of when they appear on the destination. But it would make sense if all messages in the same transaction appear on the destination at the same time. In Fact I think it is what everybo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message ordering

2005-02-11 Thread GreyDeath
Adrian, one last thing. I have now a test running, that will run until tomorrow moring me time (12 hours straight). Until now every second testcase failed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866210#3866210 Reply to the post : http://www.jboss.org

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message ordering

2005-02-11 Thread GreyDeath
I understand the Spec and do not try to bypass it. But the problem I have is not solved by any standard mechanism. I have messages on a queue that should be processed by MDB's. But messages with the same key (message property) must not be parallelized, but processed in the order they came onto

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message ordering

2005-02-09 Thread GreyDeath
Adrian, 1) I know that, that is the reason for how we do 'keystreaming' 2) Maybe it shouldn't but for this purpose I need to. And I use a cluster locking mechanism 3) That is not what I want 4) exactly I want a snapshot!! 5) In effect the Queue the MDB listens on has 2 sets of messages, distingu

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message ordering

2005-02-07 Thread GreyDeath
Maybe I should describe what the MDB does. My messages have keys (messageKey). The Sender will put a 'notification message' on the queue for each new key in one transaction. These messages only have a property messageKey. The MDB is listening on these messages (message selector). Upon onMessage

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message ordering

2005-02-07 Thread GreyDeath
Adrian, I have several problems and I do not know how to sovle them. 1. Message Order: I don't how it happens but I proved now that the messages are sometimes not delivered in the same order as sent to the queue. First transaction sender: 09:18:27,343 INFO [JMS SessionPool Worker-13][JMSDesti

[JBoss-user] [Messaging, JMS & JBossMQ] - Message ordering

2005-02-04 Thread GreyDeath
I have the sitation that a SessionBean sends 3 messages to a queue in one transaction. 15:24:49,157 INFO [JMS SessionPool Worker-6][JMSDestinationProxy] Proxy Message: 6 Correl: 2 15:24:49,160 INFO [JMS SessionPool Worker-6][JMSDestinationProxy] Proxy Message: 6 Correl: 3 15:24:49,162 INFO [

[JBoss-user] [EJB/JBoss] - Name of the current EJB/Application

2005-01-28 Thread GreyDeath
Is it possible to get the Name of the current active EJB? Or in other words, is it possible for an EJB to find out its own name and the name of the application it is part of? thanks Mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863904#3863904 Reply to

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

2005-01-20 Thread GreyDeath
thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862928#3862928 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862928 --- This SF.Net email is sponsored by: Int

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

2005-01-20 Thread GreyDeath
Well, I can't find any configuration for SARDeployer in 4.0.1. Can you give me a hint where that will be? thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862881#3862881 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

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

2005-01-19 Thread GreyDeath
Can this be done for 4.0.2? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862722#3862722 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862722 --- The SF.Net email

[JBoss-user] [Management, JMX/JBoss] - Re: Registration is not done -> stop

2005-01-19 Thread GreyDeath
No, definitly not. That bug was reported by me. The problem there is that the cleanup for ResourceAdapters is not doing all it should. This is an initialization problem. Scott, if you have no objections I will enter a bug report View the original post : http://www.jboss.org/index.html?module=

[JBoss-user] [Management, JMX/JBoss] - Re: Registration is not done -> stop

2005-01-19 Thread GreyDeath
Exactly! +1 Shall I add a bug entry? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862697#3862697 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862697 --- The SF

[JBoss-user] [Management, JMX/JBoss] - Re: Registration is not done -> stop

2005-01-18 Thread GreyDeath
oh the forum drop something: [jar-file]/[path]/fti-service.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862549#3862549 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862549 -

[JBoss-user] [Management, JMX/JBoss] - Re: Registration is not done -> stop

2005-01-18 Thread GreyDeath
Thanks, I found it. I have two service files in two different jar files that have the same name. thus: 2005-01-18 10:58:17,447 INFO [org.jboss.management.j2ee.ServiceModule] Registration is not done -> stop 2005-01-18 10:58:17,460 DEBUG [org.jboss.management.j2ee.ServiceModule] Could not crea

[JBoss-user] [Management, JMX/JBoss] - Registration is not done -> stop

2005-01-17 Thread GreyDeath
After I've deployed my Application I always get the following message: [org.jboss.management.j2ee.ServiceModule] Registration is not done -> stop With no hint which one of my MBeans didn't start cleanly. This could also be one of my JCA Adapters as Jboss implements them as mbeans, but I don't kn

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

2005-01-11 Thread GreyDeath
Check out the following -service.xml file | | http://www.w3.org/2001/XMLSchema-instance";> | | email | destination | com.ftiso

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

2005-01-09 Thread GreyDeath
Well, I should have been more specific I guess. The Xml Parser used by the JBoss deployer is not namespace aware. But As it uses Xerces it could be, just by turning the flag on. The Question is can I do that in some configuration file or does this need a code change? View the original post : ht

[JBoss-user] [Management, JMX/JBoss] - namespaces in -service.xml

2004-12-17 Thread GreyDeath
Hi, Is it possible to configure a namespace enabled xml parser for the -service.xml files? If how? Thanks Mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859027#3859027 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [EJB/JBoss] - Re: MDB 2.1 Deployment error messages

2004-12-16 Thread GreyDeath
I think this is definitly a bug as jboss ignores the message selector in the following MDB | [CDATA[]] | | TransactionWriterBean | | com.ftisoft.streetlamp.ejb.TransactionWriter | | javax.jms.MessageListener | Container | javax.jms.Topic | | | destinat

[JBoss-user] [EJB/JBoss] - MDB 2.1 Deployment error messages

2004-12-16 Thread GreyDeath
During deployment I get the following Warnings: 11:14:34,971 WARN [JMSContainerInvoker] No message-driven-destination given; using; guessing type 11:14:35,142 WARN [JMSContainerInvoker] No message-driven-destination given; using; guessing type 11:14:35,365 WARN [JMSContainerInvoker] Could not

[JBoss-user] [EJB/JBoss] - Re: EJB Deployment uses wrong ejb-local-ref for ejb-link

2004-12-07 Thread GreyDeath
One further thing to mention. There is an MDB inside the ftisoft.core that references the PublishingBean via PublishProxy topic/BEOUT ejb/BusinessBean ejb/local/PublishingBean And core seems to get deployed before publish. Could this be an order problem? But why does it work with

[JBoss-user] [EJB/JBoss] - Re: MDB Timing Stats

2004-12-07 Thread GreyDeath
I'm using 4.0.1RC1 and I use the jboss.management.local mbean for the MDB: EJBModule=ftisoft.core-ejb.jar,J2EEApplication=ftisoft.app.ear,J2EEServer=Local,j2eeType=MessageDrivenBean,name=local/TPSProxy To gather the stats View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-user] [EJB/JBoss] - EJB Deployment uses wrong ejb-local-ref for ejb-link

2004-12-07 Thread GreyDeath
hi, This is a really strange problem. Everything works great as long as I do not change the log4j settings. If I add the following line: Some ejb-links cannot be resolved and are replaced by others. This is correct: java:comp namespace of the PublishingBean bean: +- HandleDel

[JBoss-user] [EJB/JBoss] - MDB Timing Stats

2004-12-06 Thread GreyDeath
Hi, I was wondering if the timings on the onMessage are really correct. (J22 Management) I have a MDB that calls a Session EJB. The overall time in the Session EJB adds up to the overall time of my test (enqueue,process), but the MDB timings don't. According to the MDB timings, the overall tim

[JBoss-user] [JCA/JBoss] - MetricsInterceptor for JCA Resources

2004-11-30 Thread GreyDeath
I wonder if it is possible to have a statistic provider for JCA Resources as they are available for EJB's. Is it possible to apply to MetricsInterceptor to JCA Resources? if yes you how can that be done, or where is the documentation for that. Thanks Mike View the original post : http://www.jbo

[JBoss-user] [JCA/JBoss] - Re: JCAResource is not undeployed

2004-11-21 Thread GreyDeath
I did. I also left a link to this thread and appended your comment. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855817#3855817 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855817 -

[JBoss-user] [JCA/JBoss] - Re: JCAResource is not undeployed

2004-11-16 Thread GreyDeath
The thing is that I still see the following entries in the jboss.management.local domain: -->J2EEApplication=ftisoft.app.ear,J2EEServer=Local,ResourceAdapterModule=ftisoft.engine.rar,j2eeType=ResourceAdapter,name=Engine Adapter I also have another Adaptor that leaves the following: -->J2EEServ

[JBoss-user] [JCA/JBoss] - JCAResource is not undeployed

2004-11-16 Thread GreyDeath
I have a JCA Adapter inside my ear file (both implementation and -ds.xml file) When I undeploy the ear file, the JCA Adapter does not get successfully undeployed. Does anybody know why this is the case? Here is the output from the log: 2004-11-16 09:57:39,021 DEBUG [org.jboss.deployment.MainDep

[JBoss-user] [Installation & Configuration] - UnsupportedClassVersionError in jmx-console

2004-11-12 Thread GreyDeath
Hi I get the following error all of a sudden when I try to open the jmx-console. java.lang.UnsupportedClassVersionError: org/apache/jsp/index_jsp (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Class

[JBoss-user] [EJB/JBoss] - Re: How to configure: message-destination-ref

2004-10-25 Thread GreyDeath
Thanks for the information. But doesn't that mean that jboss 4.0 is not fully j2ee 1.4 complient? thanks Mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852594#3852594 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [EJB/JBoss] - How to configure: message-destination-ref

2004-10-25 Thread GreyDeath
I have a message-destination-ref in my ejb-jar file, how do I link that to the actual jms destination in the jboss.xml. The jboss dtd does not contain anything for that. thanks in advance mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852585#3852585 Re

[JBoss-user] [JCA/JBoss] - Re: dsdotxml in -ejb.jar

2004-10-20 Thread GreyDeath
thanks that did the trick View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852043#3852043 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852043 --- This SF.net email i

[JBoss-user] [JCA/JBoss] - dsdotxml in -ejb.jar

2004-10-11 Thread GreyDeath
I have a couple of -ds.xml files in my ejb and rar files, because it is easier for development. this worked just fine in RC1 but it doesn't in the actual release. What has changed here. is there a way to get this behaviour back? I'm using the default server. Mike View the original post : http

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Using WSMQ ( yet another question )

2004-09-01 Thread GreyDeath
Hi, I actually used your config to get MQ running on my side. Where did you get that information? anyway, I found your problem. check out the following lines: java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory java.naming.provider.url=file:///home/nusa/JNDI-D

[JBoss-user] [JCA/JBoss] - Re: RAR inside an EAR

2004-08-17 Thread GreyDeath
| | ftisoft/jca/FileSystem/local | ftisoft.resource.adapters.rar | javax.resource.cci.ConnectionFactory | FileSystem.local | FileSystem.local | META-INF/Filesystem.local | my -ds.xml file. I looked into the log (after turning tracing

[JBoss-user] [Management, JMX/JBoss] - Re: Connecting with JSR160 compliant tool

2004-08-04 Thread GreyDeath
Thanks for the clarification. From some other forum entries I got the impression that this would be included in 4.0 Any Idea when or if this will be implemented? Mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844107#3844107 Reply to the post : http://

[JBoss-user] [Management, JMX/JBoss] - Re: JMX 1.2 / JSR 160 support?

2004-08-04 Thread GreyDeath
Will JSR 160 be supported in JBoss 4? I tried to use it in the current RC1 and failed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844064#3844064 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844064 --

[JBoss-user] [Management, JMX/JBoss] - Re: Connecting with JSR160 compliant tool

2004-08-04 Thread GreyDeath
That should not matter if both use the JMX Remote Interface --> JSR160. This is the defined standard and Jboss ought to support that. Does it not? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844063#3844063 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Management, JMX/JBoss] - Connecting with JSR160 compliant tool

2004-07-28 Thread GreyDeath
I want to use the MC4J Management Console and connect via JSR160 (JMX Remoting). I can't figure out the connect string. I tried: anonymous wrote : service:jmx:rmi:///jndi/rmi://danube:1098/jmx/rmi/RMIAdaptor where "danube:1098" is the JNDI RMI port and "jmx/rmi/RMIAdapter" the appropriate JNDI