[JBoss-user] Report to Recipient(s)

2003-08-28 Thread PUNEMAIL/TCSPUNE/TCS
Incident Information:- Originator: [EMAIL PROTECTED] Recipients: [EMAIL PROTECTED] Subject:JBoss-user digest, Vol 1 #4930 - 5 msgs WARNING: The file mime001.txt (document_all.pif) you received was infected with the W32/[EMAIL PROTECTED] (ED) virus. The file attachment was not successfully c

RE: [JBoss-user] Re: How to call jboss from .NET using IIOP?

2003-08-28 Thread Clover, James
Carsten, Last year, IEEE published an article called "Latency Performance of SOAP Implementations" that compared stuff like RMI vs Axis vs MS SOAP. You can find it at http://www.caip.rutgers.edu/TASSL/Papers/p2p-p2pws02-soap.pdf. In one of their tests, the latency on an RMI call was 2.3 ms, a

RE: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-28 Thread Adrian Brock
This is sore point in the spec :-) It leaves it for each JMS implementation to solve. It implements the ConnectionConsumer and the Session. The message is passed under the radar. In particular what happens when there is failure part way through. This is a problem that JCA1.5's MessageEndpoint make

RE: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-28 Thread Adrian Brock
If was a frequently asked question in the forums for 3.0 that MQSeries didn't support an XAConnectionFactory. You had to fallback to acknowledgements with no XA false in the MDB config 3.2 detects whether a connectionfactory implements XAConnectionFactory Somebody else pointed out a bug in JBoss'

Re: [JBoss-user] After a while: "XAException" and "failed tocommit/rollback"

2003-08-28 Thread Adrian Brock
This problem has been fixed, the fix is in 3.2.2RC1 if I remember correctly? There is a bug report on sourceforge. This can also show up as "InvalidTransactionID" in 3.2.1 which has better error reporting. Regards, Adrian On Thu, 2003-08-28 at 21:12, Bernhard Löwenstein wrote: > Hello! > > We i

[JBoss-user] Delivery Notification: Delivery has failed

2003-08-28 Thread Internet Mail Delivery
This report relates to a message you sent with the following header fields: Return-path: <[EMAIL PROTECTED]> Received: from conversion-daemon.bgl1mx1-a-fixed.sancharnet.in by bgl1mx1-a-fixed.sancharnet.in (iPlanet Messaging Server 5.2 HotFix 0.9 (built Jul 29 2002)) id <[EMAIL PROTECT

[JBoss-user] Response To Your Mail To FlyFree@MileSpree

2003-08-28 Thread autoreply
Thank you for your recent e-mail message to [EMAIL PROTECTED] This address is used for outbound mail only and cannot accept inbound mail. As a result, any request you sent to that address cannot be processed. We want to respond to you, so please use one of the two options below:

[JBoss-user] JBoss - FireBird DataSource Deploy Problems

2003-08-28 Thread Edgar Silva
Hi Folks... I am with some troubles in FireBird DataSource ; Following the StackTrace: 18:54:44,826 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean ope ration 'checkIncompleteDeployments()' Cause: Incomplete Deployment listing: Packages waiting for a deployer: Incompletely dep

[JBoss-user] ALERT - Virus W32/Sobig.f@MM found; an attachment/message has been quarantined

2003-08-28 Thread DSAVEXCHANGE001(Network Associates Anti-Virus - Mailbox Agent)
Action Taken: An attempt to disinfect the attachment was unsuccessful, so the attachment was quarantined from the message and replaced with a text file informing the recipient of the action taken. The infected attachment has been placed in the designated quarantine folder. Please exercise extreme c

[JBoss-user] ALERT - Virus W32/Sobig.f@MM found; an attachment/message has been quarantined

2003-08-28 Thread DSAVEXCHANGE001(Network Associates Anti-Virus - Mailbox Agent)
Action Taken: An attempt to disinfect the attachment was unsuccessful, so the attachment was quarantined from the message and replaced with a text file informing the recipient of the action taken. The infected attachment has been placed in the designated quarantine folder. Please exercise extreme c

RE: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-28 Thread thomas . cherel
Title: RE: [JBoss-user] JMS: JBoss to Weblogic messaging When configuring WebLogic as a JMS provider within JBoss, the MDB will get a WebLogic session. If this is an XA compliant session, then it can be enlisted in the JBoss TM (see JMS spec, where, on a XASession, you can say, getXAResource).

[JBoss-user] Separate Logger for Context in Tomcat

2003-08-28 Thread Poppe, Troy
I am using JBoss-3.2.1 w/ Tomcat embedded on JDK 1.4 on the testing server. On my desktop, for development, I have JBoss-3.2.1 and Tomcat 4.1.27 separated (so that I can control the lifecycle of the webserver separately from JBoss. On my desktop, I have created some xml files that I throw in the

[JBoss-user] Delivery Notification: Delivery has failed

2003-08-28 Thread Internet Mail Delivery
This report relates to a message you sent with the following header fields: Return-path: <[EMAIL PROTECTED]> Received: from conversion-daemon.ndl1mx1-a-fixed.sancharnet.in by ndl1mx1-a-fixed.sancharnet.in (iPlanet Messaging Server 5.2 HotFix 1.17 (built Jun 23 2003)) id <[EMAIL PROTEC

[JBoss-user] Delivery Notification: Delivery has failed

2003-08-28 Thread Internet Mail Delivery
This report relates to a message you sent with the following header fields: Return-path: <[EMAIL PROTECTED]> Received: from conversion-daemon.ndl1mx1-a-fixed.sancharnet.in by ndl1mx1-a-fixed.sancharnet.in (iPlanet Messaging Server 5.2 HotFix 1.17 (built Jun 23 2003)) id <[EMAIL PROTEC

[JBoss-user] After a while: "XAException" and "failed to commit/rollback"

2003-08-28 Thread Bernhard Löwenstein
Hello! We implemented an enterprise app running with JBoss using entity, session and message-driven beans. The app works fine for a while, but then the following exceptions are thrown: 2003-08-28 21:41:51,167 WARN [org.jboss.tm.TransactionImpl] XAException: tx=TransactionImpl:XidImpl [FormatId=2

RE: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-28 Thread Barlow, Dustin
In a previous discussion we had, you mentioned the following flow of JMS->CMT MDB The order of work is roughly: 1) receive() 2) getSession() and enlist in tx 3) getMDB() 4) onMessage() 5) releaseMDB() 6) commitSession() In this case (Weblogic JMS -> JBoss CMT MDB), I was thinking that the JMS

RE: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-28 Thread thomas . cherel
Title: RE: [JBoss-user] JMS: JBoss to Weblogic messaging I managed to have MQSeries configured as a JMS provider in JBoss (and then have JBoss MDB listening to MQ queues). But XA support did not work (got an answer from on of the JBoss developer mentioning some incompatibility between what MQS

[JBoss-user] Re: How to call jboss from .NET using IIOP?

2003-08-28 Thread Carsten Hammer
Jung , Dr. Christoph schrieb: You should in no case for your own sake meet a thus serious design decision without looking at the exact reasons. E.g., there was someone mentioning that latencies in the area of a second could be caused by the .NET SOAP library trying to retrieve proxy settings wi

Re: [JBoss-user] [3.2.2RC2] Using the UUID or HiLoID generator

2003-08-28 Thread Alexey Loubyansky
It is now in CVS in Branch_3_2 only. alex Barlow, Dustin wrote: Thanks! Just to be clear, you're making this build change in the 3.2.2 and the 4.0 codebases correct? I'm currently using 3.2.2RC3, and probably will continue to use the 3.2.x series for some time. Dustin -Original Messag

RE: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-28 Thread Adrian Brock
No, a distributed TM is only required when there are multiple transaction managers. The JBossTM enlists the JMS's XASession/XAResource. There is only one transaction manager. If the MDB did a remote ejb invocation then it would require a DTM. Of course you might want a logging TM for recovery.

RE: [JBoss-user] [3.2.2RC2] Using the UUID or HiLoID generator

2003-08-28 Thread Barlow, Dustin
Thanks! Just to be clear, you're making this build change in the 3.2.2 and the 4.0 codebases correct? I'm currently using 3.2.2RC3, and probably will continue to use the 3.2.x series for some time. Dustin > -Original Message- > From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] > Sent:

Re: [JBoss-user] Securing Database Login

2003-08-28 Thread Adrian Brock
org.jboss.resource.security.CallerIdentityLoginModule The user and password are propagated to the db login. Each user get's their own db subpool. It is similar to ConfiguredIdentityLoginModule examples of which are "HsqlDBRealm" in hsqldb-ds.xml and login-config.xml or "JmsXARealm" in jms-ds.xml

Re: [JBoss-user] [3.2.2RC2] Using the UUID or HiLoID generator

2003-08-28 Thread Alexey Loubyansky
Done. IDGenerator... are from 4.0 as well as HiLo. alex Barlow, Dustin wrote: Is it possible to have the following classes(interfaces) put in the jboss-client.jar as well so that I don't have to include server//lib/jboss.jar in the "client's" classpath? I can certainly make the change for my j

RE: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-28 Thread Barlow, Dustin
In the 3.x series, how are CMTs handled if the JBoss MDB binds to a queue on a Weblogic instance? Doesn't this require distributed TM which isn't currently supported in 3.x? Would this even work between two JBoss 3.x instances? Dustin > -Original Message- > From: Adrian Brock [mailto:[E

RE: [JBoss-user] JNDI Name

2003-08-28 Thread Rod Macpherson
Okie dokie. Thanks, Rod -Original Message- From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 2:56 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JNDI Name No, you have to expose some interface yourself to access it remotely. alex Rod Macpherson w

Re: [JBoss-user] Why does JBoss MQ persistence Mgr start a new TX?

2003-08-28 Thread Adrian Brock
You have a misunderstanding. JBossMQ implements its local branch of an XA transaction using jdbc2. It is the transaction on the XASession/XAResource that you should be concerned with. The local db transactions used to ensure message and trasaction log persistence are unrelated. Regards, Adria

Re: [JBoss-user] jbossMQ question: durable subscriber userauthentication

2003-08-28 Thread Adrian Brock
The user you login as (configured in jbossmq-state.xml) must be in a role that has "create" authority on the topic. Regards, Adrian On Thu, 2003-08-28 at 17:28, Aurele Vrata Venet wrote: > Hello, > > just started on JBoss 3.2.1. I have succesfully configured it for just > the JMS/JNDI service.

Re: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-28 Thread Adrian Brock
There are two types of interoperability. JBoss MDB can use any messaging system (it doesn't care about jbossmq) Different JMS systems can transport each others messages (typically by wrapping them in their own native message) - this is obviously slower than a uniform environment. Regards, Adrian

RE: [JBoss-user] [3.2.2RC2] Using the UUID or HiLoID generator

2003-08-28 Thread Barlow, Dustin
Is it possible to have the following classes(interfaces) put in the jboss-client.jar as well so that I don't have to include server//lib/jboss.jar in the "client's" classpath? I can certainly make the change for my jboss build to do this, but i'd rather it be in the canonical source build if possi

[JBoss-user] Securing Database Login

2003-08-28 Thread Dmitry Dolinsky
Hello, I need to keep database login information secure. So, my question is what's the best way to integrate custom database login information with JBoss (3.2.2). From JBoss doc: * password: This element specifies the default password used when creating a new connection. The actual password ma

[JBoss-user] Returned mail: see transcript for details

2003-08-28 Thread Mail Delivery Subsystem
The original message was received at Fri, 29 Aug 2003 02:34:19 +1000 from m1.dnsix.com [63.251.171.166] - The following addresses had permanent fatal errors - <[EMAIL PROTECTED]> (reason: data format error) - Transcript of session follows - ANTIVIRUS SYSTEM FOUND VIRUSE

[JBoss-user] Why does JBoss MQ persistence Mgr start a new TX?

2003-08-28 Thread Dawes, Phil
Hi JBoss Team, (I sent this to the dev list by mistake - sorry!) We have an application at drkw which uses a message driven bean, and we are trying to have database calls made in the onMessage method in the same transaction as the message delivery itself. However, the jbossmq persistence manager

Re: [JBoss-user] JMS: JBoss to Weblogic messaging

2003-08-28 Thread Dan Christopherson
Curley, John wrote: Hi, All: Can anyone give me feedback on performing JMS messaging to/from JBoss/WebLogic environments? Should there be any issues with guaranteed messaging? In theory, there should be interoperability between the two environments as implied by the J2EE specification. Not rea

[JBoss-user] jbossMQ question: durable subscriber user authentication

2003-08-28 Thread Aurele Vrata Venet
Hello, just started on JBoss 3.2.1. I have succesfully configured it for just the JMS/JNDI service. I am able to lookup the testTopic that comes preconfigured. I can publish/subsribe to the topic with a standard Subscriber. However, if I try to createDurableSubcriber(durableTopic, name), i

RE: [JBoss-user] JBoss.net questions/ SAAJ

2003-08-28 Thread Marco.Mistroni
Dear Mr Jung, yes axis was in jboss.net. but my jboss version (3.2.1) was dated back to may.. as a matter of fact, downloaded latest axis (final) everything works fine. no need now for saaj example... i have seen some examples (axis etc) and it is a matter of extending a prepackaged servlet

[JBoss-user] Re: jboss on AIX - issue.

2003-08-28 Thread Holger Baxmann
hi, i would recommend to use a more recent build, if you are just starting - in my case i have switched to 3.2.1 .. could slightly remember there where some posts about this cl issue with the PropertyEditor somewhere bax PS: sorry for having this in the mailinglist too - i think it should go

[JBoss-user] JBoss Presentation

2003-08-28 Thread Chris Bonham
I gave a presentation on JBoss and Web Services at the Indianapolis JUG (http://www.indyjug.net). The presentation can be downloaded from: http://www.thirdeyeconsulting.com/indyjug/jboss/ -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsulting.com

RE: [JBoss-user] JBoss.net questions/ SAAJ

2003-08-28 Thread Jung , Dr. Christoph
Marco, at least in head, saaj.jar should be part of the jboss-net.sar. So it should not be an installation question. We have contributed sample code that does web services over smtp (unfortunatly it has been temporarily rolledback, you will find it in org.jboss.net.axis.mail.handlers within Branc

[JBoss-user] Exception destroying ManagedConnection ? Why ?

2003-08-28 Thread Christofer Dutz
Hi, at the moment I am doing some jboss benchmarking and under heavy load I get several strange exceptions. I am using an oracle database for my application and the exception thrown is one concerning the hypersonic database. The nested exception is a SQLException file input/output error while

[JBoss-user] Re: Connecting to JBoss from Eclipse plug-in

2003-08-28 Thread Eric Jain
> When trying to connect to JBoss from an Eclipse plug-in, I either get > the following exception: For reference: The problem has something to do with spaces in the path, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=22395. -- Eric Jain -

RE: [JBoss-user] Re: How to call jboss from .NET using IIOP?

2003-08-28 Thread Jung , Dr. Christoph
You should in no case for your own sake meet a thus serious design decision without looking at the exact reasons. E.g., there was someone mentioning that latencies in the area of a second could be caused by the .NET SOAP library trying to retrieve proxy settings with each new http connection! Hen

[JBoss-user] ¹J¨ì§A¯u¥¿·Rªº¤H®É¢w¢w

2003-08-28 Thread cis09012000
Title: ±¡¤H¤ë ±¡¤H¤ë~~»P§A¤À¨É§Úªº¹¥±¡±K©Û¡I ¡@ [EMAIL

RE: [JBoss-user] Which Jboss version supports axis 1_1RC2?

2003-08-28 Thread Marco.Mistroni
Hi, yes, i would rely more on a final version rather than an earlier. but i did not know the proper axis release embedded in weblogic... then...gotta go back to test :-) thanx a lot and regards marco > -Original Message- > From: ext Jung , Dr. Christoph [mailto:[EMAIL PR

Re: [JBoss-user] JMS Connection Factory

2003-08-28 Thread Holger Baxmann
On Thu, 28 Aug 2003 08:30:18 +0300, SHAHIN HADJIKULIEV <[EMAIL PROTECTED]> wrote: How can define additional connection factories? You should have success with changing the contents of xml files witch should complement one another. bax Thanks. Shahin -

[JBoss-user] IMPORTANT

2003-08-28 Thread grahamkoroma
ther for saw the danger that came in Zimbabwe. Before he was murdered, he withdrew all of our business foreign accounts in dollars and sold up our shares in major companies. We then went to SOUTH AFRICA to deposit the sum of US$14.5 million (Fourteen million, Five Hundred thousand US dollar

[JBoss-user] Returned mail: User unknown

2003-08-28 Thread Mail Delivery Subsystem
The original message was received at Thu, 28 Aug 2003 09:05:31 -0400 (EDT) from latona-gw.customer.0rbitel.net [212.95.179.234] *** ATTENTION *** Your e-mail is being returned to you because there was a problem with its delivery. The address which was undeliverable is listed in the section labe

Re: [JBoss-user] Problem deploying Entity Beans with relationshipsin JBoss 3.2.2 - Please Help

2003-08-28 Thread Alexey Loubyansky
You need to specify key-fields on the other side (with multiplicity one). alex Sasidharan, Manoj wrote: Hello All, I am trying to deploy a jar file that contains some entity beans with relationships. It fails to deploy giving the following error: Can somebody help me resolve this also. Thanks

[JBoss-user] Problem deploying Entity Beans with relationships in JBoss 3.2.2- Info enclosed

2003-08-28 Thread Sasidharan, Manoj
Hello All, Here is the contents of jbosscmp-jdbc.xml: mapNames-mapEntity MapNamesRelationshipRole mapNameId MAP_NAME_ID

RE: [JBoss-user] Which Jboss version supports axis 1_1RC2?

2003-08-28 Thread Jung , Dr. Christoph
both 3.2 and 4.0 even contain axis1_1final! you do not want to rely on an rc2 feature that is no more present in final? CGJ > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Dienstag, 26. August 2003 21:13 > To: [EMAIL PROTECTED] > Subject: [JBoss-us

RE: [JBoss-user] Entity Bean Deployment problem - JBoss 3.2.2.RC2 - How to turn off dtd validation? - RESOLVED

2003-08-28 Thread Sasidharan, Manoj
Hello All, I managed to get things to run by making the following change in conf/jboss-service.xml: false Thanks everybody and a special thanks to Adrian. rgds MS -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 4:12 AM To: [EMAI

[JBoss-user] Problem deploying Entity Beans with relationships in JBoss 3.2.2- Please Help

2003-08-28 Thread Sasidharan, Manoj
Hello All, I am trying to deploy a jar file that contains some entity beans with relationships. It fails to deploy giving the following error: Can somebody help me resolve this also. Thanks in advance for your help and time. Best Regards MS 12:59:16,641 ERROR [EntityContainer] Starting failed

Re: [JBoss-user] Help with memory leak issue

2003-08-28 Thread Tim McAuley
Stephane Nicoll wrote: Hello, We had exactly the same problem! Using Jboss 3.2.1 with the pg73jdbc3 driver solves our problem. Regards, Stéphane Nicoll You're dead right. I had tried out the latest driver but to fix the original problem. I never noticed it had fixed the "commit" issue. Just

[JBoss-user] Re: How to call jboss from .NET using IIOP?

2003-08-28 Thread Carsten Hammer
"Sacha Labourey" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] You most probalbly want to use webservices (soap) and not IIOP We have a applet using rmi that is fast and a .NET application using SOAP that is deadly slow (Many Clients accessing JBoss at the same time, each of i

RE: [JBoss-user] Entity Bean Deployment problem - JBoss 3.2.2.RC2- How to turn off dtd validation?

2003-08-28 Thread Stephane Nicoll
Simplest way is to remove the DTD declaration in your XML file (the line with doctype etc). Otherwise, there is an option in conf/jboss-service.xml about validation. Just disabled it Regards, Stéphane Nicoll On Thu, 2003-08-28 at 12:18, Sasidharan, Manoj wrote: Hello Adrian, Thanks for ta

RE: [JBoss-user] How to call jboss from .NET using IIOP?

2003-08-28 Thread Sacha Labourey
You most probalbly want to use webservices (soap) and not IIOP > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Carsten Hammer > Sent: jeudi, 28. août 2003 13:13 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] How to call jboss from .NET using IIO

RE: [JBoss-user] Entity Bean Deployment problem - JBoss 3.2.2.RC2- How to turn off dtd validation?

2003-08-28 Thread Adrian Brock
I thought it was turned off by default? Look at the EJBDeployer in conf/jboss-service true false false true You should also check you have a valid document besides the ordering. Why don't you post it? Regards, Adrian On Thu, 2003-08-28 at 11:18, Sasidharan, Manoj wrote:

[JBoss-user] How to call jboss from .NET using IIOP?

2003-08-28 Thread Carsten Hammer
Hi, I want to use IIOP to call jboss from .NET because of performance problems using Axis. Unfortunatly I do not understand how to do the required steps at http://iiop-net.sourceforge.net/ejbInterop.html. There is written that I have to generate IDL files for my session beans but I do not have "web

Re: [JBoss-user] Certificate problem

2003-08-28 Thread Sheldon Hearn
On (2003/08/28 11:09), Adrian Brock wrote: > You then configure a SecurityDomain to point at the keystore. Note that, if you only intend to use the certificate for HTTPS, you should use the CoyoteConnector, not HttpConnector (which is deprecated). CoyoteConnector can't use your JAAS configuratio

Re: [JBoss-user] Entity Bean Deployment problem - JBoss 3.2.0.RC4, 3.2.1, 3.2.2.RC 2 - Please Help

2003-08-28 Thread Holger Baxmann
i only guess - not a profi! c (or even java) below: On Wed, 27 Aug 2003 09:48:41 -0700, Sasidharan, Manoj <[EMAIL PROTECTED]> wrote: Hello All, I am trying to deploy one of my EJBs (Entity Beans) in JBoss. The deployment descriptors are generated using JBuilder/Enterprise Wizard for JBoss and

Re: [JBoss-user] access to ejb contained in seperate ear

2003-08-28 Thread Adrian Brock
On Thu, 2003-08-28 at 11:29, Adrian Brock wrote: > It cannot map the invocation's method, probably because > you have different versions of the interface? > > In English, B.jar is using a different version of the > home interface to A.jar > > Have you tried turning off the by the reference opti

[JBoss-user] Sayýn jboss-user@lists.sourceforge.net

2003-08-28 Thread Verim . com
Title: Verim.com kariyer personel cv sitesi iş arama personel eleman ilanlar insan kaynakları danışmanlık [EMAIL PROTECTED]  

RE: [JBoss-user] How to use SAP Connection Pool inJboss? (sapr3-ds.xml)

2003-08-28 Thread Marco.Mistroni
hi, well, actually (ashame to say) i don't know how to use it :-( anyone can provide me a small sample on how to use it with R3? i have been connecting to SAP using JCo connector (sap connector), in which u create the connection pool using jco API... the 'data source' that i am talking abou

Re: [JBoss-user] access to ejb contained in seperate ear

2003-08-28 Thread Adrian Brock
It cannot map the invocation's method, probably because you have different versions of the interface? In English, B.jar is using a different version of the home interface to A.jar Have you tried turning off the by the reference optimization. org.jboss.invocation.InvokerInterceptor.invoke(Invoke

RE: [JBoss-user] Entity Bean Deployment problem - JBoss 3.2.2.RC2 - How to turn off dtd validation?

2003-08-28 Thread Sasidharan, Manoj
Hello Adrian, Thanks for taking some time to answer the question. Can you also tell me on How to turn off the dtd validation? rgds MS -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 9:18 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] E

Re: [JBoss-user] Certificate problem

2003-08-28 Thread Adrian Brock
Put it in server/default/deploy, jboss will hot deploy it :-) But seriously: You should use "keytool" in the jdk to make a keystore, look at the jdk docs for details. You then configure a SecurityDomain to point at the keystore. Once you have that deployed you can link it to a service. e.g. The

Re: [JBoss-user] JMS Connection Factory

2003-08-28 Thread Adrian Brock
Just make a new -service.xml like the following: Make sure the /server/mbean/name and JNDIRefs are unique uil2-service.xml jboss.mq:service=Invoker UIL2ConnectionFactory UIL2XAConnectionFactory 8093 6 true 7 2048

Re: [JBoss-user] JNDI Name

2003-08-28 Thread Alexey Loubyansky
No, you have to expose some interface yourself to access it remotely. alex Rod Macpherson wrote: Ah, light comes on. In any event, I specified FoobarDS and since JBoss plunked it down in java:/FoobarDS am I correct in assuming that direct access to datasources is not supported? Normally we use se

[JBoss-user] JMS Connection Factory

2003-08-28 Thread SHAHIN HADJIKULIEV
How can define additional connection factories? Thanks. Shahin --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL PROTE

[JBoss-user] Certificate problem

2003-08-28 Thread Pham Thanh Quan
(B (B (B (B (B (B (B (BHi all, (B (B  (B (BI got an SSL (Bcertificate from Verisign but I don$B!G(Jt know how to (Bintegrate it with jboss-3.0.4_tomcat-4.1.12 (B (BPlease show me if (Byou could. (B (B  (B (BThanks and (Bregards (B (B  (B (BQuan (B (B (B (B (B (B

RE: [JBoss-user] Help with memory leak issue

2003-08-28 Thread Jon Barnett
Tim, Good to hear the problem has been resolved. I'll have to note the issue with stored procedures. With regards to your commit problems, Postgresql does not like receiving a "commit" when no transactions are queued. From memory, I think the JBoss transaction manager generates a "commit" when th

[JBoss-user] access to ejb contained in seperate ear

2003-08-28 Thread Jae Gangemi
hello - i have the following development environment setup, and i am having problems accessing a set of stateless ejbs: 3 ears have been deployed within one jboss vm (version 3.2.0) 1 ear has no class-loader repository specified, as the jar files contained within should be accessable