dynamically create files (.txt/.doc/.css etc.) and save the table as BLOB without file system reference

Hi guys,.

IAM trying to find a plsql/pkg process that creates a file for example myiphones.txt (with content) and save this file as BLOB directly in a table in the DB (not on file system moreove there is no access to the file system) - Ive studied this but nothing about other than as_pdf3 that iam still working on.

Here are the summarized steps:

-------------------------------------------

1. run plsql to create a single file like myiphone.txt,

2. in this (myiphone.txt) inserts a record content from another table EMP as,

MYiPhone.txt

============

Greg Taylor,

Mike Owen

3 then finally record this (myiphone.txt) in another table MYFILES as BLOB - Note Please that I don't want to not refer to file system manager and I have not access to it for the time being,

I hope it is clear

no idea about the way to handle this is appreciated?

Thank you.

You can try this:

Data are from a clob table.

DECLARE
  L_BLOB BLOB;
  L_CLOB CLOB;
  L_DEST_OFFSET INTEGER := 1;
  L_SRC_OFFSET INTEGER := 1;
  L_LANG_CONTEXT INTEGER := DBMS_LOB.DEFAULT_LANG_CTX;
  L_WARNING INTEGER;
  L_LENGTH INTEGER;
BEGIN

  -- create new temporary BLOB
  DBMS_LOB.CREATETEMPORARY(L_BLOB, FALSE);

  --Select CLOB
  SELECT CLOB_VAL INTO L_CLOB FROM MY_TABLE;

  -- tranform the input CLOB into a BLOB of the desired charset
  DBMS_LOB.CONVERTTOBLOB( DEST_LOB => L_BLOB,
  SRC_CLOB => L_CLOB,
  AMOUNT => DBMS_LOB.LOBMAXSIZE,
  DEST_OFFSET => L_DEST_OFFSET,
  SRC_OFFSET => L_SRC_OFFSET,
  BLOB_CSID => NLS_CHARSET_ID('WE8MSWIN1252'),
  LANG_CONTEXT => L_LANG_CONTEXT,
  WARNING => L_WARNING
  );

  -- determine length for header
  L_LENGTH := DBMS_LOB.GETLENGTH(L_BLOB);  

  -- Your custom INSERT INTO statement
  INSERT
    INTO MY_TABLE
     (NAME,
      BLOB_FILE,
      BLOB_LENGTH
     )
     VALUES
     ('lala.txt',
      L_BLOB,
      L_LENGTH
     );

  EXCEPTION
  WHEN OTHERS THEN
  DBMS_LOB.FREETEMPORARY(L_BLOB);
  RAISE;
END;

Concerning

Tobias

Tags: Database

Similar Questions

  • I'm trying to create a PDF file with several signature lines in that anyone can "Sign" by using their digital signature CAC (Common Access Card) active. The goal is to have a single document that people can open, sign on a designated line and save the doc

    I'm trying to create a PDF file with several signature lines in that anyone can "Sign" by using their digital signature CAC (Common Access Card) active. The goal is to have a single document that people can open, sign on a designated line and save the document (replacing the existing document) and close. Then another person can open the same document digitally sign another area of the form, save it, and close it. So on, and so on. Is there a way to do this? At the end of the day, I would end up with a PDF file with literally hundreds of signatures to enable different ACC everywhere...

    I don't understand what the problem is. In the post of the davidr96549424 on May 8, 2015 07:58 you presented a structure of a correct document. Is the issue of the creation of this structure in a PDF file? For this, you will need an Acrobat, not reader.

    XI in Acrobat, select Tools-> forms-Edit. Click 'No' on the form fields 'detect '. In the tasks Panel that opens, click on "add new field". Select "Digital Signature" and move it to the location in the document where you want to than the appearance of the signature to be. Repeat that for signature fields as you want. Users will sign by clicking on the prepared unsigned signature field which shows the dialog box "sign. Do not forget that as TSN has noted that a digital signature applies to the entire document. The entry in the document where it is is irrelevant. Each next signature covers all previous signatures.

    Your users can also sign a document from anywhere that they want without signature fields already prepared. For this select fill & sign-> work with certificates and the type of signing you want to sign up with. A dialog box that will tell you a rectangle for the appearance of signature rises and after you draw the rectangle of the dialog 'Sign' rises.

    PDF/Acrobat doesn't have a limit on a number of signatures in a PDF document. But! Don't forget that when you open a PDF file with Acrobat/Reader signatures valid all of them and takes time (several seconds - until 10 - for every signature), so if you have several signatures of dozens of their validation open can take a long time.

    I don't know how build you your workflow so that each person signs the same PDF and saves it. Economy runs on the same computer where the PDF is stored. You'll have to decide how to allow different people to have access to the same PDF. They, of course, you may sign this only one-at-a-time PDF.

  • I have a pdf file that contains the text if I copy all the text and paste it into Notepad and save the .txt file is it changes the ascii value of the text?

    I have a pdf file that contains the text if I copy all the text and paste it into Notepad and save the .txt file is it changes the ascii value of the text?

    If the encoding is ASCII? Laughing out loud

    Be well...

  • How to incorporate the timestamp and file name automatically select and save the file dialog?

    Hello

    I try to incorporate the name of the file that is the registration of the end user with the timestamp in the selected and save file dialog box. Can you help me?

    Thank you

    Hi Mike227,

    I couldn't find a way to immediately make the bat. I guess you need to mess with ActiveX to do. I found an msdn page that could help with this.

    Have you considered simply concatenating the name of the file and the time stamp with a path of the file and save the file when you create it, without inviting the user?

  • take screenshot and saves the image to a PNG file

    Hello

    How do I take screenshot and save the image as a PNG file?

    Thank you

    Avivit.

    If you want a picture of façade one VI, you can use the method to obtain images of Panel (or the Tool of Capture of Code, which offers a range of screws for this).

    If you want a picture of the entire screen, you can simulate a button on the print screen, using the method of Clipboard.Get Image Application class to get a picture of the contents of the Clipboard. If you are looking for "screenshot" you should probably find a few examples already.

  • How to capture a .gif of a spectrum analyzer file and save the file in PC

    I want to capture a .gif from a spectrum analyzer file and save the file to the PC, but I have a problem when reading data from the instrument. I don't know how to format the string has obtained from the instrument, when I use '%s' or '%t' as string format to read the data from the instrument is truncated.

    my code are, could someone tell me where I'm wrong?

    char resultsArray [5000];

    viPrintf (hSpectrumInstr, ": MMEMTORCR ' CIMAGE.") GIF "\n"); "
    viQueryf (hSpectrumInstr, ": MMEMATA? '") CIMAGE. (' GIF'\n ', '%t', resultsArray);
    printf ("%s", resultsArray);
    GetChar ();

    as you can see your code is not readable, can you post a screenshot or, as before, a Word document?

    When you use "%b" table must be of type ViInt8

  • why I can't download and save the files to my laptop... it disappears in the air... I have windows vista and ie8... Please help I'm going crazy... this laptop is my tool work... thank you. __

    why I can't download and save the files to my laptop... it disappears in the air... I have windows vista and ie8... Please help I'm going crazy... this laptop is my work tool... Thank you.

    Hello locness2411,

    Have you checked your download folder? Also you can put where you want to save a file to the desktop as, for example. Take a look at these links: http://www.tweaklibrary.com/Software_Applications/Internet-Explorer/27/Set-default-download-path-of-Internet-Explorer/10153/ or http://www.windowsreference.com/internet-explorer/how-to-change-the-default-download-directory-for-internet-explorer/ that can help you in what you want to change. Hope this helps you. Let us know anyway. Make it a great day!

    "And in the end the love you take, is equal to The Love You Make" (The Beatles last song from their latest album, Abbey Road.)

  • My wallpaper appears only in the extended format. I want to display a .jpeg file into the center channel mode. I click on center and save the changes, but he remains in stretch mode...

    My wallpaper appears only in the extended format.  I want to display a .jpeg file into the center channel mode.  I click on center and save the changes, but he remains in stretch mode...

    HP technical support solves the problem for me with a patch: I'm sorry that I don't remember all the steps they walked me through but the patch was SP45575. EXE.   It was working fine.  Good luck

  • Help with image files, drop box and save the changes?

    My husband put all our photos of drop box.  They are still on our computer, but we can now also access elsewhere.  But it has somewhat modified files.

    I'm putting together, cultures and (in general) to save the changes made to some images.  But I get an error.

    Example: The image I want to change is on the side.  I right-click on the file icon and select "Rotate clockwise" in the menu dropdown. Immediately, I raise the sound "bonk" and an error message appears: "you cannot rotate this image.  The file can be used or open in another program or maybe the file is read only.  It wasn't a problem before doing things to the drop box.
    So, I wait to make sure that everything is ok.  The image is not open anywhere else.  I clicked the properties option to see if it is in read-only mode.  He said that it is not.
    When I open the image and try to use the rotation on the bottom, it will turn.  But when I close the window, I get a different error message that says "Windows Photo Viewer cannot save changes to this picture because there is a problem with the properties of the image file."   There is a link at the bottom of the message box for "Why can't save this picture?  I clicked it.  He said "the subject you are looking for is not available in this version of Windows. For additional assistance, see multiple support options. "The more support options?  Get a tech savvy friend who could help me. Nice.
    Anyone know what I need to do to make this work?
    I don't know what version of windows we have.  I'm sure that's not Vista.  It's the one after that.

    Hello

    Thank you asking in the Microsoft Community.

    1. open Microsoft paint.

    2. navigate to the image through Microsoft Paint.

    3 try to rotate and save the image.

    4 let me know if you are able to.

    Post back with the result.

  • Hello, I tried to update Acrobat version, he told me to unistal previous, I did, I also rebooted my mac etc and still the message said to uninstall the previous version, thanks for your help as soon as possible

    Hello, I tried to update Acrobat version, he told me to unistal previous, I did, I also rebooted my mac etc and still the message said to uninstall the previous version, thanks for your help as soon as possible!

    Hi AtomAtelier,

    Please send us the screenshot of the exact error message that appears.

    Also, please tell me which version of reader that you want to install and on which operating system.

    Please try to install Adobe Reader from the link below:

    http://get.Adobe.com/reader/Enterprise/

    Let me know how it goes.

    Kind regards

    Ana Maria

  • How can I get my PDF to save mode landscape instead of portrait orientation? I am able to turn to see the landscape and save the file. However, when I open the new file is saved, it's back to portrait mode. Help!

    How can I get my PDF to save mode landscape instead of portrait orientation? I am able to turn to see the landscape and save the file. However, when I open the new file is saved, it's back to portrait mode. Help!

    Hi samanthac39242619

    You must register to organize PDF service https://cloud.acrobat.com/organizepdf & use PDF tool organizing to turn the pages at all times.

    Kind regards
    Nicos

  • Illustrator CC open and save the file windows crashing several times

    I have an incredibly frustrating time with Illustrator CC. open and save the file or the other crashes immediately when I click on a folder to specify the file to save or open location. I'm running the Mavericks on my mac, and I have a feeling that is the culprit. I updated the app yesterday hoping that would solve the problem, but it only got worse.
    Work is piling on me and it is really hard not not to be able to easily save/open/export files.

    Solved the problem by disabling the spring loaded folders in the finder and finder to the block list preferences discovers only

  • When I have 2 or more tabs open in my browser I want to close Firefox and save the tabs so when I open it again the sites will return. Use to do this, but something needs to happen. begin to close, now it asks me if I want to save sites

    When I have 2 or more tabs open in my browser I want to close Firefox and save the tabs so when I open it again the sites will return. Use to do this, but something needs to happen. begin to close, now it asks me if I want to save sites

    If you still want to open the sites that you opened before, in the Options dialog box, go to the general Panel and make sure that the parameter 'When Firefox starts' is set to ' show my windows and tabs from last time '. You will not be asked to save the tabs because they are automatically registered.

    If it is set to one, but sites do not open when you start Firefox, open your profile folder and delete sessionstore.js and if there are sessionstore.bak. For more information on how to find your profile folder, see the article of profiles - where Firefox stores your bookmarks, passwords and other user data . Who can help if the file that stores the details of the session is corrupt.

  • Call and save the reports/export to PDF using use?

    Hello

    My use is for the ".csv" files and works perfectly when read and load the files. But what would be really nice if I could somehow put the data in these files in their appropriate report templates and then export this report to a file '.pdf '.

    So, I tried to add:

    Call DataFileLoad ([Filepath], [Script]
    Call DataFileSave ([Filepath], ".") CT","CT")
    Call Report.LoadLayout ([the report path])
    Call Report.Sheets.ExportToPDF ([path to save .pdf], False)
    Call Report.Refresh
    Call Data.Root.Clear)

    «When I test the use by indexing a file manually, I get the message: Variable is undefined: «DataFileLoad»»

    So, if it is reading as a variable that suggest that it does not recognize functions unless they are specified in the sub?

    Is it possible to do what I want?

    Thank you.

    Hey Kevin,

    Your VBScript use cannot be called "red" DIAdem orders  The VBScript host that uses the use contains only basic functions VBScript more some specific commands to use, but none of the rest of orders DIAdem.

    You need to use a VBScript DIAdem script to load the data file, load the layout and save the PDF file.

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • Display of the name and save the value in the database for a LOV

    Hi Experts,

    JDEV 12 C,

    I have a requirement where I need to show the name of the project in the user interface and save the project in DB Id.

    I've had two articles as below: -.

    http://husaindalal.blogspot.in/2010/03/lov-displaying-name-and-storing-value.html

    https://blogs.Oracle.com/ADF/entry/combo_lov_how_to_display

    I did the procedure below.

    I have a ProjectId attribute in my VO.

    Created a transient ProjectName attribute, passivation = true editable = always.

    Created a ViewAccessor on the MainVO.

    Created a LOV on ProjectName ProjectName mapped in the configuration to the accessor of the view section with ProjectId.

    Changed the ViewRowImpl.java.

    I get the error when you run the below request form.

    public String getProjectName() {}

    Object projectId = getAttributeInternal (PROJECTID);

    String projectName = null;

    If (projectId! = null) {}

    Object [] obj = {projectId};

    Key = new Key (obj);

    Line lines [] = getProjectsVO1 () .findByKey (key, 1);

    If (rows! = null & & rows.length > 0) {}

    projectName = (String) rows [0] .getAttribute (1);

    }

    }

    back to projectName.

    }

    When AM running I get the below error.

    oracle.jbo.JboException: Houston-29000: Unexpected exception caught: java.lang.NullPointerException, msg = null

    at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:421)

    at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:483)

    at oracle.jbo.jbotester.panel.BindingPanel.setBindingContext(BindingPanel.java:144)

    to oracle.jbo.jbotester.panel.BindingPanel. < init > (BindingPanel.java:108)

    to oracle.jbo.jbotester.panel.BindingPanel. < init > (BindingPanel.java:81)

    at oracle.jbo.jbotester.form.BindingForm.createMasterPanel(BindingForm.java:90)

    at oracle.jbo.jbotester.form.BindingForm.init(BindingForm.java:166)

    to oracle.jbo.jbotester.form.JTForm. < init > (JTForm.java:77)

    to oracle.jbo.jbotester.form.BindingForm. < init > (BindingForm.java:77)

    to oracle.jbo.jbotester.form.FormType$ 1.createForm(FormType.java:78)

    at oracle.jbo.jbotester.form.FormType.createForm(FormType.java:236)

    at oracle.jbo.jbotester.form.FormType.createTab(FormType.java:307)

    at oracle.jbo.jbotester.form.FormType.showForm(FormType.java:285)

    at oracle.jbo.jbotester.form.FormType.showForm(FormType.java:244)

    at oracle.jbo.jbotester.form.FormType.showForm(FormType.java:240)

    at oracle.jbo.jbotester.tree.ObjTreeNode.showForm(ObjTreeNode.java:149)

    at oracle.jbo.jbotester.tree.ObjTreeNode.showForm(ObjTreeNode.java:132)

    at oracle.jbo.jbotester.tree.Tree.processTreeMouseClicked(Tree.java:742)

    in oracle.jbo.jbotester.tree.Tree.access$ 100 (Tree.java:98)

    to oracle.jbo.jbotester.tree.Tree$ TreeMouseListener.mouseClicked (Tree.java:152)

    at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270)

    at java.awt.Component.processMouseEvent(Component.java:6508)

    at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)

    at java.awt.Component.processEvent(Component.java:6270)

    at java.awt.Container.processEvent(Container.java:2229)

    at java.awt.Component.dispatchEventImpl(Component.java:4861)

    at java.awt.Container.dispatchEventImpl(Container.java:2287)

    at java.awt.Component.dispatchEvent(Component.java:4687)

    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)

    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4501)

    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)

    at java.awt.Container.dispatchEventImpl(Container.java:2273)

    at java.awt.Window.dispatchEventImpl(Window.java:2719)

    at java.awt.Component.dispatchEvent(Component.java:4687)

    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)

    at $200 (EventQueue.java:103) java.awt.EventQueue.access

    in java.awt.EventQueue$ 3.run(EventQueue.java:694)

    in java.awt.EventQueue$ 3.run(EventQueue.java:692)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:87)

    in java.awt.EventQueue$ 4.run(EventQueue.java:708)

    in java.awt.EventQueue$ 4.run(EventQueue.java:706)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)

    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)

    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

    Caused by: java.lang.NullPointerException

    at oracle.jbo.uicli.jui.JULovButtonBinding.getDisplayAttrValue(JULovButtonBinding.java:1509)

    at oracle.jbo.uicli.jui.JULovButtonBinding.buildDisplayValue(JULovButtonBinding.java:1493)

    to oracle.jbo.uicli.controls.JULovEditButton$ TextFieldBinding.setValueAt (JULovEditButton.java:186)

    at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.updateValuesFromRow(JUCtrlAttrsBinding.java:145)

    at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.refreshControl(JUCtrlAttrsBinding.java:245)

    at oracle.jbo.uicli.jui.JULovButtonBinding.refreshControl(JULovButtonBinding.java:1228)

    at oracle.jbo.jbotester.app.FieldFactory.createField(FieldFactory.java:222)

    at oracle.jbo.jbotester.app.FieldFactory.createField(FieldFactory.java:147)

    at oracle.jbo.jbotester.panel.BindingPanel.createField(BindingPanel.java:178)

    at oracle.jbo.jbotester.panel.CardPanel.showAttributeDefs(CardPanel.java:227)

    at oracle.jbo.jbotester.panel.CardPanel.showAttributeDefs(CardPanel.java:185)

    to oracle.jbo.jbotester.panel.CardPanel. < init > (CardPanel.java:114)

    to oracle.jbo.jbotester.panel.CardPanel. < init > (CardPanel.java:103)

    at oracle.jbo.jbotester.panel.RowSetPanel.showCard(RowSetPanel.java:237)

    at oracle.jbo.jbotester.panel.RowSetPanel.setIterator(RowSetPanel.java:107)

    at oracle.jbo.jbotester.panel.BindingPanel.setBindingContext(BindingPanel.java:141)

    ... more than 49

    # # 0 in detail

    java.lang.NullPointerException

    at oracle.jbo.uicli.jui.JULovButtonBinding.getDisplayAttrValue(JULovButtonBinding.java:1509)

    at oracle.jbo.uicli.jui.JULovButtonBinding.buildDisplayValue(JULovButtonBinding.java:1493)

    to oracle.jbo.uicli.controls.JULovEditButton$ TextFieldBinding.setValueAt (JULovEditButton.java:186)

    at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.updateValuesFromRow(JUCtrlAttrsBinding.java:145)

    at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.refreshControl(JUCtrlAttrsBinding.java:245)

    at oracle.jbo.uicli.jui.JULovButtonBinding.refreshControl(JULovButtonBinding.java:1228)

    at oracle.jbo.jbotester.app.FieldFactory.createField(FieldFactory.java:222)

    at oracle.jbo.jbotester.app.FieldFactory.createField(FieldFactory.java:147)

    at oracle.jbo.jbotester.panel.BindingPanel.createField(BindingPanel.java:178)

    at oracle.jbo.jbotester.panel.CardPanel.showAttributeDefs(CardPanel.java:227)

    at oracle.jbo.jbotester.panel.CardPanel.showAttributeDefs(CardPanel.java:185)

    to oracle.jbo.jbotester.panel.CardPanel. < init > (CardPanel.java:114)

    to oracle.jbo.jbotester.panel.CardPanel. < init > (CardPanel.java:103)

    at oracle.jbo.jbotester.panel.RowSetPanel.showCard(RowSetPanel.java:237)

    at oracle.jbo.jbotester.panel.RowSetPanel.setIterator(RowSetPanel.java:107)

    at oracle.jbo.jbotester.panel.BindingPanel.setBindingContext(BindingPanel.java:141)

    to oracle.jbo.jbotester.panel.BindingPanel. < init > (BindingPanel.java:108)

    to oracle.jbo.jbotester.panel.BindingPanel. < init > (BindingPanel.java:81)

    at oracle.jbo.jbotester.form.BindingForm.createMasterPanel(BindingForm.java:90)

    at oracle.jbo.jbotester.form.BindingForm.init(BindingForm.java:166)

    to oracle.jbo.jbotester.form.JTForm. < init > (JTForm.java:77)

    to oracle.jbo.jbotester.form.BindingForm. < init > (BindingForm.java:77)

    to oracle.jbo.jbotester.form.FormType$ 1.createForm(FormType.java:78)

    at oracle.jbo.jbotester.form.FormType.createForm(FormType.java:236)

    at oracle.jbo.jbotester.form.FormType.createTab(FormType.java:307)

    at oracle.jbo.jbotester.form.FormType.showForm(FormType.java:285)

    at oracle.jbo.jbotester.form.FormType.showForm(FormType.java:244)

    at oracle.jbo.jbotester.form.FormType.showForm(FormType.java:240)

    at oracle.jbo.jbotester.tree.ObjTreeNode.showForm(ObjTreeNode.java:149)

    at oracle.jbo.jbotester.tree.ObjTreeNode.showForm(ObjTreeNode.java:132)

    at oracle.jbo.jbotester.tree.Tree.processTreeMouseClicked(Tree.java:742)

    in oracle.jbo.jbotester.tree.Tree.access$ 100 (Tree.java:98)

    to oracle.jbo.jbotester.tree.Tree$ TreeMouseListener.mouseClicked (Tree.java:152)

    at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270)

    at java.awt.Component.processMouseEvent(Component.java:6508)

    at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)

    at java.awt.Component.processEvent(Component.java:6270)

    at java.awt.Container.processEvent(Container.java:2229)

    at java.awt.Component.dispatchEventImpl(Component.java:4861)

    at java.awt.Container.dispatchEventImpl(Container.java:2287)

    at java.awt.Component.dispatchEvent(Component.java:4687)

    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)

    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4501)

    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)

    at java.awt.Container.dispatchEventImpl(Container.java:2273)

    at java.awt.Window.dispatchEventImpl(Window.java:2719)

    at java.awt.Component.dispatchEvent(Component.java:4687)

    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)

    at $200 (EventQueue.java:103) java.awt.EventQueue.access

    in java.awt.EventQueue$ 3.run(EventQueue.java:694)

    in java.awt.EventQueue$ 3.run(EventQueue.java:692)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:87)

    in java.awt.EventQueue$ 4.run(EventQueue.java:708)

    in java.awt.EventQueue$ 4.run(EventQueue.java:706)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)

    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)

    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

    If I use the word groovy for ProjectName instead of the code in the VOrowImpl.java method

    key oracle.jbo.Key = new oracle.jbo.Key (ProjectId);

    Return ProjectsVVO1.findByKey (key, 1) [0] .getAttribute ("ProjectName");

    I get below error: -.

    Unexpected exception taken: org.codehaus.groovy.control.MultipleCompilationErrorsException, msg = startup failed:

    General error during the semantic analysis: Houston-25152: calling the constructor for the class oracle.jbo.Key is not allowed.

    oracle.jbo.ExprSecurityException: Houston-25152: calling the constructor for the class oracle.jbo.Key is not allowed.

    at oracle.jbo.script.InternalSecurityPolicyEnforcer.checkConstructor(InternalSecurityPolicyEnforcer.java:304)

    at oracle.jbo.script.ExprASTScanningVisitor.visitConstructorCallExpression(ExprASTScanningVisitor.java:127)

    at org.codehaus.groovy.ast.expr.ConstructorCallExpression.visit(ConstructorCallExpression.java:44)

    at org.codehaus.groovy.ast.CodeVisitorSupport.visitBinaryExpression(CodeVisitorSupport.java:144)

    at org.codehaus.groovy.ast.CodeVisitorSupport.visitDeclarationExpression(CodeVisitorSupport.java:245)

    at org.codehaus.groovy.ast.ClassCodeVisitorSupport.visitDeclarationExpression(ClassCodeVisitorSupport.java:107)

    at org.codehaus.groovy.ast.expr.DeclarationExpression.visit(DeclarationExpression.java:86)

    at org.codehaus.groovy.ast.CodeVisitorSupport.visitExpressionStatement(CodeVisitorSupport.java:69)

    at org.codehaus.groovy.ast.ClassCodeVisitorSupport.visitExpressionStatement(ClassCodeVisitorSupport.java:193)

    at org.codehaus.groovy.ast.stmt.ExpressionStatement.visit(ExpressionStatement.java:40)

    at org.codehaus.groovy.ast.CodeVisitorSupport.visitBlockStatement(CodeVisitorSupport.java:35)

    at org.codehaus.groovy.ast.ClassCodeVisitorSupport.visitBlockStatement(ClassCodeVisitorSupport.java:163)

    at org.codehaus.groovy.ast.stmt.BlockStatement.visit(BlockStatement.java:69)

    at oracle.jbo.script.ExprASTScan.visit(ExprASTScan.java:97)

    at sun.reflect.GeneratedMethodAccessor26.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    to org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$ PojoCachedMethodSite.invoke (PojoMetaMethodSite.java:189)

    at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)

    at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)

    at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)

    at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)

    at org.codehaus.groovy.control.customizers.ASTTransformationCustomizer.call(ASTTransformationCustomizer.groovy:232)

    at org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1036)

    at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:572)

    at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:550)

    at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:527)

    at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:279)

    at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:258)

    at groovy.lang.GroovyShell.parseClass(GroovyShell.java:613)

    at groovy.lang.GroovyShell.parse(GroovyShell.java:625)

    at groovy.lang.GroovyShell.parse(GroovyShell.java:652)

    at oracle.jbo.ExprEval.parseScript(ExprEval.java:1571)

    at oracle.jbo.ExprEval.findScript(ExprEval.java:1152)

    at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:1956)

    at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:1928)

    at oracle.jbo.ExprEval.evaluateForRow(ExprEval.java:1647)

    at oracle.jbo.server.AttributeDefImpl.evaluateTransientExpression(AttributeDefImpl.java:2486)

    at oracle.jbo.server.ViewRowStorage.getAttributeInternal(ViewRowStorage.java:1947)

    at oracle.jbo.server.ViewRowImpl.getAttributeValue(ViewRowImpl.java:2036)

    at oracle.jbo.server.ViewRowImpl.getAttributeInternal(ViewRowImpl.java:886)

    at cfa.fcr.uimodel.workqueue.adfbc.view.FcrDetailsVORowImpl.getProjectName(FcrDetailsVORowImpl.java:3177)

    to cfa.fcr.uimodel.workqueue.adfbc.view.FcrDetailsVORowImpl$ AttributesEnum$ 116.get(FcrDetailsVORowImpl.java:1186)

    at cfa.fcr.uimodel.workqueue.adfbc.view.FcrDetailsVORowImpl.getAttrInvokeAccessor(FcrDetailsVORowImpl.java:3219)

    at oracle.jbo.server.ViewRowImpl.getAttribute(ViewRowImpl.java:916)

    at oracle.jbo.uicli.binding.JUCtrlValueBinding.internalGetAttributeValueFromRow(JUCtrlValueBinding.java:1248)

    at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:798)

    at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:826)

    at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.updateValuesFromRow(JUCtrlAttrsBinding.java:145)

    at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.refreshControl(JUCtrlAttrsBinding.java:245)

    at oracle.jbo.uicli.jui.JULovButtonBinding.refreshControl(JULovButtonBinding.java:1228)

    at oracle.jbo.jbotester.binding.BindingAdapter.refresh(BindingAdapter.java:73)

    at oracle.jbo.jbotester.panel.CardPanel.refreshAll(CardPanel.java:138)

    at oracle.jbo.jbotester.panel.RowSetPanel.refreshAll(RowSetPanel.java:203)

    at oracle.jbo.jbotester.panel.RowSetPanel.navigated(RowSetPanel.java:155)

    at oracle.jbo.common.RowSetHelper.fireNavigationEvent(RowSetHelper.java:267)

    at oracle.jbo.server.ViewRowSetIteratorImpl.notifyNavigationToRow(ViewRowSetIteratorImpl.java:3732)

    at oracle.jbo.server.ViewRowSetIteratorImpl.notifyNavigation(ViewRowSetIteratorImpl.java:3703)

    at oracle.jbo.server.ViewRowSetIteratorImpl.internalSetCurrentRow(ViewRowSetIteratorImpl.java:3486)

    at oracle.jbo.server.ViewRowSetIteratorImpl.next(ViewRowSetIteratorImpl.java:1825)

    at oracle.jbo.server.ViewRowSetImpl.next(ViewRowSetImpl.java:3882)

    at oracle.jbo.server.ViewObjectImpl.next(ViewObjectImpl.java:11030)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1092)

    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2218)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:784)

    at oracle.jbo.uicli.jui.JUActionBinding.actionPerformed(JUActionBinding.java:193)

    at oracle.jbo.uicli.controls.JUNavigationBar.doAction(JUNavigationBar.java:412)

    at oracle.jbo.jbotester.app.NavigationBar.doAction(NavigationBar.java:140)

    to oracle.jbo.uicli.controls.JUNavigationBar$ NavButton.actionPerformed (JUNavigationBar.java:118)

    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)

    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2341)

    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)

    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)

    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)

    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)

    at java.awt.Component.processMouseEvent(Component.java:6505)

    at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)

    at java.awt.Component.processEvent(Component.java:6270)

    at java.awt.Container.processEvent(Container.java:2229)

    at java.awt.Component.dispatchEventImpl(Component.java:4861)

    at java.awt.Container.dispatchEventImpl(Container.java:2287)

    at java.awt.Component.dispatchEvent(Component.java:4687)

    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)

    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)

    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)

    at java.awt.Container.dispatchEventImpl(Container.java:2273)

    at java.awt.Window.dispatchEventImpl(Window.java:2719)

    at java.awt.Component.dispatchEvent(Component.java:4687)

    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)

    at $200 (EventQueue.java:103) java.awt.EventQueue.access

    in java.awt.EventQueue$ 3.run(EventQueue.java:694)

    in java.awt.EventQueue$ 3.run(EventQueue.java:692)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:87)

    in java.awt.EventQueue$ 4.run(EventQueue.java:708)

    in java.awt.EventQueue$ 4.run(EventQueue.java:706)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)

    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)

    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

    1 error

    : failed to start:

    General error during the semantic analysis: Houston-25152: calling the constructor for the class oracle.jbo.Key is not allowed.

    oracle.jbo.ExprSecurityException: Houston-25152: calling the constructor for the class oracle.jbo.Key is not allowed.

    at oracle.jbo.script.InternalSecurityPolicyEnforcer.checkConstructor(InternalSecurityPolicyEnforcer.java:304)

    at oracle.jbo.script.ExprASTScanningVisitor.visitConstructorCallExpression(ExprASTScanningVisitor.java:127)

    at org.codehaus.groovy.ast.expr.ConstructorCallExpression.visit(ConstructorCallExpression.java:44)

    at org.codehaus.groovy.ast.CodeVisitorSupport.visitBinaryExpression(CodeVisitorSupport.java:144)

    at org.codehaus.groovy.ast.CodeVisitorSupport.visitDeclarationExpression(CodeVisitorSupport.java:245)

    at org.codehaus.groovy.ast.ClassCodeVisitorSupport.visitDeclarationExpression(ClassCodeVisitorSupport.java:107)

    at org.codehaus.groovy.ast.expr.DeclarationExpression.visit(DeclarationExpression.java:86)

    at org.codehaus.groovy.ast.CodeVisitorSupport.visitExpressionStatement(CodeVisitorSupport.java:69)

    at org.codehaus.groovy.ast.ClassCodeVisitorSupport.visitExpressionStatement(ClassCodeVisitorSupport.java:193)

    at org.codehaus.groovy.ast.stmt.ExpressionStatement.visit(ExpressionStatement.java:40)

    at org.codehaus.groovy.ast.CodeVisitorSupport.visitBlockStatement(CodeVisitorSupport.java:35)

    at org.codehaus.groovy.ast.ClassCodeVisitorSupport.visitBlockStatement(ClassCodeVisitorSupport.java:163)

    at org.codehaus.groovy.ast.stmt.BlockStatement.visit(BlockStatement.java:69)

    at oracle.jbo.script.ExprASTScan.visit(ExprASTScan.java:97)

    at sun.reflect.GeneratedMethodAccessor26.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    to org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$ PojoCachedMethodSite.invoke (PojoMetaMethodSite.java:189)

    at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)

    at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)

    at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)

    at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)

    at org.codehaus.groovy.control.customizers.ASTTransformationCustomizer.call(ASTTransformationCustomizer.groovy:232)

    at org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1036)

    at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:572)

    at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:550)

    at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:527)

    at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:279)

    at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:258)

    at groovy.lang.GroovyShell.parseClass(GroovyShell.java:613)

    at groovy.lang.GroovyShell.parse(GroovyShell.java:625)

    at groovy.lang.GroovyShell.parse(GroovyShell.java:652)

    at oracle.jbo.ExprEval.parseScript(ExprEval.java:1571)

    at oracle.jbo.ExprEval.findScript(ExprEval.java:1152)

    at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:1956)

    at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:1928)

    at oracle.jbo.ExprEval.evaluateForRow(ExprEval.java:1647)

    at oracle.jbo.server.AttributeDefImpl.evaluateTransientExpression(AttributeDefImpl.java:2486)

    at oracle.jbo.server.ViewRowStorage.getAttributeInternal(ViewRowStorage.java:1947)

    at oracle.jbo.server.ViewRowImpl.getAttributeValue(ViewRowImpl.java:2036)

    at oracle.jbo.server.ViewRowImpl.getAttributeInternal(ViewRowImpl.java:886)

    at cfa.fcr.uimodel.workqueue.adfbc.view.FcrDetailsVORowImpl.getProjectName(FcrDetailsVORowImpl.java:3177)

    to cfa.fcr.uimodel.workqueue.adfbc.view.FcrDetailsVORowImpl$ AttributesEnum$ 116.get(FcrDetailsVORowImpl.java:1186)

    at cfa.fcr.uimodel.workqueue.adfbc.view.FcrDetailsVORowImpl.getAttrInvokeAccessor(FcrDetailsVORowImpl.java:3219)

    at oracle.jbo.server.ViewRowImpl.getAttribute(ViewRowImpl.java:916)

    at oracle.jbo.uicli.binding.JUCtrlValueBinding.internalGetAttributeValueFromRow(JUCtrlValueBinding.java:1248)

    at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:798)

    at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:826)

    at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.updateValuesFromRow(JUCtrlAttrsBinding.java:145)

    at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.refreshControl(JUCtrlAttrsBinding.java:245)

    at oracle.jbo.uicli.jui.JULovButtonBinding.refreshControl(JULovButtonBinding.java:1228)

    at oracle.jbo.jbotester.binding.BindingAdapter.refresh(BindingAdapter.java:73)

    at oracle.jbo.jbotester.panel.CardPanel.refreshAll(CardPanel.java:138)

    at oracle.jbo.jbotester.panel.RowSetPanel.refreshAll(RowSetPanel.java:203)

    at oracle.jbo.jbotester.panel.RowSetPanel.navigated(RowSetPanel.java:155)

    at oracle.jbo.common.RowSetHelper.fireNavigationEvent(RowSetHelper.java:267)

    at oracle.jbo.server.ViewRowSetIteratorImpl.notifyNavigationToRow(ViewRowSetIteratorImpl.java:3732)

    at oracle.jbo.server.ViewRowSetIteratorImpl.notifyNavigation(ViewRowSetIteratorImpl.java:3703)

    at oracle.jbo.server.ViewRowSetIteratorImpl.internalSetCurrentRow(ViewRowSetIteratorImpl.java:3486)

    at oracle.jbo.server.ViewRowSetIteratorImpl.next(ViewRowSetIteratorImpl.java:1825)

    at oracle.jbo.server.ViewRowSetImpl.next(ViewRowSetImpl.java:3882)

    at oracle.jbo.server.ViewObjectImpl.next(ViewObjectImpl.java:11030)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1092)

    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2218)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:784)

    at oracle.jbo.uicli.jui.JUActionBinding.actionPerformed(JUActionBinding.java:193)

    at oracle.jbo.uicli.controls.JUNavigationBar.doAction(JUNavigationBar.java:412)

    at oracle.jbo.jbotester.app.NavigationBar.doAction(NavigationBar.java:140)

    to oracle.jbo.uicli.controls.JUNavigationBar$ NavButton.actionPerformed (JUNavigationBar.java:118)

    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)

    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2341)

    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)

    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)

    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)

    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)

    at java.awt.Component.processMouseEvent(Component.java:6505)

    at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)

    at java.awt.Component.processEvent(Component.java:6270)

    at java.awt.Container.processEvent(Container.java:2229)

    at java.awt.Component.dispatchEventImpl(Component.java:4861)

    at java.awt.Container.dispatchEventImpl(Container.java:2287)

    at java.awt.Component.dispatchEvent(Component.java:4687)

    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)

    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)

    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)

    at java.awt.Container.dispatchEventImpl(Container.java:2273)

    at java.awt.Window.dispatchEventImpl(Window.java:2719)

    at java.awt.Component.dispatchEvent(Component.java:4687)

    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)

    at $200 (EventQueue.java:103) java.awt.EventQueue.access

    in java.awt.EventQueue$ 3.run(EventQueue.java:694)

    in java.awt.EventQueue$ 3.run(EventQueue.java:692)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:87)

    in java.awt.EventQueue$ 4.run(EventQueue.java:708)

    in java.awt.EventQueue$ 4.run(EventQueue.java:706)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)

    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)

    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

    1 error

    Thank you

    Roy

    Try this also on the actual page (to remove some bug in AM tester)

    About the Houston-25152 error: call the constructor for the class oracle.jbo.Key is not allowed.  See this thread: Jdev 12.1.3: Houston-25152: call the constructor of class oracle.jbo.server.SequenceImpl is not allowed (WITH HR TEST CASE!)

    Dario

Maybe you are looking for