JDeveloper error - Craig please help..

2002-05-04 Thread Otavio Decio
I am getting this error when compiling jsp's with JDeveloper (I get it by using log4j): ERROR CompileThread org.apache.struts.util.MessageResourcesFactory - MessageResourcesFactory.createFactory java.lang.NullPointerException org.apache.struts.util.MessageResources org.apache.struts.util.Message

Re: Bean Bug?

2002-04-30 Thread Otavio Decio
Don't know if this is your problem, but try to put the following in your resources file: org.apache.struts.taglib.bean.format.float=#,###.## Otavio - Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, April

Re: Anyone Using Struts with JDeveloper9i and/or BC4J?

2002-04-27 Thread Otavio Decio
Steve, JDeveloper keeps shooting the CPU to 100% on every stroke. Just how I had to kill its javaw process because it simply was not coming back. There should be a way to disable the auto-compile, auto-complete and everything that it tries to run in the background. I am using a 1Ghz/512M machine

Re: ExceptionInInitializerError in JDeveloper

2002-03-30 Thread Otavio Decio
___ > Steve Muench - Developer, Product Mgr, Evangelist, Author > Simplify J2EE and EJB Development with BC4J > http://otn.oracle.com/products/jdev/htdocs/j2ee_bc4j.html > Building Oracle XML Apps, www.oreilly.com/catalog/orxmlapp > ---

Re: ExceptionInInitializerError in JDeveloper

2002-03-29 Thread Otavio Decio
29, 2002 12:07 PM > | Subject: RE: ExceptionInInitializerError in JDeveloper > | > | > | I am using JDeveloper too with Struts 1.0.1 and it works fine. But when I > | upgraded to Struts 1.1 I was receiving the same problem except it was with > | the InsertTag instead of the Equal

Re: ExceptionInInitializerError in JDeveloper

2002-03-29 Thread Otavio Decio
oper I am using JDeveloper too with Struts 1.0.1 and it works fine. But when I upgraded to Struts 1.1 I was receiving the same problem except it was with the InsertTag instead of the EqualTag. I am planning to upgrade to RC2 relatively soon so I will let you know if I run into similar issues. --

ExceptionInInitializerError in JDeveloper

2002-03-29 Thread Otavio Decio
Hi, I've been using Struts and JDeveloper RC1 for a while without any problems. I just got RC2 and was trying to compile my system and I keep getting errors such as: Error: java.lang.ExceptionInInitializerError: org.apache.struts.taglib.logic.EqualTag As far as I could see in the javadocs, this