JSP for BC4J wizard not finding BC4J Views

I have generated a simple BC4J component against a table.
I am now trying to create JSPs for BC4J via the wizard, and when I am at the dialog that says 'Select data model definition' I select my BC4J component, but the view window is empty, I can't select a view.
There are views in my component, and the component tests ok with the test tool.
Any ideas where I am going wrong?
Thanks in advance,
Kevin Hooke

You need to edit your application module and add view usages to it. Using view objects is a two step process:
1. you need to first create your view objects
2. add references to your view objects to you application module.

Similar Messages

  • Master-detail jsp for bc4j using JBO tags

    I have created a master-detail jsp for bc4j using JBO tags. However, I can not get the correct result. There are some examples on OTN, but they are about jsp programs. How to define the relationship of the master view-object and the detail view-object?
    Thanks for your help.

    I know you're having a problem upgrading, but...
    Could you upgrade to 9.0.3 and tell us what problems you're encountering?
    Thanks.
    Sung

  • Can I still build JSP for BC4J in 10g

    Hi,
    I recently downloaded 10g preview version and I was trying to build the JSP pages for BC4J as I did in previous 9i versions. But 10g doesn't give me that option in the File - New - Web Tier menu. There is only 1 option for plain JSP available in the menu. Is this because of 10g preview version OR did I miss sth?
    Thanks a lot for any input on this topic!
    Ling

    Yes you can build JSPs for BC4J backend in JDeveloper 10g.
    Check out the tutorials page (linked from the JDeveloper main page http://otn.oracle.com/products/jdev ) to see how it is done (a little different than the 9i way).

  • SAP DBTech JDBC: [259] (at 26): invalid table name:  Could not find table/view RS_POOL_CLUSTER_TABLES in schema SYSTEM: line 1 col 27 (at pos 26)

    Hi Gurus,
    I am trying to load a HANA column table using the import function and get the following error even though the mappings from the file to the table are 1:1.
    I get the following errors:
    Error 1: SAP DBTech JDBC: Result set is positioned before first row.
    Error 2: SAP DBTech JDBC: [259] (at 26): invalid table name:  Could not find table/view RS_POOL_CLUSTER_TABLES in schema SYSTEM: line 1 col 27 (at pos 26)
    With the following stack trace:
    com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [259] (at 26): invalid table name:  Could not find table/view RS_POOL_CLUSTER_TABLES in schema SYSTEM: line 1 col 27 (at pos 26)
      at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:334)
      at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:165)
      at com.sap.db.jdbc.packet.ReplyPacket.buildExceptionChain(ReplyPacket.java:100)
      at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:1141)
      at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:888)
      at com.sap.db.jdbc.StatementSapDB.sendCommand(StatementSapDB.java:929)
      at com.sap.db.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:978)
      at com.sap.db.jdbc.StatementSapDB.execute(StatementSapDB.java:256)
      at com.sap.db.jdbc.StatementSapDB.executeQuery(StatementSapDB.java:401)
      at com.sap.db.jdbc.trace.Statement.executeQuery(Statement.java:131)
      at com.sap.ndb.studio.bi.dataprovisioning.util.DBUtil.getPoolTables(DBUtil.java:200)
      at com.sap.ndb.studio.bi.dataprovisioning.util.DBUtil.getTablesToHide(DBUtil.java:188)
      at com.sap.ndb.studio.bi.filedataupload.ui.wizards.pages.SelectTableDialog.createDialogArea(SelectTableDialog.java:108)
      at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:775)
      at org.eclipse.jface.window.Window.create(Window.java:432)
      at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1104)
      at com.sap.ndb.studio.bi.filedataupload.ui.wizards.pages.SelectTableDialog.create(SelectTableDialog.java:186)
      at com.sap.ndb.studio.bi.filedataupload.ui.wizards.pages.ImportFileSelectionWizardPage$14.widgetSelected(ImportFileSelectionWizardPage.java:779)
      at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
      at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
      at org.eclipse.jface.window.Window.open(Window.java:802)
      at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:152)
      at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:279)
      at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
      at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
      at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
      at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
      at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
      at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
      at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
      at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
      at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
      at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
      at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:420)
      at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
      at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
      at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
      at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
      at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
      at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
      at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
      at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
      at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
    I'm sure many of you have come across this before. Any help will be much appreciated.
    Thanks in advance

    Hello Akhtar,
    Have you tryed to delete the heador row from your file?
    I received the same error when loading a csv file, but when I delete the heador row it worked.
    Best Regards,
    Juliana Genova

  • C309a printer not conecting wirelessly- printer's wireless wizard not finding router- rebecca

    new comp.  running windows 7.  i've downloaded driver updates,  cd for printer... HP diagnostic tool etc.  turned every device off including router, modem, and rebooted.  reset router to defaults.  now for some reason printer not finding wireless router in NEW network name wheni  run wireless wizard from printer.  says no link on printer.  on new comp says printer disconnected.  diagnostic tool says incompatible with windows 7. have downloaded updates from HP as of december.  wireless network test says fail under wireless working.  all other comps in house can get on wireless internet. attempted to manually type in routers info... ip address etc... still says no link on printer.  did the routerlogin.com for my netgear router thats 3 years old....for ip's etc...
    i need to get the printer to find the wireless router!!!!!!

    First, let's make sure the printer is OK.  From the front of the printer: Setup > Network > Wireless Network Test.  Does it pass all its tests?
    Next, in the same Network menu, Reset Network Defaults.
    Now, if all that goes well, from the same Network menu run Wireless Setup WIzard.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Usage Based Optimization Wizard not finding Queries for Selected Measure Group (2008)

    I have configured my analysis services server to capture queries in an OLAP Query Log table. The connection string points to a table on a SQL Server relational database.  I have verified that the dbo.OlapQueryLog table was created. I have set it to
    capture every 5th query.  The table has been collecting query statistics for several hours. I opened my model in BIDS, clicked on the cube and opened the Aggregations tab.  I click on the measure group partition and select the Usage Based Optimization
    button. The wizard opens up and I click next.  In the "Specify Query Criteria" dialog, there is a warning that there "are no queries in the log for the selected measure group".  The problem is that there are queries but the UBO
    Wizard doesn't seem to be finding them.  Do I need to set a property in the BIDS to point to the location of the query log file in the relational database?
    davidg12

    Hi David,
    Is your SSAS database name and ID are same? We came across same kind of issue while ago. We initially created our database with one name and later renamed the database.
    The database name and ID should be same in order to perform Usage Based Optimization.
    To do so,
    On the solution explorer the top node is the database.
    Right click on that node and click edit database. In the property windown you should be able to see ID. The ID and the name of the database should be the same. 
    If both are not same, Change the database name to match ID.
    Please mark as Answer if this helps!
    Rajasekhar.

  • Iphone 4s scanning for wifi but not finding

    I have iphone 4s
    My phone is not scanning for wifi
    its turn on but finding nothing, some time find my home network and after some time disappear again

    Settings > General > Reset > Reset Network Settings.
    Power cycle the router.
    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • Driver for Samsung ML-6060 for OSX : can not find one...Help? please?

    I have spent numerous hours trying to connect my Samsung ML-6060 to my iMac, running OSX, the driver disk I have are only for for OS classic, nowhere can I find it.
    I tried the patching with Linux etc...
    anyone can help
    Samsung support is worthless...

    Matt,
    thank you for the info.
    I did find a generic PCL laser printer driver in the installed driver it worked: Thanks again.
    btw: not all of us are knowledgeable enough to know that a samsung ml-6060 is a PCL6 that uses a Gutenprint generic PCL Laser printer, 1.3...
    I did try 5 or 6 of "generic drivers" already installed, in vain, then after being told twice by the manufacturer that they do not have a driver & "I don't know of any other driver available": one, like myself, basic common user might think what I thought, not all of us know all that you know!
    thank you again, that saved made day.

  • ITunes store for Mac does not find albums, iTunes store for iPhone is OK

    When looking for an artist on iTunes store for Mac, the search returns no result.
    When looking for the same artist (Paddy Milner in the Music store), I can find this artist in iTunes store for iPhone.
    I tried another artist (Alice Russell), same thing.
    Is there something happening with iTunes store for Mac?

    After upgrading to iTunes 12 on WinXP it did not connect to Gracenote.
    I found this solution.
    Solution:
    Exit iTunes
    Press the WinLogoKey+R
    Type in %appdata% and press return
    Double click on Apple Computer
    Double click on iTunes
    Take a back up of the file iTunesPrefs.xml as a precaution (copy to some safe area)
    Delete the file iTunesPrefs.xml
    Start iTunes again 
    Good Luck!
    Music Lover 1954

  • Time Machine looking for backup disk/not finding

    Time Machine backed up the HD on my 2009 20" iMac up till Feb. 4 when I downloaded Since then there have been no new backups of my HD and there have been problems wihen I have Time Machine "on" with other applications (TextEdit, Pages, Adobe Bridge CS4) opening or not responding after being open and with Finder not responding. I have also had grey screen freezes multiple times so that I have to use the power button to shut the computer down. When I take TM off of the Automatic backups, most of the problems with applications quitting and the grey screen freezes stop happening. (Although I believe I've had at least one or two grey screen freezes even then.)
    Today I've run Verify Time Machine Backups. It completed that. Then I turned on Automatic Backups again. But then it showed "Looking for Backup Disk". So I selected the Backup Disk. Then I checked back in a while and it still showed Looking for Backup Disk. I removed the selected backup disk, shut down and rebooted, and reselected the backup disk. It is still showing Looking for Backup Disk.
    The Time Machine is a 1 Terabyte size. My iMac is using 203.6 Gigabytes of its 319.21 G space.
    In looking at what my Finder is showing as the name of my Backup Disk, I see that it is showing my Backup Disk as Virginia's Computer (3). It should be showing my Backup Disk as Virginia's Computer. If this is the source of the problem, how do I get my Backup Disk named back to Virginia's Computer? Is it possible to get it changed back?
    My TM is used as a router for two iMacs and up through Feb. 4 I was sharing files between both computers. When the problems started, I turned off File Sharing in the other computer (Jim's iMac). I had noticed that frequently my computer's name as shown on the other computer would be changed to Virginia's Computer (2) or Virginia's Computer (3) and I would change it back when I noticed. Perhaps this is how the problem started.

    I finally contacted Apple Support. Three support people and seven and a half hours later Time Machine began working correctly. Multiple things were tried. The Time Capsule ended up getting erased. Many files and folders were deleted from several places on my hard drive. It seemed that the final ones that made a difference after the Time Capsule was erased were files that were in my Keychain.
    I have to thank Apple's Support people for persistence, especially Jim who is the one who got things back to normal as far as the Time Capsule & Time Machine goes. I have to keep watch to see if anything acts up now on my hard drive and then the solution will go further. But the issue with the Time Capsule and Time Machine appears to be resolved!
    Thank you, Apple Support!!!

  • Created new page, upon opening for second time, not finding css or doc

    I created a brand new page. I created CSS styles. I made the CSS an external style sheet. I worked on the document for a couple of hours, then closed and quit DW CS4. Finally got back to working on it today. When I open the document and make a change to one of the previously created CSS rules, I get an error that says "an unexpected error occurred while trying to read style-sheet information." I hit ok.
    When I click on the name of the css external style sheet, pennyhill.css that shows at the top left of my index.html page, it says pennyhill.css cannot be found. if the file exists on the server, use the files panel to get the file from the server. If I click back on the source code to the left of the css fle name, it tells me the index.html file cannot be found.
    I searched this forum and tried a couple of things that were suggested to others having similar problems. I have links relative to document clicked in the manage sites area and in preferences>preview in browser I have preview using temp file checked. I think I have a path problem but for the life of me I just don't know how to fix this.
    Here is a url to the page:
    http://www.pennyhillfurnishings.com
    Can anyone help? Thanks.

    I am just trying to be thorough. You are asking the questions, and I am answering not just for you but for others who may happen upon your question and want to know a little more.
    Regarding buggy-ness: It's all personal opinion, after all. I have not had any buggy experiences with DW. Your friend has, and that's her experience, which is valuable. Personal stories both. If you have buggy experiences with DW, then you will also think it buggy. A lot depends on the rest of your computer system, what operating system you are using, etc. etc. But I still do not believe that it is, across the board, buggy.
    What do you think the difference between Save and Save All is? You have actually figured it out, even if you have not articulated it. Save saves the file that you are working on. Period. It does not save the auxiliary files at the same time. Save All saves all files that are open in DW at the time.
    I am not Adobe. I have no idea why they chose to make both a Save and a Save All. But I use both of them daily.
    Dreamweaver gives you many choices in terms of your personal use of the program. What it does not do is duplicate the functioning of another program...like GoLive...completely. It is Dreamweaver, it is not GoLive. Things you like there may not appear here, etc.
    I apologize for making you feel that I am being condescending, and ignorant is a term I would NEVER use. But the fact remains that as we learn (and yes, we are all still learning), we develop our intuitions for a program. I learn something new every day, and I've been at it a while.
    My question for you is, what possible difference does it make to you that there are both a Save and a Save All? It is not common, in my experience, for features to become fewer as a software product progresses through time. I'm unaware of any noticeable savings (in any dimension) to limiting the functions to simply a Save All.
    In fact, I frequently have open files in one website and files from another defined website that I am using for reference. I do not always want those reference pages to be saved when working in the first site. I realize they will always be saved in the correct place, but if I am altering them on the fly to see if something will work, I do not always want to save my experimentation.
    So I guess that's the long-form answer to your, "You uppity woman, you," but that's how it is.
    I wish you only the best,
    Beth

  • "Check for Update" does NOT find 3.6.9

    I am running Firefox 3.6.8 at home on two computers (Win7 Home Premium) 64-bit on one, WinXP Home on the other).
    When I run a manual "check for update" on each computer,
    they both say that no updates are available.
    The time (GMT) is September 11, 3:00 am

    Nothing happens with your personal data that is stored in a separate location.
    See http://kb.mozillazine.org/Profile_folder_-_Firefox
    You should however always have a backup of your personal data.
    See http://kb.mozillazine.org/Profile_backup and [[Backing up your information]]

  • Print checks for Vendor - - could not find the A/P invoice posted

    Hi, experts,
    Generally we print CAD$ checks trought Payment Wizard, everything is fine. But this vendor is paid by US$ account. 
    We set default bank account, defaulty payment method as US$ account & US$ cheque.
    Then we go to Payment Wizard -> select Outgoing Payment, Checks -> select posting date, due date -> select the Vendor (we could see the vendor has a negative balance) -> select the US$ bank account -> but nothing show up, even no error message
    The post date of the vendor's invoice is Oct 29, 2008. Due date is Nov 28, 2008. Today is Nov 07, 2008. Thanks!
    Lorrie

    Please review your payment methods, your issue may be found there.

  • I am having too many crashes, here are the crash reports you asked for. i could not find my prev. question

    bp-5f8e58cf-fcb4-4f11-8f2c-cf56a21408168/16/1410:30 AM
    bp-f7b9efc5-7d98-4248-a2a4-83a6421408138/13/143:05 PM
    bp-cbc9ed1d-71e9-4f19-bc80-2e2bf21408138/13/143:01 PM
    bp-2a407f83-939e-4f2e-bdc5-5afc421408068/6/141:48 PM
    bp-13db4505-382b-4f07-824f-0abb621408068/6/141:45 PM
    bp-8bd610d4-ab38-4e33-9b0e-72a1121408068/6/141:42 PM
    bp-03d17481-3bc3-409f-a3b6-d1eb721408068/6/141:30 PM
    bp-1a7282f2-140e-436a-b3d0-1d47421408068/6/141:26 PM
    i have had a total of 21 crashes since the beginning of june....
    please resolve this problem. my business depends on it.

    Your original thread is here : https://support.mozilla.org/en-US/questions/1015800?esab=a&s=&r=1&as=s

  • HT4783 My mac bro open Airdrop but not find any devices nearby !!

    When open AirDrop tp share some files still scan for devices but not find them !!

    What devices are you expecting it to find?

Maybe you are looking for

  • Creation of reports from Grid control 12c

    Hi All, I wish to create some reports from Grid Control and push to mail especially looking for Daily Health Check report like Tablespace,Locks,Alertlog file errors,File systems,Archivelog files sync information in to one report. Thanks in advance.

  • I can't export my movie

    Whenever I try to export my video it will open the export screen and let you choose export to what and no matter which one i choose, ipod, quicktime, email, It just closes down Imovie after I click ok and says the application iMovie HD quit unexpecte

  • Acrobat X SDK - Plug-in for Batch processing - Convert to PDF/A-1b

    I've been working on it, researching for a few days and I cannot find a piece of sample code to save a PDDoc object as PDF/A-1b. I've found solutions (code snipets) to convert Tiff files to PDF, and to create the OCR needed on the PDF's. But I have o

  • I am unable to import songs from itunes to my phone

    when i connect my phone tolaptop its not sync to itunes

  • Can´t turn off my iphone4

    error updating ios to iphone4 error appears on itunes unknown error (0xE8000065) I updated Itunes to new version 10,2,2 and the phone screen is frozen & shows the aplle in the screen and the circle loading, but I can´t turn it off. Someone knows what