Re: javaflow on weblogic 8.1sp2

2005-01-31 Thread WHIRLYCOTT
Does your xalan jar in your lib/endorsed/ dir have bcel classes in it? And where do you keep jakarta-bcel-20040329.jar? We are seeing some very odd behaviour with this jar file. Using javap against Repository.class on different machines here gives different results about the presence of

javaflow on weblogic 8.1sp2

2005-01-27 Thread WHIRLYCOTT
I'm trying to get javaflow from Cocoon 2.1.5.1 working Weblogic 8.1sp2 with the application deployed as a .war file (i.e. not exploded) without much luck. I tweaked the ParanoidCocoonServlet so that it is loading jars out of /WEB-INF/lib/ (easy to do, but you need to use the Servlet 2.3 jar,

Re: javaflow on weblogic 8.1sp2

2005-01-27 Thread Ralph Goers
WHIRLYCOTT wrote: I'm trying to get javaflow from Cocoon 2.1.5.1 working Weblogic 8.1sp2 with the application deployed as a .war file (i.e. not exploded) without much luck. I tweaked the ParanoidCocoonServlet so that it is loading jars out of /WEB-INF/lib/ (easy to do, but you need to use the

Re: javaflow on weblogic 8.1sp2

2005-01-27 Thread WHIRLYCOTT
Right, I'm trying to use Javaflow (i.e. not javascript). Did you have to make any WL specific configuration changes in the console or in weblogic.xml? I assume you are using the ParanoidCocoonServlet? Is your .war exploded? phil. Ralph Goers wrote: WHIRLYCOTT wrote: I'm trying to get

Re: javaflow on weblogic 8.1sp2

2005-01-27 Thread Ralph Goers
WHIRLYCOTT wrote: Right, I'm trying to use Javaflow (i.e. not javascript). Did you have to make any WL specific configuration changes in the console or in weblogic.xml? I assume you are using the ParanoidCocoonServlet? Is your .war exploded? phil. I'll have to check with the guy who did the

Re: javaflow on weblogic 8.1sp2

2005-01-27 Thread WHIRLYCOTT
So did your guy ever show up for work today? ;) phil. Ralph Goers wrote: WHIRLYCOTT wrote: Right, I'm trying to use Javaflow (i.e. not javascript). Did you have to make any WL specific configuration changes in the console or in weblogic.xml? I assume you are using the ParanoidCocoonServlet?

Re: javaflow on weblogic 8.1sp2

2005-01-27 Thread Ralph Goers
WHIRLYCOTT wrote: So did your guy ever show up for work today? ;) phil. Yeah, he did. He isn't using ParanoidCocoonServlet. He says all he did was put the xalan, xerces-impl and xml-apis jars into a lib/endorsed directory in our Weblogic project directory and then modified the Weblogic

Re: javaflow on weblogic 8.1sp2

2005-01-27 Thread WHIRLYCOTT
Thanks, Ralph - I've tried that with no luck. But I'm curious to know if you mean that those 3 jars were put in the JDK's lib/endorsed/ directory? Because that shouldn't require modifying any startup scripts, if I understand this correctly. Would you mind confirming what the modification to

Re: javaflow on weblogic 8.1sp2

2005-01-27 Thread Ralph Goers
WHIRLYCOTT wrote: Thanks, Ralph - I've tried that with no luck. But I'm curious to know if you mean that those 3 jars were put in the JDK's lib/endorsed/ directory? Because that shouldn't require modifying any startup scripts, if I understand this correctly. Would you mind confirming what

Re: javaflow on weblogic 8.1sp2

2005-01-27 Thread WHIRLYCOTT
Ok, I will try that. Two more questions: Are you using prefer-web-inf-classes in weblogic.xml? Do you have init-classloader set in web.xml? phil. Ralph Goers wrote: WHIRLYCOTT wrote: Thanks, Ralph - I've tried that with no luck. But I'm curious to know if you mean that those 3 jars were put in

Re: javaflow on weblogic 8.1sp2

2005-01-27 Thread Ralph Goers
WHIRLYCOTT wrote: Ok, I will try that. Two more questions: Are you using prefer-web-inf-classes in weblogic.xml? Do you have init-classloader set in web.xml? phil. No to both questions. - To unsubscribe, e-mail: [EMAIL PROTECTED]