[jboss-user] [EJB/JBoss] - Re: SSL EJB 3.0 invocation

2007-09-07 Thread paul_da_programmer
Answering my own post...does that count as talking to yourself ?!? Ok, I've made a bit of progress with this. This post was of immense help: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=74475 By incorporating the suggested changes into deploy\ejb.deployer\META-INF\jboss-service.xml, S

[jboss-user] [EJB/JBoss] - SSL EJB 3.0 invocation

2007-09-06 Thread paul_da_programmer
Environment: JBoss 4.0.5.GA, Sun JDK jdk1.5.0_11 | C:\Paul\Projects\SSL-EJB\bin>run.bat -c ejb-server | === | | JBoss Bootstrap Environment | | JBOSS_HOME: C:\Paul\Projects\SSL-EJB\bin\\.. | | JA

[jboss-user] [EJB 3.0] - Re: SSL EJB 3.0 invocation 4.0.5.GA

2007-08-14 Thread paul_da_programmer
ok...I took a step back and tried option 1 from above: http://docs.jboss.org/jbossas/jboss4guide/r3/html/ch8.chapter.html#d0e20905 I now have a more managable issue (I think) The client is now giving me the dreaded javax.net.ssl.SSLHandshakeException: I followed the instructions above to create t

[jboss-user] [EJB 3.0] - SSL EJB 3.0 invocation 4.0.5.GA

2007-08-13 Thread paul_da_programmer
I'm trying to bind an EJB service to support SSL only invocation. I'm running the following configuration: JBoss 4.0.5.GA Sun JDK 1.5.0_11 Windows XP / Solaris 9 In my case, the client is another JBoss server of the same configuration. There seems to be two completely different methods to impleme

[jboss-user] [JBoss Messaging] - Re: automatically truncate message table on server startup

2007-05-23 Thread paul_da_programmer
"timfox" wrote : "paul_da_programmer" wrote : If the JMS implementation is an XA compliant one, even without persistence then the answer is yes. | | Yes. But this has got absolutely nothing to do with whether JBM persists non persistent messages or not. I guess that re

[jboss-user] [JBoss Messaging] - Re: automatically truncate message table on server startup

2007-05-23 Thread paul_da_programmer
"timfox" wrote : If you are using only non persistent messages, then there is nothing to "back out" from the DB, since nothing has been saved to the db. | | Perhaps I don't follow what you are trying to say... What I want to back out (or commit atomically) is the XA DB work that my biz func

[jboss-user] [JBoss Messaging] - Re: automatically truncate message table on server startup

2007-05-23 Thread paul_da_programmer
I'm only interested in the ATOMIC ('A' in ACID) aspect of a transaction. What I want to guarantee in using a JMS in a NONPERSISTENT mode is that if the JMS transaction ends abruptly, that all DB work will be back out ATOMICALLY (i.e. all or none) That's why I asked if there is a configurable wa

[jboss-user] [JBoss Messaging] - Re: automatically truncate message table on server startup

2007-05-23 Thread paul_da_programmer
So would non-persistent messages still preserve the transactional integrity of the JMS transaction? onMsg(...) { |//performSomeDBOperation( ) // or any XA transactional operation |...biz throws an uncaught exception which is propagated to the JMS container | } | Can I assume th

[jboss-user] [Messaging, JMS & JBossMQ] - Re: automatically truncate message table on server startup

2007-05-22 Thread paul_da_programmer
On the surface that makes sense, but I do want the security (ie the transactionality) that using Oracle offers for my application. In other words, the consumers of the message also update Oracle data, so I want the 2PC transactionality of (ACK of JMS message == updates were performed). If I don'

[jboss-user] [JBoss Messaging] - Re: automatically truncate message table on server startup o

2007-05-22 Thread paul_da_programmer
FYI, I duplicated this message on the "other" messaging forum: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=109187 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047570#4047570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Messaging, JMS & JBossMQ] - automatically truncate message table on server startup

2007-05-22 Thread paul_da_programmer
Due to the constraints of my application, there isn't any need for me to preserve messages in a Queue when the application is bounced. As a matter of fact, persisting them across reboots will have the undesired effect of initiating a flurry of activity when the server comes online when all of th

[jboss-user] [JBoss Messaging] - Re: automatically truncate message table on server startup o

2007-05-18 Thread paul_da_programmer
Sorry, I should say that I'm using Oracle as the persistence provider as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046858#4046858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046858

[jboss-user] [JBoss Messaging] - automatically truncate message table on server startup or ex

2007-05-18 Thread paul_da_programmer
Due to the constraints of my application, there isn't any need for me to preserve messages in a Queue when the application is bounced. As a matter of fact, persisting them across reboots will have the undesired effect of initiating a flurry of activity when the server comes online and all of the