Error in compiling sample project of Indesign CC 2014

Hi,
I am trying to compile sample project of Indesign CC 2014 using VC++ 2013. but it is showing me following error:
"error C2039: 'assert_not_arg' : is not a member of 'boost::mpl' (..\..\..\source\sdksamples\basicmenu\BscMnuSuiteLayoutCSB.cpp)    D:\Adobe InDesign CC 2014 SDK\external\dva\third_party\boost_libraries\boost\iterator\detail\facade_iterator_catego ry.hpp"
Build result is also showing "Unknown compiler version - please run the configure tests and report the results".
I have added following path in "Project properties->VC++ directories->Include directories"
D:\Adobe InDesign CC 2014 SDK\external\dva\third_party\boost_libraries
D:\Adobe InDesign CC 2014 SDK\external\dva\third_party\adobe_source_lib
Please let me know if any kind of settings I need to change in VC++ 2013.
I am using application Indesign CC 2014 and VC++ 2013 and OS is Windows 8
Thanks in advance,
Priyanka

You probably need to post this over in the InDesign SDK forum, but I'm not sure that's even the right place. Can you explain in plain language what this "project" is?

Similar Messages

  • Error in compiling sample project of photoshop CC 2014

    Hi,
    I am trying to compile sample project "Outbound" of Photoshop CC 2014, but it is showing me error, "Parse Issue: Unknown type name 'DialogPtr' " in DialogUtilities.h file .
    DialogUtilities.h is part of "samplecode:common:include" folder. I have also added this path in header search path, but it is still not working.
    Application I am using is "Photoshop CC 2014"
    and Xcode version is "Version 4.6.3 (4H1503)"
    If anyone have idea about this then please let me know.
    Thanks,
    Priyanka

    Are you using the CC 2014 release of the SDK?
    The DialogUtilities.h for mac do not work. They are the old Carbon API's. See the Dissolve example for an Objective-C UI.
    I would comment out the DialogUtilities.h include and other associated headers for Carbon UI. Some Carbon calls still work that are unrelated to UI.

  • Error when compiling orchestration project

    This is driving me nuts and I hope someone can help. I have a orchestration project and one of the orchestration uses request-response direct bound ports. Message sent to this port will be transformed to a wcf request on a send-receive port configured in
    the biztalk application. In the orchestration request-response port I am trying to catch faults so right clicked the operation and clicked "New Fault Message". This new fault is of the type "BTS.soap_envelope_1__1.Fault"
    Now when I compile the project, I am getting compile error
    Error 522 The type or namespace name 'soap_envelope_1__1' does not exist in the namespace 'MyNameSpace' (are you missing an assembly reference?) [Orchestration project path]\obj\Debug\BizTalk\XLang\File0.cs 
    I have verified that the project contains a reference to Microsoft.BizTalk.GlobalPropertySchemas dll
    I would appreciate any help.

    Hi,
    This is what I originally thought, namespace issue. Now that I think of it, it might not even need to be just the last bit of the namespace to make problem. I unfortunately don't really have to time now to demonstrate it or investigate it further
    but it is very possible.
    Anyhow, for your problem at hand, I am afraid that you will be left with no choice but to change your namespace. I have never been able to work around it.
    I learned this the hard way as well and since then I am always careful when choosing my namespace. I avoid any reserved words. Also when using .Net libraries in your BizTalk project, never give your class the same name as part of your namespace.
    Moreover, for schema namespace, I would avoid anything listed here:
    For now that is all I can advise you. If someone else has a work around or proper explanation I would be glad to hear about it as well.
    Good luck!
    Francois

  • Errors while compiling AIA project in Jdeveloper 11.1.1.5.0

    Hi
    I am using JDeveloper 11.1.1.5.0 for my AIA project.
    I created one ReqABCS using ServiceConstuctor in Jdev and at time of deployment I got the following errors.
    [scac] error: in SyncItemLotEbizReqABCSImplProcess.bpel(81): XML element "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}Sender" of variable "Sender" is not defined
    [scac] error: in SyncItemLotEbizReqABCSImplProcess.bpel(83): XML element "{http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2}EBMHeader" of variable "EBM_HEADER" is not defined
    [scac] error: in SyncItemLotEbizReqABCSImplProcess.bpel(672): XML element "{http://schemas.xmlsoap.org/ws/2003/03/addressing}EndpointReference" of variable "EndpointReference" is not defined
    Same project is compiled and deployed successfully in earlier versions of JDeveloper.
    Please suggest the solution ASAP.
    Thanks in advance
    Venkata..

    Have you searched for the problem?
    I found Composite errors after upgrade to 11.1.1.5.0 which may help...
    Timo

  • Error of compiling RMI project in Linux

    I have two project using RMI. They both have problem when compiling.
    One of them has GUI, it generates the stub java files but fails to compile them into classes and the error message is
    Exception in thread "main" java.lang.InternalError: unexpected exception during
    linking: java.lang.ClassNotFoundException: javax.swing.JFrame
    The other one does not have GUI, it does generate the stub classes and the message is
    java.lang.NullPointerException
    Some other simpler projects can be compiled and run.
    All the javac's worked fine but none of the rmic's worked properly.
    Please someone has the knowledge.
    Thanks.

    sorry, it's my mistake..it really Naming.lookup problem..i have solved it..anyway, thanks for your kindness..

  • 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

  • Errors in complex BC4J projects management - 10.1.2.1.

    Sometime we need to apply changes to BC4J entities (e.g. removing/renaming a field or an association).
    If some ViewObject / ViewLink is present in the same project I'm informed of the problem and I should repair it by hand.
    This is noisy.
    But if I've a project in a different workspace wich imports classes (suggested method) of the project I changed it gives me errors opening/compiling the project and the related Vo/Vl are corrupted ( I don't mean the file is corrupted but the file is inconsistent and should be edited by hand in order to try to repair it).
    I've hundreds of such projects and then the problem become impossible to handle.
    Is there any way to avoid BC4J xml files corruption ?
    Is there any way to verify / apply changes to many different projects ?
    Any new in 10.1.3 about that problem ?
    Tks
    Tullio

    I second Tullio's concerns...
    BC4J/ADF has many great features, but managing the various objects and dependencies across multiple projects is very tedious and error prone. You cannot have everything in one large project.
    I have tried various methods to control this; but eventually, you have to make changes to EO, VO, Links, etc., and Tullio's concerns are justified. I was in a recent conversation with others who expressed the same concerns based on experience; enough to consider alternatives to BC4J just from a management/change perspective.
    Dean

  • Unable to load Adobe InDesign CC 2014 Type Library (Version 1.0)

    Good evening,
    I've just upgraded ID from CC to CC 2014 and now a script that had always run without issue now won't work. I get an error saying 'Unable to load Adobe InDesign CC 2014 Type Library (Version 1.0)'
    The bit of code I was running was executing a little VB script copying files:
            var vbScript = 'Set fs = CreateObject("Scripting.FileSystemObject")\r';
            vbScript +=  'fs.CopyFile "' + f.fsName.replace("\\", "\\\\") + '", "' + destinationFolder.fsName.replace("\\", "\\\\") + "\\" + f.name + '"';
            app.doScript(vbScript, ScriptLanguage.visualBasic);
    From trawling the net I can see stuff about the 'Resources for Visual Basic.tlb' file. I can see this in the C:\ProgramData\Adobe\InDesign\Version 10.0\en_GB\Scripting Support\10.1 folder but clearly it isn't registered or something similar.
    Can anyone help me get past this problem?
    Thanks for any help.

    Thanks for your prompt reply.
    Do you mean copy the 'Resources for Visual Basic.tlb' into the Version 9 folder?
    If so I already have the file in there: "C:\ProgramData\Adobe\InDesign\Version 9.0\en_US\Scripting Support\9.0\Resources for Visual Basic.tlb" as well as the file in this location: "C:\ProgramData\Adobe\InDesign\Version 10.0\en_US\Scripting Support\10.1\Resources for Visual Basic.tlb"
    The only difference between the 2 installs that I can see is that v10 also has a locale for en_GB.

  • Error in compiling Photoshop CC 2014 sample project

    Hi,
    I am trying to compile SDK sample project "outbound". but it is showing errors, as "Parse Issue: Unknown type name 'DialogPtr' " in DialogUtilities.h .
    DialogUtilities.h file is in "Adobe Photoshop CC 2014:photoshopsdk:pluginsdk:samplecode:common:includes".
    even if I add this path in project  settings it still shows the errors.
    how can I make this work?
    I am using Photoshop CC 2014 and Xcode version is 4.6.3 (4H1503)
    If you have any idea regarding project settings then please let me know.
    Thanks and regards,
    Priyanka.

    Are you using the CC 2014 release of the SDK?
    The DialogUtilities.h for mac do not work. They are the old Carbon API's. See the Dissolve example for an Objective-C UI.
    I would comment out the DialogUtilities.h include and other associated headers for Carbon UI. Some Carbon calls still work that are unrelated to UI.

  • [svn] 3870: Fixing compiler error in my sample.

    Revision: 3870
    Author: [email protected]
    Date: 2008-10-24 08:57:35 -0700 (Fri, 24 Oct 2008)
    Log Message:
    Fixing compiler error in my sample. I accidentally copy/pasted a line.
    Modified Paths:
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/asdoc/en_US/mx/components/example s/TextViewExample.mxml

    I believe I see at least two problems:
    (1) CXXOUTPUT_FLAGS="-0 %OutFile%
    i.e. You've specified -0 [dash zero] where I imagine you want -o [dash oh]
    I guess it's possible that your posting has a typographical error and that your build really does have -o [and not -0]. If that's the case, I imagine that your problem is the double quotation marks. It's possible or even likely that due to the quotations in "-o %OutFile%", the compiler attempts to interpret this whole string as an option - which of course it can't.
    (2) LINK=cc
    i.e. You've specified cc (the C compiler/linker) instead of CC (the C++ compiler/linker).

  • TRIM() not found? Compile error: Can't find project or library in Excel 2007

    I am preparing to make a few alterations to a spreadsheet that another person built.  I have NOT made any changes to it yet.
    They put in a button that allows portions of the worksheet to print.  I am now using Excel 2007.  Their code ran fine in 2003.
    The button had worked in Excel 2003- but now (without any changes) throws an error "Compile Error: Cant find project or library."
    TRIM is highlighted in the following code:  (See below for the whole sub)
    If Trim(Worksheets("Measurements").Cells(RowCounter, ColumnCounter).Value) <> "" Then
                    If RowCounter > PrintRowMarker Then
                        PrintRowMarker = RowCounter
                    End If
                    If ColumnCounter > PrintColumnMarker Then
                        PrintColumnMarker = ColumnCounter + 1
                    End If
                End If
    I have added in the following references into Excel via the big button in the upper left and the "Excel Options" screens:
    Analysis Toolpak and Analysis Toolpak-VBA.  The sheet "Measurements" is present.
    1)  Are these the right packages for the TRIM function?
    2)  Is there a different Add-in that is needed?
    3)  Is there an additional step I must use to actually add in these packages?
    4)  Is there something else I should do?
    Thanks-
    Loralee
    P.S. Access 2003 finds (it's version of) TRIM fine- so a version is on the machine.  This spreadsheet if failing in the same way on 2 machines- both with Office 2007 installed.
    Private Sub BtnPrint_Click()
        Dim RowStarter  As Integer      'Where to start checking rows for content
        Dim RowCounter  As Integer      'The current row being checked
        Dim ColumnCounter  As Integer   'The current column being checked
        Dim PrintRowMarker  As Long   'The last row with data
        Dim PrintColumnMarker As Long 'The last column with data
        Dim NoMoreData As Boolean       'Look for a blank record
        Dim RangeValue As String        'Define the range string value
        Dim EndRangeValue As String
        PrintColumnMarker = 0
        PrintRowMarker = 0              'Initialize the row printing marker
        RowStarter = 5                  'Print Starting Point
        For RowCounter = 2005 To RowStarter Step -1
            For ColumnCounter = 50 To 2 Step -1
                If Trim(Worksheets("Measurements").Cells(RowCounter, ColumnCounter).Value) <> "" Then
                    If RowCounter > PrintRowMarker Then
                        PrintRowMarker = RowCounter
                    End If
                    If ColumnCounter > PrintColumnMarker Then
                        PrintColumnMarker = ColumnCounter + 1
                    End If
                End If
            Next ColumnCounter
                If PrintRowMarker > 0 Then
                End If
        Next RowCounter
        EndRangeValue = IndexToString(PrintRowMarker, PrintColumnMarker)
        RangeValue = "$A$1:" & EndRangeValue
        Worksheets("Measurements").PageSetup.PrintArea = RangeValue
        Worksheets("Measurements").PageSetup.PrintGridlines = True      'Turn on gridlines
        Worksheets("Measurements").PrintPreview                         'PRINT THAT PUPPY!
    End Sub

    Appears OK to me but the error message " Cant find project or library." suggests it could possibly be the references in VBA.
    In VBA select menu item Tools - References.
    Ensure that the following are checked:-
    Visual Basic for Applications
    Microsoft Excel 12.0 Object Library
    OLE Automation
    Microsoft Office 12.0 Object Library
    It there are any references displayed as Missing then scroll down to find the equivalent reference and check it and then uncheck the Missing one/s.
    Regards, OssieMac

  • Compile Error on Final Arrays Project

    I'm sure this is an elementary problem, but I'm relatively new to Java. Can someone glance at this code for any apparent errors. I'm pretty sure the fillArrays() method and average() method are correct. I've tried everything, and there's no one I can ask. Any help would be greatly appreciated. This program is the final project of my java programming intro class.
    Thanks
    import ann.easyio.*;
    public class DoubleArrayOps
    public static double[] subArray(double data[], int start, int stop)
    double newData[] = new double[stop-start+1];
    int storeAt = 0;
    for (int i = start; i<= stop; i++)
    newData[storeAt++] = data;
    return newData;
    public static void printArray(Screen out, double data[])
    for (int i = 0; i< data.length; i++)
    out.print(data[i] + " ");
    public double average(double [] scoreArr)
    int numValues = scoreArr.length;
    double sum = 0.0;
    for(int i = 0; i < numValues; i++)
    sum += scoreArr[i];
    if(numValues > 0)
    return (sum / numValues);
    else
    System.err.println();
    return 0.0;
    public double standardDev(double [] scoreArr)
    int numValues = scoreArr.length;
    if(numValues > 0)
    double avg = average(scoreArr);
    double sumSqrTerms = 0.0;
    double term;
    for(int i = 0; i < numValues; i++)
    term = (scoreArr[i] - avg);
    Math.pow(term,2) += sumSqrTerms;//Compile error.
    return(Math.sqrt(sumSqrTerms / numValues));
    else
    System.err.println();
    return 0.0;
    import ann.easyio.*;               
    import hoj.*;
    class Grades extends Object
    static Screen theScreen = new Screen();
    static Keyboard theKeyboard = new Keyboard();
    public static void main(String args[])
    String [] nameArr;
    double [] scoreArr = new double [1000];
    double scores = fillArrays( nameArr, scoreArr);
    scoreArr = DoubleArrayOps.subArray(scoreArr, 0, scores-1);
    theScreen.print( "\nMean score: "
    + DoubleArrayOps.average(scoreArr)
    + "\n"
    + "Std. Dev: "
    + DoubleArrayOps.standardDev(scoreArr)
    +"\n");
    char [] gradeArr;
    gradeArr = computeLetterGrades(scoreArr);
    displayArrays( nameArr, scoreArr, gradeArr);
    public static double fillArrays(String [] nameArr, double [] scoreArr)
    int n = 0;
    String name;
    double score;
    while(true)
    Keyboard theKeyboard = new Keyboard();
    theScreen.print("\nPlease enter students name: ");
    name = theKeyboard.readWord();
    if (name.equals("done"))
              break;
    nameArr[n]=name;
    score = theKeyboard.readDouble();
    scoreArr[n]=score;
    n += 1;
    return n;
    public static char computeLetterGrades(double [] scoreArr)
    int numValues = scoreArr.length;
    char [] gradeArr = scoreArr.length;
    if(numValues > 0)
         double avg = average(scoreArr);
              double sDev = standardDeviation(scoreArr);
              double F_CUT_OFF = (avg - 1.5 * standardDev);
              double D_CUT_OFF = (avg - 0.5 * standardDev);
              double C_CUT_OFF = (avg + 0.5 * standardDev);
              double B_CUT_OFF = (avg + 1.5 * standardDev);
    for(int i = 0; i < numValues; i++)
              if(scoreArr < F_CUT_OFF)
              return gradeArr['F'];
              else if(scoreArr < D_CUT_OFF)
              return gradeArr['D'];
              else if(scoreArr < C_CUT_OFF)
              return gradeArr['C'];
              else if(scoreArr < B_CUT_OFF)
              return gradeArr['B'];
              else
              return gradeArr['A'];
              return gradeArr[];
    public static double displayArrays(String [] nameArr, double [] scoreArr, char [] gradeArr)
    Screen theScreen = new Screen();
    theScreen.print(+ Grades.fillArrays(nameArr,scoreArr)
    + Grades.computeLetterGrades(gradeArr);

    All my errors are compile errors. Here are the errors I get, and I've tried everything I know with null results. :) Thanks for the responses!
    Grades.java:115: 'class' or 'interface' expected
    public static char computeLetterGrades(double [] scoreArr)
    ^
    Grades.java:31: subArray(double[],int,int) in DoubleArrayOps cannot be applied to (double[],int,double)
    scoreArr = DoubleArrayOps.subArray(scoreArr, 0, scores-1);
    ^
    Grades.java:34: non-static method average(double[]) cannot be referenced from a static context
    + DoubleArrayOps.average(scoreArr)
    ^
    Grades.java:37: non-static method standardDev(double[]) cannot be referenced from a static context
    + DoubleArrayOps.standardDev(scoreArr)
    ^
    Grades.java:42: cannot resolve symbol
    symbol : method computeLetterGrades (double[])
    location: class Grades
         gradeArr = computeLetterGrades(scoreArr);
    ^
    Grades.java:44: cannot resolve symbol
    symbol : method displayArrays (java.lang.String[],double[],char[])
    location: class Grades
         displayArrays( nameArr, scoreArr, gradeArr);
    ^
    DoubleArrayOps.java:69: unexpected type
    required: variable
    found : value
              Math.pow(term,2) += sumSqrTerms;//Compile error.

  • Errors when compiling the web service (SAP Web Service Design Tool)

    After downloading and installing the SAP de Web Service Design Tool (for Crystal Reports Server) I created a connection, a simple query and was able to deploy a web services. I tested the web service with an Xcelsius dashboard within InfoView. Thereafter I created a second connection (other name but same ODBC connection / server) and created another simple query with two date(range) parameters and a group by year and month function in order to do a select count(). It executes fine, but when I try to publish the web service I get an error.
    There are errors when compiling the web service.
    Is does not say whatu2019s wrong or how I can solve this problem.
    Who can help me?
    Some notes:
    1) Within expert mode I used a MONTH() SQL function which does not show in the normal mode.
    2) It seams that the u2018administrationu2019 of Web Service Design Tool got u2018corruptedu2019 after only creating the two connections, queries and services mentioned above. I believe so because I could select one of two queries when I created the second service, but within the current connection I had only one query.
    Thanks for any help,
    Ron
    ADDITIONAL INFO: The parameters seam to be the problem. After removing the parameters I can publish the service. But without parameters it is NO SOLOTION.
    Edited by: RonKoudijs on Aug 26, 2010 6:28 PM

    Hello Taylan,
    I think the error that you received was due to packaging issues.I placed the
    UtilClass.java file under a directory called data which was present under
    the project directory.
    When you want to access a java class, you can either place the compiled
    class file in the WEB-INF/classes folder or you can place the java file
    under the project directory.
    I have attached the sample project that I created with your files.
    Let me know if you have any other questions.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "taylan" <[email protected]> wrote in message
    news:3d6351b0$[email protected]..
    >
    I am trying to write a simpe web service in WebLogic Workshop, but havingan error
    which I could not understand. Could you please help me? Thanks in advance.
    Regards,
    Taylan
    My web service code is like belows:
    import weblogic.jws.control.JwsContext;
    import data.*;
    public class WebService1
    /** @jws:context */
    JwsContext context;
    * @jws:operation
    public UtilClass testType(UtilClass tTest){
    UtilClass returnObj=new UtilClass();
    if(tTest.getName()!= null){
    returnObj.setName(tTest.getName());
    return returnObj;
    and my UtilClass is placed in the data directory under the same directorywith
    my web service code. It is a simpe class as belows:
    package data;
    public class UtilClass
    private String name;
    public void setName(String name){
    this.name=name;
    public String getName(){
    return name;
    However I got an error when I try to compile the webservice class. Theerror is
    like belows:
    File Line Message
    WebService1.jws 0 Resource found on system classpath: data.UtilClass
    Build complete - 1 error(s), 0 warning(s)
    [ngroup.zip]

  • HDL Interface Node (UsingFilterCore.vi) and "timing constraint" error when compiling

    I'm trying to use the HDL interface node in LV8 FPGA with a PCI-5640R and had the "timing constraint" error when compiling my VI, however, the same VI was successfully compiled on a CRIO-9104, it seems the FPGA on PCI-5640R is not good as the one on CRIO-9104, or I'm not using it right. could you please kindly help me out?
    I tested it with the sample code downloaded from NI website
    ( http://zone.ni.com/devzone/conceptd.nsf/webmain/456722DDDE17986A86256E7B0065EE6F ) which demonstrates using an IP core for a filter. To simplify it, I only keep the HDL Interface Node and the While Loop (see "UsingFilterCore.vi" in attached zip file), and then I created 2 projects including this VI (1 for CRIO-9104, in sub folder "CRIO-9104", the other for PCI-5640R, in sub folder "IFRIO 5640"). When opening the 2 projects separately in LV8.0 and selecting the VI for compile, the one for 9104 passed and the other failed. Here I attach the source code, error message screenshot and the NIReport from MAX, hope you can reduplicate the problem.
    Can you help me out? Thanks very much !
    Message Edited by Jerry_L on 03-26-2006 09:28 PM
    Message Edited by Jerry_L on 03-26-2006 09:29 PM

    Hi Jerry,
    I'm just tried to make all these steps by myself (http://zone.ni.com/devzone/cda/tut/p/id/3516). I have generated FIR filter using Xilinx ISE and got *.VHD file which was going to use in HDL Node.
    In the Parameters tab of the HDL Interface Node configuration dialog, double-click in the Names column to add parameters. Create parameters as shown below.
    Next, switch to the Code tab. Notice that your parameters now appear in the entity section. To complete the next two sections of code, you will need to refer to the filt.vhd file that you generated earlier and interface the filter core to the LabVIEW FPGA execution system.
    1. The first problem I met was integrating VHDL code from earlier generated *.VHD file to CODE tab in properties of HDL Node. Content of entity section in *.VHD is not the same that in your attached file. Please check it in attached files. I'm sure this is the main reasen of problem.
    Next, switch to the External Files tab. Click the Add File button and select the filt.edn file that you created earlier. This is the EDIF netlist file that you generated earlier.
    2. I have no idea where can I get it and when during filter generation using Xilinx ISE it was generated too. How can I get it? I had to use your attached file filt.edn.
    3. After that I have made the same schematics like you have in your VI FPGA and try to run. But I've got two error messages:
    HDL Interfave node: enable chain not handled. Details: Refer to the documentation for the correct assignments for the enable_out output from your HDL code.
    HDL Interfave node: output not handled. Details: Right-click the node, select Configure to open the Configure HDL Interface Node dialog box, and use the Code tab to handle all output parameters. 
    Actually I need to model FIR filter:
    Bandwidth 200-600 Hz
    Sampling 8 KHz
    Attenuation 80 dB
    That's why I tried to follow all these steps by myself to understand how does it work.
    Thanks a lot.
    Nikita
    Attachments:
    Filter1.vi ‏16 KB

  • Another two errors in compiling StoreFrontService?

    Hi, I followed the instructions at http://www.oracle.com/technology/products/jdev/samples/fod/index.html, but got the following two errors.
    D:\fod\StoreFrontModule\StoreFrontService\src\oracle\fodemo\storefront\entities\associations\CategoryTranslationToCustomerInterests.xml
    Error(16,4): Attribute LockTopContainer not defined on element AssociationEnd
    Error(32,4): Attribute LockTopContainer not defined on element AssociationEnd
    Please help.
    Thanks.

    There is a known bug that occurs if you attempt to compile the project before JDeveloper completes the indexing of the ADF BC project. The best way to reconcile this issue is to unzip a clean copy of the demo and attempt to open it, making sure to give ample time for JDeveloper to index the ADF BC project prior to compiling.
    Regards,
    RiC

Maybe you are looking for