[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0.2 -> 4.0.4 (Problems with topic's JNDI lookup)

2006-07-07 Thread chief39
One more feature:

When deploying project without topic's configs in JBoss - JBoss tells me, that 
it can't find topic "topic/com/mysy."
But, if configs with "topic/com/mysy." are in JBoss "deploy" folder - on 
deploying i get a message mentioned in the first post. About 
"TOPIC.com/mysyst..."

And... What does it mean: "previous topic"? I can't find understandable docs 
about it :(

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0.2 -> 4.0.4 (Problems with topic's JNDI lookup)

2006-07-05 Thread chief39
I replaced "jms" folder in 4.0.4 by analog from 4.0.2
And got the same.

Downloading of Jboss-messaging-1.0.1.CR2 have been finished.
Tomorrow will try to solve my trouble using it...

Is here nobody, who was confronted with these difficulties?

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0.2 -> 4.0.4 (Problems with topic's JNDI lookup)

2006-07-05 Thread chief39
It's not a mistake during deploy...

I think it's differences in JMS providers...
But how can i solve it?
JBoss documentation is silent about it. Or, maybe, i watch it not so closely...


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0.2 -> 4.0.4 (Problems with topic's JNDI lookup)

2006-07-05 Thread chief39
I've do it.
So, that's what i got^
[CODE]
16:38:12,445 WARN  [JMSContainerInvoker] Could not find the topic 
destination-jndi-name=topic/com/mysystem/mq/JobInvocationTopic
javax.naming.NameNotFoundException: com not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
at org.jnp.server.NamingServer.lookup(NamingServer.java:267)

at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
16:38:12,460 WARN  [JMSContainerInvoker] destination not found: 
topic/com/mysystem/mq/JobInvocationTopic reason: javax.naming.NameNotFo
undException: com not bound
16:38:12,460 WARN  [JMSContainerInvoker] creating a new temporary destination: 
topic/com/mysystem/mq/JobInvocationTopic
16:38:12,460 INFO  [com/mysystem/mq/JobInvocationTopic] Bound to JNDI name: 
topic/com/mysystem/mq/JobInvocationTopic

[/CODE]

:(

Earlier, i was trying to change all to "com/mysystem/mq/JobInvocationTopic"
(in conf, ejb-jar, etc.)
No results


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0.2 -> 4.0.4 (Problems with topic's JNDI lookup)

2006-07-05 Thread jaikiran
The other thing that you can do is, use the jmx-console to see to which 
jndiname the topic is bound. Here's how you can do it:

- Access http://localhost:8080/jmx-console
- Here you will find a list of services that have been deployed in jboss.
- On this page, under the section jboss.mq.destination, you will find the name 
of your topic (i.e. job-invocation-topic). Click on it and the page that comes 
up, will show you all the details of your topic, including the jndi-name to 
which it is bound. 



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0.2 -> 4.0.4 (Problems with topic's JNDI lookup)

2006-07-05 Thread jaikiran
anonymous wrote : topic does not exist: TOPIC.com/mysystem/mq/JobInvocationTopic

I am not sure why the server is looking up the topic at 
TOPIC.com/mysystem/mq/JobInvocationTopic instead of 
TOPIC.topic/com/mysystem/mq/JobInvocationTopic

Try out the following:

Change your topic-config-service.xml (only this file) to:

 
  
  | jboss.mq:service=DestinationManager
  | jboss.mq:service=SecurityManager
  | com/mysystem/mq/JobInvocationTopic
  |   
  |  

Notice that i have removed the 'topic/' from the JNDIName. See if this works.


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user