[OT]Re: Off topic Oracle JDeveloper question

2004-03-18 Thread Duncan Mills
Martin you can ask this on the JDeveloper forum on OTN http://forums.oracle.com/forums/forum.jsp?forum=83 However, I assume you talking about the New Dialog in JDev 9.0.3 / 9.0.4? The option is there in mine - but you'll find it's disabled unless you have a project created to put i

Off topic Oracle JDeveloper question

2004-03-17 Thread Martin Gainty
Hello Anyone out there using JDeveloper know how to add "Java Web Services" item to General / WebServices Menu Sorry for being completely off topic but I dont know where else to ask Thank You, Martin - To unsubscri

Tomcat Ant tasks and JDeveloper

2003-12-31 Thread Ed Dowgiallo
When using the custom Ant definitions for the Tomcat Manager web application, the instructions are normally to place the catalina-ant.jar file in the ant/lib directory.  Within which JDeveloper directory should this jar file be placed when using the Ant 1.5 support in the JDeveloper 9.0.5

RE: struts and JDeveloper 9.03

2003-12-29 Thread Steve Muench
JDeveloper 9.0.3 ships with Struts 1.1 Beta 2 JDeveloper 9.0.4 and JDeveloper 10g ship with Struts 1.1 Final This article explains the steps of running a Struts-based demo (like our BC4J/Struts Toy Store Demo) under 9.0.3 using Struts 1.1 Final. It should contain the steps that you need to run

Re: struts and JDeveloper 9.03

2003-12-29 Thread Patrick Schilling
Kalra, Ashwani wrote: hi, I am working with Jdeveloper and Struts 1.1 When I try to run any page , its not able to find the core action class. struts.jar is lying in lib dir Error is java.lang.NoClassDefFoundError: org/apache/struts/action/Action java.lang.Class

RE: struts and JDeveloper 9.03

2003-12-29 Thread Kalra, Ashwani
Yeah, they are already there. Without this I will not be able to compile my files. and IMO ie for development. >-Original Message- >From: Adrien GEYMOND [mailto:[EMAIL PROTECTED] >Sent: Monday, December 29, 2003 4:30 PM >To: Struts Users Mailing List >Subject: Re: struts

Re: struts and JDeveloper 9.03

2003-12-29 Thread Adrien GEYMOND
Hello, have you also put the struts.jar library in the Configurations/Libraries of your project settings ? You can access the project settings by double-clicking on you 'project.jpr' in Jdev I hope, it helps you ... - To unsubs

struts and JDeveloper 9.03

2003-12-29 Thread Kalra, Ashwani
hi, I am working with Jdeveloper and Struts 1.1 When I try to run any page , its not able to find the core action class. struts.jar is lying in lib dir Error is java.lang.NoClassDefFoundError: org/apache/struts/action/Action java.lang.Class java.lang.ClassLoader.defineClass0(java.lang.String

ANN: JDeveloper 10g Preview (Struts-savvy IDE)

2003-09-12 Thread Steve Muench
Anyone doing Java and Struts development should download and checkout the new developer preview release of JDeveloper 10g. It's a major new release with new features like: (*) Visual Struts Page Flow Diagramming (*) Visual JSP/HTML Editor (*) Many new Java code-level productivity fea

RE: [OT] Re: Oracle JDeveloper 9i and Struts Tomcat deployment

2003-01-09 Thread PILGRIM, Peter, FM
> -Original Message- > From: Steve Muench [mailto:[EMAIL PROTECTED]] > > > | I did a build of a project [ALT+F9]. I get this error > message in a JSP > | Error: java.lang.ExceptionInInitializerError: > java.lang.NullPointerException > > This was an issue

Re: [OT] Re: Oracle JDeveloper 9i and Struts Tomcat deployment

2003-01-08 Thread Steve Muench
| I did a build of a project [ALT+F9]. I get this error message in a JSP | Error: java.lang.ExceptionInInitializerError: java.lang.NullPointerException This was an issue JDeveloper 9.0.2 and no longer occurs with JDeveloper 9.0.3, the current production release. Despite only the change of the

RE: [OT] Re: Oracle JDeveloper 9i and Struts Tomcat deployment

2003-01-08 Thread PILGRIM, Peter, FM
r ./j2ee/home/jazn.jar > > The predefined library named "BC4J Security" in JDev 9.0.3 > contains references to the jaas.jar and the jazn.jar Actually Steve I found the ``oracle.ldap.util'' package in an obscure jar file `C:\Oracle\902\jilib\ldapjclnt9.jar' I am g

RE: [OT] Re: Oracle JDeveloper 9i and Struts Tomcat deployment

2003-01-08 Thread PILGRIM, Peter, FM
> -Original Message- > From: Steve Muench [mailto:[EMAIL PROTECTED]] > Sent: 07 January 2003 20:40 > To: Struts Users Mailing List; Rick Reumann > Subject: Re: [OT] Re: Oracle JDeveloper 9i and Struts Tomcat > deployment > > > Rick, > > Sounds

RE: [OT] Re: Oracle JDeveloper 9i and Struts Tomcat deployment

2003-01-08 Thread PILGRIM, Peter, FM
y taking an existing web application that you have and try to > | get it set up in JDeveloper. It's a total mess and so non intuitive. > > Perhaps in previous releases, but the latest production 9.0.3 > release has new features to simply open existing WAR files. > Non-messy,

Re[2]: [OT] Re: Oracle JDeveloper 9i and Struts Tomcat deployment

2003-01-07 Thread Rick Reumann
On Tuesday, January 7, 2003, 3:40:10 PM, Steve wrote: SM> Sounds like you're not using the latest production release SM> which has lots of enhancements in many area that seemed to SM> frustrate you in previous releases. Sorry, I didn't want to sound so negative:) Glad to see the latest release h

Re: [OT] Re: Oracle JDeveloper 9i and Struts Tomcat deployment

2003-01-07 Thread Steve Muench
s, http://www.oreilly.com/catalog/orxmlapp - Original Message - From: "PILGRIM, Peter, FM" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 5:40 PM Subject: RE: [OT] Re: Oracle JDevelope

Re: [OT] Re: Oracle JDeveloper 9i and Struts Tomcat deployment

2003-01-07 Thread Steve Muench
release to simplify what you tried in an earlier release. | had a bunch of scriplets on pages which required him to import | java.util stuff at the top of his JSP pages. Well somehow he didn't | have those imports but running in the JDeveloper environment and | JDeveloper didn't care - every

RE: [OT] Re: Oracle JDeveloper 9i and Struts Tomcat deployment

2003-01-07 Thread PILGRIM, Peter, FM
> -Original Message- > From: Rick Reumann [mailto:[EMAIL PROTECTED]] > Sent: 07 January 2003 15:42 > To: Struts Users Mailing List > Subject: [OT] Re: Oracle JDeveloper 9i and Struts Tomcat deployment > > > On Tuesday, January 7, 2003, 10:15:16 AM, FM wrote: &g

[OT] Re: Oracle JDeveloper 9i and Struts Tomcat deployment

2003-01-07 Thread Rick Reumann
On Tuesday, January 7, 2003, 10:15:16 AM, FM wrote: PPF> I am in fix with a IDE I have never used before in my life, PPF> Oracle JDeveloper 9i. Is there anyone out there who give some pointers PPF> on how to compile and deploy a Struts demo on to an external PPF> running Tomcat 4.1.

RE: Oracle JDeveloper 9i and Struts Tomcat deployment

2003-01-07 Thread Siggelkow, Bill
ct: Oracle JDeveloper 9i and Struts Tomcat deployment Hi I am in fix with a IDE I have never used before in my life, Oracle JDeveloper 9i. Is there anyone out there who give some pointers on how to compile and deploy a Struts demo on to an external running Tomcat 4.1.18 server on Windows NT 4

Oracle JDeveloper 9i and Struts Tomcat deployment

2003-01-07 Thread PILGRIM, Peter, FM
Hi I am in fix with a IDE I have never used before in my life, Oracle JDeveloper 9i. Is there anyone out there who give some pointers on how to compile and deploy a Struts demo on to an external running Tomcat 4.1.18 server on Windows NT 4.0? MTIA -- Peter Pilgrim +44 (0)207-375-5642 "

Re: Struts 1.1Beta problem with Jdeveloper 9.028

2002-07-14 Thread Steve Muench
Jean Francois, Instead of starting Oracle9i JDeveloper Production (9.0.2.829) like this: jdevw.exe start it like this instead: jdevw.exe -hotspot this should work around this issue. We've fixed the problem for our upcoming 9.0.3 release due out later this S

VIRUS WARNING [RE: [ARTICLE] How Do I Use Jakarta Struts With JDeveloper]

2002-07-10 Thread brhoads
AM To: [EMAIL PROTECTED] Subject: [ARTICLE] How Do I Use Jakarta Struts With JDeveloper Struts and Oracle9i JDeveloper Here's a cool new article with detailed instructions on how to configure and use the Jakarta Struts open source Model-View-Controller framework with Oracle9i JDeveloper.

[ARTICLE] How Do I Use Jakarta Struts With JDeveloper

2002-07-10 Thread Brad Rhoads
Struts and Oracle9i JDeveloper Here's a cool new article with detailed instructions on how to configure and use the Jakarta Struts open source Model-View-Controller framework with Oracle9i JDeveloper. http://otn.oracle.com/products/jdev/howtos/jsp/StrutsHowTo.html How Do I Use Ja

Struts 1.1Beta problem with Jdeveloper 9.028

2002-07-06 Thread Jean-François Brassard
Hi, I try to execute exemple of Struts 1.1b with the new Jdeveloper 9.028 and i have many error when it’s compiled jsp pages. ERROR LIKE THAT: Error: java.lang.ExceptionInInitializerError: java.lang.NullPointerException Error: java.lang.NoClassDefFoundError: org/apache/struts/taglib/bean

RE: Installation in JDeveloper

2002-07-03 Thread Jan Vervecken
maybe this can help http://technet.oracle.com/products/jdev/howtos/jsp/StrutsHowTo.html -Jan >>> [EMAIL PROTECTED] 03-07-02 19:40 >>> I am new having tough time in installing Struct in JDeveloper and running my first JSP page. I would appreciate if any one can give some info

Re: Installation in JDeveloper

2002-07-03 Thread James Holmes
If you want to use the Struts Console plugin for JDeveloper there are instructions on my website for doing so. Struts Console: http://www.jamesholmes.com/struts/ -james [EMAIL PROTECTED] --- "Khan, Manuchehar A (ACF)" <[EMAIL PROTECTED]> wrote: > I am new having tough

Installation in JDeveloper

2002-07-03 Thread Khan, Manuchehar A (ACF)
I am new having tough time in installing Struct in JDeveloper and running my first JSP page. I would appreciate if any one can give some info or provide a link for installtion. Thanks -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 8:36

RE: (newbie) WAR files and JDeveloper 3.2.3

2002-06-06 Thread Honman Lee
it. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 9:22 PM To: Struts Users Mailing List Subject: RE: (newbie) WAR files and JDeveloper 3.2.3 No, I don't use JDeveloper, but you can try to extract the war into the directory. Good

RE: (newbie) WAR files and JDeveloper 3.2.3

2002-06-06 Thread Jerome Jacobsen
JDev 9i support for WAR. -Original Message- From: Glen Mazza [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 12:11 AM To: [EMAIL PROTECTED] Subject: (newbie) WAR files and JDeveloper 3.2.3 Hello, I was able to run the sample .WAR (struts-blank.war, struts-example.war, etc.) files

Re: (newbie) WAR files and JDeveloper 3.2.3

2002-06-05 Thread Rick Reumann
On Thursday, June 6, 2002, 12:10:49 AM, Glen Mazza wrote: GM> However, I would like to use Oracle JDeveloper's GM> default IDE servlet container. However, placing it GM> under the JDeveloper 3.2.3\myhtml\webapp directory GM> doesn't appear to work. I don't know if

RE: (newbie) WAR files and JDeveloper 3.2.3

2002-06-05 Thread James Mitchell
No, I don’t use JDeveloper, but you can try to extract the war into the directory. Good Luck James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://struts-atlanta.open-tools.org ICQ: 27651409 AOLIM: jmitchtx (and NO I don

(newbie) WAR files and JDeveloper 3.2.3

2002-06-05 Thread Glen Mazza
Hello, I was able to run the sample .WAR (struts-blank.war, struts-example.war, etc.) files on Tomcat just by placing them under its "webapps" directory. However, I would like to use Oracle JDeveloper's default IDE servlet container. However, placing it under the JDeveloper 3.2.

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.MessageReso

Re: Struts Console and JDeveloper 9i

2002-04-01 Thread James Holmes
Hi Patrick, The Struts Console should work fine with JDeveloper 9i RC1. However, as Steve Muench mentioned the manifest file entries for JDeveloper to recognize addins have changed. This poses a headache in the fact that if I update the manifest file to work for RC2 it will likely break for

Re: ExceptionInInitializerError in JDeveloper

2002-03-30 Thread Steve Muench
h and hopefully you'll | write another one about BC4J/Struts. Glad you've found the book useful. I am currently working on a BC4J Developer's Guide for inclusion in an upcoming release of JDeveloper. There will definitely be some BC4J/Struts material in there, explaining how to use the new f

Re: ExceptionInInitializerError in JDeveloper

2002-03-30 Thread Otavio Decio
- From: "Steve Muench" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, March 30, 2002 9:29 AM Subject: Re: ExceptionInInitializerError in JDeveloper > Ottavio, > > I've asked our developers working on

Re: ExceptionInInitializerError in JDeveloper

2002-03-30 Thread Steve Muench
--- Original Message - From: "Otavio Decio" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 19:07 Subject: Re: ExceptionInInitializerError in JDeveloper | I'm using RC2 as it comes out of the box (or out

Re: ExceptionInInitializerError in JDeveloper

2002-03-29 Thread Otavio Decio
PROTECTED]> Sent: Friday, March 29, 2002 12:37 PM Subject: Re: ExceptionInInitializerError in JDeveloper > As a tip, if you do run into the problem with RC2, > please let us know what JVM you're using when you > hi

Re: ExceptionInInitializerError in JDeveloper

2002-03-29 Thread Steve Muench
hor Oracle JDeveloper Dev Team 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 - Original Message - From: "Otavio Decio" <[EMAIL PROTECTED]> To: "Struts Users

Re: ExceptionInInitializerError in JDeveloper

2002-03-29 Thread Otavio Decio
Thanks, at least I know I'm not alone on this. - Original Message - From: "Honman Lee" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 12:07 PM Subject: RE: ExceptionInInitializerError in JDevel

RE: ExceptionInInitializerError in JDeveloper

2002-03-29 Thread Honman Lee
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

Re: Struts Console and JDeveloper 9i

2002-03-29 Thread @Basebeans.com
Subject: Re: Struts Console and JDeveloper 9i From: "Patrick Schilling" <[EMAIL PROTECTED]> === Thanks for the response. Actually, I have tried it for both RC1 and RC2, both with no results. I even tried creating my own new manifest file with the correct format for RC2. Is

RE: Struts Console and JDeveloper 9i

2002-03-29 Thread Galbreath, Mark
I works just fine. Download 1.7 and unzip in a new directory, then copy console.jar from the struts-console\lib directory to jdev\lib\ext directory. Start JDeveloper and include your struts-config.xml file in your project. Double-clicking on the file in system navigator automatically loads

Re: Struts Console and JDeveloper 9i

2002-03-29 Thread Steve Muench
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 17:10 Subject: Struts Console and JDeveloper 9i | Subject: Struts Console and JDeveloper 9i | From: "Patrick Schilling" <[EMAIL PROTECTED]> | === | Hello, | | Does anyone use the struts-console, | http://www.james

Struts Console and JDeveloper 9i

2002-03-29 Thread @Basebeans.com
Subject: Struts Console and JDeveloper 9i From: "Patrick Schilling" <[EMAIL PROTECTED]> === Hello, Does anyone use the struts-console, http://www.jamesholmes.com/struts/console/index.html , as an add in for JDeveloper 9i? I have been unable to get it to work correctly and

ExceptionInInitializerError and others - JDeveloper

2002-03-29 Thread Otavio C. Decio
Hi all, I keep getting errors when using the latest builds or the Beta 1.1-b1. When I turn back to a version from January 19, all errors disappear and I can work. This is very strange and I couldn't figure out what if the problem is with JDeveloper. I'd appreciate any suggestions

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 jav

Re: JDeveloper

2002-01-16 Thread Christian Bouessay
Barry Dreckmann wrote: > Hello there ! > > I was wondering if anybody was using Oracle9i JDeveloper with Struts. > > If someone is...How do you go about configuring JDeveloper to use it ? > I'm using struts with JDev O9iAS RC (Win NT). JDev seams to have some pbs usin

JDeveloper

2002-01-16 Thread Barry Dreckmann
Hello there ! I was wondering if anybody was using Oracle9i JDeveloper with Struts. If someone is...How do you go about configuring JDeveloper to use it ? Thanks in advance. Baz -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mail

RE: JDeveloper and Tomcat

2002-01-09 Thread VEDRE, RANAPRATAP REDDY
I could run Tomcat from jbuilder and debug my Application from within JDeveloper 9i.It's also possible to debug jsp's from JDeveloper 9i. I am trying to get CVS for my struts app work in JDeveloper.Any Experts about this in our struts mailing list.. -Original Message-

Re: JDeveloper and Tomcat

2002-01-09 Thread James Holmes
JDeveloper 9i is no longer based on Borland code as it has been "rewritten". I would recommend consulting the forums at http://otn.oracle.com/ for help on using JDeveloper. I am currently working with Oracle to integrate the Struts Console software with JDeveloper and that should be

Re: JDeveloper and Tomcat

2002-01-09 Thread Reid Pinchback
I"m not a JDeveloper user, but as I recall it is (or at least was) an IDE based on JBuilder and licensed by Borland/Inprise to Oracle. If that is still the case then maybe you need to follow the same steps to integrated Struts with JDeveloper as you would for JBuilder. That

JDeveloper and Tomcat

2002-01-08 Thread VEDRE, RANAPRATAP REDDY
Has anybody integrated Tomcat with JDeveloper. I want to know if we can run struts application using Tomcat from JDeveloper. Thanks. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

struts taglib in jdeveloper?

2001-11-21 Thread Phillip Rhodes
Has anyone been able to use struts taglibs in jdeveloper? I can compile my forms and actions, but it complains about my struts jsps. element taglib not complete, expected elements [tag] _ Do You Yahoo!? Get your free @yahoo.com

Re: Setting up the Struts framework on Oracle JDeveloper ?

2001-10-22 Thread John Yu
I haven't used JDeveloper before. But if I remember correctly, JDeveloper is JBuilder 4 with Oracle's own extension. There're discussions on setting up Struts on JBuilder. Techniques for JBuilder may also applicable on JDeveloper. I found this:     http://www1.tramsasp.com/?sect

Setting up the Struts framework on Oracle JDeveloper ?

2001-10-22 Thread Sameer Mahajan
Techies,   Can any one share there experience in setting up the Struts framework on the Oracle JDeveloper ?   Thanks In Advance,   Sameer Mahajan

Re: Struts with Oracle 9i Application Server and Jdeveloper....

2001-07-21 Thread SRadford
an-Francoi s Brassard" To: <[EMAIL PROTECTED]> Subject: Struts with Oracle 9i Application

Struts with Oracle 9i Application Server and Jdeveloper....

2001-07-20 Thread Jean-Francois Brassard
Hi,   I want to know if Struts works well with Oracle 9i Application Server and Jdeveloper!!!   Thanks you in advance

RE: Antwort: RE: Running and debugging with Oracle JDeveloper

2001-02-12 Thread Park, Doug N
I don't have JDeveloper, but I do have Borland JBuilder which is almost the same thing. We just got the example working with JBuilder 4 and the big trick was we had to manually copy the ApplicationResources.properties file to the output folder where the class files are created. Even though i

Antwort: RE: Running and debugging with Oracle JDeveloper

2001-02-05 Thread michael . brohl
Hello Sean, the option is set correctly - if I run the application under Tomcat, everything works fine. Is there any option to be set in JDeveloper to let it work correctly? Thanks for your answer so far. Regards Michael I recently had this problem and it was due to the "applic

Error running app with JDeveloper

2001-02-05 Thread michael . brohl
Hello, trying to run/debug my app with JDeveloper, I get the following error: javax.servlet.jsp.JspException: Missing resources attribute org.apache.struts.action.MESSAGE void index._jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) void

RE: Running and debugging with Oracle JDeveloper

2001-02-02 Thread Sean Giles
t: Running and debugging with Oracle JDeveloper Hello, has anyone successfully achieved to run/debug a web application based on struts using Oracle JDeveloper 3.2.2? If I run/debug my application I get the following error message: javax.servlet.jsp.JspException: Missing resources

Running and debugging with Oracle JDeveloper

2001-02-02 Thread michael . brohl
Hello, has anyone successfully achieved to run/debug a web application based on struts using Oracle JDeveloper 3.2.2? If I run/debug my application I get the following error message: javax.servlet.jsp.JspException: Missing resources attribute org.apache.struts.action.MESSAGE void index

Re: Integrating JDeveloper BC4J

2000-11-01 Thread Robert Leland
Only that you'll need to wait for JDeveloper 3.2 that is due in November. It will have JSP 1.1 support in the form of Tomcat. -Rob -- Rob Leland [EMAIL PROTECTED] (+01-202-544-0533) CGH Technologies FAA ATA 200 Lab

Integrating JDeveloper BC4J

2000-11-01 Thread Josep SERRANO MARGALEFF
Hello, I am working in a project where we use Bussiness Components for Java in Oracle JDeveloper. Now I am researching the possibility to use Struts integrated with BC4J in the model side. Do you have any experiences with EJB and BC4J? Any advice? THX!