Is it possible to integrate a different application server with Creator

It's not love at first sight, but I think i'm gonna fall in love with creator. my question is, is it possible to use/integrate a different application server into creator instead of Sun's Application Server. I prefer to use Jonas

Alexis, thanks for your help -
The following was taken from the JRUN logs right after trying to deploy a sample Creator project called teta -
It works fine with the APP server provided with Creator.
# Created by JRun on 07/12 18:25:27
07/12 18:25:38 info JRun Web Server listening on *:8105
07/12 18:25:39 info Deploying enterprise application "JRun 4.0 Internal J2EE Components" from: file:/C:/JRun4/lib/jrun-comp.ear
07/12 18:25:39 info Deploying EJB "JRunSQLInvoker" from: file:/C:/JRun4/lib/jrun-comp.ear
07/12 18:25:39 info Deploying enterprise application "default-ear" from: file:/C:/JRun4/servers/teta/default-ear/
07/12 18:25:39 info Deploying web application "JRun Default Web Application" from: file:/C:/JRun4/servers/teta/default-ear/
07/12 18:25:40 info Web Services in default-ear#default-war:
07/12 18:25:40 info AdminService
07/12 18:25:40 user JSPServlet: init
07/12 18:25:41 info Recovering 1 session(s)
07/12 18:25:41 info Deploying web application "file:/C:/JRun4/servers/teta/teta.war" from: file:/C:/JRun4/servers/teta/teta.war
07/12 18:25:41 user JSPServlet: init
07/12 18:25:41 error Could not pre-load servlet: JSPServlet
[4]java.lang.NoClassDefFoundError: org/apache/commons/digester/RuleSet
     at java.lang.Class.getDeclaredConstructors0(Native Method)
     at java.lang.Class.privateGetDeclaredConstructors(Class.java:1590)
     at java.lang.Class.getConstructor0(Class.java:1762)
     at java.lang.Class.newInstance0(Class.java:276)
     at java.lang.Class.newInstance(Class.java:259)
     at jrun.servlet.WebApplicationService.addListener(WebApplicationService.java:1393)
     at jrun.jsp.compiler.JRunTagLibraryInfo$TLDParser.listenerclassEnd(JRunTagLibraryInfo.java:602)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at jrunx.util.SAXReflectionHandler.invoke(SAXReflectionHandler.java:115)
     at jrunx.util.SAXReflectionHandler.endElement(SAXReflectionHandler.java:38)
     at org.xml.sax.helpers.XMLReaderAdapter.endElement(XMLReaderAdapter.java:353)
     at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1536)
     at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
     at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
     at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
     at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
     at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:500)
     at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
     at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
     at org.xml.sax.helpers.XMLReaderAdapter.parse(XMLReaderAdapter.java:223)
     at javax.xml.parsers.SAXParser.parse(SAXParser.java:314)
     at jrun.jsp.compiler.JRunTagLibraryInfo.init(JRunTagLibraryInfo.java:190)
     at jrun.jsp.compiler.JRunTagLibraryInfo.<init>(JRunTagLibraryInfo.java:119)
     at jrun.jsp.JSPEngine.checkResourceForTaglibs(JSPEngine.java:483)
     at jrun.jsp.JSPEngine.findImplicitTaglibs(JSPEngine.java:451)
     at jrun.jsp.JSPEngine.<init>(JSPEngine.java:141)
     at jrun.jsp.JSPServlet.init(JSPServlet.java:62)
     at jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1204)
     at jrun.servlet.WebApplicationService.preloadServlets(WebApplicationService.java:762)
     at jrun.servlet.WebApplicationService.postStart(WebApplicationService.java:257)
     at jrun.deployment.DeployerService.initModules(DeployerService.java:711)
     at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:242)
     at jrun.deployment.DeployerService.deploy(DeployerService.java:430)
     at jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
     at jrun.deployment.DeployerService.run(DeployerService.java:891)
     at jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:223)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
[3]java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at jrunx.util.SAXReflectionHandler.invoke(SAXReflectionHandler.java:115)
     at jrunx.util.SAXReflectionHandler.endElement(SAXReflectionHandler.java:38)
     at org.xml.sax.helpers.XMLReaderAdapter.endElement(XMLReaderAdapter.java:353)
     at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1536)
     at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
     at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
     at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
     at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
     at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:500)
     at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
     at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
     at org.xml.sax.helpers.XMLReaderAdapter.parse(XMLReaderAdapter.java:223)
     at javax.xml.parsers.SAXParser.parse(SAXParser.java:314)
     at jrun.jsp.compiler.JRunTagLibraryInfo.init(JRunTagLibraryInfo.java:190)
     at jrun.jsp.compiler.JRunTagLibraryInfo.<init>(JRunTagLibraryInfo.java:119)
     at jrun.jsp.JSPEngine.checkResourceForTaglibs(JSPEngine.java:483)
     at jrun.jsp.JSPEngine.findImplicitTaglibs(JSPEngine.java:451)
     at jrun.jsp.JSPEngine.<init>(JSPEngine.java:141)
     at jrun.jsp.JSPServlet.init(JSPServlet.java:62)
     at jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1204)
     at jrun.servlet.WebApplicationService.preloadServlets(WebApplicationService.java:762)
     at jrun.servlet.WebApplicationService.postStart(WebApplicationService.java:257)
     at jrun.deployment.DeployerService.initModules(DeployerService.java:711)
     at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:242)
     at jrun.deployment.DeployerService.deploy(DeployerService.java:430)
     at jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
     at jrun.deployment.DeployerService.run(DeployerService.java:891)
     at jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:223)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
Caused by: java.lang.NoClassDefFoundError: org/apache/commons/digester/RuleSet
     at java.lang.Class.getDeclaredConstructors0(Native Method)
     at java.lang.Class.privateGetDeclaredConstructors(Class.java:1590)
     at java.lang.Class.getConstructor0(Class.java:1762)
     at java.lang.Class.newInstance0(Class.java:276)
     at java.lang.Class.newInstance(Class.java:259)
     at jrun.servlet.WebApplicationService.addListener(WebApplicationService.java:1393)
     at jrun.jsp.compiler.JRunTagLibraryInfo$TLDParser.listenerclassEnd(JRunTagLibraryInfo.java:602)
     ... 34 more
[2]java.lang.reflect.InvocationTargetException
     at jrunx.util.SAXReflectionHandler.invoke(SAXReflectionHandler.java:119)
     at jrunx.util.SAXReflectionHandler.endElement(SAXReflectionHandler.java:38)
     at org.xml.sax.helpers.XMLReaderAdapter.endElement(XMLReaderAdapter.java:353)
     at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1536)
     at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
     at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
     at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
     at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
     at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:500)
     at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
     at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
     at org.xml.sax.helpers.XMLReaderAdapter.parse(XMLReaderAdapter.java:223)
     at javax.xml.parsers.SAXParser.parse(SAXParser.java:314)
     at jrun.jsp.compiler.JRunTagLibraryInfo.init(JRunTagLibraryInfo.java:190)
     at jrun.jsp.compiler.JRunTagLibraryInfo.<init>(JRunTagLibraryInfo.java:119)
     at jrun.jsp.JSPEngine.checkResourceForTaglibs(JSPEngine.java:483)
     at jrun.jsp.JSPEngine.findImplicitTaglibs(JSPEngine.java:451)
     at jrun.jsp.JSPEngine.<init>(JSPEngine.java:141)
     at jrun.jsp.JSPServlet.init(JSPServlet.java:62)
     at jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1204)
     at jrun.servlet.WebApplicationService.preloadServlets(WebApplicationService.java:762)
     at jrun.servlet.WebApplicationService.postStart(WebApplicationService.java:257)
     at jrun.deployment.DeployerService.initModules(DeployerService.java:711)
     at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:242)
     at jrun.deployment.DeployerService.deploy(DeployerService.java:430)
     at jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
     at jrun.deployment.DeployerService.run(DeployerService.java:891)
     at jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:223)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
[1]jrun.jsp.compiler.JRunTagLibraryInfo$TLDParseException: Exception parsing the TLD null : null
     at jrun.jsp.compiler.JRunTagLibraryInfo.init(JRunTagLibraryInfo.java:198)
     at jrun.jsp.compiler.JRunTagLibraryInfo.<init>(JRunTagLibraryInfo.java:119)
     at jrun.jsp.JSPEngine.checkResourceForTaglibs(JSPEngine.java:483)
     at jrun.jsp.JSPEngine.findImplicitTaglibs(JSPEngine.java:451)
     at jrun.jsp.JSPEngine.<init>(JSPEngine.java:141)
     at jrun.jsp.JSPServlet.init(JSPServlet.java:62)
     at jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1204)
     at jrun.servlet.WebApplicationService.preloadServlets(WebApplicationService.java:762)
     at jrun.servlet.WebApplicationService.postStart(WebApplicationService.java:257)
     at jrun.deployment.DeployerService.initModules(DeployerService.java:711)
     at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:242)
     at jrun.deployment.DeployerService.deploy(DeployerService.java:430)
     at jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
     at jrun.deployment.DeployerService.run(DeployerService.java:891)
     at jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:223)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
[0]javax.servlet.ServletException: Exception parsing the TLD null : null
     at jrun.jsp.JSPEngine.findImplicitTaglibs(JSPEngine.java:457)
     at jrun.jsp.JSPEngine.<init>(JSPEngine.java:141)
     at jrun.jsp.JSPServlet.init(JSPServlet.java:62)
     at jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1204)
     at jrun.servlet.WebApplicationService.preloadServlets(WebApplicationService.java:762)
     at jrun.servlet.WebApplicationService.postStart(WebApplicationService.java:257)
     at jrun.deployment.DeployerService.initModules(DeployerService.java:711)
     at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:242)
     at jrun.deployment.DeployerService.deploy(DeployerService.java:430)
     at jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
     at jrun.deployment.DeployerService.run(DeployerService.java:891)
     at jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:223)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
07/12 18:25:42 error Could not pre-load servlet: Faces Servlet
java.lang.NullPointerException
     at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
     at jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1204)
     at jrun.servlet.WebApplicationService.preloadServlets(WebApplicationService.java:762)
     at jrun.servlet.WebApplicationService.postStart(WebApplicationService.java:257)
     at jrun.deployment.DeployerService.initModules(DeployerService.java:711)
     at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:242)
     at jrun.deployment.DeployerService.deploy(DeployerService.java:430)
     at jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
     at jrun.deployment.DeployerService.run(DeployerService.java:891)
     at jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:223)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

Similar Messages

  • Can Forms 9i run on a different Application Server, e.g. Apache?

    Can Forms/Reports 9i run on a different Application Server, e.g. Apache? i.e. without needing to use 9iAS.
    It is quoted in the document "Migrating Client/Server to the web" that it may be possible, but will not be supported. Is this possible?
    The reason I ask this is due to the costs involved of 9iAS. If I can use an alternative route like Apache / Tomcat, it's free. Then I only need the developer suite licensing.
    Thanks,
    Jacques

    Just so you'll know Oracle9iAS also includes apache as the HTTP server.
    As Suncan said, if you want to use Forms on the Web you need the Forms Server engine, and it comes bundled in Oracle9iAS. You'll save yourself a lot of headache if you just install Oracle9iAS and have everything pre-configured for you thus reducing maintanance costs.

  • Switch to different application server in ABAP program

    Hello everyone,
    I am currently working on some ABAP objects classes and tool programs for additional user administration functionality. We are runnig a SAP ERP system with distributed application servers and active logon load-balancing for users.
    I'd like to switch to a different application server from within my program in order to get all relevant information for an active user. So far I only found the function TH_SELECT_SERVER (from the function group THFB) for this, but this uses a separate dialog for interactively switching to another application server.
    I could use RFC calls with a lookup table for the destinations of individual application servers, but this would not be as flexible. Also I would have to create some wrapper code for standard functions which are not defined as RFC-usable. So I would rather like to switch to the other server instead.
    What I'd like to do instead is switching to another server from a user-related server list without any additional interaction in order to run a function locally on the other server. Does anybody know some function, object method etc. which will do the trick?
    Greetings,
    Markus.

    Hello Thomas,
    Bingo !!!
    I debugged the report program RSM51000_ALV & found the sub-routine SM51_USER_CMD.
    The SY-UCOMM for our purpose is 'RLOG'. and it utilises the FM 'TH_REMOTE_TRANSACTION' )
    Hope this will be of some help to the thread starter.
    BR,
    Suhas

  • Sending a message to different application server

    Hi all
    I have a session bean that send message to a message driven bean in the same application server.
    I wonder how to send the same message to a message driven bean in a different application server.
    Is Context.PROVIDER_URL (jndi hard coding) important for that matter?

    anyway if i do not want use jndi.properties file it's enough specifing the Context.PROVIDER_URL pointing to the new jboss server???
    // hard coding configurazione jndi
              Properties properties = new Properties();
              properties.put(Context.INITIAL_CONTEXT_FACTORY,
              "org.jnp.interfaces.NamingContextFactory");
              properties.put(Context.URL_PKG_PREFIXES, "org.jnp.interfaces");
              properties.put(Context.PROVIDER_URL,
              "xxxxxxx");
              try {
                   initialContext = new InitialContext(properties);
              } catch (Throwable ex) {
                   throw new ExceptionInInitializerError(ex);
              }

  • (266758030) Can WebLogic Workshop Web Services be deployed on a different Application Server?

    (266758030) Q(asked by Lalit Sudan): Can WebLogic Workshop Web Services be deployed
    on a different Application Server?
    A(by Adam Fitzgerald): .jws files are not yet an accepted standard so you can expect
    that the WebLogic Workshop Web Services cannot be ported to other Application Servers,
    however, it is a general goal to expand the functionality of the Workshop tool for
    other App Servers.

    Just so you'll know Oracle9iAS also includes apache as the HTTP server.
    As Suncan said, if you want to use Forms on the Web you need the Forms Server engine, and it comes bundled in Oracle9iAS. You'll save yourself a lot of headache if you just install Oracle9iAS and have everything pre-configured for you thus reducing maintanance costs.

  • Is it possible to have multiple different texts conversations with the same two people?

    In iOS 8.1.3 is it possible to have multiple different text conversations with the same person? I'm looking for a way to set an old conversation aside to talk about something new.
    Is this possible?

    speculation is agaisnt the ToS here, but you never know (I was shocked when we got 8 track recording in GB2)
    best thing to do is to send Apple some Feedback and let them know what features you want (they really do read what's sent):
    http://www.bulletsandbones.com/GB/GBFAQ.html#sendfeedback
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Upload a csv file in application server with the specified codepage(Poland

    Hi,
    i want to upload a csv file in application server with the specified codepage ( for poland ) , please let me know how to use open dataset for that.?
    Anurag

    I would upload the file with transaction CG3Z in binary mode and do the code page translation with a report: read from server an save with different name.

  • FIle Creation in the Application Server With Unicode-8 and Byte-Order Mark

    Hi Guys,
    I've requirement of creating a file in the Application server with the Data.
    The Data Format Should be in UTF-8 and Byte-Order Mark.
    I need to supply this data from SAP to PRMS.
    I'm able to create a file with Unicode, but any of the guys have worked on Umicode with Byte-Order Mark, please let me know.
    Thanks,
    Adi.

    Hi Mathieu,
    If you haven't found an aswer yet, you can check in transaction SE24 CL_ABAP_FILE_UTILITIES method CREATE_UTF8_FILE_WITH_BOM. You can check the code of the method (it's very short) so you can understand how it works. It's also a static method so you can call it directly in your program.
    Ex:
    CALL METHOD cl_abap_file_utilities=>create_utf8_file_with_bom(your_file_name).
    I hope this helps.
    Pax Vobiscum.
    ~ Eric

  • Is to possible to implement clestering in Application Server.

    Hi Experts,
    I am curious to know that is it possible to implement clustering for Oracle Application Server 10g.

    Yes. Please see this [OAS 10g R3|http://download.oracle.com/docs/cd/B25221_04/core.1013/b15977/framewk.htm#sthref61] and [OAS 10gR2|http://download.oracle.com/docs/cd/B14099_19/core.1012/b14003/framewk.htm#CIHDIGEB]. There are some differences in the way R2 and R3 addresses it that you can also get from these links.
    thanks!
    AMN

  • Sessions in jspx between different Application Server

    Hello All,
    I have two applications running in two different Application servers.
    I call the jspx in one applications server from jspx of another applications server using the href.
    My requirement is, when I logout the first application it shud automatically inviladate session in the second jspx also.
    Is there any way of acheive this..
    Also please pass on any links to work on sessions in jspx.
    Thanks
    Krrish

    Hi frank,
    Thank you for the reply..
    Can you please provide any links to SSO enabling the custom application.
    Thanks
    Krrish

  • EJB Supporting Different Application Server

    I have a task to develop an session/entity bean(for both select and insert) which needs to be called from both WebSphere Application Server(4.x) and Resin Application Server
    For your information - WAS uses EJB(1.1) and Resin uses EJB(2.0).
    I want to create this session/entity bean which works on both application server without doing any change in code. Is that really possible. If YES - HOW ? Please suggest if you really know anything on this topic. Thanks.
    Zahid.

    So - Which Entity Bean should I use. CMP or BMP. I would prefer CMP as I do not have to write code for callback methods. Cracker - could I contact you. If yes - please email me at [email protected] I really need help on this and want to complete this. Won't take much of your time. Thanks.
    Zahid.

  • St02 and different application server

    I am trying to find an easier way to read the swap entries for all our CI and application servers. Is there a way to find out which table contains all the entries for the swap settings of all the application servers? OR if there is any other automated way to get swap information without having to go to sm51 and selecting each app server and going to st02 to get the swap entries.
    Thanks!

    Hello Rahul Kabra,
    From the history screen of ST02 (Shift + F6) you can scroll through each application server without needing to do this via SM51 but I am not aware of a way of easily getting to the initial screen of ST02 for each instance switching via SM51 or also no way of getting the same information for all application servers.
    Regards, Mark

  • Manual JNDI lookup for EJB3 between different Application Server Instances

    Hi all,
    i have spent quite some time looking into this problem and searching the net but i just can't figure out for the life of me what i am doing wrong so i hope someone here can give me a clue or a good resource where i can look it up myself.
    I am currently doing some interoperability tests concerning EJB calls between Glassfish and Weblogic 10. In my test setup i have an EJB deployed in a jar file on one server and a servlet in a war file deployed on the other. The objective is to try to look up and call the EJB from the servlet. As there seem to be some issues with injection in Weblogic 10 i set that one aside for now (i have opened a case at BEA support for this) but i would like to do a plain old JNDI lookup to obtain the EJB.
    The online tutorials and FAQs i have read so far all state that this can be done the same way as it works for EJB2.x, at least if i understood them correctly. The interessting thing is, when i deploy an EJB2.x bean i can look it up without problems, but when i try to do the same with the EJB3 bean the name cannot be found. On the other hand when listing all contents of the JNDI tree in Glassfish from a stand alone application i can see entries for both EJBs of the type java.naming.Reference (in Weblogic i can also see entries for both, but the ones for EJB3 are of some weird internal weblogic types, which i put down as a weblogic problem for now).
    The lookup code for the servlet running in weblogic looks like this:
    Properties env = new Properties();
    env.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
    env.put(Context.PROVIDER_URL, "corbaname:iiop:1.2@localhost:3700");
    Object myEjb = new InitialContext(env).lookup("JNDINameDisplayedByContextListing");
    I know that the preferred way would be to have the corbaname put into weblogic.xml/sun-web.xml and just use an InitialContext without an environment to perform the lookup but i wanted to get rid of any additional indirections to pinpoint the source my problem and it should work this way, too. As i said, it works when i target an EJB2.x bean but not with the EJB3 one, so i guess i am doing something wrong there. The jar file contains the interface of the bean annotated with @Remote and the implementation of the interface annotated with @Stateless, i also tried setting the mappedName attribute for the bean and use that name as JNDI name, but that also fails. In addition i added an ejb-jar.xml to the jars META-INF containing the following:
    <?xml version="1.0" encoding="UTF-8"?>
    <ejb-jar xmlns="http://java.sun.com/xml/ns/javaee"
         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/ejb-jar_3_0.xsd"
         version="3.0">
         <enterprise-beans>
              <session>
                   <ejb-name>SecurityTest3EJB</ejb-name>
                   <ejb-class>
                        testcase.ejb.SecurityTestBean
                   </ejb-class>
                   <session-type>Stateless</session-type>
                   <transaction-type>Container</transaction-type>
    </session>
    </enterprise-beans>
    But the ejb-name specified there does not show up in a context listing, so i would guess that means the file is ignored or only accessible from within the same application server (note, there is no indication of any problems in the Glassfish log when deploying the jar file).
    This might be just a stupid mistake by me, but i just can't figure it out at the moment, so any advice will be greatly appriciated.
    Thanks, Chris

    I think i stumbled across something now. From some posts it seems to me that the EJB3 spec does not require EJBs to be accessible from a remote location, since this can be achieved by using the @RemoteHome annotation and performing a EJB2.x compliant look up. Is that correct?

  • Create directory on SAP application server with blanks

    Hi,
    is it possible and if so how to create within ABAP a directory on a Linux based SAP application server that contains blanks.
    We've tested with SXPG_COMMAND_EXECUTE but didn't succeeded.
    A working code snippet would be great.
    Thanks and kind regards
    Florian

    Hi
    Try with Tcodes SM49/SM69.
    Thanks,
    Sreeram

  • Copy file on application server with codepage changed

    Hello Gurus,
    I need to copy an existing *.csv file on the application server to a different location as a *.txt file with the code page UTF-8 /8400/ in the background.
    Example:
    I have a file with the name is: 'new.csv' in the DIR: '/SERVER/NEW'.
    I need to convert the file to 'UTF-8' and copy to DIR: '/SERVER/ARCHIVE' with the name: 'archive.txt'
    I was able to get the file via FM: DX_FILE_READ into an internal table. Now I tried to use GUI_UPLOAD, but failed due to the fact the GUI_UPLOAD will just upload a file from PC to an internal table. Additionally I need to run the report in background. So the FG: SFES will not do.
    Could you please give me a hint on this?
    I am running in a circle
    Any help will be rewarded.
    Thank you!
    Martin

    Hello Atish, Satish
    Thank you for the quick answer!
    @Atish,
    Your guide is very helpful and I have downloaded it for further use, however I do not need to make any uploads/downloads from and to PC in the background.
    @Satish
    The OPEN DATASET helped. This works in the background as well.
    I have allotted points to both of you as promised.
    Thanks again!
    Sample of the code I used:
    OPEN DATASET g_out_file FOR OUTPUT IN TEXT MODE ENCODING UTF-8.
    LOOP AT lt_file INTO ll_file.
    TRANSFER ll_file TO g_out_file.
    ENDLOOP.
    CLOSE DATASET g_out_file.
    Where g_out_file is the path and file name and lt_file and ll_file are internal tables I retrieve by FM: DX_FILE_READ /type: dxrawdata/

Maybe you are looking for

  • Clearing Partial Payments

    hi Guys,         i had created vendor invoice of  rupees 1000 and paid partially rupees 400 and then 600 in two payments. this should be cleared item since the payments made against the invoice is equivalent to the invoice amount. when i try to pay a

  • HT3302 water damage to iPhone 4S

    My iPhone has water damage to it and I know that apple do not cover water damage in their warranty but I've only had it a month and it cost me £499! It took me ages to save up for it and now it's ruined. what can I do?

  • How to make this example output in using Excel table ?

    for example : <?php $con = oci_connect("apps","apps","prod"); $sql = " select h.order_number,to_char(h.ordered_date,'YYYY/MM/DD HH24:MI'),h.order_type_id from oe_order_headers_all h where to_char(h.ordered_date,'YYYYMMDD') = '20060620' and h.org_id =

  • Deceptive selling practices

    How come what they tell me my costs are going to be, and what they actually end up being, are two different things? Even though I clarify with a sales representative, again and again, during the selling process, what my monthly cost will be it always

  • How to find session is timed out?

    Hi All, How can i find that session is timed out? I want to farword the request to error page if session is timed out. Is there any way other than listener concept and putting some var in session & if i get null while retrieving then session is not v