Doest OC4J support JAAS ?

Hi everyone,
does OC4J support JAAS ? If so, how can I implement it ?
Thanks
null

<BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Andy ():
There is no official roll-out date yet. But by the end of the year is a good estimate.<HR></BLOCKQUOTE>
Thanks a lot Andy, and sorry for bothering again, but are there online resources about the next version ? I've only found a white paper (http://technet.oracle.com/tech/java/oc4j/pdf/OC4J_TWP.pdf) which describes what is possible as of now (JTA, JMS, JNDI etc.), but nothing about JAAS.
Best Regards
null

Similar Messages

  • Does OC4J support RMI/IIOP connections ?

    Hi,
    I have only one question :
    Does OC4J support IIOP connections ?
    I'd like to connect as EJB client to OLAPService on Oracle9i server (CORBA object), but I can't.
    Thanks in advance

    Thanks for your timely post Debu.
    I would like to state that I read and followed the guides (same files as those ponted by the links you just provided) and tried this:
    1. Sample J2EE Application using ORMI in OC4J Standalone (this works ok)
    2. Same but now using ORMIS (this also works fine)
    3. Tried same J2EE App using IIOP; took these steps:
    3.1 commented out the rmi.xml security lines,
    3.2 enabled ports in internal-settings.xml,
    3.3 changed the jndi.properties - now using corbaname URL,
    3.4 enabled the IIOP stub generation in the JVM settings at oc4j startup, and finally
    3.5 deployed the EAR using the generateIIOP flag.
    The result: the exception I posted above
    4. Tried with IIOP/SSL, did these steps:
    4.1 configured the keystore settings in both internal-settings.xml and ejb_sec.properties
    4.2 and added <ior-security-config> config elements to orion-ejb-jar.xml.
    The exception here is a little bit different:
    client started...
    In IIOPInitialContextFactory ..
    In IIOPInitialContextFactory getInitialContext..
    1/08/2006 07:07:10 PM com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl <init>
    ADVERTENCIA: ORBUTIL.connectFailure
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1739)
    at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1757)
    at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:74)
    at com.sun.corba.ee.impl.legacy.connection.SocketFactoryContactInfoImpl.createConnection(SocketFactoryContactInfoImpl.java:77)
    at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
    at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:121)
    at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:214)
    at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
    at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
    at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:345)
    at com.sun.jndi.cosnaming.CNCtx.initUsingCorbanameUrl(CNCtx.java:321)
    at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:247)
    at com.sun.jndi.cosnaming.CNCtx.createUsingURL(CNCtx.java:85)
    at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURLIgnoreRest(iiopURLContextFactory.java:56)
    at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURL(iiopURLContextFactory.java:61)
    at com.sun.jndi.url.iiop.iiopURLContextFactory.getObjectInstance(iiopURLContextFactory.java:34)
    at oracle.j2ee.iiop.IIOPInitialContextFactory.getInitialContext(IIOPInitialContextFactory.java:76)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at javax.naming.InitialContext.<init>(InitialContext.java:175)
    at hello.HelloClient.main(HelloClient.java:31)
    Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused: connect
    at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:398)
    at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:58)
    ... 19 more
    Caused by: java.net.ConnectException: Connection refused: connect
    at sun.nio.ch.Net.connect(Native Method)
    at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:460)
    at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
    at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:389)
    ... 20 more
    javax.naming.CommunicationException: Cannot connect to ORB [Root exception is org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 20
          at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:362)
          at com.sun.jndi.cosnaming.CNCtx.initUsingCorbanameUrl(CNCtx.java:321)
          at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:247)
          at com.sun.jndi.cosnaming.CNCtx.createUsingURL(CNCtx.java:85)
          at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURLIgnoreRest(iiopURLContextFactory.java:56)
          at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURL(iiopURLContextFactory.java:61)
          at com.sun.jndi.url.iiop.iiopURLContextFactory.getObjectInstance(iiopURLContextFactory.java:34)
          at oracle.j2ee.iiop.IIOPInitialContextFactory.getInitialContext(IIOPInitialContextFactory.java:76)
          at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
          at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
          at javax.naming.InitialContext.init(InitialContext.java:219)
          at javax.naming.InitialContext.<init>(InitialContext.java:175)
          at hello.HelloClient.main(HelloClient.java:31)
      Caused by: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
          at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1739)
          at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1757)
          at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:74)
          at com.sun.corba.ee.impl.legacy.connection.SocketFactoryContactInfoImpl.createConnection(SocketFactoryContactInfoImpl.java:77)
          at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
          at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:121)
          at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:214)
          at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
          at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
          at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:345)
          ... 12 more
      Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused: connect
          at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:398)
          at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:58)
          ... 19 more
      Caused by: java.net.ConnectException: Connection refused: connect
          at sun.nio.ch.Net.connect(Native Method)
          at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:460)
          at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
          at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:389)
          ... 20 more
      NamingException: Cannot connect to ORB                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Is oc4j supports jms

    is oc4j supports fully supports jms and microsoft mq series.
    i want to integrate with mq series is it possible.
    bye
    thanks in advance
    suri

    Marko, yes, OC4J JSP is going to support JSR-045. It should be in the next production, 10.1.3 release.
    Oracle JSP team member

  • Which versions of WebAS support JAAS?

    Which version of WebAS support JAAS (Java Authentication and Authorization Service)?
    I've found a number of documents that say it's WebAS 6.40.  But, others imply it's as early as 6.20.  Any definitive answers?
        --Craig

    Depends on the version. JAAS was available at 6.20 too, as it was always part of J2EE (or at least J2EE 1.2, whicvh is supported be WebAS 6.20)
    Regards,
    Benny

  • OC4J support for WS-CAF

    Hello there! I'm new to oracle world, and I'd like to know how is the implementation/support of OC4J 10.1.2 and 10.1.3 of WS-CAF. We have an upcoming SOA project and one of the key aspects of it is the data integrity. I'd like to know how does Oracle AS deals with webservices transactions.
    Regards

    Hello,
    WS-CAF (Web Services Composite Application Framework) is a work in progress, and the transaction protocols have not been completed yet. Oracle will support a protocol for distributed transactions in a coming release, once the industry has a standard in good shape enought to implement.
    Regards
    Tugdual Grall

  • Does OAS9i(oc4j) support EJB Local interface?

    Hi, I'm trying to use the petstore 1.3 framework on oc4j. I read the documentation, and know that it supports EJB 2. But I find the ejb local interface isn't supported.
    Am I right?

    Hi Patrick,
    As far as I know, OC4J only partially implements EJB 2.0 -- it
    doesn't implement local interfaces. However, there are several,
    different versions available. Which version are you using?
    If you haven't already found it, there is a version of the pet
    store application available for download from:
    http://technet.oracle.com/sample_code/tech/java/oc4j/content.html
    but it's an implementation of the 1.1.2 version.
    Hope this helps,
    Avi.

  • OC4J support local ejb?

    It seems OC4J does not support local ELB, as it complains the local-home tag with session tag.

    Hi Patrick,
    As far as I know, OC4J only partially implements EJB 2.0 -- it
    doesn't implement local interfaces. However, there are several,
    different versions available. Which version are you using?
    If you haven't already found it, there is a version of the pet
    store application available for download from:
    http://technet.oracle.com/sample_code/tech/java/oc4j/content.html
    but it's an implementation of the 1.1.2 version.
    Hope this helps,
    Avi.

  • JRockit - OC4J Supported Configuration?

    Hey *.*,
    I could not find a list of supported configurations for OC4J in combination with JRockit. Is that somewhere availble?
    More in particular: When using JRockit with Oracle AS/OC4J v10.1.3.3 -> is this officially supported ?
    grtx,
    \thomas

    See the certification matrix here:
    http://www.oracle.com/technology/software/products/ias/files/oracle_soa_certification_101310.html
    To summarize, it looks like 10.1.3.4 is supported with JRockit on most platforms.
    Support for older versions of OC4J is more limited since these predate the BEA acquisition, but it was supported on some Linux platforms and on Linux/Windows Itanium. Here is one example:
    http://www.oracle.com/technology/software/products/ias/files/as_certification_r2_101202.pdf
    Regards,
    Henrik

  • OC4J: SSL & JAAS

    I have this problem:
    When an httpS session is started, How can I integrate JAAS and SSL ?
    I use JAZNUserManager UserManager Provider.
    How can I mapping user entry with CLient Certificate Authentication ?.
    with method usrMgr.setSertificate (X509Certificate) it throw UnsupportedException...

    If you want to implement SSL using self Ca
    try this old post
    http://forum.java.sun.com/thread.jsp?forum=2&thread=4240
    U wrote that u got a free cert from Entrust did u get u'r self generated key in it ?(i.e via a Cert Request)
    I have no idea OC4J SSL but basically the key should match(the public key in cert and u'r Privatekey )
    1)May be cert u received is not placed in the expected place
    2)Or U dont have the trusted CA cert in place
    3)The key in the cert does not correspond to the priv key u have on u'r system
    These are just some of the possible causes
    Hope it helps
    Cheers
    Aviz

  • Does OC4J support "LIKE" operation in ejb-ql?

    I have a sql in ejb-jar.xml:
    <query>
              <query-method>
                   <method-name>findByZoneidTypeLnameInfo1</method-name>
                   <method-params>
                        <method-param>java.lang.String</method-param>
                        <method-param>int</method-param>
                        <method-param>java.lang.String</method-param>
                   </method-params>
              </query-method>
              <ejb-ql>
                   <![CDATA[ SELECT OBJECT(a) FROM rrdata AS a WHERE a.zoneid = ?1 AND a.type = ?2 AND a.lname = ?3 AND a.info1 LIKE 'udns%.ultradns.net.' ]]>
              </ejb-ql>
         </query>
    When compiling, I got an error:
    com/sun/ejb/ejbql/StringLiteral
    EJB QL statement : 'SELECT OBJECT(a) FROM rrdata AS a WHERE a.zoneid = ?1 AND a.
    type = ?2 AND a.lname = ?3 AND a.info1 LIKE 'udns%.ultradns.net.''
    EJB QL method : public abstract java.util.Collection com.ultradns.j2ee.compon
    ents.ultradns.rrdata.ejb.RrdataHome.findByZoneidTypeLnameInfo1(java.lang.String,
    int,java.lang.String) throws javax.ejb.FinderException
    at com.sun.ejb.ejbql.parser.EjbQLParser.parse(EjbQLParser.java:226)
    at com.sun.ejb.ejbql.EjbQLDriver.parse(EjbQLDriver.java:86)
    at com.sun.ejb.sqlgen.SQLGenerator.generateSQLForEjbQLQueries(SQLGenerat
    or.java:628)
    at com.sun.ejb.sqlgen.SQLGenerator.generateSQL(SQLGenerator.java:270)
    at com.evermind.server.ejb.deployment.EJBPackage.init(EJBPackage.java:19
    47)
    at com.evermind.server.ServerComponent.init(ServerComponent.java:224)
    at com.evermind.server.ejb.EJBPackageDeployment.getPackage(EJBPackageDep
    loyment.java:645)
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:513)
    at com.evermind.server.Application.postInit(Application.java:429)
    at com.evermind.server.Application.setConfig(Application.java:136)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServe
    r.java:1479)
    at com.evermind.server.ApplicationServer.initializeApplications(Applicat
    ionServer.java:1436)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.jav
    a:1099)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLa
    uncher.java:93)
    at java.lang.Thread.run(Thread.java:484)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:49)
    Error in application dnsmanager: Error loading package at file:/C:/java/oc4j/j2e
    e/home/applications/dnsmanager/ejb/, Failure to initialize EJBQL descriptors: co
    m/sun/ejb/ejbql/StringLiteral
    EJB QL statement : 'SELECT OBJECT(a) FROM rrdata AS a WHERE a.zoneid = ?1 AND a.
    type = ?2 AND a.lname = ?3 AND a.info1 LIKE 'udns%.ultradns.net.''
    EJB QL method : public abstract java.util.Collection com.ultradns.j2ee.compon
    ents.ultradns.rrdata.ejb.RrdataHome.findByZoneidTypeLnameInfo1(java.lang.String,
    int,java.lang.String) throws javax.ejb.FinderException

    I would suggest to try
    "from Brukerkonto as o"
    instead of
    "from Brukerkonto o"

  • OC4J support Ajax based Application, If yes....give me example

    Hi,
    I did Ajax based application and getting output in MyEclipse with Tomcat server.
    but, same Ajax Program I am running in oracle jdeveloper with OC4J, it's not getting output......
    can anyone help.....what is the reason.....
    regards,
    Abu

    Sorry for posting no code.
    I was hoping it was a common problem with the ajax anyware framework.
    Folow some simple part of the application :
    [JSP BEGIN]
    <aa:zone name="pgoVerbaZone">
                                   <t:dataList var="pgoVerba" value="#{amortizaBean.proAmorPOJO.listaPgoVerba}" rowIndexVar="indice">
                                          <f:verbatim>
                                                <table border="0" cellpadding="0" cellspacing="10" width="100%">
                                                   <tbody><tr>
                                                     <td><label class="label">Valor*</label>
                                                     </f:verbatim>
                                                                        <h:inputText id="valorPagPrinc" alt="Verba Principal e Reflexo - Pagamentos - Valor" value="#{pgoVerba.valorPagPrinc}"
                                                                size="18" onblur="mascara_numero_controle_extra(this, 'dinheiro', true);" onkeyup="mascara_numero_controle_extra(this, 'dinheiro', false);" />
                                                     <f:verbatim>
                                                     <td>
                                                     <label class="label">Tipo*</label>
                                                         </f:verbatim>
                                                         <h:selectOneMenu id="selectTipoPrinc" value="#{pgoVerba.tipoPagamentoPrinc}">
                                                                     <f:selectItems value="#{amortizaBean.listaTipoPagamento}" />
                                                                </h:selectOneMenu>
                                                         <f:verbatim>
                                                       </td>
                                                     <td><label class="label">Data do recolhimento*</label>
                                                      </f:verbatim>
                                                          <h:inputText id="dtRecoPrinc" alt="Verba Principal e Reflexo - Pagamentos - Data Recolhimento" value="#{pgoVerba.dtRecoPrinc}" size="10"
                                                          onblur="verificarData(this);" onkeyup="autoTab(this, 10, event); mask_input_date(this);" maxlength="10"/>
                                                     <f:verbatim>
                                                     </td>
                                                     <td>
                                                     <label class="label">Priorizar juros*</label>
                                                          </f:verbatim>
                                                          <h:selectOneMenu id="selectPriorizarJurosPrinc" value="#{pgoVerba.priorizarJurosPrinc}">
                                                                     <f:selectItem itemValue="-1" itemLabel=""/>
                                                                     <f:selectItems value="#{amortizaBean.listaSimNao}" />
                                                                </h:selectOneMenu>
                                                                 <f:verbatim>
                                                       </td>
                                                     <td width="25%">
                                                          <div align="right">
                                                                </f:verbatim>
                                                                    <t:commandLink id="linkIncluirPgoVerbaAJAX" action="#{amortizaBean.incluirPgoVerbaAJAX}" rendered="#{indice eq 0}">
                                                                         <t:updateActionListener value="#{indice}" property="#{amortizaBean.indicePgoVerba}"/>
                                                                         <h:graphicImage style="border:0" alt="Adicionar Pagamento" url="/common/img/ico_novo.png" />
                                                                    </t:commandLink>     
                                                                 <f:verbatim>
                                                          </div>
                                                          <div align="right">
                                                                </f:verbatim>
                                                                    <t:commandLink id="linkExcluirPgoVerbaAJAX" action="#{amortizaBean.excluirPgoVerbaAJAX}" rendered="#{not(indice eq 0)}">
                                                                         <t:updateActionListener value="#{indice}" property="#{amortizaBean.indicePgoVerba}"/>
                                                                         <h:graphicImage style="border:0" alt="Excluir Pagamento" url="/common/img/ico_excluir.png" />
                                                                    </t:commandLink>     
                                                                 <f:verbatim>
                                                          </div>
                                                     </td>
                                                   </tr>
                                                 </tbody>
                                                 </table>
                                                 </f:verbatim>
                                       </t:dataList>
                                   </aa:zone>
    [JSP END]
    [JavaScript BEGIN]
              // Funções AJAX (AjaxAnywhere)...
              ajaxAnywhere.getZonesToReload = function(url, submitButton) {
                   // Identificando ID do componente disparado (commandButton ou commandoLink)....
                   if ((typeof submitButton != "undefined") && (submitButton.type=="submit")) {
                        componentId = submitButton.id;
                   }else {
                        if (this.findForm().elements["atualizaPagamentoForm:_link_hidden_"] != null) {
                             componentId = this.findForm().elements["atualizaPagamentoForm:_link_hidden_"].value;
                   //execeção
                   if(componentId == 'atualizaPagamentoForm:botaoEnviarAtualizacao' ||
                        componentId == 'atualizaPagamentoForm:botaoEnviarAtualizacaoRateada') {
                        return null;
                   //Zonas que será atualizadas de acordo com as requisições via AJAX.               
                   var zones;     
                   zones = 'zoneMensagem,pgoVerbaZone,pgoCustaZone,' +
                             'pgoDiversosZone,pgoReclamanteZone,pgoReclamadoZone,' +
                             'pgoTercZone,pgoIRRFZone,pgoFGTSZone,diversosZone,historicoZone';
                   setarImagemDeSubmissaoAJAX(componentId);     
                   return zones;
    [JavaScript END]
    [BEAN BEGIN]
    /** AJAX VERBA*/
         public String incluirPgoVerbaAJAX() {
              proAmorPOJO.getListaPgoVerba().add(proAmorPOJO.new PgoVerba());
              return null;
         public String excluirPgoVerbaAJAX() {
              proAmorPOJO.getListaPgoVerba().remove(indicePgoVerba.intValue());
              return null;
    [BEAN END]Well this code runs ok. The Request is Sent, the methods are called, the response is received, but nothing is rendered.

  • Does OC4J support soap attachments???

    If yes where can I find the api???
    Is it the same as apache soap? someting like message.add/getAttach(mimebodypart)?
    Does the wizards handle it?
    TAD
    Mauro

    You can use Oracle SOAP services to send attachments with SOAP request.
    Refer documentation on Oracle9iAS SOAP services here
    http://otn.oracle.com/docs/products/ias/doc_library/903doc_otn/generic.903/b10004/oraclesoap.htm#640260
    You can look at the sample services described here
    http://otn.oracle.com/docs/products/ias/doc_library/903doc_otn/generic.903/b10004/oraclesoap.htm#643327
    The samples.jar referred in above doc can be found in in
    <OC4J_Home>\soap\webapps\soap.ear =>soap.war =>samples.jar
    The Mime Sample demonstrates SOAP with attachment
    Chandar

  • JAAS Support

    Hi,
    I've a JAAS login module that I'd like to use with oracle 9iAS. Is that possible? The documentation is very confusing... it says it supports JAAS but it is not integrated with the container so it's not possible to use JAAS with declarative security. Is that right?
    Thanks,
    Leonardo Bueno

    Leonardo,
    you need OC4J 9.0.4 or Oracle Application Server 10g to use your custom Login Modules for declarative authentication. Custom JAAS Login modules are supported with the jazn-data.xml provider.
    See chapter 6 of the OC4J 9.0.4 security guide (its part of the Oracle Application Server documentation that you also can read online here on OTN)
    Frank

  • XA Transaction Support In OC4J 10.1.2

    Does OC4J support XA transactions using non emulated data sources? Or does 10.1.2 support XA transactions at all (across datasources-db or jms)?

    The reason is that the commit coordinator lives in Oracle database for 10.1.2.x case. (you have to confiture the db link to do so)
    In OC4J 10.1.3, the transaction manager has been re-implemented and the transaction coordination functionality is now located in OC4J, replacing in-database coordination, which is now deprecated. Also, the middle-tier coordinator is now "heterogeneous", meaning that it supports all XA-compatible resources, not just those from Oracle.
    The middle tier coordinator provides the following features:
    - Supports any XA compliant resource
    - Supports interpositioning and transaction inflow
    - Last Resource Commit Optimization
    - Recovery Logging
    -Frances

  • How can i plug in OC4J 10.1.2 into JDEveloper 10.1.3

    Is there a guide to install OC4J 10.1.2 into JDeveloper 10.1.3.
    Our production environment is 10.1.2 and we would like to use JDeveloper 10.1.3 however projects must be run under JDK 1.5 which we do not want. Our development is all done in J2EE 1.3 which means we can go as high JDK 1.4. And we do not want to develop in JDK 1.5 and then later build in 1.4.
    Any suggestions ??

    Thanks for the response.
    J2EE 1.3 apps should work in a J2EE 1.4 server however we have to set the JDK to 5.0 for OC4J 10.1.3 server to work! We get errors otherwise...specifically with datasources and spring bean initialization as well as some jsp cannot be found errors.
    Here isthe problems we are facing summarized
    1) I have set our environment to use J2EE 1.3 libraries and jdk 1.4 (so its compatible with OC4J 10.1.2) however the embedded OC4J server isn't running the app because
    - JDK 5.0 is REQUIRED
    - Datasources in 10.1.2 don't work in 10.1.3
    - we have some spring datasource initialization which doesn't work either
    Question
    If we develop in jdk 5.0 will the application run in J2EE 1.3 environment properly. What happens if a developer uses some method or class which is only available in 5.0. Wouldn't we have problems here ? OC4J 10.1.2 wouldn't necessarily support 5.0 applications and we don't want to compile in a different JDK at build time...its just more overhead and not a desirable solution.
    My goal is to develop entirely in J2EE 1.3 environment which means with JDK 1.4 BUT i would like our developers to be able to run our applications without too many changes in the embedded OC4J server 10.1.3...which i'm thinking isn't possible!
    Would you have any suggestions to resolve this problem ? or is it best to stick to Oracle JDeveloper 10.1.2 which we don't prefer either.
    The "watched" features you mention does it support exploded deployments, we definetly do not want to be deploying everytime a developer needs to test their changes and be able to run the app directly within JDeveloper. Is there any documentation on this ? I don't think OC4J supports this which is a major drawback to development like Eclipse and Tomcat do.
    Sorry for the long post. Any help would be much appreciated.
    Gurinder

Maybe you are looking for

  • How to share an unpublished folio with a client to review?

    I am designing a DPS single edition publication for a client. Is there a way for me to share the unpublished folio with the client if they do not have an Adobe Creative Cloud account or an Adobe ID? If they just need to signup for an Adobe ID, what e

  • How can I play sound from my MacBook Pro through my iMac?

    I have a MacBook pro which I am looking to use for only iTunes or Spotify for the time being but the iMac built in speakers are better. I am internet sharing from an ethernet on my iMac and the Macbook pro is connected to the shared network. Can I pl

  • Suddenly I can't open a PDF! I get a prompt to enter a serial number. What is this about?

    Also, myt Adobe Audition application won't open! I need to fix this fast. Is this a result of moving from purchased applications to CC?

  • Changing Apple ID email

    Hello i have an email for my apple id lets just say it [email protected] i want to change my email from [email protected] to [email protected] but my problem is that if i do change it will it disrupt my apps on my iphone because they were downloaded

  • Using attributes in a Query, doesnu00B4t work!

    I have implemented an infocube 0SD_C03, and i have my material attributes filled in the 0MATERIAL characteristic, but when i use them in the query, the don't appear. Can somebody help me? Thank You