Edition B2B Message of EJB deployed in App Server for B2B IP_OUT_QUEUE

I tried to publish a text containing xml B2B IP_MSG to B2B IP_OUT_QUEUE of an EJB. I used the JMS API. I sent an AQResource adapter that has a pointed to the B2B database data source in the application server.

I had a mistake in the app server log indicating that the text is not supported. One type of payload B2B. IP_MESSAGE_TYPE is supported.

Do we need to use QA related API's to create and publish this type of message an EJB deployed on the application server?

It's a different approach to create and publish the IP_MESSAGE_TYPE of EJB B2B of IP_OUT_QUEUE load?

The AQ queues are accessible via the JMS API only when its underlying message type is defined as compatible type JMS. In the default queue of B2B, the message type is IP_MESSAGE_TYPE, this is a custom type named as a load of ADT and not available as a standard JMS.

You may need to press utility AQ or adapter JCA AQ to post messages in the queue.

Thank you
Sinkar

Tags: Fusion Middleware

Similar Questions

  • I'm unable to send emails.  I get a scrolling message telling me "cannot use the server for help. Mac account (iCloud). "" Select another server to mail out in the list below.  Does not work!

    How to restore my ability to send emails?

    This means that something is wrong with setting outgoing (SMTP) for this account.

    What's the connection doctor? Mail > Windows > connection doctor

  • Edit a message

    Is there a moderator that can modify the message for me?  I tried to edit the message, but I received an error message indicating that I have to have disconnected, even if I close the session.

    You have 15 minutes to edit a message. After 15 minutes you can no longer change it.

  • Unable to deploy adf 12 c app server glassfish 3.1.2

    Hi all

    I'm trying to deploy adf apps (.ear) application developed on 12 c in Server glassfish 3.1.2

    Here is the error that I got when I deployed.

    [#|2015-07-01T20:02:49.422+0800|SEVERE|glassfish3.1.2|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=86;_ThreadName=Thread-2;|Critical error during deployment: 
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! org.jboss.weld.jsf.WeldPhaseListener cannot be cast to javax.faces.event.PhaseListener
      at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:375)
      at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:225)
      at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:4750)
      at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:550)
      at org.apache.catalina.core.StandardContext.start(StandardContext.java:5366)
      at com.sun.enterprise.web.WebModule.start(WebModule.java:498)
      at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:917)
      at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:901)
      at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:733)
      at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2019)
      at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1669)
      at com.sun.enterprise.web.WebApplication.start(WebApplication.java:109)
      at org.glassfish.internal.data.EngineRef.start(EngineRef.java:130)
      at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:269)
      at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:301)
      at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:461)
      at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
      at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:389)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:348)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:363)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1085)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:95)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1291)
      at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1259)
      at org.glassfish.admin.rest.ResourceUtil.runCommand(ResourceUtil.java:214)
      at org.glassfish.admin.rest.ResourceUtil.runCommand(ResourceUtil.java:207)
      at org.glassfish.admin.rest.resources.TemplateListOfResource.createResource(TemplateListOfResource.java:148)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
      at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)
      at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
      at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)
      at com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:134)
      at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
      at com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:134)
      at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
      at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
      at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
      at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
      at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
      at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
      at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
      at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
      at com.sun.jersey.server.impl.container.grizzly.GrizzlyContainer._service(GrizzlyContainer.java:182)
      at com.sun.jersey.server.impl.container.grizzly.GrizzlyContainer.service(GrizzlyContainer.java:147)
      at org.glassfish.admin.rest.adapter.RestAdapter.service(RestAdapter.java:148)
      at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
      at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
      at com.sun.enterprise.v3.services.impl.ContainerMapper$Hk2DispatcherCallable.call(ContainerMapper.java:354)
      at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)
      at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860)
      at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)
      at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)
      at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229)
      at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
      at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
      at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
      at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
      at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
      at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
      at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
      at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
      at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
      at java.lang.Thread.run(Thread.java:745)
    Caused by: java.lang.ClassCastException: org.jboss.weld.jsf.WeldPhaseListener cannot be cast to javax.faces.event.PhaseListener
      at com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:148)
      at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:111)
      at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:114)
      at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:222)
      at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:360)
      ... 66 more
    |#]
    

    I have found the WeldPhaseListener class in the weblogic.server.merged.jar class but this pot is not in my ear which I am deploying. Even I did grep for this class in the ear, and nothing is found.


    Can someone tell me what could be the reasons for this error and also guide me on how to fix this error, while deploying?


    Thank you

    Naveen dauby

    Shay,

    I couldn't find any reference to this class in all the projects that we have.

    Finally with small trial and error approach, I could find the file asking the questions.

    One of our projects is the file with the following content beans.xml.

    
    
    

    As you said, this file is not used by the adf and it became strong at the point of stem.

    The beans.xml is not longer used in our project and remove this file / filtering this file in the deployment of war profile helped me fix this problem.

    Thanks a lot for your help.

    Kind regards

    Naveen Dauby.

  • I'm currently developing apps on my creative cloud. My account has two subscriptions and I am trying to use one of them, but after that download the message of "no subscription found" apps will appear when you try to license. How can I access the apps? I

    I'm currently developing apps on my creative cloud. My account has two subscriptions and I am trying to use one of them, but after that download the message of "no subscription found" apps will appear when you try to license. How can I access the apps? I use a Mac

    Hello

    Please see connect and disconnect activate Cloud Creative applications

    Advanced solutions for connection with Adobe Creative Cloud and Creative Suite applications errors

    Concerning

  • I bought last night the license creative cloud for students, but it's still not available for download. I can just download the demo version of each application and then once they are installed, a message appears and says buy app! What is the problem? Als

    I bought last night the license creative cloud for students, but it's still not available for download. I can just download the demo version of each application and then once they are installed, a message appears and says buy app! What is the problem? Also, if I try to reboot the adobe id site said that I bought the creative cloud but I have no registered product, no serial number and help it is totally non-existent.

    Please visit: https://helpx.adobe.com/manage-account-membership/cc-reverts-to-trial.html

    I hope this helps.

    Concerning

    Megha Rawat

  • I bought a book of game Google and downloaded the CMHA on my desk. When I try and open it with my Adobe Digital Edition, I get the error message "license make mistake. "License server communication problem: E_Stream_Error.

    I bought a book of game Google and downloaded the CMHA on my desk. When I try and open it with my Adobe Digital Edition, I get the error message "license make mistake. "License server communication problem: E_Stream_Error.

    Response to SMcLeod8:

    Hello, I managed to solve my problem of E_STREAM_ERROR regarding the Google Play ebook. The short answer is to use ADE 4.0.3.

    When I met the problem of the E_STREAM_ERROR, it is with ADE 2.0.67532 on Windows 7 (and this had no problem handling the Kobo CMHA, OverDrive files, open a library and a sample epub BCAM from Adobe itself). This is why I would not upgrade my 2.0.67532 to the last 4.0.3. Instead, I used another Windows 7 PC and installed ADE 4.0.3. On my first try, I allowed the 4.0.3 without ID, and there was an error E-GOOGLE_DEVICE_LIMIT_REACHED. I then allowed with the Adobe-same ID * as my 2.0.67532 PC. It worked as I could get my epub from Google.

    As I don't expect a response from Adobe technical support, I guess that now Google license servers do not work with Adobe 2.0.3. I hope this will help you solve your problem - at least to get your ebook in ADE first.

    However, I would be careful replacing 4.0.3 of my 2.0.67532 I wouldn't be surprised if the latest version will not work with other suppliers of epub for social mobilization. For me the upgrade to the latest version of the software is never the best solution - it could solve a problem, but creates another.

    Note: * I understand that you can authorize up to a total of six computers with the same Adobe ID. Not sure that this policy is still standing.

  • When using adjustment layers, I get the message "adobe could not rasterize because pixels for this layer data are not directly editable" what's the problem?

    When using adjustment layers, I get the message "adobe could not rasterize because pixels for this layer data are not directly editable" what's the problem?

    This happens because there is no mask on adjustment and you have selected the Brush tool. You cannot paint on an adjustment. If the masks are not be created by default when you create the adjustment and you want that they be created, select mask add default option in the context menu of adjustments of the

  • I have a problem during the installation of Oracle Database 11 g Release 2 (11.2.0.1.0) on my 32-bit windows, I get this message: file not found C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em.ear

    I have a problem during the installation of Oracle Database 11 g Release 2 (11.2.0.1.0) on my 32-bit windows, I get this message: file not found C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em.ear. It is one of many files that I should I cancel or continue? I pressed on continue in the past and I could not open properly Oracle. Sql Please HELP!

    63f5a1a9-ECA2-4300-B10f-22cd940a8726 wrote:

    I have a problem during the installation of Oracle Database 11 g Release 2 (11.2.0.1.0) on my 32-bit windows, I get this message: file not found C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em.ear. It is one of many files that I should I cancel or continue? I pressed on continue in the past and I could not open properly Oracle. Sql Please HELP!

    It is a symptom of textbooks classic does not have read and followed the original instructions to prepare the downloaded files.  You should have two files zip files.  They both must be decompressed in the same directory.  If you unzip using Windows graphic interface - in right click on the name of the file and selecting "extract all...". "the default behavior will be to create a directory, the same name as the zip file and extract in it.  Thus, file_1_of_2 pulls in directory_1_of_2 and file_2_of_2 extracted in directory_2_of_2.  You must override this stupid behavior by default and specify the directory yourself.  And specify the SAME directory for both files.

    Or just go to a command prompt, change directories to the directory where the two zip files are located and deliver "unzip " and "unzip ", and they will both be properly unpack to a directory named "database".

  • not able to deploy ADF app in weblogic

    Hi all

    I use 11.1.1.5. When I'm deploying adf app, I get this error.

    An error occurred during activation of the changes, please see the log for more details. [J2EE:160149] Error processing library reference.

    References application library, defined in weblogic pending - application.xml: [Extension name: adf.oracle.domain, exact match: fake... etc.]

    I don't know what went wrong. can anyone suggest

    did the same thing in library so the more...

    -jstl (1.2,1.2.0.1)
    -jsf (1.2,1.2.9.0)

  • Folio Edition several problems (it is the DPS App Builder error for Bob B.)

    Please Bob - see the end of http://forums.Adobe.com/message/4717324#4717324

    The problem is to build a multi-question Viewer with itunes at retail subscription/in-app purchase with kiosk.

    Issue 1/2/3/4: Okay - I think...

    Problem 5: Build a multi-probleme with itunes detail Viewer subscription/in-app purchase with kiosk - what I send to Apple for approval? Only a multi-probleme Viewer (in other words, the library) - no other - is this correct?

    Only when several Viewer questions will be approved I will be able to publish the first folio (the first will be free).

    Problem 6: reverse domain name: com.publisher.publication.issuename

    If the Internet domain for the Publisher is publisher.fr the best is to use fr.publisher.publication.issuename? Yes, I understand that any text string might be ok - but I want to understand your idea

    Bob, thank you so much for your support!

    f

    You can publish the first folio when you want to. It will not appear until your application is approved.

    When you create a multi-folio application, the application itself is just a container. It does not include the folios. Instead, the library looks at the level of the Adobe server for leaflets published by using the ID of title specified in the Viewer. For a subscription application, you need to create in-app purchases for each sheet of the retail and in-app purchase product ID for each subscription period. You offer in-app purchases to Apple. The publication of companion guide.

    Have you tried to use DPS App Builder to create an application? Have you used Apple's developer site?

  • Unique Edition of DPS - make sure only 1 app forever or every month?

    Hi, I watched the Adobe Webinar on simple edition DPS yesterday.

    My question is, if you subscribe to creative cloud and use simple editing DPS, you can only do 1 app and that's always where you can make 1 app each month?

    I work for a charity that publish and we look at the budgets for next year. I do not mean that we need to go and buy the Pro DPS if we make 1 app each month by subcribing Creative cloud instead.

    cannot see the answer on site anywhere and ust telephoned Adobe who knew not [!]

    Thank you

    If you have the creative cloud, you can make as many applications as you want. You can create single-folio for iPad apps. With CC, you can create multi-folio applications that have a library and you can't create apps for the iPhone or Android devices - you need a Pro license or company to do so.

  • DEPLOY THE APP WAR

    Hi people, I know that this must be the n + 1 times this issue is posted here, I have read all the post before and follow their instructions to have a Tomcat 6, working with a very simple adf components. the error I get is that Tomcat cannot deploy this App, that it is the tomcat configuration:

    inside the lib dir:
    1116 adf-controller - api .jar
    ADF - controller.jar 132
    500 adf-controller-rt-.jar
    4 adf-controller - security.jar
    ADF-faces-databinding - rt.jar 668
    32 adflibfilter.jar
    8 adflogginghandler.jar
    7576 adfm.jar
    44 adfmweb.jar
    16 adf-pageflow - dtrt.jar
    adf 216-pageflow - fwk.jar
    340 adf-pageflow - impl.jar
    ADF-pageflow - rc.jar 44
    1568 adf-richclient-api - 11.jar
    7320 adf-richclient-impl - 11.jar
    316 adf-share - base.jar
    648 adf-share - ca.jar
    3004-adfsharembean.jar
    16 adf-part - security.jar
    268 adf-share - support.jar
    16 annotations - api .jar
    1944 cache.jar
    Catalina - ant.jar 56
    Catalina - ha.jar 128
    1160 catalina.jar
    232 catalina - tribes.jar
    112 Commons - el.jar
    56 db - ca.jar
    1544 dms.jar
    492 dvt - databindings.jar
    DVT - facesbindings.jar 128
    3420 dvt - faces.jar
    6368 dvt - jclient.jar
    1244 dvt - trinidad.jar
    1268 dvt - utils.jar
    32 el - api .jar
    fmw_audit.jar 608
    808 glassfish.jsf_1.2.9.0.jar
    368 glassfish.jstl_1.2.0.1.jar
    344 identitystore.jar
    368 inspect4.jar
    Jasper - el.jar 108
    Jasper.jar 516
    1376 jasper - jdt.jar
    2512 javatools - nodeps.jar
    64 javax.activation_1.1.0.0_1 - 1.jar
    352 javax.jsf_1.2.0.1.jar
    16 javax.management.j2ee_1.0.jar
    12 javax.transaction_1.0.0.0_1 - 1.jar
    3004-jewt4.jar
    364 jmxframework.jar
    jmxspi.jar 612
    JPs - api .jar 444
    JPs-.jar 648
    JPs - ee.jar 24
    1644 jps - internal .jar
    112 jps - not supported - api .jar
    JRF 72 - api .jar
    332 jsf - api .jar
    776 jsf - ri .jar
    JSP - api .jar 76
    24 jstl.jar
    5488 mdsrt.jar
    2476 ojdbc6dms.jar
    1948 ojdbc6.jar
    Oracle - el.jar 4
    216 oraclepki.jar
    org.Apache.Commons.beanutils_1.6.jar 168
    144 org.apache.commons.digester_1.8.jar
    org.Apache.Commons.logging_1.0.4.jar 40
    osdt_cert.jar 168
    256 osdt_core.jar
    servlet - api .jar 88
    56 share.jar
    388 standard.jar
    744 tomcat - coyote.jar
    228 tomcat - dbcp.jar
    Tomcat i18n - are .jar 72
    52 tomcat-i18n-fr
    Tomcat i18n - ja.jar 56
    0 tree.txt
    1224 Trinity - api .jar
    4220 Trinity - impl.jar
    1244 wls - api .jar
    4 wls.jsf.di.jar
    1196 xercesImpl.jar
    752 xmlef.jar
    1412 xmlparserv2.jar

    I deploy the application directly from jDeveloper the same way shay did in a video tutorial I found. Looks like everything is going very well:
    [14: 47:09]-deployment began. ----
    [14: 47:09] the target platform's (Tomcat 6.x).
    [14: 47:09] analysis of the dependence running...
    [14: 47:09] building...
    [14: 47:16] deployment of profile...
    [14: 47:17] wrote the Web application Module for /home/isanchez/jdeveloper/MyGecu/View/deploy/GeCUweb.war
    [14:47:18] wrote the Module Enterprise Application to /home/isanchez/jdeveloper/MyGecu/View/deploy/GeCUweb.ear
    [14:47:18] copied from /home/isanchez/jdeveloper/MyGecu/View/deploy/GeCUweb.war to/usr/share/Tomcat6a/webapps
    [14:47:18] time to deployment: 9 seconds
    [14:47:18]-deployment is complete. ----

    the application is very simple. It shows only a page login.jsp with components of the adf, and it would be really nice that this application should work like that. I finished a detailed using ADF with jDeveloper application, and I only need this last step.

    This is how the application is configured by the developer:

    WEB - INF / web.xml:
    <? XML version = "1.0" encoding = "UTF - 8"? >
    < web - app xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance".
    xsi: schemaLocation = "http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd".
    version = "2.5" xmlns = "http://java.sun.com/xml/ns/javaee" >
    < context-param >
    javax.faces.STATE_SAVING_METHOD < param-name > < / param-name >
    customer of < param-value > < / param-value >
    < / context-param >
    < context-param >
    < description > if this parameter is set to true, there will be an automatic check of the date of the change of your JSP pages and saved state will be scrapped when JSP change. It will also automatically check if your css skinning files have changed without requiring you to restart the server. This facilitates the development, but adds above. For this reason, this parameter must be set to false when your application is deployed. < / description >
    org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION < param-name > < / param-name >
    < param-value > false < / param-value >
    < / context-param >
    < context-param >
    < description > if the comment "generated by...» "down in pages ADF Faces HTML should contain version number information. < / description >
    oracle.adf.view.rich.versionString.HIDDEN < param-name > < / param-name >
    < param-value > false < / param-value >
    < / context-param >
    < filter >
    < filter-name > JpsFilter < / filter-name >
    > class filter < oracle.security.jps.ee.http.JpsFilter < / class filter >
    < init-param >
    enable.anonymous < param-name > < / param-name >
    < param-value > true < / param-value >
    < / init-param >
    < / filter >
    < filter >
    < name of filter > Trinidad < / filter-name >
    > class filter < org.apache.myfaces.trinidad.webapp.TrinidadFilter < / class filter >
    < / filter >
    < filter mapping >
    < filter-name > JpsFilter < / filter-name >
    < name servlet - > Faces Servlet < / servlet-name >
    < distributor > BEFORE < / dispatcher >
    < distributor > APPLICATION < / dispatcher >
    < distributor > INCLUDE < / dispatcher >
    < / filter-mapping >
    < filter mapping >
    < name of filter > Trinidad < / filter-name >
    < name servlet - > Faces Servlet < / servlet-name >
    < distributor > BEFORE < / dispatcher >
    < distributor > APPLICATION < / dispatcher >
    < / filter-mapping >
    < servlet >
    < name servlet - > Faces Servlet < / servlet-name >
    > the servlet class < javax.faces.webapp.FacesServlet < / servlet-class >
    < load-on-startup > 1 < / load-on-startup >
    < / servlet >
    < servlet >
    resources < name of the servlet > - < / servlet-name >
    > the servlet class < org.apache.myfaces.trinidad.webapp.ResourceServlet < / servlet-class >
    < / servlet >
    < servlet >
    < name servlet - > BIGRAPHSERVLET < / servlet-name >
    > the servlet class < oracle.adfinternal.view.faces.bi.renderkit.graph.GraphServlet < / servlet-class >
    < / servlet >
    < servlet >
    < name servlet - > BIGAUGESERVLET < / servlet-name >
    > the servlet class < oracle.adfinternal.view.faces.bi.renderkit.gauge.GaugeServlet < / servlet-class >
    < / servlet >
    < servlet >
    < name servlet - > MapProxyServlet < / servlet-name >
    > the servlet class < oracle.adfinternal.view.faces.bi.renderkit.geoMap.servlet.MapProxyServlet < / servlet-class >
    < / servlet >
    < servlet >
    < name servlet - > GatewayServlet < / servlet-name >
    > the servlet class < oracle.adfinternal.view.faces.bi.renderkit.graph.FlashBridgeServlet < / servlet-class >
    < / servlet >
    < servlet-mapping >
    < name servlet - > Faces Servlet < / servlet-name >
    < url-pattern > /visages / * < / url-pattern >
    < / servlet-mapping >
    < servlet-mapping >
    resources < name of the servlet > - < / servlet-name >
    < url-pattern > /adf / * < / url-pattern >
    < / servlet-mapping >
    < servlet-mapping >
    resources < name of the servlet > - < / servlet-name >
    < url-pattern > /afr / * < / url-pattern >
    < / servlet-mapping >
    < servlet-mapping >
    < name servlet - > BIGRAPHSERVLET < / servlet-name >
    < url-pattern >/servlet/GraphServlet / * < / url-pattern >
    < / servlet-mapping >
    < servlet-mapping >
    < name servlet - > BIGAUGESERVLET < / servlet-name >
    < url-pattern >/servlet/GaugeServlet / * < / url-pattern >
    < / servlet-mapping >
    < servlet-mapping >
    < name servlet - > MapProxyServlet < / servlet-name >
    < url-pattern > /mapproxy / * < / url-pattern >
    < / servlet-mapping >
    < servlet-mapping >
    resources < name of the servlet > - < / servlet-name >
    < url-pattern > /bi / * < / url-pattern >
    < / servlet-mapping >
    < servlet-mapping >
    < name servlet - > GatewayServlet < / servlet-name >
    < url-pattern > /flashbridge / * < / url-pattern >
    < / servlet-mapping >
    < / web - app >

    WEB-INF/trinidad - config.xml:
    <? XML version = "1.0" encoding = "UTF-8"? >
    < trinidad-config xmlns = "http://myfaces.apache.org/trinidad/config" >

    < skin-family > fusion < / skin-family >

    < / Trinity-config >

    and WEB-INF/faces - config.xml:
    <? XML version = "1.0" encoding = "UTF-8"? >
    < faces-config version = "1.2" xmlns = "http://java.sun.com/xml/ns/javaee" >
    < application >
    Oracle.ADF.rich < default rendering-kit-id > < / default rendering-kit-id >
    <>regional-config settings
    are < locale by default - > < / default locale >
    <>- local ownership are < / supported regional settings >
    < / regional-config settings >
    < / application >

    < managed-bean >
    SelectedApp < managed-bean-name > < / managed-bean-name >
    gecu.view.SelectedApp < managed-bean-class > < / managed-bean-class >
    session of < managed-bean-scope > < / managed-bean-scope >
    < / managed-bean >
    < managed-bean >
    DatabaseQueryBean < managed-bean-name > < / managed-bean-name >
    gecu.view.DatabaseQueryBean < managed-bean-class > < / managed-bean-class >
    application of < managed-bean-scope > < / managed-bean-scope >
    < / managed-bean >
    < managed-bean >
    ClavesQueryBean < managed-bean-name > < / managed-bean-name >
    gecu.view.ClavesQueryBean < managed-bean-class > < / managed-bean-class >
    application of < managed-bean-scope > < / managed-bean-scope >
    < / managed-bean >
    < managed-bean >
    LoginBean < managed-bean-name > < / managed-bean-name >
    gecu.view.LoginBean < managed-bean-class > < / managed-bean-class >
    session of < managed-bean-scope > < / managed-bean-scope >
    < managed property >
    user < property-name > < / property-name >
    java.lang.String < class property > < / class property >
    < value > < / value >
    < / the managed property >
    < managed property >
    password property-< name > < / property-name >
    java.lang.String < class property > < / class property >
    < value > < / value >
    < / the managed property >
    < / managed-bean >
    < navigation-rule >
    login.jsp < of view - id > < /-view-id >
    <>navigation-case
    failure of < from outcome > < / de-results >
    login.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    <>navigation-case
    success of < from outcome > < / de-results >
    /core/select.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    <>navigation-case
    Logout < from outcome > < / de-results >
    logout.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    < / navigation-rule >
    < navigation-rule >
    /core/main.jsp < of view - id > < /-view-id >
    <>navigation-case
    < from outcome > fact < / de-results >
    /core/main.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    <>navigation-case
    Logout < from outcome > < / de-results >
    logout.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    <>navigation-case
    < from outcome > select < / de-results >
    /core/select.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    <>navigation-case
    filter with < from outcome > < / de-results >
    /util/filters.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    <>navigation-case
    export of < from outcome > < / de-results >
    /util/exports.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    <>navigation-case
    Calc < from outcome > < / de-results >
    /util/calcs.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    < / navigation-rule >
    < navigation-rule >
    /core/select.jsp < of view - id > < /-view-id >
    <>navigation-case
    success of < from outcome > < / de-results >
    /core/main.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    < / navigation-rule >
    < navigation-rule >
    /util/filters.jsp < of view - id > < /-view-id >
    <>navigation-case
    success of < from outcome > < / de-results >
    /core/main.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    < / navigation-rule >
    < navigation-rule >
    /util/exports.jsp < of view - id > < /-view-id >
    <>navigation-case
    success of < from outcome > < / de-results >
    /core/main.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    < / navigation-rule >
    < navigation-rule >
    /util/calcs.jsp < of view - id > < /-view-id >
    <>navigation-case
    success of < from outcome > < / de-results >
    /core/main.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    < / navigation-rule >
    < navigation-rule >
    index.jsp < of view - id > < /-view-id >
    <>navigation-case
    success of < from outcome > < / de-results >
    login.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    < / navigation-rule >
    < managed-bean >
    ControlSession < managed-bean-name > < / managed-bean-name >
    gecu.model.ControlSession < managed-bean-class > < / managed-bean-class >
    session of < managed-bean-scope > < / managed-bean-scope >
    < / managed-bean >
    < managed-bean >
    backing_util_calcs < managed-bean-name > < / managed-bean-name >
    gecu.view.Calcs < managed-bean-class > < / managed-bean-class >
    application of < managed-bean-scope > < / managed-bean-scope >
    <!--oracle-jdev-comment:managed-bean-jsp-link:1util/calcs.jsp-->
    < / managed-bean >
    < managed-bean >
    backing_util_exports < managed-bean-name > < / managed-bean-name >
    gecu.view.Exports < managed-bean-class > < / managed-bean-class >
    application of < managed-bean-scope > < / managed-bean-scope >
    <!--oracle-jdev-comment:managed-bean-jsp-link:1util/exports.jsp-->
    < / managed-bean >
    < managed-bean >
    backing_util_filters < managed-bean-name > < / managed-bean-name >
    gecu.view.Filters < managed-bean-class > < / managed-bean-class >
    application of < managed-bean-scope > < / managed-bean-scope >
    <!--oracle-jdev-comment:managed-bean-jsp-link:1util/filters.jsp-->
    < / managed-bean >
    < / faces-config >

    If someone really well set up the tomcat 6 ADF running components without error, it would be nice if you can share it with us, I've exhausted ideas and still have no answers.

    Really grateful for any help received.

    ISY

    sanchezis,

    A few notes:

    (1) I'm sure that you have already read the certification and found that ADF is approved on WebLogic Server for the moment. Anyone who has managed to get it runs on Tomcat - well - but it is not supported.

    (2) someone spend like a lightning bolt to the top of their installation of Tomcat with all libraries in the ADF in it would very definitely in violation of license Oracle ADF - you can not redistribute their components without permission ;)

    (3) also, I'm sure you're aware that the ADF is not free - looking for a run-time license (which is included with WebLogic Server).

    John

  • Deployment consistency: App vs Web!

    Hey guys,.

    I just need to know what is the best way to use the consistency? If he used app server-side? or the web server layer? I need to know how the performance would be better?

    Thanks in advance
    Yogendra

    Hi Yogendra

    Consistency can have uses in the web layer so the layer app server. It depends entirely on what you want to cache. For example, the consistency has good integration with various web servers to cache session state but you can use it to cache all types of data at the web application level. Consistency is also used in the layer of application server for caching application data - as your domain classes that you would normally get from a database.

    As I say, it is entirely in charge of the case and what you think you want to use the cache and for you to use in your application.

    JK

  • update my .ipa in DPS App Builder for the test does not work

    Hello

    I create my .ipa file in DPS App Builder for the test on my iPad, before I have to publish on the app store. No problem. I have tested and seen a few changes to make. I made the changes on my folio, updated in the generator of folio of indesign (in the cloud). Then I go back to DPS App Builder and rebuild a file .ipa from 'Manage' and 'Edit', download and test my certifates, windows seems to work ok. Then I created the new .ipa file (after deletion of the one on my desktop and iTunes) but when I sync it back on my iPad is not up-to-date. It is always the first version of my folio without changes.

    I tried to create a new application from the beginning, but the serial number unique edition no longer works. So my only solution is to update my folio, right? But what is the right way to do it? Am I missing something? I found no answer in the guide step by step on this issue.

    Or is it possible to completely delete the first version in DPS App Builder to recreate it without losing my serial number unique edition I have has not itself present Apple yet?

    I have something to do in the Folio Producer?

    Thanks for your help.

    Julien.

    Single edition series is a use of time, so change is not possible your end directly in case you want to use the same serial number. In this case, you must contact the technical support of DPS, who can get an approval on a serial number reset after reviewing the need.

    In this case, I'll take this offline with you regarding the forum post # http://forums.adobe.com/message/5597607.

Maybe you are looking for