Re: [JBoss-user] XADataSourceLoader vs. ConnectionFactoryLoader

2001-10-12 Thread David Jencks
XADataSourceLoader is "the old way" of getting a JDBC DataSource to get JDBC Connections from for rdbms database access. ConnectionFactoryLoader is "the new way" of getting a JCA ConnectionFactory for a JCA resource adapter connecting to an "arbitrary" resource manager. This can be used with the

[JBoss-user] XADataSourceLoader vs. ConnectionFactoryLoader

2001-10-12 Thread Lucas McGregor
I have been pouring over the docs/forums/mail list to try to understand the relationship between a XADataSourceLoader and a ConnectionFactoryLoader. Are they separate things? Are they supposed to be linked? Does the XDDataSourceLoader use the ConnectionFactoryLoader? I have both set-up in my j

RE: [JBoss-user] 2.4.1 default use Local Interface?

2001-10-12 Thread David You
Is This also true if I use inJVM tomcat and called from the servlet side? thanks david -Original Message- From: Bill Burke [mailto:[EMAIL PROTECTED]] Sent: Friday, October 12, 2001 3:37 PM To: David You; [EMAIL PROTECTED] Subject: RE: [JBoss-user] 2.4.1 default use Local Interface? I d

RE: [JBoss-user] 2.4.1 default use Local Interface?

2001-10-12 Thread Bill Burke
I don't know if this answers your question but.. By default, JBoss does not copy parameters or return values if the call is collocated. If you want to change this behaviour edit standardjboss.xml and change to False. Regards, Bill > -Original Message- > From: [EMAIL PROTECTED] > [mai

[JBoss-user] 2.4.1 default use Local Interface?

2001-10-12 Thread David You
Hi Does JBoss 2.4.1 default use Local Interface even you specified an remove interface? I met a bug and I suspact that was the case, and I did a little test like this. === my Code === IBlsModel model = m_modelHome.findByPrimaryKey(new Long(wValue.getMod

[JBoss-user] Jboss + Tomcat 4 + SSL - Possible?

2001-10-12 Thread Hunter Hillegas
Has anyone got a JBoss/Tomcat4 setup going with SSL? The instructions to get Tomcat 4 up with SSL seem straightforward but since the current Jboss/Tomcat4 bundle doesn't read server.xml, I can't tell if it is currently possible... Hunter ___ JBoss-us

[JBoss-user] but it was never passivated!

2001-10-12 Thread David Ward
okay, got this problem and though I saw others with the same problem on the list archive (none in the forums), I didn't see any helpful responses... So, on JBoss-2.4.3_Tomcat-3.2.3 on Red Hat 7.1 / Linux 2.4.3-12, JDK 1.3.1, I get this: Could not activate; nested exception is: java.io.FileNotF

[JBoss-user] Hi where I can find description of tags from ejb-jar.xml

2001-10-12 Thread IvanLatysh
Hi all. I need manual or description which tag I shold use to describe my EJB. Now I have problem to create ejb-jar from my Entity bean. Thank you. Sincerely yours, Ivan Latysh. [EMAIL PROTECTED] http://ivan.yourmail.com ___ JBoss-user mailing list

AW: AW: [JBoss-user] Problem JNDI lookup, EJB is not bound

2001-10-12 Thread Dragos Haiduc
It's normal to be only one EJB bound, you only mention one EJB in your DD. -Ursprüngliche Nachricht-Von: Larry Hohm [mailto:[EMAIL PROTECTED]]Gesendet: Freitag, 12. Oktober 2001 18:00An: Dragos HaiducBetreff: Re: AW: [JBoss-user] Problem JNDI lookup, EJB is not boundHi D

RE: [JBoss-user] GUI editor for ejb-jar.xml (Specific to jBoss)

2001-10-12 Thread marc fleury
Look Mr Pedersen has been looking for free advertisement for his company since a few month now. We have made clear in which capacity we support 3 party and partners but they only want to leverage stuff without giving back. We don't need that kind of leaches and please don't recommend their produ

RE: [JBoss-user] 2.4.0 to 2.4.3 (and 2.4.1a)

2001-10-12 Thread Bill Burke
Nick, I've successfully deployed and run our application under 2.4.3. The configuration files under .../conf/default have changed. Specifically a new interceptor was added to the interceptor chain. I don't know if this is your problem, but I have had success with 2.4.3. Bill > -Origina

Re: [JBoss-user] GUI editor for ejb-jar.xml (Specific to jBoss)

2001-10-12 Thread IvanLatysh
Hello, Jesper! You wrote to "IvanLatysh" <[EMAIL PROTECTED]> on Fri, 12 Oct 2001 15:50:45 +0200: JP> You may want to try EJBCreator: JP> http://opensource.itplus.dk/EJBCreator/ JP> You'll need CVS HEAD or a nightly snapshot for ejb-jar.xml support. JP> JBoss tags will be added in version 0.

RE: [JBoss-user] 2.4.0 to 2.4.3 (and 2.4.1a)

2001-10-12 Thread Nick Taylor
I've just downloaded 2.4.1a and deployed the same jar that I deploy with 2.4.0 and get the same result; a null interface reference returned from an entity finder (the entity is returning a valid and correct primary key so it appears that the container is not mapping this key to a remote interface)

[JBoss-user] Unsubscribe me

2001-10-12 Thread Brown, Matthew A.
Could you please unsubscribe me? thanks. ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] GUI editor for ejb-jar.xml (Specific to jBoss)

2001-10-12 Thread IvanLatysh
Hi All. Do someone using visual editor for ejb-jar.rar Or where I can get full description of ejb-jar.xml tags and of cource jBoss specific tags. Thank you. Sincerely yours, Ivan Latysh. [EMAIL PROTECTED] http://ivan.yourmail.com ___ JBoss-user mai

AW: [JBoss-user] Problem JNDI lookup, EJB is not bound

2001-10-12 Thread Dragos Haiduc
Sorry for asking stupid questions, have you provided also the other needed deployment descriptor, ejb-jar.xml? In that one you specify your EJB classes, plus the home and remote interfaces. PLEASE MAKE SURE that the element, which is present in both DDs(ejb-jar.xml and jboss.xml) contains