How to Deploy 2 project together?

I have created a Web Application[Default] project and the wizard has generated 2 projects. How can I deploy them together to run in my aplication server?

I did it, but just one project (the one where I have created the .deploy) was deployed. Should I deploy a JAR to MODEL and a WAR to VIEW and then indicate in the VIEW deploy that it depends on the MODEL deploy? doing this it semans that both will be deployed. I tryed the way you told me but just one was deployed. Thanks!

Similar Messages

  • How to merge projects together in iMovie08

    Hello. I want to know how I can merge my completed projects together to create one movie in iMovie08.
    I tried creating a new project and then copying and pasting the different projects into that one, but it didn't work. I'm not sure what to do.
    I'm trying to make a birthday gift for a very good friend, so if anyone knows how to help, I would greatly appreciate it.
    I'm pretty new to mac, so please try to explain in lammens terms

    welcome ktp2040 to the  iMovie boards..
    'merging projects' is beyond concept of iM08 ..
    your options are..
    1) why not keeping the projects separate? an iDVD created videoDVD can contain up to 120min of video.. so, each project is a selectable 'item' in the DVDs menu.. I like that better than 'Ben Hur II' ..
    2) re-edit a master piece.. your clips and Events are still intact.. try to remember your projects as 'blueprint' and now use ALL material in ONE project.. (re-edit is never fun.. I know)
    2) 'Export with Quicktime...' each project and choose 'dv-stream' or, if harddrive is big enough, 'Apple Intermediate Codec' as Quicktime export option.. re-import the files (1 project = 1 file) and stick these few 'clips' together into one new 'director's cut' ...
    you'll probably notice a slight degradation of pic quality ..

  • How to deploy project through BPM Composer Deployment

    Hi,
    I'm quite a new about BPM 11g.
    I need to deploy my BPM project by BPM Composer
    i.e. http://....:8001/bpm/composer
    But I meet an exception as below:
    +http://xmlns.oracle.com/TestInitiator/TestInitiator/Humantask1 is already in use as a task namespace.
    Check if a template project with namespace http://xmlns.oracle.com/TestInitiator/TestInitiator/Humantask1 was deployed earlier. Please avoid deploying template projects. Please use a different namespace for the current task definition to fix the problem. The task flow associated with the template project will not work with this project anymore if the namespace is changed.
    : Error while deploying task metadata.
    The template namespace http://xmlns.oracle.com/TestInitiator/TestInitiator/Humantask1 is already in use as a task namespace.
    Check if a template project with namespace http://xmlns.oracle.com/TestInitiator/TestInitiator/Humantask1 was deployed earlier.+
    I could understand the exception. But I still feel that it was strange.
    I have deployed the project in my JDeveloper as version 1.0. And I use BPM composer to deploy this project as version 2.0.
    I think this exception should not be appeared.
    Did I miss some steps to deploy the project?
    Need your suggestion?
    Look forward to your reply.
    Thanks.
    Edited by: 850121 on 2012-4-16 下午11:03

    Hi ;
    You're right. It's a strange error. I saw that error. You must change Humantask1's target namespace. And publish it to MDS again. So, you can deploy to your process from BPM Composer. Please try this..

  • How to install FLEX in SAP WAS and How to deploy project into SAP EP ?

    Hi.
    I want to create SAP EP Contents using FLEX and I have serveral question about this.
    1. How to install Flex into SAP EP and What do I have to install ?
    2. When we developing SAP EP Contents using FLEX,
        Which Tool do I have to use ? (NWDS or Flex Builder)
    3. After we develop contents, How can I deploy into SAP EP and
       How to create iView for Flex Application ?
    Sorry for many question.
    Kindly explain this.
    Regads, Arnold.

    Hi Arnold,
    here my answers to your questions:
    1) You don't need to install flex under EP, you need only adobe flash player 9 on EP
    2) If you want to develop a SAP Ep cont using Flex, you need adobe flex builder 2 or 3 (ide based).
    3)You can store under any EP folder (es. KM) the .swf  object and html page of FLEX application, create an iView and call the url link
    or load the .swf as mime object in BSP on backend syst, include in a bsp page and create iView for bsp..
    Regards
    Raffaele

  • How to deploy project in UNIX server

    Dear Experts,
    I have developed a class in ECLIPSE to do parse a text file & load data into oracle server using sql loader. I have completed this job in my local windows pc. I created a class file in eclipse & now everything ok.
    My requirement is to run this class file in unix server. Please expalin me step by step todo list to deploy this class file in unix server. Please write elaborately since i am newbie in java.
    THANKS IN ADVANCE.

    871270 wrote:
    Hi masters.
    Small info. requried..I worked on oracle with windows env. But I don't know unix exp. My question is
    I want to connect to the sqlplus in unix server ? Please let me know...!!
    Thanks in adv.
    regards
    SAthe answers you've received so far are all over the board. That's a result of the fact that your question is pretty vague. Is your problem that you are unsure of how to get a unix command prompt and launch sqlplus? Or are you having a specific problem related to actually connecting to a database? What have you done so far? What error messages (if any) are you seeing?

  • How to deploy projects having dependancy on each other and other libraries

    I have two projects in my application i.e. model and viewController. Viewcontroller is dependant on model.
    I am using third party jar files in both of them. Now when i deploy the model it gets deployed but when i try to deploy viewcontroller. i get error..
    WARNING: DeployerRunnable.run NoClassDefFoundErrororacle.oc4j.admin.internal.DeployerException: NoClassDefFoundError
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:134)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.classloader.util.AnnotatedNoClassDefFoundError:
         Missing class: javax.faces.event.PhaseListener
         Dependent class: net.sf.jsfcomp.chartcreator.ChartListener
         Loader: s3view.root:0.0.0
         Code-Source: /F:/oracle/product/10.1.3/OracleAS_1/j2ee/home/applications/s3view/chartcreator-1.2.0-RC1.jar
         Configuration: manifest of /F:/oracle/product/10.1.3/OracleAS_1/j2ee/home/applications/s3view/s3model.jar
    The missing class is available from the following locations:
         1. Code-Source: /F:/oracle/product/10.1.3/OracleAS_1/j2ee/home/applications/s3view/s3view/WEB-INF/lib/jsf-api.jar (from WEB-INF/lib/ directory in F:\oracle\product\10.1.3\OracleAS_1\j2ee\home\applications\s3view\s3view\WEB-INF\lib)
         This code-source is available in loader s3view.web.s3view:0.0.0. This is a child of the dependent loader s3view.root:0.0.0.
         at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.java:2247)
         at oracle.classloader.PolicyClassLoader.findLocalClass(PolicyClassLoader.java:1457)
         .....

    dependancies are already set.. project runs fine with embeded oc4j.. Problem is with deployment to Oracle AS 10g.

  • How To Deploy Jsp project in Weblogic 8.1

    Plz help me
    How To Deploy Jsp project in Weblogic 8.1
    Give me steps.

    Plz help me
    How To Deploy Jsp project in Weblogic 8.1
    Give me steps.(1) Create a standard WAR file that contains your JSPs.
    (2) Deploy to WebLogic by any number of means (e.g., Ant tasks, putting WAR file in application directory for your WL domain, etc.)
    %

  • How to get the list of deployed projects in OSB through commond line

    How to get the list of deployed projects in OSB through commond line; as we are able to get in weblogic.

    You can go with standard JMX API using WLST
    http://www.oracle.com/technology/sample_code/products/osb/index.html
    http://download.oracle.com/docs/cd/E14571_01/apirefs.1111/e15033/index.html
    or you can try a little bit tricky way like
    ls $DOMAIN_HOME/osb/config/core/ | grep -v ^_:-)

  • How to deploy a BPM Project that has a taskflow project and a Model Project

    Hi All,
    I am going to deploy an Application developed using Jdev 11g (11.1.1.3) which has three projects
    1) A BPM Project which contains Business Processes
    2) An ADF View Controller which contains the task flows based on human tasks used by Project 1
    3) An ADF Model which contains ADF BC view objects which are used by Project 2
    Please elaborate how to deploy this application in Weblogic.
    I initially selected the BPM project (Project 1) and deployed it with reference of Taskflow Project (Project 2).
    But after this when I am clicking a task in the worklist application I am getting the following error:
    java.lang.NullPointerException
         at oracle.adf.model.binding.DCIteratorBinding.getSortCriteria(DCIteratorBinding.java:3715)
         at oracle.adf.model.binding.DCInvokeMethod.setAssociatedIteratorBinding(DCInvokeMethod.java:865)
         at oracle.adf.model.binding.DCIteratorBinding.cacheRefOnOperation(DCIteratorBinding.java:5132)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.getActionBinding(JUMethodIteratorDef.java:283)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.hasRefreshParametersChanged(JUMethodIteratorDef.java:527)
         at oracle.adf.model.binding.DCExecutableBindingDef.isRefreshable(DCExecutableBindingDef.java:379)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef.isRefreshable(JUMethodIteratorDef.java:55)
         at oracle.adf.model.binding.DCExecutableBindingDef.isRefreshable(DCExecutableBindingDef.java:274)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:2975)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2845)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3134)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2845)
         at oracle.adf.controller.internal.binding.TaskFlowRegionController.doRegionRefresh(TaskFlowRegionController.java:227)
         at oracle.adf.controller.internal.binding.TaskFlowRegionModel.processBeginRegion(TaskFlowRegionModel.java:117)
         at oracle.adf.view.rich.component.fragment.UIXRegion$RegionContextChange.doChangeImpl(UIXRegion.java:1182)
         at oracle.adf.view.rich.context.DoableContextChange.doChange(DoableContextChange.java:91)
         at oracle.adf.view.rich.component.fragment.UIXRegion._beginInterruptibleRegion(UIXRegion.java:682)
         at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:487)
         at oracle.adfinternal.view.faces.taglib.region.RegionTag.doStartTag(RegionTag.java:127)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag20(__view_jspx.java:986)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag18(__view_jspx.java:912)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag14(__view_jspx.java:722)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag4(__view_jspx.java:308)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag3(__view_jspx.java:242)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag2(__view_jspx.java:192)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag1(__view_jspx.java:141)
         at jsp_servlet._usermanagement._html.__view_jspx._jspService(__view_jspx.java:68)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:447)
         at oracle.portlet.server.adapter.web.ServletExternalContext.include(ServletExternalContext.java:182)
         at oracle.portlet.server.adapter.web.ServletExternalContext.includePath(ServletExternalContext.java:77)
         at oracle.portlet.server.containerimpl.ServerContext.includePath(ServerContext.java:79)
         at oracle.portlet.server.containerimpl.RequestDispatcherImpl.internalInclude(RequestDispatcherImpl.java:99)
         at oracle.portlet.server.containerimpl.RequestDispatcherImpl.include(RequestDispatcherImpl.java:81)
         at org.apache.myfaces.portlet.faces.context.PortletExternalContextImpl.dispatch(PortletExternalContextImpl.java:578)
         at oracle.portlet.bridge.adf.context.ADFPortletExternalContextImpl.dispatch(ADFPortletExternalContextImpl.java:656)
         at oracle.portlet.bridge.adf.context.ADFPortletExternalContextTimerImpl.dispatch(ADFPortletExternalContextTimerImpl.java:85)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
         at org.apache.myfaces.portlet.faces.application.PortletViewHandlerImpl.renderView(PortletViewHandlerImpl.java:198)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRender(BridgeImpl.java:693)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.redirectRender(BridgeImpl.java:956)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRender(BridgeImpl.java:697)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRequest(BridgeImpl.java:567)
         at javax.portlet.faces.GenericFacesPortlet.doBridgeDispatch(GenericFacesPortlet.java:498)
         at javax.portlet.faces.GenericFacesPortlet.doRenderDispatchInternal(GenericFacesPortlet.java:449)
         at javax.portlet.faces.GenericFacesPortlet.doView(GenericFacesPortlet.java:241)
         at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:243)
         at javax.portlet.faces.GenericFacesPortlet.doDispatch(GenericFacesPortlet.java:209)
         at javax.portlet.GenericPortlet.render(GenericPortlet.java:163)
         at oracle.portlet.bridge.adf.application.ADFBridgePortlet.render(ADFBridgePortlet.java:287)
         at be.syntigo.bc2.userManagementProv.userManagementPortlet.render(userManagementPortlet.java:61)
         at oracle.portlet.server.containerimpl.ServerImpl.doRuntimeCall(ServerImpl.java:1316)
         at oracle.portlet.server.containerimpl.ServerImpl.getMarkup(ServerImpl.java:143)
         at oracle.portlet.server.containerimpl.ServerPerfLogger.getMarkup(ServerPerfLogger.java:584)
         at oracle.portlet.wsrp.v2.WSRPv2VersionWrapperServer.getMarkup(WSRPv2VersionWrapperServer.java:545)
         at oracle.portlet.wsrp.v2.WSRPv2ToServer.getMarkup(WSRPv2ToServer.java:15127)
         at oracle.portlet.wsrp.v2.WSRP_v2_Markup_PortTypeSoapToJaxb.getMarkup(WSRP_v2_Markup_PortTypeSoapToJaxb.java:81)
         at oracle.portlet.wsrp.v2.WSRP_v2_Markup_PortTypeSoapPerfLogger.getMarkup(WSRP_v2_Markup_PortTypeSoapPerfLogger.java:58)
         at oasis.names.tc.wsrp.v2.bind.runtime.WSRP_v2_Markup_Binding_SOAP_Tie.invoke_getMarkup(WSRP_v2_Markup_Binding_SOAP_Tie.java:814)
         at oasis.names.tc.wsrp.v2.bind.runtime.WSRP_v2_Markup_Binding_SOAP_Tie.processingHook(WSRP_v2_Markup_Binding_SOAP_Tie.java:1457)
         at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:299)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:421)
         at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:996)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:312)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:222)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:166)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:430)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.server.service.ContextFilter.doFilter(ContextFilter.java:101)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Regards,
    Sam

    Dear Frank,
    I was deploying from Jdeveloper (as described in Hello World tutorial) where we need to specify an EAR file name and also include the taskflow (Also the view controller in this case) project.
    The model project is referenced from view controller as a project dependency.
    Thanks a lot for your reply.
    War regards,
    Sam

  • How to Deploying Application Which consists .jpr project file in JDeveloper

    Hi,
    I Successfully compiled my application in JDeveloper 11g, My Project consists of .jpr file which loads all the source files. I added this .jpr file to New Application by creating a .jws in JDeveloper.
    When I run my application, I am getting the Deployment Error, How to deploy a project which consists of .jpr as project file in JDeveloper 11g.
    The Same was running in Oracle JDeveloper 10.3.3 version perfectly there the Server was OC4J but Here the Server is WebLogic.
    can anyone help me out in solving this,
    Thanks
    Srinivas Reddy P.
    Edited by: user10952409 on Mar 31, 2009 7:17 AM

    If the exampleClass1 does have a public method which is called from the main method, when you run it from the command line
    should work like this
    // sample class
    public class ExampleClass1
        // C'tor
        public ExampleClass1 ()
        public void testmethodWith3Params(String aS1, String aS2, String aS3)
            // do the work here
        public static void main(String[] args)
            String p1;
            String p3;
            String p3;
            ExampleClass1 xyz = new ExampleClass1();
            // read the params into p1,p2 and p3
            // omited the code
           // call the worker method
           xyz.testmethodWith3Params(p1,p2,p3);
    // now instead to call the main method you call the workter methos from your web app like
    ExampleClass1 aaa = new ExampleClass1 ();
    aaa.testmethodWith3Params(param1, param2,param3);
    ...If you don't have a method (or don't know it) you can call it via the main method like
    String [] param= {p1,p2,p3};
    ExampleClass1.main(param);Timo

  • How to deploy osb projects into managed server in weblogic

    i am new to osb
    i have a doubt
    i created a managed server in weblogic admin console, it was running fine ,but i need to know how to deploy my osb projects in that new manged server.As of now it is deployed in http://localhost:7001/sbconsole

    I think you need to extend the domain instead of creating the managed instance manually through Admin console. By default when you create a domain using OSB domain template, it deploys all of the applications needed automatically to all the instances. If you are trying to do it manually, then you need to follow the documentation to see which applications need to be deployed to use OSB services.
    http://docs.oracle.com/cd/E23943_01/doc.1111/e15017/configure_osb.htm#BGBFGBFF
    To deploy a project, Login to SB console http://<admin>:<port>/sbconsole > System Administration > Export/Import Resources.

  • Can/ how do I link two or more "projects" - not events or clips - "projects" together in final cut pro 10?

    Can/ how do I link two or more "projects" - not events or clips - "projects" together in final cut pro 10?

    Thanks Tom -
    I created two "sequences". They are currently listed individually in the "project library". Now I want to take sequence "B" and attatch it in it's entirety to the end of sequence "A" - forming one long sequence.
    I have tried to drag sequence "B" and drop it into "A's" timeline. I have tried to creat a compound clip. I'm either missing something - or - you can create a compound "clip" or a compound "event" - but perhaps you cannot link to "projects" together.
    Does this help descibe my problem?
    Thanks again.

  • How to deploy only one project from WebCenterSpacesExtensions to WebCenter

    Hello,
    I've been provided a customized WebCenterSpacesExtensions application with 3 custom task flow projects in it.
    I am having trouble finding information on how to deploy only one project at a time. Can someone please tell me how to do this? Is it difficult?
    Thanks in advance.

    Take a look at chapter 53 in webcenter developer's guide which explains the same:
    http://docs.oracle.com/cd/E25054_01/webcenter.1111/e10148/jpsdg_wcsres.htm#BABDBECE
    Thanks,
    Navaneeth

  • How to deploy an ADF project to OSB

    I create an ADF project. But I do not know how to deploy it to OSB.
    How to do that?
    Sincerely

    YE,
    What does ADF have to do with a service bus? If you want to deploy an application you developed using ADF 11g (ADF Faces, ADF BC) - the only supported platform right now is WLS 10.3. If OSB can also run on WLS 10.3, then I guess you can put them both on the same WLS. You will need to configure the WLS domain with the ADF libraries - have a search of the forum, that topic has been discussed extensively in the last week or 2.
    John

  • How to deploy a project to EAR file

    Hi,
    I am a new bee to Jdeveloper. Could some body give me hints how to deploy my project to EAR file as I need to handover that EAR file to my admin to deploy it on the Application server.
    I am following these steps
    right clicked on the project >> click NEW >> Deployment profiles >> select EAR file from the right hand side and click OK >> given the deployment profile name as Jobmanage
    And selected the path as C:\Oracle_Jdeveloper\jdev\mywork\MANAGEJOB\Project and clicked OK >> and given the application name as Jobmanage and pressed OK>>
    In the Deploy folder of the project the EAR project is created but it is only 7 KB which is normally above 4 MB.
    And it automatically creatig a file underneath RESOURCES >> Jobmanage.Deploy
    Cheers,
    Krishna

    More specifically,
    - create a WAR deployment profile (New... -> General -> Deployment Profiles -> WAR File)
    - create an EAR deployment profile (New... -> General -> Deployment Profiles -> EAR File)
    - double-click on the EAR deployment profile and tick the check box for the WAR deployment profile.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • Shuffled podcasts played one at a time

    I created a smart playlist with Podcast equals true. When I play it in shuffle mode, it plays just one podcast at a time. It simply stops after each track. If I play the playlist without shuffle, it correctly goes from podcast to podcast. This is jus

  • [Solved] Hiding the file owned by 'X' and 'Y': '/path/to/file/' output

    Hello, After Pacman runs (after installing, upgrading, removing, etc), there is an annoying output that shows: ~ $ sudo pacman -S somepackage file owned by 'X' and 'Y': '/path/to/file' ~ $ I know that the output is (usually) caused by the --force opt

  • The phone key screen disappear

    Can someone help me with this issue?  all the sudden my phone screen disappear, i can receive the phone call, but can not make the call from my device.  Please help! Post relates to: Treo 755p (Sprint)

  • Problem Converting Canon CR2 Files to DNG

    I am currently on holiday, shooting photos with my Canon 70D in raw (CR2), and I have my Macbook Air with me, with Lightroom 5.4 installed on it.  After each day's shooting, I have been putting the flash card from the camera into the laptop, and down

  • Most Bizarre JTabbedPane behaviour. Help Required!!!

    Folks I am getting a Bizarre behaviour regarding JTabbedPane. Here it is: I am using the addTab() method in my Main class: tabbedPane.addTab("One", null, new SCSCF(), "Testing One"); Nothing is displayed on my Window!!!!! But when I say: tabbedPane.a