How can Imported Package of components to be fully editable??

hi people,
with JDeveloper TP3
How To Import a Package of components that are editable and display in the
Application Navigator
Fusion Developer’s Guide for Oracle Application Development 11g
Chapter 35.7 Working with Libraries of Reusable Business Components
Says:
Tip: If you require components that are editable and display in the
Application Navigator. Add additional business components from a
directory that is not currently part of your project's source path, then
open the Project Content page of the Project Properties dialog and
add the parent directory for these other components as one of the
directories in the Java Content list. In contrast to imported packages
of components, additional components added to your project's source
path will be fully editable and will appear in the Application
Navigator.
but i can't even change Control hints.
with JDeveloper TP3
How To Import a Package of components that are editable and display in the
Application Navigator
Fusion Developer’s Guide for Oracle Application Development 11g
Chapter 35.7 Working with Libraries of Reusable Business Components
say:
To create the JAR files, in the Application Navigator right-click the Business
Components project folder and choose Deploy and the ReusableComponents
profile. A Deployment tab appears in the JDeveloper Log window that should display
feedback like:
---- Deployment started. ---- Apr 28, 2007 7:04:02 PM
Running dependency analysis...
Wrote JAR file to ...\ReuseableComponents\deploy\ReuseableComponentsCSMT.jar
Running dependency analysis...
Wrote JAR file to ...\ReuseableComponents\deploy\ReuseableComponentsCSCommon.jar
Elapsed time for deployment: less than one second
---- Deployment finished. ---- Apr 28, 2007 7:04:02 PM
then If you require components that are editable and display in the
Application Navigator Add additional business components from a
directory that is not currently part of your project's source path, then
open the Project Content page of the Project Properties dialog and
add the parent directory for these other components as one of the
directories in the Java Content list
where i didn't find Project Content page of the Project Properties
but i got
Compiling...
Context: selection=rootBusiness.jpr project=rootBusiness.jpr node=rootBusiness.jpr
Validating Business Component: rootbusiness.rootBusiness
copying rootbusiness/rootBusiness.jpx to output directory
Validating Business Component: rootbusiness.entity.Dept
copying rootbusiness/entity/Dept.xml to output directory
Validating Business Component: rootbusiness.entity.Emp
copying rootbusiness/entity/Emp.xml to output directory
Validating Business Component: rootbusiness.entity.FkDeptnoAssoc
copying rootbusiness/entity/FkDeptnoAssoc.xml to output directory
Validating Business Component: rootbusiness.Service.rootAppModule
copying rootbusiness/Service/rootAppModule.xml to output directory
Validating Business Component: rootbusiness.view.DeptView
copying rootbusiness/view/DeptView.xml to output directory
Validating Business Component: rootbusiness.view.EmpView
copying rootbusiness/view/EmpView.xml to output directory
Validating Business Component: rootbusiness.view.FkDeptnoLink
copying rootbusiness/view/FkDeptnoLink.xml to output directory
copying rootbusiness/Service/common/bc4j.xcfg to output directory
Updated file:/C:/JDeveloper/mywork/Root/rootBusiness/classes/META-INF/adfm.xml
[10:16:25 ص] Successful compilation: 0 errors, 0 warnings
and didn't find ReuseableComponentsCSMT.jar or ReuseableComponentsCSCommon.jar
thanks
Message was edited by:
greenApple

with JDeveloper TP3
How To Import a Package of components that are editable and display in the
Application Navigator
Fusion Developer’s Guide for Oracle Application Development 11g
Chapter 35.7 Working with Libraries of Reusable Business Components
Says:
Tip: If you require components that are editable and display in the
Application Navigator. Add additional business components from a
directory that is not currently part of your project's source path, then
open the Project Content page of the Project Properties dialog and
add the parent directory for these other components as one of the
directories in the Java Content list. In contrast to imported packages
of components, additional components added to your project's source
path will be fully editable and will appear in the Application
Navigator.
but i can't even change Control hints.

Similar Messages

  • How can I package my apps

    Hello
              I have "n" applications that uses common classes.
              For example :
              Application 1
              servlet 1
              jsp page 1
              jsp page 2
              bean 1 <----- its common
              bean 2
              ejb 1
              Application 2
              servlet 2
              jsp page 3
              bean 1 <----- its common
              ejb 2
              How can I package this application.
              When I put "bean 1" in each war application, the ClassCastException appears.
              Thanks in advance
              

    java.lang.ClassLoader is the abstract base class.
              WebLogic docs mention ClassLoader issues in several places; I would suggest
              searching on "ClassLoader".
              Cameron Purdy
              [email protected]
              http://www.tangosol.com
              WebLogic Consulting Available
              "Jin Group" <[email protected]> wrote in message
              news:[email protected]...
              > Hi
              > When I said "common definition class" it means that both application
              import
              > the same class for private use.
              > But, these applications don't have relation.
              >
              > Do you know where ca I find more information about loaders ?
              >
              > Thanks
              >
              > Cameron Purdy <[email protected]> escribió en el mensaje de noticias
              > [email protected]...
              > > Your answer did not provide the information I needed to help ;-)
              > >
              > > You need to determine whether the problem is the presence of the class
              due
              > > to its being exported by the EJB class loader. Try running just App 1
              > > (delete App 2 from the WL). Then with just App 2 (delete App 1 from the
              > > WL). Does that work?
              > >
              > > Do any of your EJB home and remote interfaces take or return that class
              > type
              > > as a parameter/return value?
              > >
              > > --
              > >
              > > Cameron Purdy
              > > [email protected]
              > > http://www.tangosol.com
              > > WebLogic Consulting Available
              > >
              > >
              > > "Jin Group" <[email protected]> wrote in message
              > > news:[email protected]...
              > > > Hi
              > > > In my example , "Bean 1" is a common class at definition level.
              > > > There is no relation between applications.
              > > >
              > > >
              > > > Cameron Purdy <[email protected]> escribió en el mensaje de noticias
              > > > [email protected]...
              > > > > Do you pass objects between applications? Are the applications at
              all
              > > > > related? Do your ejbs take as parameters or return objects of that
              > > type?
              > > > > I'm just trying to figure out how the class got "exported".
              > > > >
              > > > > --
              > > > >
              > > > > Cameron Purdy
              > > > > [email protected]
              > > > > http://www.tangosol.com
              > > > > WebLogic Consulting Available
              > > > >
              > > > >
              > > > > "Jin Group" <[email protected]> wrote in message
              > > > > news:[email protected]...
              > > > > > Hello
              > > > > > I have "n" applications that uses common classes.
              > > > > > For example :
              > > > > >
              > > > > > Application 1
              > > > > >
              > > > > > servlet 1
              > > > > > jsp page 1
              > > > > > jsp page 2
              > > > > > bean 1 <----- its common
              > > > > > bean 2
              > > > > > ejb 1
              > > > > >
              > > > > > Application 2
              > > > > > servlet 2
              > > > > > jsp page 3
              > > > > > bean 1 <----- its common
              > > > > > ejb 2
              > > > > >
              > > > > > How can I package this application.
              > > > > > When I put "bean 1" in each war application, the
              ClassCastException
              > > > > appears.
              > > > > >
              > > > > > Thanks in advance
              > > > > >
              > > > > >
              > > > >
              > > > >
              > > >
              > > >
              > >
              > >
              >
              >
              

  • How can import  nokia n97 contacts in iPhone 4

    How can import  nokia n97 contacts in iPhone 4  which is stored in window vista

    depend on how it's stored
    when you connect your iphone to your computer and open your itunes on the computer
    and click on the iphone under devices and get the iphone content menu you can
    click on the info tab on the content menu
    there you can choose how you will be syncronizing contacts to your iphone
    if what you mean by "is stored in windows vista" is avaible in the dropdownbox then choose
    that otherwise you need to export the contacts from the "stored by windows vista" to an options
    present in the dropdownbox
    the most easy thing would be using an export to pst and import from pst in microsoft outlook as it is pretty compabile with many things

  • How can I get "library components" for Encore? download from Adobe site is corrupted/missing files

    How can I get "library components" for Encore? download from Adobe site is corrupted/missing files.  I have tried 3 times to d/l and each time problems.  HELP please!
    I just want the DVD templates and buttons that would come with actual purchase of Encore.  Having creative cloud subscription should not limit this for me, right?
    BTW I have CC subscription, Windows 7,

    Thanks very much I have contacted them via this. Just hope they respond quickly- rather annoing! Greatly appreciated though

  • How can i add my components into dcomcnfg.exe?

    I have created a component a  out-process Server and  registered but I can't find it in
    dcomcnfg.exe.
    how can i add my components into dcomcnfg.exe?

    chenkuan,
    Sorry but you have posted to a forum that deals exclusively with questions/issues about customizing and programming Microsoft Project, a planning and scheduling application. I suggest you delete this post and find a forum appropriate for your issue.
    John

  • I imported a 17' MiniDV piece into iMovie and it's lost synch. How can that be? I have done no editing, I just want to make it into a DVD.

    imported a 17' MiniDV piece into iMovie and it's lost synch. How can that be? I have done no editing, I just want to make it into a DVD.

    Hi
    Do You mean miniDV tape (interlaced video PAL or NTSC) ?
    If so - iMovie'08 or 09 or 11 - are not tools of Choise if You want a DVD as result - They all discards every second line resulting in less quality.
    Sync. Problem - If miniDV tape - How was it recorded -
    Audio mode - Is Camera set to record in 12-bit 32kHz - Should be 16-bit 48kHz
    Recording mode - SP (60 min on a 60 min tape) or LP (90 min on 60 min tape)
    If LP-mode - Then You need - Same Camera as recorded - tolerances is to small even for a Camera of same brand and type to play-back.
    I would use FinalCut Express and a setting of PAL/N TSC and 32kHz audio if Camera is set to record in 12-bit
    If LP-mode - iMovie HD6 is more tolerant in Captuing than FinalCut and Imediatly after Import/Capture - Extract Audio
    And set iM HD6 to NOT IMPORT AS INDIVIDUAL Clips - to many drop outs to work.
    Yours Wildly Guessing Bengt W

  • How can Import Mysql my database and Table into website -

    Hi,
    friend i am using CS3 ,i made all need tables in database ,I need  to know
    how can import that database /table into website.
    I know  in domin there is admin Mysql inside i have found impotr/export/ but
    when  I click import i do not know where my database/table been save to  import it

    If all you are trying to do is change an existing tablepace from a single datafile to multiple datafiles, then a simple import will work fine. Just create the tablespace in the new database with multiple files, then do the import normally.
    If you want to move segments into different tablespaces, or change the names of the tablespaces, then you will need to precreate the tables before importing. Then, do the export with indexes=N and constraints=N. Run import with the resulting file, then re-create the constraints and indexes in the new tablespaces.
    TTFN
    John

  • How can I package the map utility for the cannon 6d for someone to view?

    How can I package the "map utility" program from the canon 6D for someone to view the shot locations and shots?

    I may understand your point wrong but if you turn on GPS on the 6D, your client can view your photo location easily. Site like Flickr supports GPS (if you don't remove it) or software like Picasa, Geotag, Geosetter, Lightroom, etc.
    Weekend Travelers Blog | Eastern Sierra Fall Color Guide

  • How can I open two screens of Adobe digital editions at the same time?

    How can I open two screens of Adobe digital editions at the same time?

    I doubt that you can. Doesn't the Sound prefpane require you to select just one output device?

  • How can i highlight text in the Adobe Difital Editions?

    How can i highlight text in the Adobe Difital Editions?

    You have to remember that Digital Editions was never designed to have 'text
    editor' capabilities.  BTW: Bluefire and Overdrive also have such
    limitations.  Put in another frame of reference, DE presents you with the
    ebook, as you would be presented with a physical printed book.
    ==============

  • I am using a 5s under IOS 7.1.1. How can I change the year field directly when editing an existing calendar entry?

    I am using a 5s under IOS 7.1.1. How can I change the year field directly when editing an existing calendar entry?

    Glad that helped.
    Enjoy your iPhone!

  • How can I take photos with my iPhone and edit them on my iPad?

    how can I take photos with my iPhone and edit them on my iPad?

    Copy Photos Between iOS Devices
    http://tinyurl.com/cnz95bc
     Cheers, Tom

  • How can I create UI components dynamically based on the result of WebService/HttpService call?

    I would like to create child components of the component
    based on a XML which is retrieved by WebService/HttpService call.
    createChildren() is the one to be used to create components
    dynamically. But if I use createChildren() and call a
    WS/HttpService request in createChildren method, I can not get the
    result of WS/HttpService request in createChildren().
    It seems that the result event is processed later after
    createChildren() is completed.
    How can I implement my requirement?
    I would appreciate any pointer or suggestion.
    Best regards
    Masa

    1) Use a List, with a custom itemRenderer
    2) Use a Repeater (Probably easiest)
    3) use Actionscript to addChild() components.
    Tracy

  • How can import XML, keeping "untagged" TABs?

    At a number of places at this forum I find this or similar comments / recommendations:
    "my advice would be to avoid formatting text by doing anything  to the XML file. InDesign is made for formatting text, so it can do it  better. I recommend you take a close look at how the tags and paragraph  returns are arranged in the (pre-import) InDesign document rather than  the XML file."
    I try to do follow this advise, by putting TABs in the "template". See image below, showing tagged placeholder text:
    As you can see, there are TABs between the tags in the template. When importing a matching `XML file, these TABs disappear, and the text looks like this:
    I have tried a lot of combinations of import settings, but none of them seems to result in keeping the tabs.
    This import setting:
    results in a fairly good looking import, but the tabs are gone...
    Others have put the tabs and white space data inside the XML, but every time they say that, there is a comment like the one referred to at the top of this post.
    But then, how CAN tabs in the template be kept when importing XML? Please explain.
    (Edit: The TABs are of cource tagged in one meaning, being inside the surrounding PRD elements in my example)
    Best regards,
    Andreas

    I might be talking to myself here. Anyway:
    Chosing to ignore white space when importing...
    means that the import is leaving the TABs intact, but that somehow also means that Carriage Returns and/or Line Feeds are not repeated as it was properly before:
    So if tabs are kept this way, then how should I manage new lines?

  • Newbie- How to import package, procedures, etc?

    I used the "Database export", from Developer computer, to expoty tables,export Procedures,export Packages,etc to a file
    from SQl Developer.
    In Sql Developer, How do I import those tables, import procedures, import packages to my "LIVE REAL " computer?
    I want to copy Package, copy procedure, etc from "Developer computer" to "LIVE REAL DATA" computer?
    TIA
    Steve42

    If you have access to the 2 databases from your sqldev client (and thus have connections set up to both of them), just run the obtained export file from the dev DB as script (F5), using the connection to the production DB (drop-down in the upper right corner).
    Have fun,
    K.

Maybe you are looking for