Way to set Node's creator and create date explicitly?

Hi,
I'm creating content to Content Repository programmatically using bea.content.NodeOps and it works fine - except the fact that I haven't come up with a way to set e.g. creator and creation date explicitly. Instead, they are populated automatically to current timestamp and '<anonymous>', respectively. That's not what I want.
bea.content.Node class provides a constructor with the parameters mentioned above. However, once I have instantiated Node object using this constructor, there seems to be no way to persist it to the repository (the constructor creates only in-memory object), since none of the overloaded NodeOps.createContentNode() methods takes Node as parameter.
Any ideas?
BR,
Jarkko

These devices are shared, and anyone in the Family could be taking the photos?  You can create Albums in the Photo App and at the very least have each person name their Albums with their Name.

Similar Messages

  • What is the best, most efficient way to read a .xls File and create a pipe-delimited .csv File?

    What is the best and most efficient way to read a .xls File and create a pipe-delimited .csv File?
    Thanks in advance for your review and am hopeful for a reply.
    ITBobbyP85

    You should have no trouble doing this in SSIS. Simply add a data flow with connection managers to an existing .xls file (excel connection manager) and a new .csv file (flat file). Add a source to the xls and destination to the csv, and set the destination
    csv parameter "delay validation" to true. Use an expression to define the name of the new .csv file.
    In the flat file connection manager, set the column delimiter to the pipe character.

  • How can I set BPEL server enviorment and create BPEL domain?

    Without use the http console, how can I set BPEL server enviorment and create BPEL domain?
    When I try to use API like below
    import com.oracle.bpel.client.Server;
    Server s = new Server(ServerAuthFactory.authenticate("oracle","localhost"));
    But I always got four exceptions and one warning like below:
    java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\security.properties (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\ejb.properties (The system cannot find the path specified)
    Warning: unable to read transaction.interoperability config property
    java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\security.properties (The system cannot find the path specified)
    java.lang.Exception: Failed to create "ejb/collaxa/system/ServerBean" bean; exception reported is: "javax.naming.CommunicationException: Can't find SerialContextProvider
    Is it right to use com.oracle.bpel.client.Server like this, please help me.
    Best regards,
    Vita

    Anyone can help me? Because I need deploy BPEL process on production server, so I need the Java funtion to create domain. Thank you very much if you can tell me the correct method of using com.oracle.bpel.client.Server API.

  • IPhoto won't open. Modified and created dates say 12/31/69

    iPhoto won't open. Modified and created dates say 12/31/69.  Help! OS is Tiger. Older G4 Powerbook.

    As a test launch iPhoto with the Option key held down and try to create a new, test library.  Can you?  If you can then your current library is damaged and needs to be repaired.
    Apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download IPhoto Library Manager 4 for OS XC 10.6.8 and iPhoto  8.1.2 and later  or iPhoto Library Manager 3 (for OS X 10.5.8 and iPhoto 7.1.5 and earlier) and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu (iPLM 3) or Library ➙ Rebuild Library menu (iPLM 4) option.
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Is there any way to set red to green and then delete all that in one time?

    Hi,experts
    In our delta data load requests include lots of red status record, in the usual way , we must fix the red status to green  and  delete it one by one.
    Is there any good way to set  status red to green and then delete all that in one time instead of one by one?

    hello,
    yes there is ways to delete the requests in one time.
    1)  Note the bad request number
    2)  Go to SE16
    3) Open table RSODSACTREQ. Filter the contents by that request number . There will be entries for that request . Delete that entries.
    OR
    4. Open table RSICCONT. There will be one entry for that request . Delete that entry
    OR
    5. Open Table RSMONICDP. Filter the contents by that request number . There will be 3-4 entries for that request depending on number of data packages in that request .Delete all those entries
    Hope this helps
    Kumkum

  • Best way to set up a custom table using dates ytd, quarters, months

    Hello-
    I did post this on the crystal forum however it really involves setting up a good structured table in order to get the data to report on which I think we need to change which is why I'm posting here.
    I am not a dba but I work with crystal reports and we are working together to get data in tables that we can report on.  We are in the process of creating a data warehouse, which will mainly be summarized data we are exporting out of our legacy system and importing into a mysql database.  Most of this data will be summarized by month, quarter and year.  We will have multiple years of data.  A lot of the reports we will be creating will be in a comparison manner such as 2009 vs 2008 or Jan this year compared to Jan last year or list out sales by month Jan-Dec 2009.  I would like this data to be easily displayed on a report in a side by side manner.  To get this result, what is the best way to structure the data in the tables on a monthly, quarterly and yearly basis?  Right now weu2019ve got one field in the table called date (which is a string) which is listed like:
    Date
    2008YTD
    2009YTD
    2009Jan
    2008Jan
    Is it best to break out the date information so that on the report side it will be easier to work with?  Also should this be set up in the table as a date instead of a string?  If so how do you account for a YTD date?  Are we going to need 2 dates, a start and end date to achieve ytd or qtd information?  Do you recommend creating just a date table and if so how would that be structured?
    So for reporting purposes, using crystal reports, I would like to display comparison data on a report side by side, for this example this year goals compared to last years goals by goal code A-Z (which is a credit code, goals are for the # of credits by code for the year).  The end result I would like is to look like this:
    code   2009 goal   2008 goal
    A        25              20
    B        50              60
    C        10              15
    However the data looks like this (displaying all of the 2009 data first then the 2008 data, not side by side which is how it is in the table):
    code   2009 goal   2008 goal
    A        25
    B        50
    C        10
    etc to Z
    A                          20
    B                          60
    C                          15
    Right now the data is structured in the table like:
    Code  Goal  Date (this is currently a string in the db)
    A        25     YTD 2009
    B        50     YTD 2009
    etc. A-Z for 2009 then:
    A        20      YTD 2008
    B        60      YTD 2008
    Any thoughts on strucuting a table would be appreciated.  thanks.

    Jennifer,
    Most of the DW examples I've seen use a dimDateTime table in the database. That table has multiple columns related to the specific time... For example, here are the columns that are in the, SQL Server sample database, "AdventureWorkdDW"... "DimTime" table
    COLUMN_NAME             COLUMN_INFO
    TimeKey               (int, not null)
    FullDateAlternateKey     (datetime, null)
    DayNumberOfWeek          (tinyint, null)
    EnglishDayNameOfWeek     (nvarchar(10), null)
    SpanishDayNameOfWeek    (nvarchar(10), null)
    FrenchDayNameOfWeek     (nvarchar(10), null)
    DayNumberOfMonth     (tinyint, null)
    DayNumberOfYear          (smallint, null)
    WeekNumberOfYear     (tinyint, null)
    EnglishMonthName     (nvarchar(10), null)
    SpanishMonthName     (nvarchar(10), null)
    FrenchMonthName          (nvarchar(10), null)
    MonthNumberOfYear     (tinyint, null)
    CalendarQuarter          (tinyint, null)
    CalendarYear          (char(4), null)
    CalendarSemester     (tinyint, null)
    FiscalQuarter          tinyint, null)
    FiscalYear          (char(4), null)
    FiscalSemester          (tinyint, null)
    Then all of the fact table receive their date stamps by linking back to this table, using the TimeKey as a foreign key.
    HTH,
    Jason

  • There should be a way to easly switch between wifi and cellular data

    I think apple should put wifi icon and cellular data icon on the notification bar so we can change between them easily or even closing them both. So other smart phone like Samsung did it from a long time and its really easier way so Apple as the greatest company in the smart phones field should do something for this ..

    Read http://www.apple.com/ios/ios7/features/ and in particular the section on control centre.  Maybe that does it for you but you will have to wait until Sep/Oct for the public release

  • Created By and Created Date fields not showing up on Custom List form webpart

    Hi,
    I have added Custom Listform WebPart on "DispForm.aspx" of custom list. I need to display, out of box fields "Author" [Created By] and "Created" [Creation Date] on this custom list form webpart, I have added them on the webpart, following is the code behind of aspx page:
    <td width ="400px" valign= "top" class="ms-formbody">
    <xsl: value-of select = "@Author" disable-output-escaping = "yes"/>
    </td>
    However these fields are not showing/populating data on the form ?? Any inputs ???
    Regards

    Hi,
    I think that when you insert a custom list form web part you select “Item” content type, so custom list form is designed to display only the fields that are appropriate for that content type “Item”, but the item content type doesn’t contain the created and created by column, when you add the two columns, it will not find the field value. By default, the two columns will display at the foot of the list form using SharePoint:CreatedModifiedInfo.
    Hope it can help you.
    Xue-Mei Chang

  • Migrate from File Server Shared Drives to Document Libraries, while Keeping Modified and Created Date

    I am doing some file migration for a client, using SharePoint 2013 on prem.
    Whether copying files from a local or network drive, to a Document Library, or from Document Library to other Document Library, I want the option of
    preserving file dates and created/modified by fields.
    I am developing a pretty cool tool in Excel to analyze files and directory names for restricted characters, large file sizes, and long path names...and then
    it generates copy commands or rename commands as desired. I will share this with you if you like. This little glitch is the last remaining barrier.
    Can we copy and retain Modified/Created Data and time? Can I do this using xcopy or robocopy or do I need to use powershell, ShareGate, or some other tool?
    I have tried Windows Explorer drag-n-drop, "robocopy /COPY:DAT" and "xcopy /k"
    and these seem to work great in th CMD window until you display the resulting files in SharePoint...and the modified date shows as now and modified by
    shows as me.
    Any suggestions you can provide are most welcome.

    Hi Gerry,
    try content matrix it gives you free 25 GB and it keeps metadata
    http://www.metalogix.com/Products/Content-Matrix/Features.aspx
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation

  • Difference between Data and Create data

    Hi ,
    Can any one please tell me the difference between CREATE DATA and DATA statement.
    What all situations we need to use the create data statement.
    Thanks in advance.
    Joe

    Hi,
    here is a quote from ABAP documentation.
    Unlike the DATA statement, CREATE DATA creates the data object at execution time. DATA creates declared data objects when the corresponding program unit is loaded.
    More info can be found in ABAP documentation. CREATE DATA is usually used in dynamic programming where you work with generic types.
    Cheers

  • Is there a way to set nodes(gradient mesh) colorless?

    I'm using CS5. I'm looking for a way not to assign any color to a node so I can make gradient mesh with some transparent gradation using '0% opacity' and 'no color(this is the part I'm asking)'. This is needed for overlapping meshes. Opacity mask isn't quite helping much.
    Is there any available way or workaround to do this?

    I think I should clarify my question more. I know I can change opacity, the problem is a node must be filled with a color.
    As you can see in the picture, there's a clear difference between two. Every node along the border is set 0% opacity, center node is set 100% opacity and blue. Left one's border nodes are white, Right one's border nodes are red(same as background color)
    Will this problem be solved if I just set the color the same as background?
    No, because I can't set the border color the same as background or overlapped color when it has multiple colors.

  • What's the best way to set up my iPad and iPhone through I tunes

    I have an iPad and now an iPhone what's the best way to sync these in iTunes I'm assuming I'll use the same account and as such the same music aps etcwill sync on both devices? Also it is best to back up to the cloud and would this allows instant transfer of data between device ie pictures? Thanks

    You can use the same Apple ID, iTunes will still be able to tell them apart. If both are on IOS 5.x, you can use backup from the iCloud. To have pictures across all you devices, switch Photo Stream to ON.
    Settings > iCloud > Photo Stream.
    (Note: Photos that are already in Photo Library will not stream, only those you take after Photo Stream is switched on)

  • Is there a way to set Adobe Reader X and Internet Explorer 10 integration on and off per website URL?

    We have a Citrix environment where some web applications require pdf browser page integration, and others need the .pdf to open in reader itself.
    thanks for any input.

    Thank you t quinn for your reply as I do really appreciate the help.
    I don't quite understand what your suggestion was and before I try to figure it out and play around with numbers, I thought I should clarify further. When i wrote I want to paste the content into the cell and have it limited to 100 characters I was mis-spoken. I actually have all the content already in the columns in a spreadsheet and would now like to just limit some of the columns to hold only 100 characters in a cell so that when its a CSV file it will be accepted to the program I'm trying to upload it to.
    SO does that change the way you can answer my question?
    Is there a way to just limit the content currently in a spreadsheet to 100 characters per cell?
    Kindly

  • GTK wiki - A way to set themes for GTK2 and GTK3 in XFCE

    Hi,
    I think I have something to add to the GTK page of the Arch wiki but I wanted to confirm if this works for others or if I just found an exception to the rule.  Anways, I was trying to figure out why some of my apps on XFCE were looking different than others and I came too the GTK page to find the section explaining that XFCE tries to use the same theme for both GTK 2 & 3 which causes errors if the theme you use isn't for both.
    Since I could not find a theme that I liked a lot that worked for both, I tried to manually fix the issue.  The way I did so was by simply making a new directory in the themes folder and copying all the files from the GTK 3 theme I liked and then replacing the gtk-2.0 folder with the folder of the theme for GTK2 that I liked.  This seems to be working flawlessly so I was wondering if I should add it to the wiki in the section that mentions the few themes that work for both GTK 2 & 3.
    I wasn't sure if the GTK wiki should have more XFCE specific information added or if this would be more appropriate in the XFCE wiki but I was thinking that since there is already mention of the problem and a potential solution on the GTK page, it might make sense to add it there.
    Can anyone confirm that this works for them as well or does anyone have objections to the addition to the GTK wiki?
    Last edited by boswbr25 (2012-05-28 21:47:14)

    I am not that familiar with this bug because I do not use xfce. But I would say adding it as a tip or similar on the xfce page would be the better place to put it as opposed to the gtk wiki.

  • Efficient optimized way to read from serial port and GPS data display using map

    Hi,
    I have a custom h/w which reads the data from GPS Rx and after parsing send it to PC over RS232.
    Each second it sends 201 bytes to PC. I have developed a VI to read the GPS data and display it. Project file is attached.
    Fulctionality of different loops are as following:
    1. LOOP 1: 1.1 Reads the serial data from com port.
                   1.2 Synclonize the frame using start bytes "a" and "z".
                   1.3 Reads next 4 bytes containg receiving error information.
                   1.4 Reads next 195 bytes. in which initial 80 byes are GPS data. rest are others.
    2. LOOP 2: 2.1 Extarcts the GPS information and put them in an array.
                      2.2 Extarcts the receive error infor and counts the total error by incrimenting the variable using shift reg.
    3. LOOP 3:3: 3.1 Displays the GPS data in chart and log the data in a file.
    4. FLOW : Uses the GMAP .NET based API to creat a MAP and display.
    Problem statement:
    1. Functionality acheived.
    2. However in between data set is being missed by the programm. 
    Quesitions:
    1. Is the developed VI is efficient in terms of using queue loacl variables etc.
    2. What are the improvments I can do to solve the problem.
    Any other suggestions|
    Thank you
    jayant
    jayant
    Attachments:
    Telemetry_Receiver_v2.zip ‏3075 KB

    One of the most common problems in serial communication is the need for an adequate timing: how much time is expected your device to spend before answering? Have you put and adequate pause in your code before reading from the serial port?
    Hope this helps
    Roberto
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

Maybe you are looking for

  • Numeric control error handling

    Hi all, I have two question about numeric control. 1) "How to handle invalid inputs?" Let say, I have one numeric control that can only accept 0 to +inf (Range). So negative input will be invalid data input. Whenever I typed the negative value on it,

  • I think I have a virus or a bot.  Numerous people on my e-mail list received strange e-mails from me overnight.  How do I get rid of this virus or bot?  Any suggestions.

    I think I have a virus or bot on my MacBook.  Random e-mails have been sent from my e-mail overnight.  I use comcast.net.  Any suggestions for removing the bot.

  • Row chaining issue in Oracle 10g

    Hello All, I was seeing row chaining issue in one of our production DB. Row chaining was present in all tables having LONG RAW columns. As of now I am not supposed to change these to BLOB/CLOB, so I did exp/imp to solve the issue. However, we are rep

  • Importing contact list from file

    My daughter installed PC Suite (E65), and wants to import her contacts from her previous phone (not a Nokia). We have it in a spreadsheet, and can convert to tab-delimited etc. She does not have Outlook, and Outlook Express messes up her contacts (th

  • Need a table object

    Im looking for a table object that i can manipulate visualy on the CVI screen this table is going to be connected to a MDB DB and i want to control the DB from the table. the table must be fully manipulated by me for lines color, columns sizes ets.