[JBoss-user] [JCA/JBoss] - Re: org.jboss.jdbc.DerbyDatabase not found

2005-12-08 Thread anand.g.verma
Hi 

I am also facing the same problem and after reading the post I build JBoss from 
source and put derby-plugin.jar in the JBOSS_HOME/server/default/lib folder.

Restarted the server and deployed the application, still getting the same error.

Any help is appreciated.

Thanks in Advance,
Anand

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911419#3911419

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911419


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Not able to run the JMS Samples when using MySql

2005-10-02 Thread anand.g.verma
Hi,

I am trying to run the JBossMQ samples using mySql database.
Everything is alright except whenever I am trying to access the testQueue then 
JBoss gives me following exception.
2005-10-02 19:32:35,652 ERROR 
[org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment 
listing:

--- MBeans waiting for other MBeans ---
ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
  State: CONFIGURED
  I Depend On:
jboss.mq:service=Invoker
jboss.web:service=WebServer

ObjectName: jboss.mq.destination:service=Topic,name=testTopic
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager
jboss.mq:service=SecurityManager

ObjectName: jboss.mq.destination:service=Topic,name=securedTopic
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager
jboss.mq:service=SecurityManager

ObjectName: jboss.mq.destination:service=Topic,name=testDurableTopic
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager
jboss.mq:service=SecurityManager

ObjectName: jboss.mq.destination:service=Queue,name=testQueue
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager
jboss.mq:service=SecurityManager

ObjectName: jboss.mq.destination:service=Queue,name=A
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager

ObjectName: jboss.mq.destination:service=Queue,name=B
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager

ObjectName: jboss.mq.destination:service=Queue,name=C
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager

ObjectName: jboss.mq.destination:service=Queue,name=D
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager

ObjectName: jboss.mq.destination:service=Queue,name=ex
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager

ObjectName: jboss.mq:service=Invoker
  State: CONFIGURED
  I Depend On:
jboss.mq:service=TracingInterceptor
jboss:service=Naming
  Depends On Me:
jboss.mq:service=InvocationLayer,type=HTTP
jboss.mq:service=InvocationLayer,type=JVM
jboss.mq:service=InvocationLayer,type=UIL2

ObjectName: jboss.mq:service=TracingInterceptor
  State: CONFIGURED
  I Depend On:
jboss.mq:service=SecurityManager
  Depends On Me:
jboss.mq:service=Invoker

ObjectName: jboss.mq:service=SecurityManager
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager
  Depends On Me:
jboss.mq.destination:service=Topic,name=testTopic
jboss.mq.destination:service=Topic,name=securedTopic
jboss.mq.destination:service=Topic,name=testDurableTopic
jboss.mq.destination:service=Queue,name=testQueue
jboss.mq:service=TracingInterceptor
jboss.mq.destination:service=Queue,name=DLQ

ObjectName: jboss.mq.destination:service=Queue,name=DLQ
  State: CONFIGURED
  I Depend On:
jboss.mq:service=DestinationManager
jboss.mq:service=SecurityManager

ObjectName: jboss.mq:service=InvocationLayer,type=JVM
  State: CONFIGURED
  I Depend On:
jboss.mq:service=Invoker

ObjectName: jboss.mq:service=DestinationManager
  State: CONFIGURED
  I Depend On:
jboss.mq:service=MessageCache
jboss.mq:service=PersistenceManager
jboss.mq:service=StateManager
  Depends On Me:
jboss.mq.destination:service=Topic,name=testTopic
jboss.mq.destination:service=Topic,name=securedTopic
jboss.mq.destination:service=Topic,name=testDurableTopic
jboss.mq.destination:service=Queue,name=testQueue
jboss.mq.destination:service=Queue,name=A
jboss.mq.destination:service=Queue,name=B
jboss.mq.destination:service=Queue,name=C
jboss.mq.destination:service=Queue,name=D
jboss.mq.destination:service=Queue,name=ex
jboss.mq:service=SecurityManager
jboss.mq.destination:service=Queue,name=DLQ

ObjectName: jboss.mq:service=InvocationLayer,type=UIL2
  State: CONFIGURED
  I Depend On:
jboss.mq:service=Invoker

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.mq:service=StateManager
  State: NOTYETINSTALLED
  Depends On Me:
jboss.mq:service=DestinationManager

2005-10-02 19:36:00,393 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx 
UCL with url null
2005-10-02 19:36:00,393 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] 
setRepository, [EMAIL PROTECTED], [EMAIL PROTECTED] url=null ,addedOrder=0}
2005-10-02 19:36:00,425 INFO  [STDOUT] javax.naming.NameNotFoundException: 
testQueue not bound
2005-10-02 19:36:00,426 INFO  [STDOUT]  at 
org.jnp.server.NamingServer.getBinding(NamingServer.java:491)
2005-10-02 19:36:00,427 INFO  [STDOUT]  at 
org.jnp.server.NamingServer.getBinding(NamingServer.java:499)
2005-10-02 19:36:00,427 INFO  [STDOUT]  at 
org.jnp.server.NamingServer.getObject(NamingServer.java:505)
2005-10-02 19:36:00,427 INFO  [STDOUT]  at 
org.jnp.server.NamingServer.lookup(NamingServer.java:278)
2005-10-02 19:36:00,428 INFO  [STDOUT]  at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2005-10-02 19:36:00,428 IN

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ClassCastException on Queue JNDI lookup

2005-09-06 Thread anand.g.verma
I found the reason for this. It has nothing to do with ClassCastException 
actually.

The JMS client was not able to connect to JBoss server hence I was not getting 
the Queue type object and thus the ClassCastException.

Putting jbossall-client.jar in the classpath solved the problem.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893190#3893190

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893190


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ClassCastException on Queue JNDI lookup

2005-09-06 Thread anand.g.verma
Exception in thread "main" java.lang.ClassCastException: javax.naming.Reference
at QClient.main(QClient.java:33)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893172#3893172

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893172


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ClassCastException on Queue JNDI lookup

2005-09-06 Thread anand.g.verma
Hi 
I am also facing the same problem. 
I am using samples given in the JBoss distribution as per the JBossMQWiki.
However when I use testQueue then I get ClassCastException and if I use queue A 
then I get Queue not bound exception.
==
Here is my code:

Properties properties = new Properties();
properties.put("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory");
properties.put("java.naming.provider.url","jnp://localhost:1099");
properties.put("java.naming.factory.url.pkgs","org.jboss.naming:org.jnp.interfaces");
InitialContext ctx = new InitialContext(properties);
log.info("Looking up queueA");
Queue queue = (Queue) ctx.lookup("Queue/A");
=
My jbossmq-destinations-service.xml

jboss.mq:service=DestinationManager
jboss.mq:service=SecurityManager
-1

  



  

  
 
jboss.mq:service=DestinationManager
  
===
Please let me know if this is incorrect and if yes then what needs to be done.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893143#3893143

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893143


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user