Urgent,java Error when compiling class file for jsp

Hi!
Reference to statement is ambbiguous,both class java.sql.statement in java.sql and class.java.beans.statement in java beans match.
this is my file . When i comment the java.import.bean headre it does compile but my server is not able to recognize the class file.,Cud someone help me.
THis is my source file
package dbmg;
//import java.beans.*;
import java.sql.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class DbBean
Connection con;
ResultSet rs;
String sql;
boolean queryType;
int edited;
public DbBean() throws Exception
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
con = DriverManager.getConnection("jdbc:odbc:Forums");
public void setQueryType(String s)
queryType=s.equalsIgnoreCase("select");
public void setSql(String s)
sql = s;
synchronized public void processRequest(HttpServletRequest req) throws
Exception
if (queryType)
Statement stmt=con.createStatement();
rs=stmt.executeQuery(sql);
else
PreparedStatement ps=null;
ps=con.prepareStatement(sql);
int count=0;
String sqlParam,paramValue;
boolean set=true;
while (set)
count++;
sqlParam="param"+String.valueOf(count);
     if (sqlParam==null)
          set=false;
          continue;
paramValue=req.getParameter(sqlParam);
     if (paramValue==null)
set=false;
continue;
          else
               paramValue=paramValue.trim();
try
               ps.setString(count,paramValue);
          catch(Exception ex)
               set=false;
               continue;
try
edited=ps.executeUpdate();
catch(SQLException e)
edited=0;
public Connection getConnection()
return con;
public ResultSet getResultSet()
return rs;
public int stored()
return edited;
public void closeCon() throws Exception
con.close();
rs = null;

No need of commenting your import statement. Whenever there is ambiguity, you can use full class name (with package).
Like,
java.sql.Statement stmt=con.createStatement();
Now there is no ambiguity.
Sudha

Similar Messages

  • Error when using %@ include file="/test.jsp"%&

    UsingNitrox version 2.1 M3 (build 419 06022005):
    with jdk version: 1.5.0_03 and Tomcat 5.5.9
    This is the error :cry: when using <%@ include file="/test.jsp"%> in jsp:
    Severity     2
    The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files (test.jsp)
    It used to work in previuos version of Nitrox. I can't use struts tiles because the tiles content is dynamic (run time) and I need it to be static (at compile time).
    Have you encountered this problem? What is the fix? Nitrox bug?
    I need your help please,
    Alberto

    M7,
    I found the problem :wink: . In the java Build path having the default (ALL) is not picking up the content of the package. I had to use add multiple and include all the folders and subfolders (many L) in my packages. After that I added *.java and *.properties to select all the java files. Now it is working. I assume this is a bug in Nitrox. The default ALL should include the all the files in the path.
    Thanks,
    Alberto

  • Weird Java Error when Compiling

    I am trying to compile my application. When I do, I get this
    message:
    (fcsh) compile 1
    Loading configuration file
    /Developer/SDKs/flex_sdk_2/frameworks/flex-config.xml
    Initial setup: 14ms
    Loaded 11 SWCs: 29ms
    Updated:
    /Volumes/PROJECTS_BU/PROJECTS/src/handreplayer/flex_v2/cp/assets/hand_editor.css
    Updated:
    /Volumes/PROJECTS_BU/PROJECTS/src/handreplayer/flex_v2/hand_editor.as
    Recompile:
    /Volumes/PROJECTS_BU/PROJECTS/src/handreplayer/flex_v2/hand_editor.mxml
    Reason: The source file wasn't fully compiled.
    Updated:
    /Volumes/PROJECTS_BU/PROJECTS/src/handreplayer/flex_v2/cp/components/displayCard.as
    Recompile:
    /Volumes/PROJECTS_BU/PROJECTS/src/handreplayer/flex_v2/cp/components/DisplayCard.mxml
    Reason: The source file wasn't fully compiled.
    Updated:
    /Volumes/PROJECTS_BU/PROJECTS/src/handreplayer/flex_v2/cp/components/editDeal.as
    Recompile:
    /Volumes/PROJECTS_BU/PROJECTS/src/handreplayer/flex_v2/cp/components/EditDeal.mxml
    Reason: The source file wasn't fully compiled.
    Updated:
    /Volumes/PROJECTS_BU/PROJECTS/src/handreplayer/flex_v2/cp/components/displayBoard.as
    Recompile:
    /Volumes/PROJECTS_BU/PROJECTS/src/handreplayer/flex_v2/cp/components/DisplayBoard.mxml
    Reason: The source file wasn't fully compiled.
    Updated:
    /Volumes/PROJECTS_BU/PROJECTS/src/handreplayer/flex_v2/cp/components/displaySeat.as
    Recompile:
    /Volumes/PROJECTS_BU/PROJECTS/src/handreplayer/flex_v2/cp/components/DisplaySeat.mxml
    Reason: The source file wasn't fully compiled.
    Files changed: 0 Files affected: 5
    /Volumes/PROJECTS_BU/PROJECTS/src/handreplayer/flex_v2/cp/components/DisplaySeat.mxml:
    Files: 713 Time: 768ms
    Error: null
    java.lang.ArrayIndexOutOfBoundsException
    at
    flex2.compiler.as3.reflect.MetaData.getValue(MetaData.java:69)
    at
    flex2.compiler.mxml.reflect.TypeTable$EventListHelper.<init>(TypeTable.java:623)
    at
    flex2.compiler.mxml.reflect.TypeTable$EventListHelper.<init>(TypeTable.java:593)
    at
    flex2.compiler.mxml.reflect.TypeTable$TypeHelper.getEvent(TypeTable.java:311)
    at
    flex2.compiler.mxml.lang.DeclarationHandler.invoke(DeclarationHandler.java:55)
    at
    flex2.compiler.mxml.lang.AttributeHandler.invoke(AttributeHandler.java:49)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.registerDependencies(InterfaceCo mpiler.java:1353)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.registerDependencies(InterfaceCo mpiler.java:1323)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.analyze(InterfaceCompiler.java:1 230)
    at flex2.compiler.mxml.dom.Node.analyze(Node.java:36)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer$ChildNodeDependencyScanner.scanC hild(InterfaceCompiler.java:1448)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer$ChildNodeDependencyScanner.neste dDeclaration(InterfaceCompiler.java:1506)
    at
    flex2.compiler.mxml.lang.ChildNodeHandler.unknown(ChildNodeHandler.java:159)
    at
    flex2.compiler.mxml.lang.ChildNodeHandler.invoke(ChildNodeHandler.java:131)
    at
    flex2.compiler.mxml.lang.ChildNodeHandler.scanChildNodes(ChildNodeHandler.java:64)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.registerDependencies(InterfaceCo mpiler.java:1357)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.registerDependencies(InterfaceCo mpiler.java:1323)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.analyze(InterfaceCompiler.java:1 230)
    at flex2.compiler.mxml.dom.Node.analyze(Node.java:36)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer$ChildNodeDependencyScanner.scanC hild(InterfaceCompiler.java:1448)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer$ChildNodeDependencyScanner.neste dDeclaration(InterfaceCompiler.java:1506)
    at
    flex2.compiler.mxml.lang.ChildNodeHandler.unknown(ChildNodeHandler.java:159)
    at
    flex2.compiler.mxml.lang.ChildNodeHandler.invoke(ChildNodeHandler.java:131)
    at
    flex2.compiler.mxml.lang.ChildNodeHandler.scanChildNodes(ChildNodeHandler.java:64)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.registerDependencies(InterfaceCo mpiler.java:1357)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.registerDependencies(InterfaceCo mpiler.java:1323)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.analyze(InterfaceCompiler.java:1 230)
    at flex2.compiler.mxml.dom.Node.analyze(Node.java:36)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer$ChildNodeDependencyScanner.scanC hild(InterfaceCompiler.java:1448)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer$ChildNodeDependencyScanner.neste dDeclaration(InterfaceCompiler.java:1506)
    at
    flex2.compiler.mxml.lang.ChildNodeHandler.unknown(ChildNodeHandler.java:159)
    at
    flex2.compiler.mxml.lang.ChildNodeHandler.invoke(ChildNodeHandler.java:131)
    at
    flex2.compiler.mxml.lang.ChildNodeHandler.scanChildNodes(ChildNodeHandler.java:64)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.registerDependencies(InterfaceCo mpiler.java:1357)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.registerDependencies(InterfaceCo mpiler.java:1323)
    at
    flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.analyze(InterfaceCompiler.java:1 230)
    at flex2.compiler.mxml.dom.Node.analyze(Node.java:36)
    at
    flex2.compiler.mxml.InterfaceCompiler.postprocess(InterfaceCompiler.java:443)
    at
    flex2.compiler.mxml.Compiler.postprocess(Compiler.java:155)
    at flex2.compiler.API.postprocess(API.java:3244)
    at flex2.compiler.API.postprocess(API.java:3211)
    at flex2.compiler.API.batch2(API.java:376)
    at flex2.compiler.API.batch(API.java:1025)
    at flex2.compiler.API.compile(API.java:1211)
    at
    flex2.tools.SimpleShell.compile_mxmlc(SimpleShell.java:511)
    at flex2.tools.SimpleShell.compile(SimpleShell.java:268)
    at flex2.tools.SimpleShell.process(SimpleShell.java:167)
    at flex2.tools.SimpleShell.main(SimpleShell.java:63)
    /Volumes/PROJECTS_BU/PROJECTS/src/handreplayer/flex_v2/cp/components/DisplaySeat.mxml:
    Total time: 821ms
    /Volumes/PROJECTS_BU/PROJECTS/src/handreplayer/flex_v2/cp/components/DisplaySeat.mxml:
    Peak memory usage: 157 MB (Heap: 124, Non-Heap: 33)
    (fcsh)
    I have tried commenting out portions of the source, but now
    the whole thing is commented out, and I am still getting the error.
    Any help would be greatly appreciated.

    For all you wondering, if you leave have this in your code,
    it will generate the above error:
    <mx:Metadata>
    [Event()]
    </mx:Metadata>

  • Error when compiling logic file

    Hi there folks,
    I have a strange problem when compiling a logic file that I haven't seen before, and I can't seem to find an answer for it anywhere so I'm hoping you can help.
    I have a simply piece of script logic that begins with the normal *XDIM_MEMBERSET section, specifically one line:
    *XDIM_MEMBERSET DATASRC = INPUT
    I have a dimension called DATASRC, and a member in that dimension called INPUT, so there is nothing strange here.
    However, when I try to validate the script I get the following error message:
    "Error: Unlimited recursion using a user defined function in line : *XDIM_MEMBERSET DATASRC=INPUT"
    There is nothing wrong with this line, and it certainly isn't a user-defined function!
    I can't find anything about this in the SAP Notes, and have never seen this error before - any ideas that could help?
    Thanks very much in advance.
    Jason

    First, always define your version, so we can isolate our test or idea in a similar version.
    Next, If you modify the statement for any other combination of both DataSrc=[someothermember] and otherDIm=[othermember] and run the validation, does it fail?  If you were to run say Account=Input, would that fail?  If you rename INPUT to INPUTS, does it then V&P?
    Is there any statement in a constants file that use INPUT?
    My idea is to try to isolate if the issue is with the member, or dimension or both, or neither and related to BPC code.  Then if the problem doesn't resolve, you have tests for teh BPC Support team.
    Hope that helps.

  • Error when compile COBOL file

    I install the Cumulative packages of PeopleSoft Enterprise Human Resources Management System and Campus Solutions 9.0 - Maintenance Pack 6 - Multi-Language for my HRCS system. After I deploy the COBOL files, I try to compile them. Most of the files can be compiled. However, when I compile of all 2007-2008 INAS COBOL programs using the file named inasbl07.mak, the error happed.
    ./inasbl07.mak : Convert INAS files for Unicode ....
    INAS 2007-2008 Unicode conversion routine beginning on Wed Oct 21 16:04:20 CST 2009...
    > Creating Work Area #1 folder...
    > Creating Work Area #2 folder...
    > Copying INAS 2007-2008 COBOL files to Work Area #1...
    > Renaming INAS COBOL files in Work Area #1 to PS Standard...
    > Executing COBOL Unicode Conversion on all INAS 2007-2008 COBOL files in Work Area #1...
    Conversion Summary for Source Codes in :
    Source: /opt/pt/inaswk07/
    Target: /opt/pt/inaswk2/
    Number of Copy Libraries Read: 15
    Modified: 15
    Not Modified: 0
    Number of Programs Read: 17
    Modified: 17
    Not Modified: 0
    > All INAS COBOL files converted for Unicode successfully and written
    > to Work Area #2...
    > Renaming INAS COBOL files back to original file names...
    > Copying Converted INAS 2007-2008 COBOL files to COBOL Unicode Source area...
    > All INAS 2007-2008 COBOL files successfully converted and staged.
    INAS Unicode conversion routine ending on Wed Oct 21 16:04:21 CST 2009...
    ./inasbl07.mak : INAS Unicode Conversion step done...
    .cbl not found : Error: File FMCALC07
    I find one answer from metalink, it says: When transferring the INASBL07.cbl file, make sure it is transferred as binary. If you open the file on unix and there is an ^M at the end of the file, the compile will error. However, I copy the file using the command scp from another machine that can compile successfully and I don’t open the file, the error still happed.
    My entironment :
    RedHat4
    weblogic 9.2
    oracle database 10.2.0.1
    peopletools 8.49
    hrms and campus solution 9.0

    i am very glad and appreciate for your help, but i would like to know how to get the value of a radio button.
    like in another JSP file i have :
    <input type="radio" name="type" value="Return" checked>
    Return
    <input type="radio" name="type" value="OneWay">
    One Way
    and when i try to get the value which is checked, i put
    String type = request.getParameter(type.checked);
    but this doesn't work,
    i would be very appreciate for your help. Thank you

  • In PI 7.1 - Java UDF's Compiled Class files - Jar File location

    Hi All,
    In PI 7.1 Does anybody know where the compiled Java UDF's (which are used in Graphical mapping) class files stored in jar are located in integration server? I want to use this jar file in my XSLT mapping.

    Hi,
    I guess it would be under
    \usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\temp\classpath_resolver
    or
    \usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\.\temp\classpath_resolver
    Where SID is your XI instance name.
    Thanks,
    Gujjeti
    Edited by: Praveen Gujjeti on Jun 23, 2008 5:12 PM

  • #2032 Stream Error when downloading .air file for update

    Hi guys,
    I have made a very simple self update air application. When
    the .air file to download for updating is on a localhost server
    everything works fine, however when the .air file is on a remote
    server I got a #2032 stream error when trying to download the .air
    file. (I tried to download the file using IE or Firefox and I get a
    404 error ; btw I am absolutely sure of the .air file URL )
    Does this happen because the .air file has been generated
    with my trial version of Adobe Air ?
    Thanks for your help.
    Olivier

    Thank you for your answer Oliver.
    I'm absolutely sure of the URL. I set the permissions on the
    remote web server to browse the directory with my explorer, I can
    see the .air file but when I click on that file I get that 404
    error. (I hit the refresh button of my browser to be sure to have
    the correct files list). Btw something interesting to notice is
    that when I rename the .air file to .zip I can download the file.
    I have tried with another remote server and it works. There
    may be some misconfiguration somewhere with the first server I
    tried.

  • Error when compiling Derivative method for Polynomial Class

    Hi guys, doing my homework and I am getting this error for my piece of code.
    Error: Operator * cannot be applied to DataElement,int
    this is my method
    public Polynomial derivative(Polynomial q)
            int size = q.length;
            int i;
            double der[]= new double[size];
            DoubleElement p = new DoubleElement();
            Polynomial temp = new Polynomial(size);
            for(i = 0; i < q.length; i++)
                p.makeCopy((DoubleElement) list);
    temp.list[i] = list[i].getCopy() * i;
    return temp;
    Not sure if it is a stupid error or what not, let me know if you need the class as well. Thanks in advance.

    My DoubleElement looks like this
    public class DoubleElement extends DataElement
        protected double num;
        public DoubleElement()
            num = 0.0;
        public DoubleElement(double x)
            num = x;
        public DoubleElement(DoubleElement other)
            num = other.num;
        public boolean equals(DataElement otherElement)
            DoubleElement temp = (DoubleElement) otherElement;
            return (num == temp.num);
        public int compareTo(DataElement otherElement)
            DoubleElement temp = (DoubleElement) otherElement;
            if(num < temp.num)
              return -1;
            else
               if(num > temp.num)
                  return 1;
               else
                  return 0;
            public void setNum(double x)
            num = x;
        public double getNum()
            return num;
        public void makeCopy(DataElement otherElement)
              DoubleElement temp = (DoubleElement) otherElement;
              num = temp.num;
        public DataElement getCopy()
            DoubleElement temp = new DoubleElement(num);
            return temp;
        public String toString()
            return String.valueOf(num);
    }

  • Question on Error when Compiling Classes

    Hi,
    I am using JDev 10.1.3 and iAS 10.1.2.
    I complied a class on Jdev 10.1.3 and moved it to iAS 10.1.2.
    I got the following messages:
    "java.lang.NoClassDefFoundError"
    I updated the JDev 10.1.3 to use the same JRE version as iAS, however I am still getting the same error messages. I did a diff between the java code and the change is very small.
    Does anyone know what is causing this?
    Thanks.

    Hi,
    Just to ensure, check if you followed similar steps in setting up the JDK and J2SE to match that of AS10.1.2.
    To configure JDeveloper to build projects with JDK 1.4:
    1. Install J2SE 1.4 on the machine running JDeveloper.
    2. Configure JDeveloper with the J2SE 1.4 that you installed:
    a. In JDeveloper, choose Tools > Manage Libraries. This displays the Manage Libraries dialog.
    b. In the Manage Libraries dialog, choose the J2SE Definitions tab.
    c. On the right-hand side, click the Browse button for the J2SE Executable field and navigate to the J2SE_1.4/bin/java.exe file, where J2SE_1.4 refers to the directory where you installed J2SE 1.4.
    d. Click OK.
    3. Configure your project to use J2SE 1.4:
    a. In the Project Properties dialog for your project, select Libraries on the left-hand side.
    b. On the right-hand side, click the Change button for the J2SE Version field. This displays the Edit J2SE Definition dialog.
    c. In the Edit J2SE Definition dialog, on the left-hand side, select 1.4 under User.
    d. Click OK in the Edit J2SE Definition dialog.
    e. Click OK in the Project Properties dialog
    Please update the thread with the technologies used in your application, if the error remains unresolved.
    Thanks,
    Anjani Sankar

  • Error Msg - "You must add the Class files for this enterprise bean"

    Hi,
    I am creating creating new enterprise bean using j2sdkee1.2. I am able to create .ear file in desired folder, but can not create .jar. Please help. Getting above error message.
    remote, home interface files and file having business logic (EJB) is compiled and kept at desired location.
    j2ee server started, Deploytool is started.
    Then I can successfully create new application (.ear file)
    Then I go for creating new enterprise bean. I get same application name in Drop down list named "Enterprise Bean will go in".
    Then I can add home, remote and ejb class file to create jar ("Add" under "Contents" ).
    When I say ok after adding these 3 files, I am getting error - "You must add the Class files for this enterprise bean".
    In the deploytool console, getting error - "java.io.FileNotFoundException: C:\2sdkee1.2\mahesh\ConverterEJB.class (The system cannot find the path specified) "
    Can you please help me where to configure the path?
    Can u please help?
    Please send your answer to - [email protected]
    Cheers!

    the path really begins with '2', without a 'j', ie not c:\j2sdkee1.2\...?
    "java.io.FileNotFoundException:
    C:\2sdkee1.2\mahesh\ConverterEJB.class (The system
    cannot find the path specified) "

  • Problem with:error: java.lang.ClassFormatError: Truncated class file

    Hello, I created an simple applet writing "hello world". Now I would like to add *.class file to my serwer witch I've implemented on microcontroller P89C51RD2BN.
    Serwer is programmed with hex file which is created after compiling C source files. In this case I converted .class file to array in C (using hexedit program). When I am (using IE ) browsing my serwer Html site is loading corectly and *.class file is send from serwer also corectly (define arrays are transfered corectly) but applet is not initiated. When I am runnig Java console I can see this:
    error: java.lang.ClassFormatError: Truncated class file
    When I am runnig the same site with the same class file on my PC everything is ok.
    I would be greatfull for any help. Thx. (sorry for my English :P )

    Not too familiar with native compilation, which I believe you are trying to accomplish here. It would appear that you don't have any problems running your applet, more or less running it after being converted to legacy code. Try the "native methods" forum under "Fundementals/Key Classes", this may be helpful. Sorry for not being too helpful.

  • Method not found in class errors when compiling project

    Hi,
    I am getting the following errors when compiling my project:
    Error(3,8): ReqLinesNotificationsVORowImpl not found
    Error(25,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(31,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(37,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(43,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(49,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(55,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(61,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(67,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(67,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(79,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(85,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(91,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(97,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(103,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(109,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(115,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(121,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(127,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(133,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(139,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(145,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(151,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(157,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(163,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(169,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(175,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(181,23): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(187,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Date) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(193,23): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(199,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Date) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImplError(205,23): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    I have ReqLinesNotificationsVORowImpl and ReqLinesNotificationsVOImpl files in myprojects directory. Can anyone help please?
    Thanks

    Hi,
    From the error it seems that the code is refering ReqLinesNotificationsVOExRowImpl file.
    Please make sure that its class file is present in myclasses folder.
    Since u have mentioned that ReqLinesNotificationsVORowImpl is already placed in myclasses folder. Hope this should resolve your issue.
    Regards,
    Raj Papdeja

  • Error while De-Compiling class files

    Hi Gurus,
    I am facing one issue.
    While de-compiling class files, Some of the class files are not getting de-compiled correctly. When I open de-compiled Java file, the code is with errors where some of the code lines are not in proper form.
    I have experienced this with couple of times now. I am using JAD as a tool.
    Please help.
    Thanks,
    -Abm

    "Some of the class files are not getting de-compiled correctly. When I open de-compiled Java file, the code is with errors where some of the code lines are not in proper form."
    Well, unless you put a sample of error, how do you expect any solution?--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to convert a .jsp to a .java/.class file for use in peoplesoft

    Hi java/jsp experts,
    I want to convert a .jsp to a .java/.class file. is there a tool available, please let me know if you have any pointers....
    or can i do it manually:
    these are a few lines that the .jsp contains, and i would like to translate this to be in .java/.class format:
    <%@ page import="sun.misc.BASE64Encoder, javax.crypto., javax.crypto.spec."%>
    <%@ page import="java.util.StringTokenizer" %>
    <%@ page import="java.util.Map" %>
    <%!
    sb.append("<input type=\"hidden\" name=\"orderPage_serialNumber\" value=\"");
    sb.append(serialNumber);
    sb.append("\">\n");
    return sb.toString();
    %>
    how can i translate the above import statements and html elements from jsp to java, please let me know.
    Once i have the .java file created from the .jsp, I will compile .java to create the .class file and invoke the .class in peoplecode by using java apis available in peopletools.
    Thanks in advance.

    Is there a way convert a binary .exe file( compiled by
    another compiler) into Java .class/.jar file ? Anyone
    know of a free program that can do this?It's not possible. There are many decompilers and disassemblers for Java but nothing will take you from ANY binary to Java source. It would be the end of computing as we know it and the beginning of a new era -:)

  • Error message when compiling book "file is corrupt" referring to a photo.  Or "cannot find original photo".  Can you use photos that have been "edited" out of "Book Mode"?

    Error message when compiling book "file is corrupt" referring to a photo.  Or "cannot find original photo".  Can you use photos that have been "edited" out of "Book Mode"?

    I did copy it to my desktop, but it still won't let me open it.  I think the file on the disc might be corrupt or something like that though the cd itself checks out fine as far as viruses go.  I was able to verify the disc, but that's about it.  My husband tried it on his iMac and we have the same issue.  It's unzipping the folder, but won't let us open the folder on both the Mac Book Pro or the iMac by double clicking, going to file/open or right clicking.  It just keeps saying the same message as I posted above.  I think I'm just going to have the client put the pictures on either a memory card or a USB memory stick so she won't have to compress the files for zipping purposes.  It's been too frustrating trying to open this folder on this cd she gave me.  She said she created/zipped the cd on her Mac Book Pro but it sure won't open on mine.

Maybe you are looking for