[JBoss-user] JBoss Books are not available?

2003-03-01 Thread Keith Kee
Hi: I am trying to pay the JBoss paid docs, but looks like flashline doesn't carry them anymore. Has there been change of plans? Thanks Keith --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.c

[JBoss-user] Remote calls broke when move from JBoss 2.4 to Jboss 3.0.3

2002-11-06 Thread Keith
be using the Local interface for that. Is this a bug or a feature for optimizing calls between the servlet and the ejb containers? If so, how can I turned this behavior off? Thanks keith --- This sf.net email is sponsored by: See the NEW Palm

[JBoss-user] Base Documentation update on free anymore?

2002-03-05 Thread Keith Kee
copy. How many more versions are there before the final book? I may end up paying a lot more than the to-be-published book. Anyone having the same experience? Thanks keith ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists

[JBoss-user] Remote JMS reconnection problem

2002-01-31 Thread Keith Kee
up. It is a known problem or am I doing something incorrectly? Thanks keith ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Remote JMS Queues

2002-01-28 Thread Keith Kee
HTML JBoss manual but cannot seem to find an example how to set up such a configuration. Thanks in advance, keith ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] JBoss Book

2002-01-24 Thread Keith Kee
Hi: I am considering buying the latest softcopy of the JBoss book written by Scott. However, one thing that came to mind is that if I bought it now, how do I get subsequent updates for that book? Is this going to be the eventual printed book by SAMS? Thanks keith

[JBoss-user] passing interface as an EJB parameter?

2002-01-08 Thread Keith Kee
Hi: Is it legal to pass an interface like List as a parameter to a remote interface of an EJB? Conversely, how about returning an interace like List as the return type? Since List is an interface and not serializable, I wonder if it would be marshalled/unmarshalled correctly. Thanks, keith

[JBoss-user] J2EE application client

2001-12-12 Thread Keith Kee
ation. That is, I can reference EJB from my standalone Swing application using the java:comp/env/ejb/ejbname syntax using the application-client.xml deployment descriptor file? Thanks, keith ___ JBoss-user mailing list [EMAIL PROTECTED]

[JBoss-user] Changing the HTTP port for catalina?

2001-10-18 Thread Keith
not on 2.4.3. Thanks, keith ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] javax.naming.NameAlreadyBoundException; remaining name 'env'

2001-10-18 Thread Keith Kee
run(Thread.java:484)^M [Default] ^M [J2EE Deployer Default] Module ex.ear is not running^M [J2EE Deployer Default] Destroying application ex.ear^M [AutoDeployer] Deployment failed:file:/D:/sfw/JBoss-2.4.3_Tomcat-4.0/jboss/deplo y/ex.ear^M Should I not make the lookup call in the constructor of an EJB o

[JBoss-user] RE: JBoss-2.4.3 and NameAlreadyBoundException problem

2001-10-16 Thread Keith Kee
tem.err.println("Exception:"+e); } } public void ejbCreate() {} public void ejbRemove() {} public void ejbActivate() {} public void ejbPassivate(){} public void setSessionContext(SessionContext sc) {} } I am using JBoss-2.4.3_Tomcat-4.0. Thanks keith sampe2.zip Description: Zip compressed data

[JBoss-user] JBoss-2.4.3 and NameAlreadyBoundException problem

2001-10-15 Thread Keith Kee
change in my xmls so as to be compatible with then new change? Thanks keith http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd'> no description Example Example Browser ExampleBrowser ExampleBrowser com.netsco.example.app.ejb.ExampleBro

[JBoss-user] MySQL Pool Error: XA Connection... NullPointerException

2001-06-22 Thread Keith Elliott
jdbc:mysql:@localhost/application but that does not work. MySQL is running and setup fine. We've setup prior versions, and have not had this problem. I've seen one other message on this list with a similar problem, but no resolution. Any ideas? Muchas Gracias

RE: [JBoss-user] standalone J2EE java client

2001-06-18 Thread Keith Kee
. Thanks, keith >From: "Kimpton,C (Chris)" <[EMAIL PROTECTED]> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: [JBoss-user] standalone J2EE java client >Date: Mon, 18 Jun 2001 15:27:36 +0100 >Reply-To: [EMAIL PROTECTED] > &

[JBoss-user] standalone J2EE java client

2001-06-18 Thread Keith Kee
Hi: I have been searching the mailing list archive and the manual, but do not seem to be able to find any mention about the support for standalone J2EE java client. Does JBoss support that? Thanks in advance, keith ___ JBoss-user mailing list

[JBoss-user] How do I ask jboss to search DTDs locally first?

2001-06-15 Thread Keith Kee
sun's j2ee sdk do something like that. Any suggestion is welcome, keith ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] passing paramets/args to embedded tomcat

2001-06-14 Thread Keith Kee
Hi: I am using Jboss-2.2.2_Tomcat-3.2.2, and like to be able to pass arguments to tomcat during startup. For instance, I want tomcat to read an alternative file, rather that server.xml. How can I do that? Thanks! keith ___ JBoss-user mailing list

[JBoss-user] Support for J2EE java client?

2001-06-11 Thread Keith Kee
Hi: Does JBoss support the standalone J2EE java client implementation? Just to be sure that I am using the right term, I want to write standalone java clients which can lookup EJBs using the convention: "java:comp/env/ejbname", and the J2EE security services. Tha

[JBoss-user] difference between res-name and resource-name?

2001-05-23 Thread Keith Kee
Hi: What is the difference between res-name and resource-name in the jboss.dtd? thanks keith ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] jsp cannot import classes from the common classpath. Will it be fixed?

2001-05-23 Thread Keith Kee
ot seem to pass this classpath information to the jspC when it tries to compile the jsps in the war file. Thanks keith >Keith, > >What do you mean by the "common" classpath? Hopefully you're not >talking about what is traditionally in the $CLASSPATH env variable.

[JBoss-user] jsp cannot import classes from the common classpath. Will it be fixed?

2001-05-22 Thread Keith Kee
eople had the same problem. I was wondering if this problem will be fixed, or it is a limitation of tomcat? Thanks keith ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Jakarta Struts with JBoss 2.1

2001-03-31 Thread Keith Thomas
I can quickly bring this into my organization and start evangalizing.   Thanks, Keith Thomas Redcoat Systems   [EmbeddedTomcat] New org.apache.struts.example.User[EmbeddedTomcat] Begin event threw exception[EmbeddedTomcat] java.lang.ClassNotFoundException: org.apache.struts.example.User[EmbeddedT

[JBoss-user] Dumb newbie confusion over web.xml

2001-03-29 Thread Keith Thomas
is file in the download I made or in the on-line docs.   Can anyone briefly describe what is going on here because I'm missing the point. Should I just be using web.xml, and if so, is Tomcat 3.2.1 compliant with Servlets 2.3 ?   Many thanks, Keith Thomas