Type attribute ignoring JavaCast

I have a Java object from the seller that returns a representation in long form of a timestamp. Unfortunately for me, this long must be multiplied by 1000 before make it the correct timestamp. Attempt to survey an error in MX 7 whole, even if I'm casting at long. Is there a way to circumvent this problem, or else another way to obtain a timestamp of a long?

The error is thrown:

Could not convert the value 1.162484964E12 in full because he cannot hold within an integer.

Code:

lngStartTime = JavaCast ("long", Request.varName.getStartTime ());
lngStartTime = JavaCast ("long", lngStartTime * JavaCast ("long", 1000)); error thrown here
dteStartTime = CreateObject ("java", "java.sql.Timestamp");
dteStartTime.init (lngStartTime);

ProphecyVI wrote:
> I have a Java object from the seller that returns a representation in long form of a timestamp.
> Unfortunately for me, this long must be multiplied by 1000 before that it becomes

time shift UNIX, * seconds * from 01/01/1970.

> dteStartTime = CreateObject ("java", "java.sql.Timestamp");
> dteStartTime.init (lngStartTime);

Well, if you don't care the ms part your date (and you really can't
Since your java class returns time unix):


startDate = createDate (1970,1,1);
DT is dateAdd ("s", unixEpoch, StartDate).;

where unixEpoch is the value returned by your java class.

BTW if you want to get the java time lag (ms since 01/01/1970) for a given date:


t = Now ();
t = t.getTime ();

Tags: ColdFusion

Similar Questions

  • Retrieve by using the TYPE attribute of the element type VArray

    I want to recover the varray stores through the type attribute type or no matter WHAT work-around.

    for example, our type is defined as SUCH CREATE "READS" AS VARRAY (200) OF NUMBER (21: 6); (reading is with elements of number type varray (21.6))

    READING is a column in a table of INTERVALS. INTERVALS is a central table and we batch on the INTERVALS that are running sql store procedures. In the stored procedure we have hardcoded the declarations of variables mapping to the element type of type VArray of READING which is NUMBER (21: 6); for example, the stored procedure has declarations of variables such as

    NUMBER OF CONSUMPTION (21: 6);

    each Varray definition is changed or varray is deleted and recreated with precision and of different size, ex on number (21.6) past to number (25.9), we need declarations of variables to change in our store to batch process procedures. I am looking for is CONSUMPTION variable declaration, refer to item VArray type. I want something like that

    INTERVALS OF CONSUMPTION. READINGS. COLUMN_TYPE % TYPE; (I want something like this, identify the type of the items stored by varray)

    No problem. Discussions forum flags viewers have read so you don't need to keep posting.

    In response to your question I don't know of a direct method, but it doesn't seem to be syntactically possible to anchor via a SLIDER instead diverted the road % TYPE and % ROWTYPE.

    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> CREATE OR REPLACE TYPE type_name
      2  AS
      3     VARRAY (200) OF VARCHAR2 (3);
      4  /
    
    Type created.
    
    SQL>
    SQL> DECLARE
      2     CURSOR cursor_name
      3     IS
      4        SELECT COLUMN_VALUE column_name
      5        FROM   TABLE (type_name ());
      6
      7     record_name cursor_name%ROWTYPE;
      8
      9     variable_name record_name.column_name%TYPE := 'AAAA';
     10  BEGIN
     11     NULL;
     12  END;
     13  /
    DECLARE
    *
    ERROR at line 1:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 9
    
    SQL>
    

    However, if you try this with a digital item type precision and scale are not kept and you will end up with a NUMBER.

    I said just a subtype corresponding to the same place, declaring variables, on this basis and do with it.

  • How to pass the java.util.ArrayList < property > type attribute to a tag

    How to move a type attribute, java.util.ArrayList < my.entity.Property > to a Tag implementation class?

    Please advise!

    Thank you
    Joe
    package my.tags;
    
    import java.io.IOException;
    import java.util.ArrayList;
    
    import javax.servlet.jsp.tagext.SimpleTagSupport;
    import javax.servlet.jsp.JspException;
    
    import my.entity.Property;
    
    public class PropertiesTag extends SimpleTagSupport {
        private ArrayList<Property> properties;
    
        public void setProperties(ArrayList<Property> properties) {
              this.properties = properties;
         }
    
         public void doTag() throws JspException, IOException {
         ..
         }     
    }
    <?xml version="1.0" encoding="utf-8" ?>
    <taglib ...>
         <tag>
              <name>propertiesTag</name>
              <tag-class>my.tags.PropertiesTag</tag-class>
              <body-content>empty</body-content>
              <description>Displays the product selection left menu</description>
              <attribute>
                   <name>properties</name>
                   <required>true</required>
                   <rtexprvalue>true</rtexprvalue>
                   <type>java.util.ArrayList<my.entity.Property></type>
              </attribute>
         </tag>
    </taglib>
    Here is the error message:
    org.xml.sax.SAXParseException: The element type "my.entity.Property" must be terminated by the matching end-tag "</my.entity.Property>".

    As far as I know he did not use generics in a descriptor tag. Read the docs for this. Here is a quick tutorial on the writing of simple tags.

  • Definition &lt; TransientAttribute &gt; type attribute not found

    Hi all

    My requirement is to conditionally set the TrasientAttribute to a part of the image .
    I used SPEL on rendering property.

    Am:

    If (("APPROVED").equalsIgnoreCase (Travel))
    {
    row.setAttribute ("TravelEnable", Boolean.TRUE);
    }
    else if (("REJECTED").equalsIgnoreCase (Travel))
    {
    row.setAttribute ("TravelEnable", Boolean.FALSE);
    }

    But I get the error:

    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: Houston-25002: definition of type attribute not found TravelEnable


    Thank you
    Christelle.

    The transitional attribute have create a PVO or any other VO should haave the TravelEnableattribute.

    If she has the transition attribute. Then also check you use the same line of PVO here in the code while setting its property.

    Thank you
    -Anil

  • executeQuery tent get/set a different attribute to a blob type attribute value

    Hi all

    I use the p9172975_R12_GENERIC patch file.

    I have a customized OPS page and he is required to include a few more fields to the page, among them the paid one is to facilitate the download and upload of a file.

    To achieve this upload of file, I use messagefileUpload point of style and I am able to successfully create the folder with the file that is being stored in the blob column.

    When I try to update the record, it gives the error below

    ""oracle.jbo.domain.DataCreationException: Houston-25009: failed to create an object of type: oracle.jbo.domain.BlobDomain with value: 81".

    Here the 81 value belongs to another attribute (a column of data type number). When I checked the table, attribute values are registered in their corresponding columns.

    The error occurs when vo.executeQurey is called.

    Could you help me with this problem?

    Thank you

    K. Kumar

    Hi Johny,

    After seeing your reply, I figured that it would be incompatible index attribute in the VORowImpl.java, but could not identify any incompatibility comes from the VORowImpl.java file.

    So, I deleted the original Version and it created again, to my surprise its works very well!

    Thanks for your help.

    See you soon

    K. Kumar

  • Houston-25058: type attribute Definition is not found in

    JDeveloper - Studio Edition Version 12.1.3.0.0

    Migration project 11.1.1.5 ADF - > 11.1.1.7-> 12 c.

    No problems during the migration and everything works fine (apart from a problem of Javascript).

    Now in the 12 c environment, I created a new application (library) and I am facing the slot issue during execution;

    Houston-25058: xxx attribute type Definition is not found in xxxx

    1. I have 3 of VO and all 3 have the same evaluation office, tables and joins etc.

    2. for VO 2 of his works fine, but 1 of the VO throws exceptions.

    3 cross checked EO to VO to PageDef, throughout all the way all the attributes and references exist.

    4 BC4J Tester works fine, no exception for the VO above with NAV and Associations etc.

    Anyone falls on this?

    (CE mark as answer since I resolved the issue and I managed to progress)

    Subramanian

    Thanks for the elaborate response.

    I want to answer all of your questions, but I managed to deal with that, ok. nothing smart or technical, what I did is recreated a new (exactly the same thing until the last attribute of layout) create VO, LIKE, VL and declarative added page, exactly how I did before, that's his work... to be honest I never thought that it will work.

    Now, this behavior triggered a few other questions: -.

    1. I created 2 sets of features exactly the same way and it works and is not another?

    2 can we do something with the new JDeveloper 12 c?

    3. If this type of behavior will happen at the average / towards the end of the development, I can't recreate / restart never time, due to the complexity of the feature?

    Any thoughts?

    See you soon,.

    Saran.

  • Definition type attribute not found in CompNameLOV COMPETENCE_CLUSTER

    Hello

    I get the error message like "COMPETENCE_CLUSTER of definition of the attribute type is not found in the CompNameLOV '...

    When I extend the VO LOV and added three transient attributes in this... The entire process well... even the table JDR_PATHS showing the vo seeded has expanded, but changes do not think...

    Please suggest...

    Kind regards

    Praveen

    Hello..

    His view and view Instance value attribute would not put.

  • Error while processing 'type' attribute with the value "DistributedVirtualPortgroup.

    Hello everyone. I'm back with an API error message that I can't decipher. At first I thought that I was maybe getting the wrong version of the API, but I checked vimServiceVersions.xml and it's OK (namespace urn: vim25 a version 5.5)

    I feel like I have tried everything under the Sun and I don't know what the devil is wrong. RetrieveProperties method works VirtualMachine but not DistributedVirtualPortgroup type.

    Another hypothesis is that I am just using the connection instead of LoginByTokenmethod, but I don't know who has nothing to do with it.

    Outgoing request:

    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
    <RetrieveProperties xmlns="urn:vim25">
    <_this type="PropertyCollector">propertyCollector</_this>
    <specSet>
    <propSet>
    <type>DistributedVirtualPortgroup</type>
    <all>true</all>
    </propSet>
    <objectSet>
    <obj type="DistributedVirtualPortgroup">dvportgroup-72</obj>
    </objectSet>
    </specSet>
    </RetrieveProperties>
    </soap:Body>
    </soap:Envelope>
    
    
    
    

    Error response:

    The remote server returned an error: (500) Internal Server Error.
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
     xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
    <soapenv:Fault><faultcode>ServerFaultCode</faultcode><faultstring>
    Error processing attribute &quot;type&quot; with value &quot;DistributedVirtualPortgroup&quot;
    
    while parsing MoRef for ManagedObject of type vmodl.ManagedObject
    at line 1, column 369
    
    while parsing property &quot;obj&quot; of static type ManagedObject
    
    while parsing serialized DataObject of type vmodl.query.PropertyCollector.ObjectSpec
    at line 1, column 358
    
    while parsing property &quot;objectSet&quot; of static type ArrayOfObjectSpec
    
    while parsing serialized DataObject of type vmodl.query.PropertyCollector.FilterSpec
    at line 1, column 275
    
    while parsing call information for method RetrieveProperties
    at line 1, column 180
    
    while parsing SOAP body
    at line 1, column 169
    
    while parsing SOAP envelope
    at line 1, column 0
    
    while parsing HTTP request for method retrieveContents
    on object of type vmodl.query.PropertyCollector
    at line 1, column 0</faultstring><detail><InvalidRequestFault xmlns="urn:vim25" xsi:type="InvalidRequest"></InvalidRequestFault></detail></soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    
    
    

    Too bad! I have it. Is one incorrect or no header:

    SOAPAction: "urn: vim25 / 6.0.

  • Definition of OPS of type attribute not found in the original Version, but it's there!

    Hi all,

    I'm new with ofa and I m having a problem when I try to deploy in the dev environment. (this works well in jdevelopment but not in the dev server)

    Error page

    Details of the exception.
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: Houston-25058: ResponsabilidadId definition of the attribute type is not found in the QuiebresComercialesVO1 to oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1247) to oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3247) to oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3042) to _OA._jspService(_OA.java:228)

    I checked the VO.xml and the attribute is set as you can see in the next image 2013-07-19_0902 - mayistra library

    I would be grateful if someone can give an idea of what it can be. Is there anything else I can check?

    It's the clumsy version I'm working 2013-07-19_0905 - mayistra library

    Thank you all.

    Hi JulianE.

    Seems good. But strange. Please bounce the average level of once and set the permissions of this file to 7777

    Thank you

    Sandeep

  • Object Type attributes part of PK or FK

    However, the new version of data Modeler does not have an attribute of an object type that has been used as the definition of the structure of a column to be part of a primary key definition. This is allowed in the database and fully supported the good syntax. When this will benefit the Data Modeler?

    Thank you
    ACE

    Hi Scott,.

    There are no new features and changes in the user interface in versions from 3.1. The feature will be available in versions from 3.2 or 3.3.

    Philippe

  • How to set the precision for the ViewObject type attribute 'number '.

    Hi, I have a reading that only SQL based VO that I'm showing on the Page of the user interface.

    I have a number attribute data type that has a value of 6.000001 in the DB Table, but his watch has 6 in the user interface.
    Please help me with instructions to set the precision of the VO object attribute.


    Thank you
    TK

    on the page where you deleted the attribute, expand the attribute in the Structure window... you should find af:convertNumber attached to this attribute.
    Click on af:convertNumber and go to the property window
    Set MaxFractionDigit = "Scale" (looks 6 in your case)

    Amit

  • Icons of the extension: "'DarkNormal', 'DarkRollover" 'Type' attribute on the 'Icon' element is not valid... ". »

    I get the following warnings when I try to manually specify the icons DarkNormal, DarkRollOver and DarkDisabled in the extension manifest.

    In Flash Builder (v4.6), the entries for the dark variants are disabled:

    If I ignore the warnings and package in any case, only the normal icons show (for the dark and clear user interface in Photoshop settings).

    Manifest.XML:

    https://gist.github.com/brianreavis/6bdc5e36551fb18f142f

    Any ideas of what I can try? I find little or no documentation on this topic. Thank you!


    P.S. I've tried the info here: http://forums.adobe.com/message/4521914

    I think that the problem is that your version 2.0 manifesto, dark icons were not added to the manifest until the 3.0 schema. Buidler extension valid your manifesto against the 2.0 schema, that's why he complains. If you change the manifest extension version 3.0 (in the ExtensionManifest tag) then I would expect these warnings go away. It looks like your targets to extend CS5 - CS6, in theory, the CSXS in CS5 version might have flipped up using CSXS 3 (SC6) manifest, but I think CSXS will ignore simply any element, it does not include (for example the dark icon tags).

    Hope that helps!

    -Louis

  • Validation on the Integer data type attribute

    Hello

    Work on jdev 11.1.1.3.0

    I have to do validation on integer data type as it should not be allowed 13,20 (only single-digit numbers.).

    I do validation on AMImpl and the int to string conversion

    String per = Row.getPer (m:System.NET.SocketAddress.ToString ()); / / here if the user enters 13.20, and containing only 13 so its's not going inside the fi.
    If (StringUtils.Contains(per,"."))
    {
    Returns false;
    }

    Even I wrote regular expression on my ground, but his work

    someone can help me.

    Hello

    Why don't you use the af: convertNumber in your tag?

    Something like that:



    Doc: http://download.oracle.com/docs/cd/E12839_01/apirefs.1111/e12419/tagdoc/af_convertNumber.html

    Kind regards

  • Type of field Bitmap attribute

    The documentation for Bitmap says

    public Bitmap(int type,
                  int width,
                  int height)
    

    Built an empty bitmap object of a specific type. Suppose I need to create an image .png or .bmp, what should be the value of the type attribute? Him been worth constant for the type attribute can be specified in the documentation for easier use.

    they gave one for example. like this, try to type Bitmap. then you will be the list of all the available constants

    monochromeBitmap = new Bitmap(Bitmap.ROWWISE_MONOCHROME, 12, 12, sourceData);
    
  • Buildin Type 'DBSequence' is not available for the PK in JDev 11.1.1.5 attribute

    Hello

    I have JDev 11.1.1.5 and an entity object (migrated).

    PK-Atribute is filled into the database using a trigger and a sequence.

    I set the attribute to * 'While News Update' * and ' * refresh after insert. "

    Now I ste type to + "DBSequence" + as suggested in 4.10.10 how Get Trigger-Assigned to the values of the primary key of a database sequence. But I do not have the entry + 'DBSequence' + in the + 'Type' combobox. +

    Even if I remove this attribute of the entity and add it again I am not able to select the build type + 'DBSequence ' +.

    How to set the Type of the attribute to "DBSequence"?

    Good bye
    DPT

    It is normal (it's newspaper as a bug) check out this thread Re: DBSequence type attribute not available
    It has a workaround solution.

    Timo

Maybe you are looking for