SSI support in weblogic webapps

Hi,
Does weblogic support loading of html files which have SSI
e.g.
HTML>
<TITLE>NEW Test File</TITLE>
<!--#echo var="DATE_LOCAL" -->
</HTML>
I tried using ServerSideIncludeServlet in web.xml, but doesn't seem to work - Appreciate your help!
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<servlet>
<servlet-name>ServerSideIncludeServlet</servlet-name>
<servlet-class>weblogic.servlet.ServerSideIncludeServlet</servlet-class>
<load-on-startup>2</load-on-startup>
</servlet>
<!-- Standard Action Servlet Mapping -->
<servlet-mapping>
<servlet-name>ServerSideIncludeServlet</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
</web-app>

Hi,
Does weblogic support loading of html files which have SSI
e.g.
HTML>
<TITLE>NEW Test File</TITLE>
<!--#echo var="DATE_LOCAL" -->
</HTML>
I tried using ServerSideIncludeServlet in web.xml, but doesn't seem to work - Appreciate your help!
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<servlet>
<servlet-name>ServerSideIncludeServlet</servlet-name>
<servlet-class>weblogic.servlet.ServerSideIncludeServlet</servlet-class>
<load-on-startup>2</load-on-startup>
</servlet>
<!-- Standard Action Servlet Mapping -->
<servlet-mapping>
<servlet-name>ServerSideIncludeServlet</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
</web-app>

Similar Messages

  • SSI support in weblogic

    Hi,
    Does weblogic support loading of html files which have SSI
    e.g.
    HTML>
    <TITLE>NEW Test File</TITLE>
    <!--#echo var="DATE_LOCAL" -->
    </HTML>
    I tried using ServerSideIncludeServlet in web.xml, but doesn't seem to work - Appreciate your help!
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <servlet>
              <servlet-name>ServerSideIncludeServlet</servlet-name>
              <servlet-class>weblogic.servlet.ServerSideIncludeServlet</servlet-class>
              <load-on-startup>2</load-on-startup>
         </servlet>
         <!-- Standard Action Servlet Mapping -->
         <servlet-mapping>
              <servlet-name>ServerSideIncludeServlet</servlet-name>
              <url-pattern>/*</url-pattern>
         </servlet-mapping>
    </web-app>

    Hi,
    Does weblogic support loading of html files which have SSI
    e.g.
    HTML>
    <TITLE>NEW Test File</TITLE>
    <!--#echo var="DATE_LOCAL" -->
    </HTML>
    I tried using ServerSideIncludeServlet in web.xml, but doesn't seem to work - Appreciate your help!
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <servlet>
              <servlet-name>ServerSideIncludeServlet</servlet-name>
              <servlet-class>weblogic.servlet.ServerSideIncludeServlet</servlet-class>
              <load-on-startup>2</load-on-startup>
         </servlet>
         <!-- Standard Action Servlet Mapping -->
         <servlet-mapping>
              <servlet-name>ServerSideIncludeServlet</servlet-name>
              <url-pattern>/*</url-pattern>
         </servlet-mapping>
    </web-app>

  • Dose JCA support only Weblogic server 6.0 without SP1 ?

              I got a error message when starting weblogic server with SP1 in which
              configured the connector architecture beta implentation.
              Dose JCA support only Weblogic server 6.0 without SP1 ?
              How do i configure JCA on WLS6.0 with SP1 if it supports that?
              Taesun.
              Error message(exception) is following as :
              <2001-03-14 PM 02:11:41> <Emergency> <Server> <Unable to initialize the se
              rver: 'Fatal initialization exception
              Throwable: java.lang.VerifyError: Cannot inherit from final class
              java.lang.VerifyError: Cannot inherit from final class
              at java.lang.ClassLoader.defineClass0(Native Method)
              at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
              at
              java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
              1)
              at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
              at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
              at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
              at java.security.AccessController.doPrivileged(Native Method)
              at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
              at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
              at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
              at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
              at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
              at
              weblogic.rmi.internal.ServerRequest.makeCBVOutputStream(ServerRequest
              .java:50)
              at
              weblogic.rmi.internal.ServerRequest.getMsgOutput(ServerRequest.java:9
              5)
              at
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
              ef.java:245)
              at
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
              ef.java:225)
              at
              weblogic.jndi.internal.ServerNamingNode_WLStub.createSubcontext(Serve
              rNamingNode_WLStub.java:248)
              at
              weblogic.jndi.internal.WLContextImpl.createSubcontext(WLContextImpl.j
              ava:81)
              at
              weblogic.transaction.internal.JNDIAdvertiser.initialize(JNDIAdvertise
              r.java:76)
              at
              weblogic.transaction.internal.TransactionService.initialize(Transacti
              onService.java:38)
              at
              weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:
              46)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:405)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
              at weblogic.Server.main(Server.java:35)
              '>
              The WebLogic Server did not start up properly.
              Exception raised: java.lang.VerifyError: Cannot inherit from final class
              java.lang.VerifyError: Cannot inherit from final class
              at java.lang.ClassLoader.defineClass0(Native Method)
              at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
              at
              java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
              1)
              at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
              at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
              at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
              at java.security.AccessController.doPrivileged(Native Method)
              at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
              at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
              at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
              at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
              at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
              at
              weblogic.rmi.internal.ServerRequest.makeCBVOutputStream(ServerRequest
              .java:50)
              at
              weblogic.rmi.internal.ServerRequest.getMsgOutput(ServerRequest.java:9
              5)
              at
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
              ef.java:245)
              at
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
              ef.java:225)
              at
              weblogic.jndi.internal.ServerNamingNode_WLStub.createSubcontext(Serve
              rNamingNode_WLStub.java:248)
              at
              weblogic.jndi.internal.WLContextImpl.createSubcontext(WLContextImpl.j
              ava:81)
              at
              weblogic.transaction.internal.JNDIAdvertiser.initialize(JNDIAdvertise
              r.java:76)
              at
              weblogic.transaction.internal.TransactionService.initialize(Transacti
              onService.java:38)
              at
              weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:
              46)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:405)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
              at weblogic.Server.main(Server.java:35)
              Reason: Fatal initialization exception
              

              I got a error message when starting weblogic server with SP1 in which
              configured the connector architecture beta implentation.
              Dose JCA support only Weblogic server 6.0 without SP1 ?
              How do i configure JCA on WLS6.0 with SP1 if it supports that?
              Taesun.
              Error message(exception) is following as :
              <2001-03-14 PM 02:11:41> <Emergency> <Server> <Unable to initialize the se
              rver: 'Fatal initialization exception
              Throwable: java.lang.VerifyError: Cannot inherit from final class
              java.lang.VerifyError: Cannot inherit from final class
              at java.lang.ClassLoader.defineClass0(Native Method)
              at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
              at
              java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
              1)
              at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
              at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
              at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
              at java.security.AccessController.doPrivileged(Native Method)
              at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
              at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
              at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
              at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
              at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
              at
              weblogic.rmi.internal.ServerRequest.makeCBVOutputStream(ServerRequest
              .java:50)
              at
              weblogic.rmi.internal.ServerRequest.getMsgOutput(ServerRequest.java:9
              5)
              at
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
              ef.java:245)
              at
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
              ef.java:225)
              at
              weblogic.jndi.internal.ServerNamingNode_WLStub.createSubcontext(Serve
              rNamingNode_WLStub.java:248)
              at
              weblogic.jndi.internal.WLContextImpl.createSubcontext(WLContextImpl.j
              ava:81)
              at
              weblogic.transaction.internal.JNDIAdvertiser.initialize(JNDIAdvertise
              r.java:76)
              at
              weblogic.transaction.internal.TransactionService.initialize(Transacti
              onService.java:38)
              at
              weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:
              46)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:405)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
              at weblogic.Server.main(Server.java:35)
              '>
              The WebLogic Server did not start up properly.
              Exception raised: java.lang.VerifyError: Cannot inherit from final class
              java.lang.VerifyError: Cannot inherit from final class
              at java.lang.ClassLoader.defineClass0(Native Method)
              at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
              at
              java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
              1)
              at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
              at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
              at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
              at java.security.AccessController.doPrivileged(Native Method)
              at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
              at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
              at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
              at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
              at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
              at
              weblogic.rmi.internal.ServerRequest.makeCBVOutputStream(ServerRequest
              .java:50)
              at
              weblogic.rmi.internal.ServerRequest.getMsgOutput(ServerRequest.java:9
              5)
              at
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
              ef.java:245)
              at
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
              ef.java:225)
              at
              weblogic.jndi.internal.ServerNamingNode_WLStub.createSubcontext(Serve
              rNamingNode_WLStub.java:248)
              at
              weblogic.jndi.internal.WLContextImpl.createSubcontext(WLContextImpl.j
              ava:81)
              at
              weblogic.transaction.internal.JNDIAdvertiser.initialize(JNDIAdvertise
              r.java:76)
              at
              weblogic.transaction.internal.TransactionService.initialize(Transacti
              onService.java:38)
              at
              weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:
              46)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:405)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
              at weblogic.Server.main(Server.java:35)
              Reason: Fatal initialization exception
              

  • Versions supported by Weblogic 8.1

    Hi,
    I am very new to java and weblogic. I am about to install weblogic 8.1 Service Pack 5. I wants to know which are best version of jdk, servlet/jsp, ejb and tomcat supported by weblogic 8.1.
    Please help me ..............
    Thanks & Regards
    -Sandeep

    Hi Sandeep,
    WLS 8.1 supports the JSP 1.2 specification from Sun Microsystems. JSP 1.2 includes support for defining custom JSP tag extensions. (See Programming JSP Extensions)
    WLS 8.1 also supports the Servlet 2.3 specification from Sun Microsystems.
    WLS 8.1 supports the Enterprise Java Beans 1.1 and 2.0 specifications.
    Please refer to the following links for additional information
    http://e-docs.bea.com/wls/docs81/jsp/intro.html
    http://e-docs.bea.com/wls/docs81/upgrade/upgrade51to81.html
    Cheers
    -raj

  • Oracle support for Weblogic 7 under LINUX

    Hi,
    Does anyone know what happened to oracle support in weblogic 7.0 for linux platform,
    as it seems that the drivers are not included? Are there any discussions on that
    topic anywhere?
    thanks.
    Zlatko

    It DOES appear that there is support for WebLogic jDriver for Oracle on Linux:
    see http://e-docs.bea.com/wls/certifications/certifications/redhat_linux.html#39532
    The strange thing here is that, apparently, the Oracle drivers located @ lib/linux/i686/oci817_8/libweblogicoci38.so
    and lib/linux/i686/oci817_8/libweblogicoxa38.so are "Type 2" ODBC drivers which
    require an Oracle client to be installed on the WebLogic machine, but Oracle doesn't
    support installation of the client on RedHat 7.2, which is required (according
    BEA's doc) for installation of WebLogic 7.0. Can someone reconcile this apparent
    conflict?
    Laurent Goldsztejn <[email protected]> wrote:
    Hi,
    There is currently no support for WebLogic jDriver for Oracle on Linux
    with WLS 7.0. Please check the following page for update on this topic.
    http://www.weblogic.com/platforms/index.html#jdbc
    Zlatko Mesaros wrote:
    Hi,
    Does anyone know what happened to oracle support in weblogic 7.0 forlinux platform,
    as it seems that the drivers are not included? Are there any discussionson that
    topic anywhere?
    thanks.
    Zlatko
    Thank you,
    Laurent Goldsztejn
    Developer Relations Engineer
    BEA Support

  • CMP support for Weblogic 8 in Oracle 10g?

    Is the CMP support for Weblogic 8 included in Oracle Toplink 10g?

    I am using 10g and have problem compiling CMP EJB for WL 8.1. I got the following exception:
    Exception in thread "main" java.lang.NoSuchMethodError: weblogic.ejb20.persistence.spi.RoleSource.getName()Ljava/lang/String;
    at oracle.toplink.internal.ejb.cmp.wls.WlsDescriptorBuilder.getEjbNameForRoleSource(WlsDescriptorBuilder.java:219)
    at oracle.toplink.internal.ejb.cmp.wls.WlsDescriptorBuilder.buildRelationshipRoleDescriptor(WlsDescriptorBuilder.java:206)
    at oracle.toplink.internal.ejb.cmp.wls.WlsDescriptorBuilder.buildRelationshipDescriptors(WlsDescriptorBuilder.java:177)
    at oracle.toplink.internal.ejb.cmp.wls.WlsDescriptorBuilder.buildRelationships(WlsDescriptorBuilder.java:157)
    at oracle.toplink.internal.ejb.cmp.api.impl.DescriptorBuilder.buildDescriptor(DescriptorBuilder.java:153)
    at oracle.toplink.internal.ejb.cmp.wls.WlsDescriptorBuilder.addOldDescriptors(WlsDescriptorBuilder.java:33)
    at oracle.toplink.internal.ejb.cmp.wls.WlsProjectDeployment.convertOldEntityDescriptors(WlsProjectDeployment.java:65)
    at oracle.toplink.internal.ejb.cmp.PersistenceManagerBase.initialize(PersistenceManagerBase.java:72)
    at oracle.toplink.internal.ejb.cmp.wls.WlsCMPDeployer.initializePersistenceManager(WlsCMPDeployer.java:135)
    at weblogic.ejb20.deployer.CMPInfoImpl.setup(CMPInfoImpl.java:112)
    at weblogic.ejb20.ejbc.EJB20CMPCompiler.generatePersistenceSources(EJB20CMPCompiler.java:64)
    at weblogic.ejb20.ejbc.EJBCompiler.doCompile(EJBCompiler.java:245)
    at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:476)
    at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:397)
    at weblogic.ejbc20.runBody(ejbc20.java:519)
    at weblogic.utils.compiler.Tool.run(Tool.java:146)
    at weblogic.utils.compiler.Tool.run(Tool.java:103)
    at weblogic.ejbc.main(ejbc.java:29)
    I looked in the weblogic.ejb20.persistence.spi.RoleSource class and see the method getEjbName, but no method getName found. What am I missing ? Thanks
    -Tuan

  • Data types supported in weblogic web service

    I have used byte[] (base64) array to pass binary data using weblogic in a web service, since byte[] is a java datatype that is supported, is there a definite guideline available that byte [][] ( multi-dimensional array} is not supported in weblogic 8.1? (I have tried and failed with byte [][])
    Thanks

    Hi gchirrav ,
    Multi-Dimentional array support not listed in supported Data Types in weblogic 8.1.
    Go through the following link, you will find supported data types.
    http://e-docs.bea.com/wls/docs81/webserv/implement.html#1054236
    ----Anilkumar kari

  • How to enable JPA2.1 support in weblogic 12.1.2

    Hi,
    how to enable JPA2.1 support in weblogic 12.1.2 ?
    I am finding javax.persistence_2.1.0.0_1-0-2.jar  in /modules/ directory of my weblogic 12.1.2 production installation. but I am not able use JPA2.1 methods , during runtime , I am getting noSuchMethod error  when I try to call  createStoredProcedureQuery. but in the javax.persistence_2.1.0.0_1-0-2.jar  it is there.
    StoredProcedureQuery storedProcedure =
    entityManager.createStoredProcedureQuery("SP_GET_GSA_CAMEL2");
    I have added the below line in commEnv.sh, But no help. Still getting the error.
    export PRE_CLASSPATH=/wls/product/ofm12.1.2/oracle_common/modules/javax.persistence_2.1.0.0_1-0-2.jar:
    can somebody reply any specific steps I have to follow to enable JPA2.1 features in weblogic 12.1.2.
    regards
    Muthuvel

    Hi Windows 2008 support only TLS 1.0 not 1.1 and 1.2, so it works OK. To use higher TLS protocols you must use at least 2008R2 SP1 or higher version of Windows server

  • Visitor IP banning...SSI supported by .Mac...htaccess support?

    Exploring options on excluding specific IPs from accessing my website. I've come across some javascript that requires SSI support and saving to a .shtml file. Before any web experts jump down my throat, I understand that this kind of ban can be circumvented simply by disabling javascript in the browser, but anything is better than nothing. Setting up .htaccess is another option, but it has to be supported on the server side as well.
    So I'm wondering if .Mac supports any of this stuff? What do you all think?
    ==> www.DirtDoog.com <==</a>    
    Place A Virtual Pin On Putt-Putt's GuestMap!

    I agree, if Apple supported anything "extra", it'd probably be listed in the signup for .Mac or on the member's pages, and I've never seen anything there.

  • Toplink support for weblogic 9

    Hi ,
    Is toplink supported with weblogic 9?If yes,which version?
    There is a thread(on OTN) that speaks about toplink support for weblogic 9.
    Weblogic 9 -TopLink CMP
    Thanks,
    Rajbharat

    Rajbharat,
    We have completed our testing of POJO architectures and the WebLogic Support Matrix now reflects this:
    Doug

  • Convert Q&A database (symantec) to SSIS supported database?

    Hi Guys,
    What are the possible ways of converting Q&A  database (symantec) to SSIS supported database?
    Any clue will be of great help
    ~Technology Analyst~

    SSIS can connect to just about any OLE DB data source, including Oracle, FoxPro, even txt and CSV files.
    What esactly do you mean by "SSIS Supported" ? Does SSIS just need to connect to it, or does the server need to host SSIS?
    Todd C - MSCTS SQL Server 2005 - Please mark posts as answered where appropriate.

  • Chinese Enabled Support for Weblogic 4.5.1 ???

              Hello!
              I tried to show Chinese words by modifying HelloWorld.jsp
              <%out.print("<p><b>HellollWorld!</b>");%>
              ^^^^^^ -> Chinese Words
              but it couldnot show those Chinese Words correctly while viewing it.
              Hello$H$HWorld! --> the results
              I wonder whether Weblogic 4.5.1 supports Chinese?
              If yes, can anyone tell me how to do it?
              thanks !
              Allen
              

    Allen,
              I do not know 4.5.1, but this works for 5.1: Did you set the proper
              content type? Try to add something like <jsp:directive.page
              contentType="text/html; charset=UTF-8"/>, adjusted to the encoding you
              actually use.
              Daniel
              -----Original Message-----
              From: Allen [mailto:[email protected]]
              Posted At: Monday, October 16, 2000 8:32 AM
              Posted To: jsp
              Conversation: Chinese Enabled Support for Weblogic 4.5.1 ???
              Subject: Chinese Enabled Support for Weblogic 4.5.1 ???
              Hello!
              I tried to show Chinese words by modifying HelloWorld.jsp
              <%out.print("<p><b>HellollWorld!</b>");%>
              ^^^^^^ -> Chinese Words
              but it couldnot show those Chinese Words correctly while viewing it.
              Hello$H$HWorld! --> the results
              I wonder whether Weblogic 4.5.1 supports Chinese?
              If yes, can anyone tell me how to do it?
              thanks !
              Allen
              

  • CDI support on Weblogic

    Hi All,
    I am writing a new application on the Weblogic 10.3.4 platform. I am planning to use CDI function of JEE6. However, I found that the RI implementation of CDI (Weld) is not supported on Weblogic.
    I want to know is there any way to implement CDI support in Weblogic?
    Regards,
    Boris

    The forthcoming WebLogic Server 12c (12.1.1.0) release will have full a full CDI implementation via it's Java EE 6 support.
    From memory, the Seam/Weld guys have some descriptions of how to employ it on non Java EE 6 servers via some type of Servlet instantiator. I can't vouch for the information but maybe it's something to take a look at.
    -steve-

  • Javax.naming.event package supported in weblogic?

    Hi,
    Is JNDI event notification (i.e., javax.naming.event) supported in
    weblogic's JNDI implementation?

    I am 99% sure it isn't.
    WLInitialContext and WLContext need to implement the EventContext interface
    in order for it to work. In my case ( and I'm sure yours also ) I get a
    ClassCastException when trying to cast a WLContext to an EventContext. This
    says to me that no, the event package isn't supported.
    I would appreciate confirmation from Weblogic on this though.
    Grand Poobah wrote in message <[email protected]>...
    Hi,
    Is JNDI event notification (i.e., javax.naming.event) supported in
    weblogic's JNDI implementation?
    Thanks,
    Robert

  • How do I discover which version of JPA is being supported by WebLogic

    The WebLogic version I have been using is 10.3.6.0. With the purpose to use JPA2 instead of JPA1, I followed the guide which tells to manually set this by adding these lines to commEnv.cmd (Programming Enterprise JavaBeans, Version 3.0, for Oracle WebLogic Server 11g Release 1 10.3.6):
    set wls_modules=C:\Oracle\Middleware\modules
    set PRE_CLASSPATH=%wls_modules%\javax.persistence_1.0.0.0_1-0-2.jar;%wls_modules%\com.oracle.jpa2support_1.0.0.0_2-1.jar
    Then, I changed from Kodo to TopLink on WebLogic console.
    Suddenly, I read "Java EE 6 support arrived in WebLogic 10.3.4.0 on 15 Jan 2011" (http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg06874.html).
    I am asking myself if WebLogic 10.3.6 is already setted to use JPA2 by default. It would be easily answered if I knew how to see which JPA, JTA, EJB or wherever configuration version are set when the server is started. Where can I look for this information?

    My understanding is that the situation in WebLogic 10.3.6 is entirely the same as in prior versions - it ships with the JPA 2.0 jars but they are not enabled by default so that it can meet Java EE 5 compatibility requirements. This is mentioned in the docs you may have seen here: http://docs.oracle.com/cd/E23943_01/web.1111/e13852/toc.htm#BGGBIJBI
    and the docs from 10.3.5 here:
    http://docs.oracle.com/cd/E21764_01/web.1111/e13852/toc.htm#NOTES149
    The link you referenced does not say WebLogic 10.3.4 is Java EE 6 compatible. The reference I believe you got this from is stating that the com.oracle.jpa2support_1.0.0.0_2-0.jar is included for future Java EE 6 compatibility, but is not enabled in 11.3.x so that it remains Java EE 5 compatible. It basically ships a preview of Java EE 6 components that are not enabled - Only WebLogic 12c is fully Java 6 EE compatible by default, which includes JPA 2.0.
    Best Regards,
    Chris

Maybe you are looking for

  • Used Relocate Masters to new g-drive. Lost Aperature Library and meta data

    how i crashed aperature 1.56 aperature all updates current tiger 10.4.11 all updates current Goal was to move Aperature Library from MBP to g-drive. what i did: 1. "Relocate Master" to g-drive. Success. Aperature still viewed all Files with all Meta

  • Query in IDOC To JDBC Scenario

    hi all below is my scenario : As soon as vendor is  created/ updated at R/3 , the IDoc is triggered via. change pointer , and is send to XI. XI will create / update the corresponding vendor in   Oracle database at the pther side. My question is  , at

  • PPPoE internet on Parallels

    G'day Chaps, Have just changed my internet connection from a wireless one to using PPPoE. The internet on my Mac is working fine, but now I cannot connect using Parallels Windows XP. It worked fine previously, and I don't remember having to make any

  • TS1702 Trying to load app and stays at waiting stage

    Trying to load an app on iPad but it is stuck at waiting stage when trying to install

  • Keynote stopped working

    So I'm out of town over the weekend and the night before a big presentation, I try and pull up my keynote presentation, and keynote will not open. I've used keynote to give this presentation many times on this old iBook of mine, but it has just stopp