RE: Debugging and orion

2001-02-22 Thread Ted Rice
figuration 3. click on the Debug tab 4. clic the enable remote debugging checkbox then start orion with the command line above, open the source you wish to debug in JBuilder, and then run the runtime configuration where you setup remote debugging. set your breakpoints and debug away

RE : JSP TagLibs and UTF8 Encoding -> Further Info

2001-02-01 Thread Ted Rice
] Meaning the encoding of the bodyContent reader is where the munging is occurring. Is there a way I can force the reader to use UTF8 encoding? Thanks. --- Ted Rice APAMA Ltd, 17 Millers Yard, Mill Lane Cambridge CB2 1RQ, United Kingdom Email: [EMAIL PROTECTED] Mobile: +44 (0)7899 876489 Phone: +44 (0)1

RE : JSP TagLibs and UTF8 Encoding -> Further Info

2001-02-01 Thread Ted Rice
--- Ted Rice APAMA Ltd, 17 Millers Yard, Mill Lane Cambridge CB2 1RQ, United Kingdom Email: [EMAIL PROTECTED] Mobile: +44 (0)7899 876489 Phone: +44 (0)1223 257973 [Histon Office] Fax:+44 (0)1223 51885> A little further information on my encoding problem > with the JSP Tags a

RE: JSP TagLibs and UTF8 Encoding

2001-02-01 Thread Ted Rice
coding has something to do with the way my BodyTag interface is processing the encoded XML. Does this sound reasonable? If so, what are some gotchas that i should pay attention too in side the JSP Tag Code? Thanks grealty. --- Ted Rice APAMA Ltd, 17 Millers Yard, Mill Lane Cambridge CB2 1RQ, Un

RE: JSP TagLibs and UTF8 Encoding

2001-02-01 Thread Ted Rice
Title: SV: JSP TagLibs and UTF8 Encoding I already have the following entry in my /orion/config/global-web-application.xml file:    In fact, in the resulting XXX.jsp.java fil

JSP TagLibs and UTF8 Encoding

2001-01-31 Thread Ted Rice
r any XML operations, but my content still has munged UTF8 characters. Anyone have any suggestions? Thanks Greatly, Ted --- Ted Rice APAMA Ltd, 17 Millers Yard, Mill Lane Cambridge CB2 1RQ, United Kingdom Email: [EMAIL PROTECTED] Mobile: +44 (0)7899 876489 Phone: +44 (0)1223 257973 [Histon O

Servlet Chaining/Forwading

2001-01-30 Thread Ted Rice
for handling inside a HttpServletRequest so that a HttpServletRequest.getInputStream() call will return properly formed XML InputStrem that can be parsed by an XML Parser. Without using Servlet Chaining, Filters, or Session variables, how can I achieve this? Thanks in advance. Ted Rice

Mimicking Servlet Chaining in Orion

2001-01-30 Thread Ted Rice
transparent and efficient solution? Thanks, Ted Rice --- Ted Rice APAMA Ltd, 17 Millers Yard, Mill Lane Cambridge CB2 1RQ, United Kingdom Email: [EMAIL PROTECTED] Mobile: +44 (0)7899 876489 Phone: +44 (0)1223 257973 [Histon Office] Fax:+44 (0)1223 518859

Obtaining ApplicationAdministrator Refrence

2000-12-19 Thread Ted Rice
:51) at javax.naming.InitialContext.lookup(InitialContext.java:350) at com.apama.orion.OrionHealth.aquireAdministratorHome(OrionHealth.java:4 3) at com.apama.orion.OrionHealth.(OrionHealth.java:26) at com.apama.orion.test.HealthTestHarnass.main(HealthTestHarnass.java:21) Could someone please point out my mistak

Servlet Caching Bug?

2000-10-26 Thread Ted Rice
is when we recompile the class file and rebuild the JAR file while Orion is running, the new servlet is not used. Orion continues to use the old servlet in memory. Is there anyway to hot-redeploy servlets without explicitly restarting orion? Thanks, Ted Rice

Debugging EJBs running in Orion with JBuilder

2000-10-24 Thread Ted Rice
Has anyone out there documented the process of debugging EJBs, via the JBuilder 4 IDE, running within the Orion EJB Continer? If so, could you please mail them to this list. Thanks, Ted Rice