jsp:setProperty blanks and *

2002-03-22 Thread Dave Ford
to make the * feature almost useless. Or am I missing something? Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com

Who starts an MDB's jms Connection?

2002-03-18 Thread Dave Ford
I am creating a JMS client that sends a message to an MDB. However, when I run it, it gives a QueueConnection not started exception, implying that the queue listener connection had never been started. Shouldn't this happen automatically with a message driven bean? Dave Ford Smart Soft

User-defined implicit objects

2002-02-02 Thread Dave Ford
to do this? Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com

library-path

2001-12-06 Thread Dave Ford
What happened to the library-path entry in server.xml? Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com

error serializing bean

2001-10-10 Thread Dave Ford
; } The javax.naming.Context type is not Serializable and Orion may be crashing on that. However, according to the ejb spec (6.4.1) it jndi Context should be passivatable. Dave Ford Smart Soft - The Java Training Company http://www.smart-soft.com

Temporary Queue

2001-10-10 Thread Dave Ford
Has anyone gotten the temmporary queue feature to work in orion? Dave Ford Smart Soft - The Java Training Company http://www.smart-soft.com

ServletContextAttributesListener

2001-09-17 Thread Dave Ford
- Foo.servletContextAttributeAdded: f Foo@4da23 - Foo.test If you look at the memory addresses, you'll see that there are two instances. Is this a bug or am I misunderstanding something? Dave Ford Smart Soft - The Java Training Company http://www.smart-soft.com

Standar Template

2001-05-11 Thread Dave Ford
, I'm currently achieving this effect VERY easily using good old client-side html frames. But due to popular demand, framse must go. Dave Ford Smart Soft - The Java Training Company http://www.smart-soft.com

Standar Template

2001-05-10 Thread Dave Ford
, I'm currently achieving this effect VERY easily using good old client-side html frames. But due to popular demand, framse must go. Dave Ford Smart Soft - The Java Training Company http://www.smart-soft.com

classloaders - servlet spec 9.6.2

2001-04-28 Thread Dave Ford
. is the above mentioned paragraph supported in orion? Dave Ford Smart Soft - The Java Training Company http://www.smart-soft.com

Re: JSP Tags in an XSL Template?

2001-04-19 Thread Dave Ford
Thanks for your reply Joe and Kesavk. Wheb I tried to put JSP inside of an xsl in Orion (even after changing extention to .jsp) I get the following error: Source XML Error: Use "" for "" in attribute values. Any suggestions? Dave Ford Smart Soft - The Java Training Comp

JSP Tags in an XSL Template?

2001-04-18 Thread Dave Ford
ttribute /link /xsl:template If not, is there a better way to add "parameters" to xsl template as I'm attemting above with the context path? Thanks, Dave Ford Smart Soft - The Java Training Company http://www.smart-soft.com

Re: CMP Bean in mysql

2000-11-10 Thread Dave Ford
I had the same problem. I could not resolve it. I ended up switching to a new database. I'd love to here if you were able to get it to work. Dave Ford Smart Soft - The Java Training Company http://www.SmartSoftTraining.com

admin password

2000-11-10 Thread Dave Ford
admin/123 used? Dave Ford Smart Soft - The Java Training Company http://www.SmartSoftTraining.com

Re: Where is Orion's copy of ejb-jar dtd?

2000-11-08 Thread Dave Ford
stead of 2.0 DTD to validate my ejb-jar.xml? Since this is a new question, I'll post it under a different heading also. Dave Ford Smart Soft - The Java Training Company http://www.SmartSoftTraining.com

Re: Where is Orion's copy of ejb-jar dtd?

2000-11-08 Thread Dave Ford
could it be that you have some kind of invisible control character in there? Thanks Rober. I don't think that's it though. I got the same error with the Orion provided "news" ejb. I think It's trying to validate against the 2.0 DTD. Dave Ford Smart Soft - The Java Training Co

validateXML

2000-11-08 Thread Dave Ford
a solution. Thanks. Dave Ford Smart Soft - The Java Training Company http://www.SmartSoftTraining.com

Re: There has GOTTA be a BETTER way !!!!

2000-11-08 Thread Dave Ford
When editing XML files, its not immediately apparent if there is a problem I know one thing that help solve that problem. If Sun would publish an XMLSchema (instead of a DTD) then xml editors (like xml spy) can be used to create the xml files and catch the mistakes as you make them. Dave Ford

Where is Orion's copy of ejb-jar dtd?

2000-11-07 Thread Dave Ford
ClassNotes\EjbJmsJndi\@StudentEjbApp: Fatal error at line 912 offset 1: A ') ' is required in the declaration of element type "role-source". Warning at line 1: Valid documents must have a !DOCTYPE declaration. Fatal error at line 1: Document root element is missing. Dave Ford Smart Soft

Re: Where is Orion's copy of ejb-jar dtd?

2000-11-07 Thread Dave Ford
/transaction-type /session /enterprise-beans /ejb-jar Any ideas? I'm stumped! Dave Ford Smart Soft - The Java Training Company http://www.SmartSoftTraining.com

orion-web env-entry-mapping

2000-11-06 Thread Dave Ford
ntry-type,env-entry-value". This in-turn cause a fatal error because I have validateXML turned on. All of this in addition to the fact the my overridden value was never actually made available to the jsp. Am i doing something wrong or is this a bug? Dave Ford

NullPointerException with validateXML on

2000-11-03 Thread Dave Ford
) at com.evermind.util.f.run(JAX) Dave Ford Smart Soft - The Java Training Company http://www.SmartSoftTraining.com

Re: Deleting cookies with Orion

2000-10-16 Thread Dave Ford
I'm trying to delete a cookie (setMaxAge=0), and calling res.addCookie(), but it doesn't look like the cookie is being removed from the client. The exact same code works in another servlet container. I am having the same problem. Did you ever solve this?? Thanks in advance. Dave Ford

setMaxAge(0) does not work correctly

2000-10-16 Thread Dave Ford
MaxAge should result in a value for "expires" perhaps something like this: Set-Cookie: a=18; Expires=some_past_date; Path= Dave Ford

Re: setMaxAge(0) does not work correctly

2000-10-16 Thread Dave Ford
Which version of Orion are you using? I am using 1.3.8. Dave Ford

One IP - 3 Sites - 3 Domain Names

2000-09-27 Thread Dave Ford
t="63.74.110.162" virtual-hosts="www.domainName1.com" In web-site-2.xml: web-site host="63.74.110.162" virtual-hosts="www.domainName2.com" In web-site-3.xml: web-site host="63.74.110.162" virtual-hosts="www.domainName3.com" It is not obvious to me, based on the docs, how to set this up. Any suggestions? Dave Ford

XML Parser crashing

2000-06-30 Thread Dave Ford
, until I reboot the server. Is this a bug or is there something I'm doing wrong? Dave Ford Smart Soft - The Java Training Company http://www.SmartSoftTraining.com

ShutDown doesn't work

2000-06-26 Thread Dave Ford
I have noticed that sometimes orion will not shut down. I am using: java -jar admin.jar ormi://localhost admin admin -shutdown In such cases, ctl-c won't even work. I have to use Ctr Alt Del to get out. Am I missing something? Dave

Remote Restart

2000-06-20 Thread Dave Ford
I am using Orion 1.0. I remotely modified the data-sources.xml file. Then I remotely issued a restart command as follows: java -jar admin.jar ormi://myHost admin admin -restart Problem is, the new datasource that I added is not recognized by my jsp pages. Thus, it seems that the restart didn't

guest getCallerPrincipal

2000-04-22 Thread Dave Ford
I have an ejb and , just for kicks, I put the following statement in one of my remote method implements: System.out.println( sCtx.getCallerPrincipal() ); It printed "guest". Q: Where does that come from? Dave Ford