Harsha Jay

Ranch Hand
+ Follow
since Jul 23, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Harsha Jay

This is so funny, my wife forwarded me this email. LOL!






















16 years ago
it is getting real. Can't believe I just paid 74 bucks to fill up. Ouch ouch ouch!

I am checking out the metro maps/passes now and locking up my premium gas sucking bavarian until the prices cool off.
16 years ago

Originally posted by vijay jamadade:
...what are the key factors...



the key factors are '$$$', scope, time, risk, resources.
16 years ago
low fares, more legroom in the first few rows, DirectTV and also does this
16 years ago
great Thanks, I am giving it a shot right now!
I have a need to show the string output (return from javascript function )to presentation JSP. If I use document.write() the result is displayed in the entire page, How can I show the JS return string in a <td></td> only or a <li></li> element only. Is this possible?
Yes, that was the problem, I was not passing the right connectionfactory object, Im good now, thanks
17 years ago
Anyone know how to receive messages from remote topic/queue in terms of configuration changes, JNDI lookup etc.,

I am using Jboss4.0.5 trying to receive messages from a topic on Jboss 4.2.2, I am not using MDB(ejb3.0) on 4.0.5

-Thanks
17 years ago
Continued...

I am passing the jndi as "topic/PTopic" and the url is "localhost:1199"

I can see that it is connecting to jboss4.2.2, but unable to see the topic where as I can see it in the jmx-console and I also played with stop/start triggers. pretty wierd! <ack!>
17 years ago
Here it is,

A Standalone client calling a Topic on jboss4.2.2.


javax.jms.InvalidDestinationException: No such destination: JBossTopic[PTopic] has it been deployed?
at org.jboss.jms.server.endpoint.ServerSessionEndpoint.createConsumerDelegateInternal(ServerSessionEndpoint.java:1838)
at org.jboss.jms.server.endpoint.ServerSessionEndpoint.createConsumerDelegate(ServerSessionEndpoint.java:252)
at org.jboss.jms.server.endpoint.advised.SessionAdvised.org$jboss$jms$server$endpoint$advised$SessionAdvised$createConsumerDelegate$aop(SessionAdvised.java:94)
at org.jboss.jms.server.endpoint.advised.SessionAdvised$createConsumerDelegate_8721389917985689973.invokeNext(SessionAdvised$createConsumerDelegate_8721389917985689973.java)Error creating listener: javax.jms.InvalidDestinationException: No such destination: JBossTopic[Aditi] has it been deployed?

at org.jboss.jms.server.container.SecurityAspect.handleCreateConsumerDelegate(SecurityAspect.java:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:121)
at org.jboss.jms.server.endpoint.advised.SessionAdvised$createConsumerDelegate_8721389917985689973.invokeNext(SessionAdvised$createConsumerDelegate_8721389917985689973.java)
at org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105)
at org.jboss.jms.server.endpoint.advised.SessionAdvised$createConsumerDelegate_8721389917985689973.invokeNext(SessionAdvised$createConsumerDelegate_8721389917985689973.java)
at org.jboss.jms.server.endpoint.advised.SessionAdvised.createConsumerDelegate(SessionAdvised.java)
at org.jboss.jms.wireformat.SessionCreateConsumerDelegateRequest.serverInvoke(SessionCreateConsumerDelegateRequest.java:100)
at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:143)
at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:795)
at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:573)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:387)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:166)
at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:163)
at org.jboss.remoting.Client.invoke(Client.java:1634)
at org.jboss.remoting.Client.invoke(Client.java:548)
at org.jboss.remoting.Client.invoke(Client.java:536)
at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:189)
at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:160)
at org.jboss.jms.client.delegate.ClientSessionDelegate.org$jboss$jms$client$delegate$ClientSessionDelegate$createConsumerDelegate$aop(ClientSessionDelegate.java:245)
at org.jboss.jms.client.delegate.ClientSessionDelegate$createConsumerDelegate_8721389917985689973.invokeNext(ClientSessionDelegate$createConsumerDelegate_8721389917985689973.java)
at org.jboss.jms.client.container.StateCreationAspect.handleCreateConsumerDelegate(StateCreationAspect.java:148)
at org.jboss.aop.advice.org.jboss.jms.client.container.StateCreationAspect30.invoke(StateCreationAspect30.java)
at org.jboss.jms.client.delegate.ClientSessionDelegate$createConsumerDelegate_8721389917985689973.invokeNext(ClientSessionDelegate$createConsumerDelegate_8721389917985689973.java)
at org.jboss.jms.client.container.ConsumerAspect.handleCreateConsumerDelegate(ConsumerAspect.java:73)
at org.jboss.aop.advice.org.jboss.jms.client.container.ConsumerAspect29.invoke(ConsumerAspect29.java)
at org.jboss.jms.client.delegate.ClientSessionDelegate$createConsumerDelegate_8721389917985689973.invokeNext(ClientSessionDelegate$createConsumerDelegate_8721389917985689973.java)
at org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:92)
at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105)
at org.jboss.jms.client.delegate.ClientSessionDelegate$createConsumerDelegate_8721389917985689973.invokeNext(ClientSessionDelegate$createConsumerDelegate_8721389917985689973.java)
at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170)
at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105)
at org.jboss.jms.client.delegate.ClientSessionDelegate$createConsumerDelegate_8721389917985689973.invokeNext(ClientSessionDelegate$createConsumerDelegate_8721389917985689973.java)
at org.jboss.jms.client.delegate.ClientSessionDelegate.createConsumerDelegate(ClientSessionDelegate.java)
at org.jboss.jms.client.JBossSession.createConsumer(JBossSession.java:237)
at org.jboss.jms.client.JBossSession.createConsumer(JBossSession.java:215)
at org.jboss.jms.client.JBossSession.createSubscriber(JBossSession.java:431)
at Listener.initializeListener(Listener.java:76)
at Listener.<init>(Listener.java:37)
at Listener.main(Listener.java:101)
17 years ago
Are you sure you found it in the JBoss-5.0Beta4?

I was not able to find this in jboss-container-metadata-spi.jar.
17 years ago
I am sending/receiving messages to JBoss4.2.2 from JBoss4.0.5.
Plain vanilla POJO implementing MessageListener.
17 years ago
java.lang.NoClassDefFoundError: org/jboss/metadata/spi/signature/Signature

where is this jar?
17 years ago
Nice job ey Sherlock!!

That and the other main reason for my interest in this noise cancelling technology is because of a highly opinionated dab sitting right behind me screaming loudly on the phone for hours and hours.

headphones FTW
17 years ago
I am looking for a decent noise cancelling headset (not the bose kind, *family man with day care expenses heh heh*).

I am sure many ranchers use this, except for the lucky ones working from home. If you own one and you think it works great and of some value, care to share?

-Thanks
17 years ago