[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.com/sf __

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

2002-03-05 Thread Keith Kee
I bought the base documentation in Jan 24 from FlashLine under the recommendations in this mailing list that I will continue to get free updates of the docs until the final version of the documentation. I noticed a new version dated 3/3/2002 on the web, but Flashline wants another $10 for the copy

[JBoss-user] Remote JMS reconnection problem

2002-01-31 Thread Keith Kee
Hi: I am currently running JBoss-2.4.4-Tomcat-4.0.1 and I have implemented a MOB which forwards a message from a local queue to another remote queue. Everything works fine until I shut down the remote Jobs server (hence the remote queue). Now, when a message is present in the local queue, the lo

[JBoss-user] Remote JMS Queues

2002-01-28 Thread Keith Kee
Hi: How does a JMS client connects to a local JBoss server (or local JMS server) which includes a queue running on another remote JBoss server? I like to have the JMS client lookup that particular through the local JBoss server's JNDI instead of connecting to the remote JBoss server's JNDI. Als

[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
Hi: I remembered I asked this question a while back, and somebody on this list mentioned that this feature was in the works. I was wondering if the current 2.4.4 has this feature incorporated. The question was if JBoss supports the J2EE application client as spec'd in the J2EE 1.2 specification.

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

2001-10-18 Thread Keith Kee
Hi: I wonder if anyone is encountering the same problem as I do. I have 2 EJBs in an application, and one of them makes a jndi look up in the constructor as shown: package com.example; import java.rmi.RemoteException; import javax.ejb.*; import javax.naming.InitialContext; public class Exa

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

2001-10-16 Thread Keith Kee
Hi, I tried to attach the sample source which will reproduce the problem whereby there seem to be problem when a new InitialContext is created, and a lookup is done with the constructor of an EJB. This only happens when deploying 2 or more EJBs in an application. It failed to get submitted for s

[JBoss-user] JBoss-2.4.3 and NameAlreadyBoundException problem

2001-10-15 Thread Keith Kee
Hi: I am trying to deploy 2 simple EJBs with these xmls, and I am get javax.naming.NameAlreadyBoundException exception on JBoss 2.4.1 and JBoss 2.4.3. I looked at the Changelog, and one of the changes was that subcontexts in the jndi tree will not be deleted and recreated. What do I have to chan

RE: [JBoss-user] standalone J2EE java client

2001-06-18 Thread Keith Kee
ver - which is >probably your jboss server machine. > >HTH, >Chris > -Original Message- > From: Keith Kee [mailto:[EMAIL PROTECTED]] > Sent: Monday, 18 June 2001 15:06 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] standalone J2EE java client >=20 >=20 &g

[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 [EMAIL

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

2001-06-15 Thread Keith Kee
Hi: I discovered to my horror this morning that my ejbs are totally dependent on the Internet when JBoss began to fail because it could not access jboss.dtd at http://www.jboss.org/documentation. This was the error message I got below: Cause:org.jboss.ejb.DeploymentException: External entity no

[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 [E

[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. Thanks! keith ___

[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
mean something completely different and I'm just >being ignorant (it's been known to happen). ;) > >Hope this helps, >David > >--> > >Keith Kee wrote: > > Hi: >I'm a newbie trying to get my jsps to run on JBoss 2.2.1 and embedded > tomcat 3.2.1.

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

2001-05-22 Thread Keith Kee
Hi: I'm a newbie trying to get my jsps to run on JBoss 2.2.1 and embedded tomcat 3.2.1. It seems like the jspc cannot find the classes on the common path (using the Class-Path directive) which my jsp is trying to import. I searched in the mailing list archive and found that a lot of the people