[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Redelivery of rollbacked Messages

2004-07-22 Thread nort
did you solved this problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842928#3842928 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842928 --- This SF.Net emai

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

2004-07-15 Thread nort
With these lines of code, I get the following stack on server side: QueueReceiver qRec = qSession.createReceiver(wfQueue, null); MapMessage m = (MapMessage)qRec.receive(3000); InitialContext initialContext = new InitialContext(connProps); mqFactory = (QueueConnectionFactory) initialContext.lookup(

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

2004-07-15 Thread nort
I trie it with the following lines of code. I identifie the specific message and get the message-id. Then I create a QueueReceiver to consume this message. But I get still "null" message. Dos anyone see an error? The message is within the queue, definitly. Also the JMX Bean of the queue listen

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

2004-07-14 Thread nort
I want to remove a message with a special content for example. Is there a possibility to remove a message from the queue (not to consume it)? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842157#3842157 Reply to the post : http://www.jboss.org/index.html?m

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

2004-07-14 Thread nort
Hello, does anyone knows how to remove (or consume) a specific JMS-message from a queue? Thanks, Juraj View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842021#3842021 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384202

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: successive consume of messages

2004-06-28 Thread nort
and the singleton MDB would solve my problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840229#3840229 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840229 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - successive consume of messages

2004-06-28 Thread nort
Hello, I need to consume the JMS messages successivly. That means if I send 10 messages to the queue the onMessage-method has to be called and proceeded. After finishing the process of the first message the next message has to be consumed. The actual situation is, that for each message a insta

[JBoss-user] [Security & JAAS/JBoss] - Return Subject to EJB-client

2004-06-24 Thread nort
Hello, i have created an authentication-EJb which invoces different custom loginModules. After running all LMs a Subject will be created. This subject has to be returned to the EJB-client. But I get this exception on the client side: java.lang.reflect.UndeclaredThrowableException Is it not al

[JBoss-user] [Management, JMX/JBoss] - Restart Jboss on remote machine

2004-05-28 Thread nort
Hello, I run ANT on a IntegrationMachine and Jboss on a different one. Both are Win machines. The IntegrationMachine maps the Jboss-dir of the JBoss machine. I am able to shutdown the instance of JBoss on the remote machine, but I am not able o start jboss there. If I start Jboss on the traditi

[JBoss-user] [Installation & Configuration] - Restart Jboss on remote machine

2004-05-28 Thread nort
Hello, I run ANT on a IntegrationMachine and Jboss on a different one. Both are Win machines. The IntegrationMachine maps the Jboss-dir of the JBoss machine. I am able to shutdown the instance of JBoss on the remote machine, but I am not able o start jboss there. If I start Jboss on the traditi

[JBoss-user] [Installation & Configuration] - Re: CommunicationException while JNDI Connect

2004-05-13 Thread nort
It seems to be an error with the binding; After setting --host server to run.bat it is working now. Can someone explain me, how the bindings are working? Juraj View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834763#3834763 Reply to the post : http://www.jbos

[JBoss-user] [Installation & Configuration] - CommunicationException while JNDI Connect

2004-05-13 Thread nort
Hello, I run my application on an integration server with jboss 3.2.3. Everythink was working fine, until I replaced it to an other room in my company. Now I get still a javax.naming.CommunicationException Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out

[JBoss-user] [JCA/JBoss] - Re: Connection to SAP using JRA/JCA

2004-04-07 Thread nort
Try to run a simple JCO class to create a connection with yours data. If you dont know the system number of the sap, ask your admin. I mean the password is not included within the DD (or you have deleted it?) Juraj View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Problem while deploying webapp in 3.2.3 (running in 3.2.

2004-03-30 Thread nort
okay it is running now. TC seems to be more sterner. Just remove all needless entries from the web.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828050#3828050 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=382805

[JBoss-user] [HTTPD, Servlets & JSP] - Problem while deploying webapp in 3.2.3 (running in 3.2.1)

2004-03-30 Thread nort
Hello, I get this exception while deploing my webapp. In 3.2.1 it is working: 11:02:43,515 ERROR [Engine] SingleSignOnContextConfig[/IKWebPortal] Exception processing TLD at resource path /WEB-INF/struts-bean .tld javax.servlet.ServletException: Exception processing TLD at resource path /WEB-IN

[JBoss-user] [Security & JAAS/JBoss] - Re: Windows NT authentication

2004-03-30 Thread nort
I think the simplest way is to use a WIN-JAAS-Login Module. Just search after "tagish JAAS" in google. You should find a lot of information... Juraj View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828041#3828041 Reply to the post : http://www.jboss.org/index

[JBoss-user] [JCA/JBoss] - Re: jms and sap jca

2004-03-29 Thread nort
you are right; sap doesn't support XA. But you can realize "virtual transactions" by your own TransactionManager if you want. Is a lot of work to do that... Juraj View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828035#3828035 Reply to the post : http://www.j