Distance communication: sending the custom Java objects

Hello...
I use Flex 3.01 - BlazedDS

I have a few working methods implemented on the server I have retrieve custom objects and custom objects table... everything works perfectly...
I also have a method that I pass a custom Flex object (mapped to a Java object) to retrieve another object Java (mapped to a Flex object) works perfectly...

But I have this method I have send as an argument one of my items customized to retrieve another object custom... and when I invoke this method the cursor "occupied" remains as always and demand is slowing down...

I checked the log on the server and I do not see the method called and no error...

Trying to debug... I saw in the object AbstractOperation "1023 stack overflow" error getting caught, but when I run it normally I see no error...

This object I send as an argument is like a custom class to hold one of my items for various operations on the server and the first method that works, the object I have send as and the argument is simple...

This second purpose is as a container that contains a table of another container of objects containing any kind of my items...

I thought that maybe there is a limit for mapping... I don't know... but I don't see any information to reach the server...

If someone could help me, I would appreciate...

Thank you

Solved...

It seems that by using the same RemoteObject to call a large number of methods on the same destination is not good...

I created another RemoteObject to call the method and worked...

Thanks anyway...

Tags: Flex

Similar Questions

  • stupid question on the custom java client

    Hello

    I came through the api and the user guide and found no answer to my question - if there is a way of
    connect a java client customized without having all this stuff of Cache coherence from the customer site? I mean the following:

    If you write a client that makes CacheFactory.getCache ("VirtualCache") as described in
    user documents, then it looks like you automatically start a node of coherence on the customer site

    I tried a few example to check that a "customer" who is CacheFactory.getCache ("VirtualCache") and
    com.tangosol.net.DefaultCacheServer executed separately. They share a configuration and function in replication mode:

    (1) customer makes data in cache and ends - DefaultCacheServer still has that data
    (2) customer is running again and waits, then puts an end to DefaultCacheServer - client keeps data
    (3) DefaultCacheServer started and customer cancels - DefaultCacheServer keeps data

    So it seems that customer fully plays a role of node replication consistency. How to avoid this? Suppose I want
    Just plug my client node consistency running on the remote host.

    Published by: user10381422 on 27.10.2008 09:01

    Hello

    You are right - consistency, by default, is not a concept of clients and servers, a few knots. It works in peer-to-peer mode of mesh, which means that all the nodes that join the cluster fully participates in all cluster, including cluster services cached. However, there are situations this behavior is not desirable:

    1. when clients are transient in nature (desktop applications that come and go, for example), because they trigger the replication of data unnecessary and/or repartitioning when they join both when they leave the group.

    2. in Wan environments, network latency will cause consistency consider remote nodes does not and kicked out of the bunch, who has once again as a result unnecessary replication and/or data repartitioning and increases network traffic.

    To deal with situations like these, coherence provides two features that can help you achieve what you're looking for:

    1. local storage

    By default, all nodes are considered as "storage nodes", which means that they fully participate in the cluster and are responsible for their share of the data storage. However, it is possible to change this by using '-Dtangosol.coherence.distributed.localstorage = false' system property. However, this works for partitioned/distributed caches and not replicated caches, so it wouldn't be useful in your case.

    2. extend * TCP

    Extend * TCP allows you to get what you want even with replicated caches, because it separates completely the customers of the bunch. You can find detailed information on how to configure Extend * TCP in a Guide of the user to http://wiki.tangosol.com/display/COH34UG/Coherence+Extend, but the basic idea is that you configure one or more servers within the cluster proxy to accept client connections and configure clients to connect to these proxy servers. All communications between the client and the server occurs over the reliable TCP/IP connection, and the client never really joined the cluster.

    The most beautiful thing is that all this is done by configuration, which means that your client code will not have to change a little bit.

    HTH,

    ALEKS

  • How can I update the custom object data card?

    Hello world

    We maintain a field check box on one of our custom objects data sheets.  I took a quick glance at the Eloqua REST API of Fred Sakr and found c# library class "customobjectdata", but there are only methods to get data cards and create new maps.  Someone at - it an example of updating an existing data card?

    I also took a glance to the bulk API but this would bring additional complexity to our development effort.  It seems that there must be a way to do this with a single call.

    I am open to the use of the SOAP API if this action is not possible using REST.

    Thank you

    Hey Austin Christmas Yes, you can update CDO via the REST API. We found this material useful for the performance of the access/mutation operations for CDOS: REST API - the custom metadata object

  • What is custom data objects?

    Hello

    What is the custom data object? Use of custom data object?

    Thank you

    POOJA

    Hi Pooja,

    The custom data objects are used to store data that can be linked to a Contact or company record and they are not part of your account or customer contact record. Custom data object records can also go by the name data cards.

    Use: -.

    Send emails to contacts who have tweeted about a certain subject.

    Contacts of segment and filter for inclusion in an email campaign.

    Kind regards

    Eloqua Experts

  • Sending the command apdu with an array of bytes as CDATA

    Hello
    I learn the java card as part of my final year project. So far I think I can do the most basic things, but I stuck a special moment.

    I know that there are different manufacturers to create an apdu command object and a number of these manufacturers take an array of bytes as CDATA values.

    My problem is, how do I access this data table in the side of the card because apdu.getBuffer () returns an array of integers (bytes)? And what is actually on apdu.getBuffer () [ISO7816. (Instead of OFFSET_CDATA)] when you send the apdu command object using such constuctor?

    concerning

    Published by: 992194 on 6 March 2013 06:12

    992194 wrote:
    (..) I should have mentioned earlier that my card use jc 2.2.1 version, and from different places, I've read that this version does not support ExtendedLength facilities.

    Indeed.

    I also understand the semantics of apdu.getBuffer () [ISO7816. OFFSET_CDATA] is the first byte of the data command. My question is, these command data was initially provided as an array of bytes. Something like this:

    + new CommandAPDU(CLA, INS, P1, P2, DATA_ARRAY, Le) +.

    For example, when you call:

    ubyte [] buffer = apdu.getBuffer)

    So it means that the values of bytes inside the tableau_donnees argument automatically occupy locations + buffer [ISO7816. OFFSET_CDATA] + inside the buffer?

    Yes. The length would be (abstract) (buffer [ISO7816. (OFFSET_LC] & 0xFF) . Notice the & 0xFF is a must greater than 127 bytes.

    Or there is a mechanism to extract the table tableau_donnees itself?

    Laughing out loud

    In fact, in the interest of performance and portability in environments with low memory, usual coding style must pass buffer , an offset that and length; rather than take an object, which would require a copy. Welcome to the real world of Java Card.

  • How to get the XML from the Request of Java object before sending. SOAP Web services

    I'm building Java request to Online Web Services and we'll call it application A . I got the WSDL forms the second part of the file in order to communicate with their application and we'll call it application B .

    Of the WSDL file generate the Java required classes that are Requests and Responses . classes Application A will send some request object after setting the parameters required and with the exception of response object of application B .

    The connection is established and the two applications A and B communicate with each other.

    Question:

    Of application A How can I get the xml data (or text file) for the request object before sending it to application B ?

    As described the connection is passing Java object such as request and I know that in some point this request will be converted to xml file. How to get it?

    -EDIT-

    Missing important information which can be confusing.

    I'm generated the Java rating were generated using the Axis framework

    The problem is solved by, add the following statements in the bindingStub class that was automatically generated from the WSDL file to the web-services you are trying to access.

       String request = _call.getMessageContext().getRequestMessage().getSOAPPartAsString(); 
     String response = _call.getMessageContext().getResponseMessage().getSOAPPartAsString();
    

    These statements should be placed after the following method call _call.invoke otherwise you will get NullPointerException .

    _callis a variable of type org.apache.axis.client.Cal and it is automatically generated byAxis

  • Sends the data backend Java

    What is the best way to send a flex object to a java backend and then do something about this on the server? I have a table that contains a custom class. When the user clicks on send, I want to send the picture to Java, then get the content of the table to handle the content and write it to a file.

    I have a remote Java object I want to send the data, in order to manipulate it. I don't think that I need a remote object to represent the purpose of flex, but because that would mean that whatever changes I do object in flex continually is sent to the back-end right? I want to just send it in one appointment once the user has finished editing on the front-end server.

    I found XML serializers that people did that recursively go through the object and create XML. It must then be deserialized on the coast of Java. I thought that there must be an easier way. Is there a library or something for this?

    Perhaps, I do not understand the reason for your implementation so don't take no not this personally.  But why would you send a Canvas object, which is part of the view on the server?  If you are only wanting to send the data contained in the text to the server for processing objects you want to do is create a ValueObject (TransferObject for some) and send it to the server, as well as perhaps instructions you want to send.

    On the other hand (and this is just a blind guess at what you're trying) If you are wanting to send the objects so that you can implement some sort of compilation side server, then you want to send the object to plain text for the Web as one of the settings contained in your ValueObject.  Alternatively, you can use Adobe AIR and zip all of the defined object and send the file to the server where it can be decompressed and compiled.

    Here is a blog post on data transfer between Java and Flex using RemoteClass.

    ATA-transfer-objects-from-Java-to-Flex/ http://pachamuthu.wordpress.com/2009/07/15/using-BlazeDS-to-Send-User-Defined-Data-types-d

    I hope this helps.  If this isn't the case, then perhaps a little more information on what you are trying to accomplish might help.

    -Joe

  • Getting context object null when using the custom menu item.

    Hi all

    I implemented a sample application to add menu item custom to the list of messages and we test this build on 9000 os 5.0.0.41 Blackberryy 1

    On BB 9000, we have 2 message inbox, A like Blackberry by default message inbox and B as long as the Inbox for the e-mail account, I have set up on BB 900.
    I implemented the menu custom application to add menu on the message list option.
    I see this option on both my inbox, the question that I am facing is when I click on the menu item by selecting the email in the message of default A Blackberry inbox I can get the context object were like when I click on the same message next to the Inbox B I'm always get the context as a NULL object.

    Below is the code I used to add the custom menu item.

    Public Shared Sub main (String [] args)
    {
    If (args! = null & args.length > 0) {}
    call from another entry point. Add menu items mark as Spam and mark as suspects.
    {if(args[0].) (Equals ("GUI"))}
    try {}
                            
    create menu items.

    MyMenu ApplicationMenuItem = new EmailFile();
    Add the menu item in the list view and send by e-mail.
    Amir ApplicationMenuItemRepository = ApplicationMenuItemRepository.getInstance ();
    amir.addMenuItem (ApplicationMenuItemRepository.MENUITEM_MESSAGE_LIST, mymenu);
    } catch (Exception e) {}
    Utility.debugLog (try (), CLASSNAME, 'hand', Utility.EXCEPTION_INFO);
    System.out.println("Error:"+e.ToString());)
    }
    } else {}
    show on the application of spam...
    AppMain _theApp = new AppMain();
    _theApp.enterEventDispatcher ();
    }
    } else {}
    show on the application of spam...
    AppMain _theApp = new AppMain();
    _theApp.enterEventDispatcher ();
    }
    }

    Can we know what is the problem in my code or something I'm missing.

    Thanks in advance.

    Navneet Gupta.

    application menu items have been bugged for ages. There is nothing you can do except change your workflow. in some cases, you can recover the app screen and trying to extract something of these fields, but becomes more difficult in the new OS versions because of custom fields used by rim.

  • QML does not recognize the custom parameters of the signal object.

    Here is my sample code to test by passing an object custom c ++ qml.

    My custom object:

    class TestObject {}

    public:

    QString testString;

    TestObject() {testString = 'Hello' ;}

    };

    ...

    signals:

    void testErreur (TestObject * testObject);

    I declare it and send the singal of c ++

    Q_DECLARE_METATYPE (TestObject);

    ...

    qRegisterMetaType('TestObject');

    ...

    issue of testError (newTestObject ());

    and expect to receive the onTestError with the testObject setting

    He compiled and can receive the onTestError in qml slot, but it generates an error running this

    QMetaProperty::read: Unable to handle the kind of data not saved ' TestObject * "property"QDeclarativeBoundSignalParameters::testObject ".

    Asset:///testSreen.QML:123: error: unknown method parameter type: TestObject *.

    I did a couple of hours of looking on the forum but found no solution.  Hope that developers who have experience on the similar question can help out.

    Thank you

    Tyler

    Thanks Andrey,

    I changed it to Q_DECLARE_METATYPE(TestObject *); but still have the same error.

    The code that I showed is in fact to reduce the problem.  The actual design is to have a c ++ based customControl in the qml and I plan receive the signal and proceed the testObject to my c ++ customControl and release it there.

  • Custom due to the REST API objects

    I'm looking to create a custom through the other API object. Details of demand that I'm getting are as below:

    Publish

    https://www02.secure.Eloqua.com/API/rest/1.0/assets/customObject

    Body of the request:

    {

    'type': 'Objetpersonnalise ',.

    "name': 'prospecting."

    "description': 'customer prospecting."

    'fields':]

    {

    'type': 'CustomObjectField ',.

    'name': 'call Notes.

    'dataType': 'text ',.

    "defaultValue",:

    "displayType": "text".

    },

    {

    'type': 'CustomObjectField ',.

    "name': 'Date called."

    'dataType': 'date ',.

    "defaultValue",:

    "displayType": "text".

    },

    {

    'type': 'CustomObjectField ',.

    "name': 'call Status."

    "dataType': 'digital."

    "defaultValue",:

    "displayType": "text".

    }

    ],

    'uniqueCodeFieldId': '1000012.

    }

    With the above request, we are able to create custom object record fields, but there is no API for this field mappings. Missing something?

    In addition, we would like to know what mean the following in regards to custom objects.

    Display name field

    Unique Code field

    Email address field

    All entries on this would be very appreciated.

    I don't know if you're still trying to understand this point, but I thought I would answer because it took me forever to understand as well. I hope this will help someone in the future.

    It helps to understand that there are actually two pieces of custom objects.

    1) there are data that you pass - which you built above

    2) there is the mapping you will spend so Eloqua know what fields to custom object match what elements in your data

    The problem with custom objects, is that there is no easy way for Eloqua expose the fields in the custom object because they accept a naming convention. So instead of being able to map to the fields as {{Contact.Field (C_EmailAddress)}}, you must instead map to fields like this: {{Objetpersonnalise [23].}} Field [181]}}.

    To get the field mappings, you must actually understand the Objetpersonnalise id and send a request to Eloqua to retrieve the field mappings.

    You have to hit two end points to return the json representation of the Objetpersonnalise:

    (1) for a list of all CustomObjects: /API/bulk/2.0/assets/customObjects/

    (2) for fields in a particular Objetpersonnalise: /API/bulk/2.0/assets/customObject/23<- number="" of="" custom="" object="" (see="" #23="" in="" example="">

    Then you must use the values you get returned to set your mapping.

    For the second question, ask questions about these fields:

    Display name field

    Unique Code field

    Email address field

    You set those in the creator of Objetpersonnalise in E10. You map on them so that Eloqua knows how to connect your Objetpersonnalise to a contact.

    I think they map this way:

    Display name-> what you want to see the Objetpersonnalise as Eloqua (the title essentially)

    Field unique Code-> which is the unique id of the Objetpersonnalise (so you can update or add a new properly). In the example below, we use the Email address

    E-mail address field-> what is the email address so Eloqua can map the custom to a contact in the database object

    This is a mapping of the example. In the example below, I am mapping a single false value (lock_date) as well as salesforce id and the e-mail address of a custom object:

    {"isSyncTriggeredOnImport": true}

    'name': 'example Objetpersonnalise Sync ',.

    "fields": {"lock_date": "{{Objetpersonnalise [23].}}"} Field [195]}}', 'sfdc_id': ' {{Objetpersonnalise [23].}}. Field [190]}}', 'emailAddress': ' {{Objetpersonnalise [23].}}. Field [189]}}"},

    "updatedBy": "OurAPIUser",

    "uri": "/ customObjects/20/imports/332",

    "createdBy": "OurAPIUser",

    'identifierFieldName': 'emailAddress;

    'isUpdatingMultipleMatchedRecords': false,

    "updatedAt": "2014-09 - 12 T 15: 59:08.0699772Z.

    {"converted": "2014-09 - 12 T 15: 59:08.0699772Z '}

  • Broken Pipe IOException while sending the last piece of the customer

    We receive this intermittent error (presume under load relatively higher than normal in the circumstances), the function runs server-side gets broken while trying to rewrite the answer. His clear customer hung up before is made server function. Trying to understand what customer parameters used to hook / Server uses to complete the connection.

    Alert system of distributed system
    : [warning 01/02/2013 19:31:52.594 HKT function execution Processor22759 tid = 0x111dd] Exception on the server during execution of function: com.* *. GetPositions@268354ce
    com.gemstone.gemfire.cache.execute.FunctionException: IOException when sending the last piece to the customer
    at com.gemstone.gemfire.internal.cache.execute.ServerToClientFunctionResultSender65.lastResult(ServerToClientFunctionResultSender65.java:85)
    at com.gemstone.gemfire.internal.cache.execute.DistributedRegionFunctionResultSender.lastResult(DistributedRegionFunctionResultSender.java:82)
    at com.gemstone.gemfire.internal.cache.execute.DistributedRegionFunctionResultSender.sendException(DistributedRegionFunctionResultSender.java:218)
    at com.************************.. GetPositions.execute (GetPositions.java:73)
    at com.gemstone.gemfire.internal.cache.execute.AbstractExecution.executeFunctionLocally(AbstractExecution.java:337)
    to com.gemstone.gemfire.internal.cache.execute.AbstractExecution$ 2.run(AbstractExecution.java:301)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.runTask (unknown Source)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)
    at com.gemstone.gemfire.distributed.internal.DistributionManager.runUntilShutdown(DistributionManager.java:639)
    to com.gemstone.gemfire.distributed.internal.DistributionManager$ $8 1.run(DistributionManager.java:1063)
    at java.lang.Thread.run (unknown Source) caused by: java.net.SocketException: Broken pipe
    at java.net.SocketOutputStream.socketWrite0 (Native Method)
    at java.net.SocketOutputStream.socketWrite (unknown Source)
    at java.net.SocketOutputStream.write (unknown Source)
    at com.gemstone.gemfire.internal.cache.tier.sockets.Message.flushBuffer(Message.java:538)
    at com.gemstone.gemfire.internal.cache.tier.sockets.Message.sendBytes(Message.java:514)
    at com.gemstone.gemfire.internal.cache.tier.sockets.ChunkedMessage.sendChunk(ChunkedMessage.java:306)
    at com.gemstone.gemfire.internal.cache.execute.ServerToClientFunctionResultSender65.lastResult(ServerToClientFunctionResultSender65.java:79)
    ... more than 10

    Observation, we see the message below before the above. Not necessarily, it's just an observation.

    Alert system of distributed system
    [: [warning 01/02/2013 19:31:50.906 HKT ServerConnection on port 54413 wire 32147 tid = 0x111e9] connection to the server of [identity (***(26906:loner):55257:55 d 79179: ServiceClient, connection = 3; port = 45025)]: Handshake accept failed on socket Socket[addr=/14.129.48.113,port=45025,localport=54413]: java.net.SocketException: Broken pipe

    The bells?

    You're right - the customer hung up before the server was able to send a response to him. In this case, the server has received the request of the customer and customer was waiting for an answer from him. The duration for which the customer is waiting for a response from the server is set by the customer read-timeout parameter.

    In addition, it is worth looking at why the server sometimes (not always) take so long to answer. If some function calls to take more time? In this case, read-timeout to the customer must be increased to take account of this possibility. Or is that sometimes something happens in the server which makes it insensitive? Your previous question, I was just looking at that comes to mind here - in this case the culprit was a break from GC. This problem may be caused by a break from GC as well.

  • Try SAML sender - guarantor, standalone Java client call to the service bus.

    I built a stand-alone Java using Jax - ws client. It produces a header WSSE containing a SAMLAttribute and SAMLAuthentication instruction in option.
    I tried to configure a proxy service on the servicebus (10gR 3) using ws-policy (weblogic version, not ws-1, 2), set up a SAMLIdentityAsserter (v2), a partner of identity provider and a SAMLIdentityNameMapper.

    [I get the message weblogic.xml.crypto.wss.SecurityTokenValidateResult@ca32f2[status: false] [the msg SAML token is not valid.]
    sending the SAML assertions which seems valid to me.

    If you see something missing or invalid in the language SAML, something missing in the config or something else, I would be really happy.

    All the examples use a SAMLCredentialmapper, but I'm building a stand-alone client, so a weblogic SAMLCredentialMapper is out of the question (?).

    the request header:
    < S:Header >
    < xmlns:wsse wsse: Security = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" S:mustUnderstand = "1" >
    < saml:Assertion SAML = "urn: oasis: names: tc: SAML:1.0:assertion" xmlns:ds = "http://www.w3.org/2000/09/xmldsig#" xmlns:exc14n = "http://www.w3.org/2001/10/xml-exc-c14n#" xmlns: XS = 'http://www.w3.org/2001/XMLSchema' AssertionID = IssueInstant "1246342701761" = "" 2009-06 - 30 T 06: 18:21.683Z "issuer ="http://openuri.org/service/customer/contact/contactInformationService"MajorVersion ="1"MinorVersion ="1">"
    < saml:Conditions = NotBefore "" 2009-06 - 30 T 06: 17:21.683Z ' NotOnOrAfter = "2009-06 - 30 T 07: 18:21.683Z" / > "
    < saml:AuthenticationStatement AuthenticationInstant = "" 2009-06 - 30 T 06: 18:21.683Z ' AuthenticationMethod = "urn: oasis: names: tc: SAML:1.0:am: unspecified" > "
    < saml:Subject >
    < saml:NameIdentifier Format = "" urn: oasis: names: tc: SAML:1.1:nameid - format: X509SubjectName "NameQualifier ="sb1sk"> uid = vsb, OU = smn < / saml:NameIdentifier >"
    < saml:SubjectConfirmation >
    < saml:ConfirmationMethod > urn: oasis: names: tc: SAML:1.0:cm:sender - vouches < / saml:ConfirmationMethod >
    < / saml:SubjectConfirmation >
    < / saml:Subject >
    < / saml:AuthenticationStatement >
    < / saml:Assertion >
    < / wsse: Security >

    answer:
    < env:Envelope = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:env >
    < env:Header / >
    < env:Body >
    < env:Fault xmlns:wsse = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" >
    WSSE:InvalidSecurityToken < faultcode > < / faultcode >
    < faultstring > token security failed to validate. [weblogic.xml.crypto.wss.SecurityTokenValidateResult@1061c5e[status: false] [the msg SAML token is not valid] < / faultstring >
    < / env:Fault >
    < / env:Body >
    < / env:Envelope >

    If the customer leaves out the element, wsse: Security in the header, the service complains
    header < faultstring > Security No. message but required by the policy. < / faultstring >

    The name of SAMLIdentity Mapper is never loaded at all (checked by logging into the class loading)


    The configuration in the identity provider partner:
    the URI of the audience: target: *: /.
    sender URI: / service/customer/contact/contactInformationService (also tried with a single string equal to what the client sends)
    virtual user: enabled
    confirmation method: vouches for the sender

    I do not use certificates (tried with and without)


    Policy in use for the proxy service:

    <? XML version = "1.0"? >

    < wsp
    xmlns:WSP = "http://schemas.xmlsoap.org/ws/2004/09/policy".
    xmlns:WSSP = "http://www.bea.com/wls90/security/policy".
    xmlns:WSU = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd".
    xmlns:WLS = "http://www.bea.com/wls90/security/policy/wsee#part".
    WSU: ID = "samlSV".
    >

    < wssp:Identity >
    < wssp:SupportedTokens >
    < wssp:SecurityToken TokenType = "http://docs.oasis-open.org/wss/2004/01/oasis-2004-01-saml-token-profile-1.0#SAMLAssertionID" >
    < wssp:Claims >
    < wssp:ConfirmationMethod > sender - vouches < / wssp:ConfirmationMethod >
    < / wssp:Claims >
    < / wssp:SecurityToken >
    < / wssp:SupportedTokens >
    < / wssp:Identity >


    < / wsp >


    StackTrace:
    weblogic.xml.crypto.wss.WSSecurityException: validate failure of security token. weblogic.xml.crypto.wss.SecurityTokenVal
    [idateResult@a4fc20[status: false] [the msg SAML token is not valid.]
    at weblogic.xml.crypto.wss.SecurityImpl.unmarshalAndProcessSecurityToken(SecurityImpl.java:630)
    at weblogic.xml.crypto.wss.SecurityImpl.unmarshalChildren(SecurityImpl.java:556)
    at weblogic.xml.crypto.wss.SecurityImpl.unmarshalInternal(SecurityImpl.java:448)
    at weblogic.xml.crypto.wss.SecurityImpl.unmarshal(SecurityImpl.java:416)
    at weblogic.xml.crypto.wss.api.WSSecurityFactory.unmarshalAndProcessSecurity(WSSecurityFactory.java:66)
    at weblogic.wsee.security.WssServerHandler.processRequest(WssServerHandler.java:35)
    at weblogic.wsee.security.WssHandler.handleRequest(WssHandler.java:74)
    at com.bea.wli.sb.security.wss.WssInboundHandler.processRequest(WssInboundHandler.java:116)
    at com.bea.wli.sb.security.wss.WssHandlerImpl.doInboundRequest(WssHandlerImpl.java:201)
    at com.bea.wli.sb.context.BindingLayerImpl.addRequest(BindingLayerImpl.java:257)
    at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:66)
    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:508)
    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:506)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs (unknown Source)

    Published by: user6080617 on June 29, 2009 23:39

    You have configured a SAML2 identity Asserter, which is not a v2 SAML identity Asserter!

    Replace this line of and try again.

  • By default the rate of execution 15 Hz of Communication send loop

    Hi NIVS experts!

    The link understand engine VS, the default implementation of communication loop rate is set to 15 Hz.  I've found a way to change this default in VS.  As this Communication send loop transmits the values of layer VeriStand bridge, where working space gets the tables of channel.  The flow of data, I got look like this:

    Data channels data channels

    Communication send loop (15 Hz)---> VeriStand gateway---> Workspace (logging of data control (100 Hz))

    My question is: If the rate of implementation of the communication loop is only 15 Hz, does make sense for the control to save data on the workspace to record data at a much higher rate (say 100 Hz rate target)?   Or how can I change the default implementation of continuous loop rate?

    Thank you

    Pen

    We used the 'recording' and 'streaming' API of VeriStand, and I can confirm that the flow is equal to that of the loop of real-time data. The Kz 15 data source is used to provide enough slow data API "read channel".

    I assumed that the data connection control uses the 'recording', is not subject to the caching of 15 Hz.

    ++

  • A result of sending the data to a while loop through another loop of TCP communication

    Hi all

    I have 2 screws

    1 matching model (using the method of Grab) which is put inside a while loop. This VI works correctly and returns a string in a specific format (position and the angle of the object).

    2 TCP server who always listens to a specific port, if it receives a correct command string, it sends the string above VI - 1 (position and angle).

    The two 2 screws works if they are in separate VI. But I want to combine them into 1 single VI and I get the problem: Pattern matching doesn't work anymore (the video has only first frame then stops).

    I tried to put the two while loop in parallel or put the TCP while loop inside while loop Pattern Matching. Nothing has worked.

    Pls see my attached VI and the TCP module.

    What is the solution for requirement?

    Thank you all!

    What I would do, is be your two screws at the same time.  Given that you do not send the last result, store the result in a global variable.  Your comparison models written VI the global variable of the results of each iteration of the loop and the TCP bed module global variable results when it receives the right to order and then send it.

  • invoking the java object in a widget

    Hello

    is it possible to invoke java objects in a widget or only java application complete?

    for example, I tried:

    var args = new blackberry.invoke.JavaArguments('net.rim.device.api.system.Alert.startVibrate(25500);');
    blackberry.invoke.invoke(blackberry.invoke.APP_JAVA, args);
    

    but his does not work is there a way to do it?

    bert2002

    Hi bert2002,

    You can call a "Java Application" by using the API that you have demonstrated to invoke.  But not a Java API.

    You can create a JavaScript Extension that will wrap any Java API so that you can use in your widget.  A video on how to make can be found here:

    http://www.BlackBerry.com/DevMediaLibrary/view.do?name=WritingJavaScriptExtensions

    As well as a lab here:

    http://NA.BlackBerry.com/eng/developers/devbetasoftware/Lab_Widget_Extension.zip

Maybe you are looking for