Diagram of construction problem jdeveloper

I am invoking a web service via a link partner. But when I click the button rrefresh in tab, its shows to structure this error:

Referencia declared: "urn: unApTypes:TApFieldType".
oracle.tip.tools.ide.common.xsdgrammar.SchemaGrammarException: Referencia declared: "urn: unApTypes:TApFieldType".
at oracle.tip.tools.ide.common.xsdgrammar.SchemaGrammarProvider.buildSchemas(SchemaGrammarProvider.java:202)
at oracle.tip.tools.ide.common.xsdgrammar.GrammarInfo.getGrammars(GrammarInfo.java:860)
at oracle.tip.tools.ide.common.xsdgrammar.GrammarInfo.createGrammarInfo(GrammarInfo.java:803)
to oracle.tip.tools.ide.common.xsdgrammar.GrammarInfo. < init > (GrammarInfo.java:282)
at oracle.tip.tools.ide.common.bpeldesigner.SchemaResolvedObj.buildResolvedDocument(SchemaResolvedObj.java:242)
at oracle.tip.tools.ide.pm.bpelgraph.editors.ExplorerTreeUtil.populateMessagePartItem(ExplorerTreeUtil.java:208)
at oracle.tip.tools.ide.pm.bpelgraph.editors.ExplorerTreeUtil.populateMessageParts(ExplorerTreeUtil.java:135)
at oracle.tip.tools.ide.pm.bpelgraph.editors.ExplorerTreeUtil.populateMessage(ExplorerTreeUtil.java:98)
at oracle.tip.tools.ide.pm.bpelgraph.editors.ExplorerTreeUtil.buildOperationNode(ExplorerTreeUtil.java:80)
at oracle.tip.tools.ide.pm.bpelgraph.editors.PLExplorerTreeNode.populateOperations(PLExplorerTreeNode.java:178)
at oracle.tip.tools.ide.pm.bpelgraph.editors.PLExplorerTreeNode.populateRoles(PLExplorerTreeNode.java:161)
at oracle.tip.tools.ide.pm.bpelgraph.editors.PLExplorerTreeNode.getChildNodes(PLExplorerTreeNode.java:80)
to oracle.tip.tools.ide.pm.bpelgraph.editors.ExplorerTree$ TreeExpansionHandler$ 1.run(ExplorerTree.java:6260)

The WSDL file that I invokin is:

<? XML version = "1.0" encoding = "utf-8"? >
< definitions xmlns = "http://schemas.xmlsoap.org/wsdl/".
xmlns: XS = "http://www.w3.org/2001/XMLSchema".
name = "IApWebServicesservice" targetNamespace = "http://tempuri.org/".
xmlns:TNS = "http://tempuri.org/".
xmlns:SOAP = "http://schemas.xmlsoap.org/wsdl/soap/".
xmlns:soapenc = "http://schemas.xmlsoap.org/soap/encoding/".
xmlns:MIME = "http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:ns1 = "urn: unApTypes" xmlns:ns2 = "urn: unApWebServicesInterface".
xmlns:NS3 = "http://www.borland.com/namespaces/Types" >
< types >
< xs: Schema targetNamespace = "urn: unApTypes" xmlns = "urn: unApTypes" >
< xs:simpleType name = "TApLanguages" >
< xs:restriction base = "XS: String" >
< xs:enumeration value = "alPortuguese" / >
< xs:enumeration value = "alEnglish" / >
< xs:enumeration value = "alSpanish" / >
< xs:enumeration value = "alPortuguesePT" / >
< xs:enumeration value = "alDeutsch" / >
< xs:enumeration value = "have" / >
< xs:enumeration value = "alFrench" / >
< xs:enumeration value = "alRussian" / >
< / xs:restriction >
< / xs:simpleType >
< xs:simpleType name = "TApFieldType" >
< xs:restriction base = "XS: String" >
< xs:enumeration value = "aftNotDefined" / >
< xs:enumeration value = "aftIntAutoInc" / >
< xs:enumeration value = "aftIntAuto" / >
< xs:enumeration value = "aftInteger" / >
< xs:enumeration value = "aftByteAuto" / >
< xs:enumeration value = "aftByte" / >
< xs:enumeration value = "aftWordAuto" / >
< xs:enumeration value = "aftWord" / >
< xs:enumeration value = "aftFloat" / >
< xs:enumeration value = "aftString" / >
< xs:enumeration value = "aftDate" / >
< xs:enumeration value = "aftTime" / >
< xs:enumeration value = "aftBoolean" / >
< xs:enumeration value = "aftBlob" / >
< xs:enumeration value = "aftImage" / >
< xs:enumeration value = "aftRichText" / >
< xs:enumeration value = "aftDateTime" / >
< xs:enumeration value = "aftMemo" / >
< xs:enumeration value = "aftFile" / >
< xs:enumeration value = "aftCurrency" / >
< / xs:restriction >
< / xs:simpleType >
< / xs: Schema >
< xs: Schema targetNamespace = "urn: unApWebServicesInterface".
xmlns = "urn: unApWebServicesInterface" >
< name XS: complexType = "TWSTransactionParams" >
< xs: SEQUENCE >
< xs: element name = "Fields" type = "ns2:TWSTransactionHeaderFieldsArray" / >
< xs: element name = "Reserved" type = "ns2:TWSTransactionParams" / >
< / xs: SEQUENCE >
< / xs: complexType >
< name XS: complexType = "TWSTransactionHeaderFieldsArray" >
< xs:complexContent >
< xs:restriction base = "soapenc:Array" >
< xs: SEQUENCE / >
< xs: attribute ref = "soapenc:arrayType".
N1:arrayType = "ns2:TWSTransactionHeaderFields []".
xmlns:N1 = "http://schemas.xmlsoap.org/wsdl/" / >
< / xs:restriction >
< / xs:complexContent >
< / xs: complexType >
< name XS: complexType = "TWSTransactionHeaderFields" >
< xs: SEQUENCE >
< xs: element name = "Reserved" type = "ns2:TWSTransactionHeaderFields" / >
< xs: element name = "FieldCaption" type = "xs: String" / >
< xs: element name = "FieldID" type = "xs: int" / >
< xs: element name = "GroupId" type = "xs: int" / >
< xs: element name = "GroupCaption" type = "xs: String" / >
< xs: element name = "Required" type = "xs: Boolean" / >
< xs: element name = "DataType" type = "xs: int" / >
< xs: element name = "Mask" type = "xs: String" / >
< xs: element name = "FieldLength" type = "xs: int" / >
< xs: element name = "LookupName" type = "xs: String" / >
< xs: element name = "PrimaryKey" type = "xs: int" / >
< xs: element name = "Language" type = "xs: String" / >
< xs: element name = "ReadOnly" type = "xs: Boolean" / >
< xs: element name = "LiteralMicroHelp" type = "xs: String" / >
< xs: element name = "ExceptReadOnlyTransactions" type = "xs: String" / >
< / xs: SEQUENCE >
< / xs: complexType >
< name XS: complexType = "TWSTransactionExecuteParamArray" >
< xs:complexContent >
< xs:restriction base = "soapenc:Array" >
< xs: SEQUENCE / >
< xs: attribute ref = "soapenc:arrayType".
N1:arrayType = "ns2:TWSTransactionExecuteParam []".
xmlns:N1 = "http://schemas.xmlsoap.org/wsdl/" / >
< / xs:restriction >
< / xs:complexContent >
< / xs: complexType >
< name XS: complexType = "TWSTransactionExecuteParam" >
< xs: SEQUENCE >
< xs: element name = "Id" type = "xs: int" / >
< xs: element name = "Value" type = "xs: anyType" / >
< xs: element name = "Reserved" type = "ns1:TApFieldType" / >
< xs: element name = "FieldName" type = "xs: String" / >
< xs: element name = "ClientFieldName" type = "xs: String" / >
< xs: element name = "Size of the field" type = "xs: int" / >
< / xs: SEQUENCE >
< / xs: complexType >
< name XS: complexType = "TWSQueryParams" >
< xs: SEQUENCE >
< xs: element name = "Reserved" type = "ns2:TWSQueryParams" / >
< xs: element name = "Fields" type = "ns2:TWSQueryHeaderFieldsArray" / >
< / xs: SEQUENCE >
< / xs: complexType >
< name XS: complexType = "TWSQueryHeaderFieldsArray" >
< xs:complexContent >
< xs:restriction base = "soapenc:Array" >
< xs: SEQUENCE / >
< xs: attribute ref = "soapenc:arrayType".
N1:arrayType = "ns2:TWSQueryHeaderFields []".
xmlns:N1 = "http://schemas.xmlsoap.org/wsdl/" / >
< / xs:restriction >
< / xs:complexContent >
< / xs: complexType >
< name XS: complexType = "TWSQueryHeaderFields" >
< xs: SEQUENCE >
< xs: element name = "Reserved" type = "ns2:TWSQueryHeaderFields" / >
< xs: element name = "FieldCaption" type = "xs: String" / >
< xs: element name = "ParamType" type = "xs: int" / >
< xs: element name = "ParamName" type = "xs: String" / >
< xs: element name = "Mask" type = "xs: String" / >
< xs: element name = "DefaultValue" type = "xs: anyType" / >
< xs: element name = "Required" type = "xs: Boolean" / >
< xs: element name = "GroupId" type = "xs: int" / >
< xs: element name = "GroupCaption" type = "xs: String" / >
< xs: element name = "Hint" type = "xs: String" / >
< xs: element name = "FindInList" type = "xs: Boolean" / >
< xs: element name = "UseValueList" type = "xs: Boolean" / >
< xs: element name = "ValueList" type = "xs: String" / >
< / xs: SEQUENCE >
< / xs: complexType >
< name XS: complexType = "TWSQueryExecuteParamArray" >
< xs:complexContent >
< xs:restriction base = "soapenc:Array" >
< xs: SEQUENCE / >
< xs: attribute ref = "soapenc:arrayType".
N1:arrayType = "ns2:TWSQueryExecuteParam []".
xmlns:N1 = "http://schemas.xmlsoap.org/wsdl/" / >
< / xs:restriction >
< / xs:complexContent >
< / xs: complexType >
< name XS: complexType = "TWSQueryExecuteParam" >
< xs: SEQUENCE >
< xs: element name = "Value" type = "xs: String" / >
< xs: element name = "Reserved" type = "ns1:TApFieldType" / >
< xs: element name = "ParamName" type = "xs: String" / >
< / xs: SEQUENCE >
< / xs: complexType >
< name XS: complexType = "TWSQueryExecuteResults" >
< xs: SEQUENCE >
< xs: element name = "Fields" type = "ns2:TWSQueryExecuteFieldsArray" / >
< xs: element name = "Records" type = "ns2:TWSQueryExecuteRecordsArray" / >
< / xs: SEQUENCE >
< / xs: complexType >
< name XS: complexType = "TWSQueryExecuteFieldsArray" >
< xs:complexContent >
< xs:restriction base = "soapenc:Array" >
< xs: SEQUENCE / >
< xs: attribute ref = "soapenc:arrayType".
N1:arrayType = "ns2:TWSQueryExecuteField []".
xmlns:N1 = "http://schemas.xmlsoap.org/wsdl/" / >
< / xs:restriction >
< / xs:complexContent >
< / xs: complexType >
< name XS: complexType = "TWSQueryExecuteRecordsArray" >
< xs:complexContent >
< xs:restriction base = "soapenc:Array" >
< xs: SEQUENCE / >
< xs: attribute ref = "soapenc:arrayType".
N1:arrayType = "ns2:TWSQueryExecuteRecord []".
xmlns:N1 = "http://schemas.xmlsoap.org/wsdl/" / >
< / xs:restriction >
< / xs:complexContent >
< / xs: complexType >
< name XS: complexType = "TWSQueryExecuteField" >
< xs: SEQUENCE >
< xs: element name = "FieldName" type = "xs: String" / >
< xs: element name = "Reserved" type = "ns1:TApFieldType" / >
< xs: element name = "FieldType" type = "xs: int" / >
< xs: element name = "Mask" type = "xs: String" / >
< xs: element name = "Length" type = "xs: int" / >
< xs: element name = "Decimal places" type = "xs: int" / >
< / xs: SEQUENCE >
< / xs: complexType >
< name XS: complexType = "TWSQueryExecuteRecord" >
< xs: SEQUENCE >
< xs: element name = "Values" type = "ns2:TWSQueryExecuteValuesArray" / >
< / xs: SEQUENCE >
< / xs: complexType >
< name XS: complexType = "TWSQueryExecuteValuesArray" >
< xs:complexContent >
< xs:restriction base = "soapenc:Array" >
< xs: SEQUENCE / >
< xs: attribute ref = "soapenc:arrayType".
N1:arrayType = "ns2:TWSQueryExecuteValue []".
xmlns:N1 = "http://schemas.xmlsoap.org/wsdl/" / >
< / xs:restriction >
< / xs:complexContent >
< / xs: complexType >
< name XS: complexType = "TWSQueryExecuteValue" >
< xs: SEQUENCE >
< xs: element name = "Value" type = "xs: String" / >
< xs: element name = "Reserved" type = "ns1:TApFieldType" / >
< / xs: SEQUENCE >
< / xs: complexType >
< / xs: Schema >
< xs: Schema targetNamespace = "http://www.borland.com/namespaces/Types."
xmlns = "http://www.borland.com/namespaces/Types" >
< name XS: complexType = "TIntegerDynArray" >
< xs:complexContent >
< xs:restriction base = "soapenc:Array" >
< xs: SEQUENCE / >
< xs: attribute ref = "soapenc:arrayType" n1:arrayType = "XS: int [].
xmlns:N1 = "http://schemas.xmlsoap.org/wsdl/" / >
< / xs:restriction >
< / xs:complexContent >
< / xs: complexType >
< / xs: Schema >
< / types >
< name of message = "GetTransactions0Request" >
< name of part = "UserName" type = "xs: String" / >
< name of part = "Pass" type = "xs: String" / >
< name of part = "Transactions" type = "xs: String" / >
< name of part = "Error" type = "xs: String" / >
< name of part = "LanguageId" type = "ns1:TApLanguages" / >
< / message >
< name of message = "GetTransactions0Response" >
< name of part = "Transactions" type = "xs: String" / >
< name of part = "Error" type = "xs: String" / >
< name of part = "return" type = "xs: Boolean" / >
< / message >
< name of message = "GetParameters1Request" >
< name of part = "UserName" type = "xs: String" / >
< name of part = "Pass" type = "xs: String" / >
< name of part = "TransactionId" type = "xs: int" / >
< name of part = "Params" type = "ns2:TWSTransactionParams" / >
< name of part = "Error" type = "xs: String" / >
< name of part = "LanguageId" type = "ns1:TApLanguages" / >
< name = "EditionType" type = "xs: int" / >
< / message >
< name of message = "GetParameters1Response" >
< name of part = "Params" type = "ns2:TWSTransactionParams" / >
< name of part = "Error" type = "xs: String" / >
< name of part = "return" type = "xs: Boolean" / >
< / message >
< name of message = "ExecuteTransaction2Request" >
< name of part = "UserName" type = "xs: String" / >
< name of part = "Pass" type = "xs: String" / >
< name of part = "TransactionId" type = "xs: int" / >
< name of part = "Params" type = "ns2:TWSTransactionExecuteParamArray" / >
< name of part = "Error" type = "xs: String" / >
< name of part = "LanguageId" type = "ns1:TApLanguages" / >
< name = "EditionType" type = "xs: int" / >
< name = "IntegrationMode" type = "xs: int" / >
< name of part = "Field" type = "ns3:TIntegerDynArray" / >
< name of part = "KeyId" type = "xs: int" / >
< / message >
< name of message = "ExecuteTransaction2Response" >
< name of part = "Error" type = "xs: String" / >
< name of part = "KeyId" type = "xs: int" / >
< name of part = "return" type = "xs: Boolean" / >
< / message >
< name of message = "GetQueryParameters3Request" >
< name of part = "UserName" type = "xs: String" / >
< name of part = "Pass" type = "xs: String" / >
< name of part = "QueryId" type = "xs: int" / >
< name of part = "Params" type = "ns2:TWSQueryParams" / >
< name of part = "Error" type = "xs: String" / >
< name of part = "LanguageId" type = "ns1:TApLanguages" / >
< / message >
< name of message = "GetQueryParameters3Response" >
< name of part = "Params" type = "ns2:TWSQueryParams" / >
< name of part = "Error" type = "xs: String" / >
< name of part = "return" type = "xs: Boolean" / >
< / message >
< name of message = "QueryExecute4Request" >
< name of part = "UserName" type = "xs: String" / >
< name of part = "Pass" type = "xs: String" / >
< name of part = "QueryId" type = "xs: int" / >
< name of part = "Params" type = "ns2:TWSQueryExecuteParamArray" / >
< name of part = "Error" type = "xs: String" / >
< name of part = 'Results' type = "ns2:TWSQueryExecuteResults" / >
< name of part = "LanguageId" type = "ns1:TApLanguages" / >
< / message >
< name of message = "QueryExecute4Response" >
< name of part = "Error" type = "xs: String" / >
< name of part = 'Results' type = "ns2:TWSQueryExecuteResults" / >
< name of part = "return" type = "xs: Boolean" / >
< / message >
< portType name = "IApWebServices" >
< operation name = "GetTransactions" >
< input message = "tns:GetTransactions0Request" / >
< output message = "tns:GetTransactions0Response" / >
< / operation >
< operation name = "GetParameters" >
< input message = "tns:GetParameters1Request" / >
< output message = "tns:GetParameters1Response" / >
< / operation >
< operation name = "ExecuteTransaction" >
< input message = "tns:ExecuteTransaction2Request" / >
< output message = "tns:ExecuteTransaction2Response" / >
< / operation >
< operation name = "GetQueryParameters" >
< input message = "tns:GetQueryParameters3Request" / >
< output message = "tns:GetQueryParameters3Response" / >
< / operation >
< operation name = "QueryExecute" >
< input message = "tns:QueryExecute4Request" / >
< output message = "tns:QueryExecute4Response" / >
< / operation >
< / portType >
< connection name = "IApWebServicesbinding" type = "tns:IApWebServices" >
< style: soap = transport = "http://schemas.xmlsoap.org/soap/http" "rpc" binding / >
< operation name = "GetTransactions" >
< soap: operation soapAction = "" urn: unApWebServicesInterface-IApWebServices #GetTransactions ""
style = "rpc" / >
< input >
< use of soap: body = "encoded".
encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/".
Namespace = "urn: unApWebServicesInterface-IApWebServices" / >
< / Entry >
< output >
< use of soap: body = "encoded".
encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/".
Namespace = "urn: unApWebServicesInterface-IApWebServices" / >
< / output >
< / operation >
< operation name = "GetParameters" >
< soap: operation soapAction = "" urn: unApWebServicesInterface-IApWebServices #GetParameters ""
style = "rpc" / >
< input >
< use of soap: body = "encoded".
encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/".
Namespace = "urn: unApWebServicesInterface-IApWebServices" / >
< / Entry >
< output >
< use of soap: body = "encoded".
encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/".
Namespace = "urn: unApWebServicesInterface-IApWebServices" / >
< / output >
< / operation >
< operation name = "ExecuteTransaction" >
< soap: operation soapAction = "" urn: unApWebServicesInterface-IApWebServices #ExecuteTransaction ""
style = "rpc" / >
< input >
< use of soap: body = "encoded".
encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/".
Namespace = "urn: unApWebServicesInterface-IApWebServices" / >
< / Entry >
< output >
< use of soap: body = "encoded".
encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/".
Namespace = "urn: unApWebServicesInterface-IApWebServices" / >
< / output >
< / operation >
< operation name = "GetQueryParameters" >
< soap: operation soapAction = "" urn: unApWebServicesInterface-IApWebServices #GetQueryParameters ""
style = "rpc" / >
< input >
< use of soap: body = "encoded".
encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/".
Namespace = "urn: unApWebServicesInterface-IApWebServices" / >
< / Entry >
< output >
< use of soap: body = "encoded".
encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/".
Namespace = "urn: unApWebServicesInterface-IApWebServices" / >
< / output >
< / operation >
< operation name = "QueryExecute" >
< soap: operation soapAction = "" urn: unApWebServicesInterface-IApWebServices #QueryExecute ""
style = "rpc" / >
< input >
< use of soap: body = "encoded".
encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/".
Namespace = "urn: unApWebServicesInterface-IApWebServices" / >
< / Entry >
< output >
< use of soap: body = "encoded".
encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/".
Namespace = "urn: unApWebServicesInterface-IApWebServices" / >
< / output >
< / operation >
< / binding >
< service name = "IApWebServicesservice" >
< name of port = "IApWebServicesPort" binding = "tns:IApWebServicesbinding" >
< soap: address location = "8082/SOAP/IApWebServices" / >
< / port >
< / service >
< / definitions >



Any help in this regard is highly appreciated.

Hello

In your section of type wsdl, in the second diagram that defines the targetNamespace = "urn: unApWebServicesInterface", you are not importing the schema for targetNamespace "urn: unApTypes". Addition of importation and the ns1 prefix declaration would address the error you get.

 
      

However, there are more problems with the wsdl file-

  • in style is null
  • in the SOAP: the following, style is null
  • The wsdl uses soapenc:array - which is not directly supported by BPEL.

    Hope this helps,
    Kind regards
    Yohanna.

  • Tags: Fusion Middleware

    Similar Questions

    • Multiple copies of lvanlys.dll is at the origin of the construction problems.

      My project is to use multiple copies of lvanlys.dll.   It is the origin of the generation conflict.  One knows the solution to this?

      Mass we compiled, established libraries of the project packed and removed unused (lower level) code disable structures.  In the end, what helped was last updated of VISION the driver on the target computer.

      More information in this thread

      http://forums.NI.com/T5/LabVIEW/the-full-development-version-of-LabVIEW-is-required-to-fix-the/TD-p/...

      So I'm not sure what exactly to correction of the problem of multiple copy, but I think that just read the code cleaned up helped.  Now we have more multilple copies of lvanlys.dll.

      Thanks for your help.

    • JDE myFirstapp construction problems

      Hello, I have installed Blackberry JDE and started; http://developers.Sun.com/mobility/MIDP/articles/blackberrydev/#0

      Somehow, I get the next;

      Building firstapp
      C:\blackberry\bin\rapc.exe-Calme = import... name of code \lib\net_rim_api.jar = app1\firstapp app1\firstapp.rapc warnkey = 0 x 52424200; 0 x 52525400; 0 x 52435200; 0 x 52545453 C:\blackberry\bin\app1\helloapp.java
      Registry key "Environment\CurrentVersion from Runtime Software.
      the value ' 1.6', but '1.5 ' is required. "
      Error: could not find java.dll
      Error: cannot find Java 2 Runtime Environment.
      Error! : error: failed java compiler: javac-source 1.3 - target 1.1 - g - O-d C:\Users\Peba\AppData\Local\Temp\rapc_281306f6.dir - bootclas...
      Error while building project

      Someone knows how to fix this?

      Thanks in advance

      Thanks RexDoug,

      I removed JDK 1.6 and installed the JDK 1.5. This problem seems to be resolved. At the moment I get;

      Building firstapp
      C:\blackberry\bin\rapc.exe-Calme = import... name of code \lib\net_rim_api.jar = app1\firstapp app1\firstapp.rapc warnkey = 0 x 52424200; 0 x 52525400; 0 x 52435200; 0 x 52545453 C:\blackberry\bin\app1\helloapp.java
      java.lang.NoClassDefFoundError: com/Sun/tools/javac/Main
      Exception in thread "main".
      Error! : error: failed java compiler: javac-source 1.3 - target 1.1 - g - O-d C:\Users\Peba\AppData\Local\Temp\rapc_2be3bca2.dir - bootclas...
      Error while building project

      any suggestions?

      to develop this code:

      Net.rim.device.api.ui import. *;
      Net.rim.device.api.ui.component import. *;
      Net.rim.device.api.ui.container import. *;
      Net.rim.device.api.system import. *;

      public class helloApp extends UiApplication {}
      Public Shared Sub main (String argv {}
      HelloApp app = new HelloApp();
      app.enterEventDispatcher ();
      }

      public HelloApp() {}
      pushScreen (new HelloScreen());
      }
      }

      class HelloScreen extends form {}
      public HelloScreen() {}
      Super();
      LabelField title = new LabelField
      ("BlackBerry App", LabelField.ELLIPSIS |) LabelField.USE_ALL_WIDTH);
      setTitle (title);
      Add (new RichTextField ("Welcome to developing BlackBerry Apps tutorial"));
      }

      public boolean onClose() {}
      Dialog.Alert ("visit again!");
      System.Exit (0);
      Returns true;
      }
      }

    • Technical problem on the Satellite A660-18 - how to send photos of Toshiba?

      I have a Satellite A660-18 and the processor is still very hot. I would like to send pictures to Toshiba of the problem, because it seems that it is a construction problem, because it lacks the vents!

      Thank you

      Best option for you is to contact the nearest Toshiba service provider and to clarify this with Toshiba authorized personnel. They can send a photo for the Toshiba.

      Good bye

    • Problem with pointstyle custom

      Hello, I want to create a pointstyle customized for my plots scattergraph. I want to create a rectangel with a black border.

      I have read the following of section http://zone.ni.com/devzone/cda/tut/p/id/10526 and that it really helps.

      But there is a little problem with the black border. The following diagram shows this problem, that the border is only on the 2 sides of my rectangel.

      This is my code in my tiny class.

      class BorderPointStyle of Ref: NationalInstruments::UI:PointStyle
      {
      public:

      BorderPointStyle (void)
      {}

      public: virtual void Draw (Object ^ context, PointStyleDrawArgs ^ args) override
      {
      Graphics ^ g = args-> graphics;

      Rectangle rect_b = Rectangle (0,0,7,7);
      Rectangle rect_i = Rectangle (0,0,6,6);

      System::drawing:pen ^ pen = New System::Drawing:Pen (Color::Black);
      g-> FillRectangle (gcnew SolidBrush (args-> Color), rect_i); Draw the innerarea

      g-> DrawRectangle (pen, rect_b) ;// draw the border

      }
      };

      Maybe someone has a resolution of my problem

      Hello-

      Your points are currently limited by the PointSize property.  You can change your code as follows:

    • How can I solve this problem!

      I have a table of construction problem. In my attachments are clear on my problem.

      Try this:

      (I actually recommend using an indicator table, where you set the lines and columns headers according to the information of the file, not shown)

    • Problem with XControl and remote debugging

      Can you make a connection of remote debugging to an EXE or DLL that uses an XControl?  So far, my experiences would indicate the answer is no, but I find that surprising and have seen no earlier mention of it in bug reports or in the forums.  When trying to connect to the DLL with XControl, I get the error 'fatal error occurred during the operation, close the connection' dialog box.  I'm just connection of the local machine, not on the network.

      My real application is a rather elaborate DLL that is called from a Visual Studio 2008 C++ application and launches the LV panels dynamically.  I realized that my DLLs that include panels with XControls do not allow debugging remotely for you connect while dll without XControls works very well.  It is the only difference between the two projects.

      I've simplified it to a simple test program that merely updates an indicator in a timed loop.  I created two versions of the VI, which updates a digital single and the other who updates an XControl (which itself is a simple digital-only model change XControl of dropping a digital indicator on the FP of façade and update a local variable to it in the event of modification of data).  Then I built these two screws in the exe files and tried to make a debugging connection to each after the launch of the EXE.  Of course, the application with the XControl Gets the above mentioned error dialog box.  Any ideas on why this is happening?

      I have attached the sample project that generates the two EXEs.  One is called debugging with XControl Test and another test of debugging without XControl.  My worm. LV is 9.0f2.  Here's the very simple diagram showing the problem:

      I saw that this problem has been fixed in LV 2010 SP1:

      http://zone.NI.com/DevZone/CDA/tut/p/ID/12560

      Look for the CAR ID 238566 to the fixed bug list.

    • Sound on toshiba satellite problem

      I have windows 7 toshiba satellite may

      whenever I listen to a music every few seconds just a few disturbances in a sound...
      I tried to install the new drivers, and that did not help
      I don't no what is the problem and I hope someone could help me

      construction problem
      :)))

      Control Panel, and then properties of speakers then 'Advanced' tab. This is a drop down menu where you can change "bit depth". By default as it the 16-bit value (CD-quality) and all I had to do was change in 24-bit (Studio quality) :)

    • heat Pavillion m6 problem

      I recently got this laptop and when I light on the laptop from the left side navigation where are my Palms gets hot enough. I wanted to know if this is normal or if it's just my phone, I thought that most of the laptops try to keep this part also just so fresh as possible I wanted to see if I just get a new m6.

      I have the 1045dx of m6 and present the same problem.  The left palm rest gets a lot hotter as I wait, especially considering that I have "HP Coolsense" on.  I know by looking at the service manual the graphics pricessor is located in this area, and I suspect that it is the source of heat. I already have one of these in returned because the telescope was assembled incorrectly and was pressing the screen when I push on the lid, leading to the ripple in the lower corners.  I used this one for a week or two before I Exchange it there and never noticed this problem of heat with it.  Maybe that I was just distracted by default and was not paying attention to the temperature... I do not know.  I know that this machine also has the construction problems. Sewing around the edge before where the metal meets the side plastic has a significant gap on one side and the plasitc edge tilts on somewhat between the screws at the front and two corners do not fit properly. Overall, the quality of external construction of this machine has me concerned about the internal assembilies.  I would not be surprised if they do not have a thermal pad or fat on the radiator of the graphics processor.  I really think that HP should hire a better class of sweat shop for the manufacture of machines here!  A couple of years, I went through 3 models of DM4 before I found one that had no obvious defects.  I love the drawings of HP, but their quality control, especially with one of their models metal STINKS!  I'll probably take this one to get a refund back this time and buy something else.  I guess I give up on HP.

    • XML parsing failed because «»

      Hello

      I am facing problem for composite construction in jdeveloper. It shows error below. Please suggest how to proceed further.

      • Error: XML parsing failed because «»

      BuildFile: C:\Oracle\Middleware\jdeveloper\bin\ant-sca-compile.xml

      SCAC:

      [scac] Validation of the composites 'C:\MR96\BPEL Services\MOOA_businesservices\AddComponent\composite.xml'

      [scac] If option BPELC "classpath" C:\Oracle\Middleware\modules\com.oracle.toplink_1.0.0.0_11-1-1-5-0.jar; C:\Oracle\Middleware\modules\org. Eclipse.persistence_1.1.0.0_2 - 1.jar; C:\Oracle\Middleware\modules\com.BEA.core.ANTLR.runtime_2.7.7.jar; C:\Oracle\Middleware\modules\javax.persistence_1.0.0.0_2-0-0.jar; C:\Oracle\Middleware\oracle_common\modules\oracle.xdk_11.1.0\xmlparserv2.jar; C:\Oracle\Middleware\oracle_common\modules\oracle.xdk_11.1.0\xml.jar; C:\Oracle\Middleware\jdeveloper\jdev\extensions\oracle. SCA.modeler.jar; C:\Oracle\Middleware\jdeveloper\soa\modules\oracle. SOA.fabric_11.1.1\fabric-Runtime.jar; C:\Oracle\Middleware\jdeveloper\soa\modules\oracle. SOA.mgmt_11.1.1\soa-infra-Mgmt.jar; C:\Oracle\Middleware\oracle_common\modules\oracle.fabriccommon_11.1.1\fabric-common.jar; C:\Oracle\Middleware\jdeveloper\soa\modules\oracle. SOA.bpel_11.1.1\orabpel.jar; C:\Oracle\Middleware\jdeveloper\soa\modules\oracle. SOA.mediator_11.1.1\mediator_client.jar; C:\Oracle\Middleware\oracle_common\modules\oracle.mds_11.1.1\mdsrt.jar; C:\MR96\BPEL Services\MOOA_businesservices\AddComponent\SCA-INF\classes

      [scac] java.lang.NullPointerException

      [scac] to com.collaxa.cube.lang.compiler.map.bpel.BPELProcess.lookupInitiationInfo(BPELProcess.java:1010)

      [scac] to com.collaxa.cube.lang.compiler.map.bpel.BPELProcess.addOnMessage(BPELProcess.java:903)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseOnMessage(BpelParser.java:1597)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.startElement(BpelParser.java:587)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:492)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:499)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parse(BpelParser.java:455)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BpelParser.parse(BpelParser.java:402)

      [scac] to com.collaxa.cube.lang.compiler.bpel.BPELValidator.validate(BPELValidator.java:65)

      [scac] to com.collaxa.cube.lang.compiler.BPEL1Processor.validate(BPEL1Processor.java:329)

      [scac] to com.collaxa.cube.lang.compiler.BPEL1Processor.process(BPEL1Processor.java:153)

      [scac] to com.collaxa.cube.lang.compiler.CubeParserHelper.compile(CubeParserHelper.java:47)

      [scac] to oracle.fabric.bpel.bpelc.BPELComponentValidator.validate(BPELComponentValidator.java:40)

      [scac] to oracle.soa.scac.ValidateComposite.validateComponentTypeServicesReferences(ValidateComposite.java:1051)

      [scac] to oracle.soa.scac.ValidateComposite.doValidation0(ValidateComposite.java:502)

      [scac] to oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:481)

      [scac] to oracle.soa.scac.ValidateComposite.run0(ValidateComposite.java:206)

      [scac] to oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:187)

      [scac] to oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:179)

      [scac] AddComponentProcess.bpel: error: XML parsing failed because «»

      BUILD FAILED

      C:\Oracle\Middleware\jdeveloper\bin\ant-SCA-compile.XML:278: Java returned: 1 check log file: C:\MR96\BPEL Services\MOOA_businesservices\AddComponent\SCA-INF\classes\scac.log to find errors

      Total time: 1 minute 27 seconds

      Thank you

      are getting you error when compiling or during the deployment?

      What version of Soa server are you?

      Also are you trying to deploy developer J, if yes, what is the version of Jdev?

      Also, you can try deployment ant script or directly from EM?

      are there multipurpose ws.binding items in composite.xml?

    • A way to transform a model chart/map in an editable model?

      Hello!

      I've been curious about this for a while now, so I was hoping that maybe some of you knowledgeable people here could shed some light on this for me.

      I often use Adobe Illustrator to create graphs, maps and diagrams which contains texts for my employer. Basically, he tutors in development of the business at the highest level, and I give it with graphics, presentations, powerpoint, animations, and many other things for his seminars.

      Now, sometimes we use our graphics and maps without content (ie. no text, arrows, etc.) so that it can let companies fill the values themselves during their exercises in the training course.

      However, my (or should I say OUR) problem has always been to find a way for me to 1) template in Illustrator and 2) to convert the model in an editable chart, or map, complete with text, arrows, etc.

      I just finished a little test, however, and it seems pretty good.

      What I did to create the map in Illustrator template, save it as a PDF file, and then open the PDF file in Adobe Acrobat Pro and insert the form fields in the empty boxes (the boxes on the map must be empty, since companies must fill these boxes with values that correspond to their own (read agenda ((: business)).

      After filling the boxes with form fields, I recorded and re-opened to try to enter some text by default, and it seems to work pretty well.

      What I wonder, however, is whether there is a far more effective way to create a template chart chart/map which can be modified by others, easily and effectively.

      Maybe someone here knows of a viable solution?

      See you soon,.

      ufoldager

      How your end users (the public) and your boss (the presenter) should be able to change patterns?

      If the presenter and the public edit the labels of text, but no color, position or the size of the objects, then a PDF form will work. Models for each provision of static graph diagram of construction will be more painful in Illustrator than necessary, due to the lack of the illustrator of diagramming tools. But if you need to build models in Illustrator, you could make a template file "drag & diagram construction kit drop" by taking advantage of these features and practices:

      • Modularize the schema of the page by creating all objects in order to comply with the grid increments.
      • Store each object (and groups of reused objects) as symbols. For example, you may want a symbol which consists of one of the ellipses and his arrow curved to the left. an another that consists of the ellipse and its spire curve to the right, the other with the arrows or the loop arrow, etc etc.

      Now you can build quite quickly a new arrangement of diagram of objects by dragging and dropping them on the page of the symbols palette and their position on the grid alignment.

      Then save a copy in PDF, open the PDF file in Acrobat Pro, add the fields and activate the form.

      For example, I use the method described above for a set of "ladder logic" electronic cards that describe the programming of an automotive module logic. A complete set of logic cards may be about 80 drawings. But because all the graphic elements are modularized to an alignment on the grid, I can build a new set of blank schemes within a reasonable time and replace PDF files resulting to technicians who then type symbol labels in prepositionnes PDF form fields. But then again, this implies that the graphics in the diagram are made by you, prior to use in front of the Group and the graphic elements of diagrams are not manipulated to the seminar by the presenter or the audience. that the text labels are manipulated.

      IE7

    • Satellite A500-17 x gel when it is in full screen mode

      I bought a Satellite A500 x 17 in December-, it came with Windows 7. I am really disappointed with her because she seems to have a number of construction problems.

      The most annoying is that I can watch streaming of videos on Youtube or iPlayer but mode if I set the screen mode full screen, it works for a few seconds then freeze. The sound continues, but the video is frozen. If I hit escape he will happily play the video in small but put it back to full screen and the screen freezes after a few seconds.

      I've updated the video driver to the latest version and have the latest version of the bios installed.

      Any ideas?

      Hello

      To be honest, a good friend of me bought a Satellite A500 too but it is very statisfied with it. I talked a little bit with him this phone and Windows because I too think about buying it. He can t notice any problem and Windows 7 works like a charm, much better than Windows Vista. The same thing that I read many others

      As regards your problem it is difficult to say what is the cause. You have already updated driver display and BIOS, which was a good decision I think. But the more interesting thing: which Internet browser are you using? I m using Firefox browser and I can recommend it.

      In addition, it would be interesting to know if the same happens if you watch DVDs (without streaming on the Internet)?

    • Is my Toshiba Tecra A10 authentic?

      Hello

      I'd like to find out if my Tecra is authentic? There are so many construction problems, that is not authentic? Little chance but just in case...

      Thank you

      > We are not satisfied with the quality of construction and the defective keyboard, screen cover and the leak of the screen I have > tried to make account, but Toshiba blocked thread.
      Your average these discussions:
      http://forums.computers.Toshiba-Europe.com/forums/message.jspa?MessageID=133261#133261
      http://forums.computers.Toshiba-Europe.com/forums/message.jspa?MessageID=133178#133178
      I'm not going to comment on that

      You talk about keyboard problem. Why n t ask an ASP or replacement?
      It does not age!

      You mean display problem?
      Sorry, buddy, but I have read you other thread and everything you say is based on the assumption and not on the FACTS!

      So objective (as I've already said in another thread).

      Everything can be corrected if something is wrong

      Greetings and be cool ;)

    • Need some advice on the best way to do specialized source distribution

      I need to give a customer a labview block, they can use our material in their own labview code that will read the (encrypted) data net senor off the coast and the flow of data in a form usable output.  I built a vi that can be used in a loop, a bit similar to the block of canned labview data acquisition that can be used to acquire data from products OR.

      There are many sophisticated (and secret) algorithms going on in the background which make sense data and translate them into a usable data table, but also configure the hardware itself. Accordingly the only final vi I prepared to distribute the client makes use of Subvi about 20. Almost none of these subvis could be ideally be reconverted in plain code in main vi, nor what I want to do this.

      The rules of the game is the following: I want to give him the block I created to use its own code, without him to see what's happening inside the vi.  I can deny him access to the block diagram/s, no problem, but I don't want to give him access to the subvis, to use, or even to know their names - preference they would be hidden or otherwise pre-compiled. Preferably I would just give him the main block only, perhaps with some support files that would be entirely opaque to him.

      Looking for advice on the best way to go. There is an elegant solution to this problem? For example, it would be better to compile the block as a .dll file, and then write a wrapper vi any?

      Have you thought of creating a packed library? You can also password protect your code. You can delete the distributed code block diagrams. You can use a combination of the above as well.

    • interception of graph

      Nice day

      ensuring the IA function is able to use to know the interception of graph of coordinates 'X' for cursor C refer to the attachment of the diagram?

      problem: how to move the cursor about to intercept with the known value of Y... without manually enter the value in the index (0) start

      also attached my vi for reference

      Best regards

      Tarmimi

      Nice day

      I think that I solve the problem, refer to the attachment solution: using the negate

      You can also refer to the example of http://search.ni.com/nisearch/app/main/p/bot/no/ap/tech/lang/en/pg/1/sn/catnav:ex/q/graph%20cursor/

      Natasftw thank you very much for your kind help and advice

      Best regards

      Tarmimi

    Maybe you are looking for