Integrate JDeveloper with JBoss

Hi. We're using JDeveloper 10.1.3.4 and need to integrate it with JBoss 4.2.3 so we can deploy servlets directly to the server and do breakpoints and debugging. Your help is appreciated. Thanks.

You can define a connection to your JBoss server inside JDeveloper and then deploy directly to it from inside JDeveloper.
You can also set your project to use remote debugging and start JBoss in remote debug mode to debug your code as it is running there.
You can use tools->external tools to add a toolbar buttons that will start/stop the JBoss server.

Similar Messages

  • JDeveloper with JBoss, Orion..

    Hi,
    I'm a begginer here, and I have a question. Can JDeveloper be configued to run web or j2ee applications with Orion, or JBoss? Something like JBuilder..
    Thanks you
    Razvan

    JDeveloper creates generic J2EE applications which can be deployed to other application servers.
    We have some how-to documents which show the deployment to JBoss
    http://otn.oracle.com/products/jdev/howtos/content.html
    In the current release of JDeveloper (9031), one-click deployment is available for Oracle9iAS and WebLogic.
    raghu
    JDev Team

  • How can I integrate JDeveloper with Rational Functional Tester?

    Hi
    My company has purchased the new released Oracle Soa Suite and also the IBM Rational Functional Tester software. Rational Functional Tester is integrated in the Eclipse IDE, but the Developement Department wants to use JDeveloper as the corporative IDE. ¿Is there anyway to integrate IBM Rational Functional Tester with JDeveloper as is done in Eclipse?. I don't want to do the testing work using the Functional Tester API but using a similar script recorder as the Eclipse IDE has integrated.
    Edited by: user12584587 on 09-feb-2010 7:47
    Edited by: user12584587 on 09-feb-2010 7:47

    msr,
    Probably best to start a new thread, but...
    I have spent some time in the past few weeks to implement a continuous build system for a JDeveloper/ADF project, and as such have also needed to make some Ant scripts.
    I will blog about this whole experience in the coming days, but I can offer some tips here:
    1). JDevLibsForAnt extension (mentioned above) is a good one. I used it to create the Ant classpath definitions for all of the projects.
    2). I believe there is also an extension available (via check for updates) that can be used to start JDeveloper (and probably compile/run deployment profiles) from Ant. I didn't use this, but it may be a quick way to get things done.
    3. JDeveloper can generate a new Ant file for a project (right-click project and choose New...). It will do the clean/compile/copy (I believe, cannot remember which ones right now) targets, but it won't make JARs, WARs, or EARs. In order to make the EAR file for my deployment target, I simply built one using the deployment profile, exploded it, and mirrored my Ant script to do the same thing.
    4). Get ahold of the ojc.jar and ojspc.jar so that you can use the Oracle Java Compiler and JSP pre-compiler Ant tasks.
    Hope this helps a bit,
    John

  • Is there a way to integrate JDeveloper with MKS integrity client?

    I am talking about the true source control integration, similar to one for Subversion.
    If not, is one planned in the future?

    I'm not aware of an extension for MKS for jdev or a plan to build one.
    If you like you can build one yourself. One other possible solution is to use the external tool menu and add some calls to MKS to jdev menus and toolbar.
    Timo

  • Integrating jBPM with JBoss?

    friends,
    I have to integrate jBPM with JBoss. It has been specifed in the documentation of jBPM that, the runtime libraries of jBPM can be put into global classpath of the application server. what does they mean by global classpath? How it can be set? Any idea? Thanks for ur reply.
    regards
    haricse

    Hi,
    for JBoss and maybe other application server, it's the lib directory of your server.
    Or even in you application's lib directory.
    Regards,
    Sebastien Degardin.

  • Integrate JDeveloper 2.0 with JRUN

    Hi,
    Is there a way to integrate JDeveloper 2.0 IDE with JRUN Servlet Engine to debug servlets?
    Your help is greatly appreciated. Thank you.
    Cathy

    No.
    Please upgrade to JDeveloper 3.1.
    JDeveloper 3.1 includes JPDA support so
    you can remote debug anything running
    on a JDK 1.2 JVM with JPDA support.
    John - JDeveloper Team
    null

  • How to Integrate Seibel with ADF ?

    Hi All,
    JDev Ver : 11.1.1.5
    We need some Information about Seibel integration with ADF
    So for we use to Integrate Seibel with the help of Web Services. We need the Is there any other approach for the Integration ?
    I have gone through below link and got some information about JCA adapter, and URI based approach. If we use this, how to implement in the development part,
    http://siebel-essentials.blogspot.com/2011/02/first-encounter-with-sai-ofm.html
    We don’t know exactly how to do the implementation like if you want to retrieve/update some values to Seibel from Jdeveloper ADF using the above approach.
    Is there any other approach for the Seibel integration with ADF ?
    Thanks,
    Gopinath

    The blog you point to seem to show an example of using a REST service exposed by Siebel.
    ADF allows you to create data controls based on REST services and then build the UI on top of them through the URL data control.
    See step 4 of this tutorial:
    http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_53/jdtut_11r2_53.html

  • OracleAQ  JCA with JBoss

    JBoss EAP 4.x and 5.x ships with a generic JMS JCA RA that can be used to integrate with most JMS compliant providers (e.g. ActiveMQ, SonicMQ, etc.). The key to integration using this generic JMS JCA RA is creating a properly configured JMSProviderLoader. The JMSProviderLoader was designed to be used with JMS providers which follow the JNDI recommendations outlined in section 4.2 of the JMS 1.1 specification. Unfortunately, Oracle AQ is not known to follow these recommendations which means the generic JMS JCA RA that ships with JBoss EAP cannot be used to integrate with it.
    There are other providers that do not follow the JMS 1.1 recommendations as well, but they typically provide their own JCA RA to allow easy integration with other application servers.
    Oracle AQ's administered JMS objects (e.g. connection factories and destinations) must be looked up via a database connection (or perhaps LDAP) rather than JNDI. Nothing shipped with JBoss EAP can do this.
    Does Oracle hava a JCA resource adapter that they might provide for integration with other Java EE application servers like JBoss EAP.
    +++++++++++++++++++++++++++++++++++++++++++++++++
    We need to access Oracle AQ Queues via Message Driven Beans running on JBoss AS (Application Server) 7.1.
    According to our research, we need an Oracle JCA component to do this (and supporting documentation). Does Oracle have such a component and where can we get it?
    +++++++++++++++++++++++++++++++++++++++++++++++++
    Edited by: toddlthomas on May 21, 2013 6:55 AM

    JBoss EAP 4.x and 5.x ships with a generic JMS JCA RA that can be used to integrate with most JMS compliant providers (e.g. ActiveMQ, SonicMQ, etc.). The key to integration using this generic JMS JCA RA is creating a properly configured JMSProviderLoader. The JMSProviderLoader was designed to be used with JMS providers which follow the JNDI recommendations outlined in section 4.2 of the JMS 1.1 specification. Unfortunately, Oracle AQ is not known to follow these recommendations which means the generic JMS JCA RA that ships with JBoss EAP cannot be used to integrate with it.
    There are other providers that do not follow the JMS 1.1 recommendations as well, but they typically provide their own JCA RA to allow easy integration with other application servers.
    Oracle AQ's administered JMS objects (e.g. connection factories and destinations) must be looked up via a database connection (or perhaps LDAP) rather than JNDI. Nothing shipped with JBoss EAP can do this.
    Does Oracle hava a JCA resource adapter that they might provide for integration with other Java EE application servers like JBoss EAP.
    +++++++++++++++++++++++++++++++++++++++++++++++++
    We need to access Oracle AQ Queues via Message Driven Beans running on JBoss AS (Application Server) 7.1.
    According to our research, we need an Oracle JCA component to do this (and supporting documentation). Does Oracle have such a component and where can we get it?
    +++++++++++++++++++++++++++++++++++++++++++++++++
    Edited by: toddlthomas on May 21, 2013 6:55 AM

  • Integrating JDeveloper with IBM Rational Team Concert scm

    Hi,
    I'm my project we are using JDev 11.1.1.5.0 for developing ADF web app & IBM RTC 3.0 tool for source control management.
    There is no plugin available to integrate RTC with JDeveloper unlike CVS & Clearcase.
    I need to integrate the JDeveloper with the RTC & I'm looking for some initial information for me to get started.
    Thanks in advance,
    -Gaurav

    Hi Shay,
    As I'm new to JDev extension, I've couple of basic questions :
    1. When I run the VersionControlRCS extension, under 'RCS' versioning option, I can see other operations viz. "Add, Check Out, Check In, Pending Changes & Version History".
    But none of the options are enabled. Can you please tell me how can I enable these options.
    2. Does the VersionControlRCS extension will also provide the user interface screen within JDev to view the pending changes (list of files that got added/modified/deleted)?
    (I'm expecting the answer would be 'No', but still thought of getting it confirmed)
    Thanks,
    -Gaurav

  • Integrating JMS providers with JBoss

    Hi.
    I am trying to integrate a foreign JMS provider to JBoss. I looked at the docs and all - and even managed to deploy an mbean that puts the factories and queues into the jndi - after which anyone who does a lookup() on it is capable of using the foreign provider.
    However, trying to put an MDB - it doesn't work anymore. the MDB does not register itself on the destination it's supposed to - and therefore never receives the messages. The documentation is not very clear about how to do all that - does anyone have any experience with that?
    Thanks, Nimo.

    Hi Nimo,
    Many of the most popular JMS providers (such as ArjunaMS, SonicMQ and FioranoMQ) provide various integration facilities with JBoss. I just did a Google site search and found information on all of the above how to integrate those providers with JBoss:
    ArjunaMS Google search was:
    site:www.arjuna.com jboss
    Best hit:
    http://www.arjuna.com/products/jboss/
    SonicMQ Google search was:
    site:www.sonicsoftware.com jboss
    Best hit:
    http://www.sonicsoftware.com/cgi-bin/sonic.cgi/dx_results.w?subcategory=23
    FioranoMQ Google search was:
    site:www.fiorano.com jboss
    Best hit:
    http://www.fiorano.com/downloads/fmq/FMQFaqs.pdf (pg 73 provides refers to JBoss integration information in a "Developer's Guide" - I guess this must be in a download of the product?)
    Hope this helps you!
    Cheers,
    Tom Jenkinson
    Arjuna Technologies Limited

  • Integrate JDeveloper 10g and StarTeam

    Hello, my friends
    How do I integrate JDeveloper 10g (10.1.2 and 10.1.3) with StarTeam 2005.
    Thanks you!

    You can build a simple command line interaction using the external tools menu option.
    See this how-to:
    http://www.oracle.com/technology/products/jdev/101/howtos/extools/subversion.html

  • How do you use Struts with Jboss Portal

    I am trying to use strust with jboss portal but I am getting the following error:
    An error occured while rendering window 'default.MyPortlet2.myportlet2Window'
    org.apache.jasper.JasperException: Exception in JSP: /WEB-INF/jsp/SearchResultPage.jsp:71 68: List searchresult = (List) request.getAttribute("searchresult"); 69: %> 70: Stacktrace:
    I am getting this is in the log file
    Caused by: org.apache.jasper.JasperException: Exception in JSP: /WEB-INF/jsp/SearchResultPage.jsp:71
    68: List searchresult = (List) request.getAttribute("searchresult");
    69: %>
    70: <%
    71: for (Iterator itr=searchresult.iterator(); itr.hasNext(); )
    72: {
    73: testPackage.net.dao.hibernate.WorkList workList = (testPackage.net.dao.hibernate.WorkList)itr.next();
    74: %>
    Stacktrace:
    at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:504)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.jboss.portal.portlet.impl.jsr168.PortletRequestDispatcherImpl.execute(PortletRequestDispatcherImpl.ja
    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:585)
    at org.jboss.portal.server.servlet.CommandFilter.doFilter(CommandFilter.java:65)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574)
    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499)
    at org.jboss.portal.portlet.impl.jsr168.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.ja
    ... 238 more
    Caused by: java.lang.NullPointerException
    at org.apache.jsp.WEB_002dINF.jsp.SearchResultPage_jsp._jspService(SearchResultPage_jsp.java:152)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
    ... 255 more

    I am trying to use strust with jboss portal but I am getting the following error:
    An error occured while rendering window 'default.MyPortlet2.myportlet2Window'
    org.apache.jasper.JasperException: Exception in JSP: /WEB-INF/jsp/SearchResultPage.jsp:71 68: List searchresult = (List) request.getAttribute("searchresult"); 69: %> 70: Stacktrace:
    I am getting this is in the log file
    Caused by: org.apache.jasper.JasperException: Exception in JSP: /WEB-INF/jsp/SearchResultPage.jsp:71
    68: List searchresult = (List) request.getAttribute("searchresult");
    69: %>
    70: <%
    71: for (Iterator itr=searchresult.iterator(); itr.hasNext(); )
    72: {
    73: testPackage.net.dao.hibernate.WorkList workList = (testPackage.net.dao.hibernate.WorkList)itr.next();
    74: %>
    Stacktrace:
    at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:504)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.jboss.portal.portlet.impl.jsr168.PortletRequestDispatcherImpl.execute(PortletRequestDispatcherImpl.ja
    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:585)
    at org.jboss.portal.server.servlet.CommandFilter.doFilter(CommandFilter.java:65)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574)
    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499)
    at org.jboss.portal.portlet.impl.jsr168.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.ja
    ... 238 more
    Caused by: java.lang.NullPointerException
    at org.apache.jsp.WEB_002dINF.jsp.SearchResultPage_jsp._jspService(SearchResultPage_jsp.java:152)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
    ... 255 more

  • OIM installation with JBoss 4.2.3GA

    Hello..
    I have installed OIM 9.1.0.1 with JBoss 4.2.3GA. And getting the following error when access the http://localhost:8080/xlWebApp
    INFO [TomcatDeployer] deploy, ctxPath=/xlScheduler, warUrl=.../tmp/deploy/tmp21688xlScheduler-exp.war/
    INFO [WEBSTARTUP] Start the Scheduler on server startup : true
    INFO [WEBSTARTUP] SchedulerInitServlet/initializeScheduler method reads data from TSK/TSA tables and initialize Quartz scheduler with the task and trigger details
    ERROR [STDERR] javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException: jdbc not bound]
    ERROR [STDERR]      at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:1215)
    ERROR [STDERR]      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:758)
    ERROR [STDERR]      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:774)
    ERROR [STDERR]      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
    ERROR [STDERR]      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    ERROR [STDERR]      at com.thortech.xl.util.DirectDB.getDataSource(Unknown Source)
    ERROR [STDERR]      at com.thortech.xl.util.DirectDB.getConnection(Unknown Source)
    ERROR [STDERR]      at com.thortech.xl.util.DirectDB.getConnection(Unknown Source)
    ERROR [STDERR]      at com.thortech.xl.scheduler.common.SchedulerUtil.getManagedConnection(Unknown Source)
    ERROR [STDERR]      at com.thortech.xl.scheduler.deployment.webapp.SchedulerInitServlet.initializeScheduler(Unknown Source)
    ERROR [STDERR]      at com.thortech.xl.scheduler.deployment.webapp.SchedulerInitServlet.startScheduler(Unknown Source)
    ERROR [STDERR]      at com.thortech.xl.scheduler.deployment.webapp.SchedulerInitServlet.init(Unknown Source)
    ERROR [STDERR]      at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
    ERROR [DATABASE] Class/Method: DirectDB/getConnection encounter some problems: Error while retrieving database connection.Please check for the follwoing
    Database srever is running.
    Datasource configuration settings are correct.
    java.lang.NullPointerException
         at com.thortech.xl.util.DirectDB.getConnection(Unknown Source)
         at com.thortech.xl.util.DirectDB.getConnection(Unknown Source)
         at com.thortech.xl.scheduler.common.SchedulerUtil.getManagedConnection(Unknown Source)
         at com.thortech.xl.scheduler.deployment.webapp.SchedulerInitServlet.initializeScheduler(Unknown Source)
         at com.thortech.xl.scheduler.deployment.webapp.SchedulerInitServlet.startScheduler(Unknown Source)
         at com.thortech.xl.scheduler.deployment.webapp.SchedulerInitServlet.init(Unknown Source)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4071)
    please help me resolve this issue. Thanks in advance

    Hi,
    The server started with some errors.
    INFO [WEBSTARTUP] SchedulerInitServlet/initializeScheduler method reads data from TSK/TSA tables and initialize Quartz scheduler with the task and trigger details
    ERROR [STDERR] javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException: jdbc not bound
    Oracle DB is running fine. But not sure on how to verity the connectivity between the OIM and the database. Some more hints would be helpful
    Thanks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Ear file  cant be deployed from  eclipse with jboss 3.2.7

    I am using eclipse with JBOSS IDE1.5
    I want to work with EJB in eclipse. I have created configured all neccessary directory structure , xml files and jar,war,ear files(using XDoclet Configureations).
    But i am not able to deploy my "ear" file . At that time i am getiing following message in JBOSS Console.
    16:48:41,937 INFO [EARDeployer] Init J2EE application: file:/F:/jboss-3.2.7/server/default/deploy/FiboApp.ear
    16:48:42,421 WARN [verifier] EJB spec violation:
    Bean : Fibo
    Section: 22.2
    Warning: The bean provider must specify the fully-qualified name of the enterprise bean's remote home interface, if any, in the <home> element.
    Info : Class not found on 'tutorial.interfaces.FiboHome': No ClassLoaders found for: tutorial.interfaces.FiboHome
    16:48:42,453 WARN [verifier] EJB spec violation:
    Bean : Fibo
    Section: 22.2
    Warning: The bean provider must specify the fully-qualified name of the enterprise bean's remote interface, if any, in the <remote> element.
    Info : Class not found on 'tutorial.interfaces.Fibo': No ClassLoaders found for: tutorial.interfaces.Fibo
    16:48:42,453 WARN [verifier] EJB spec violation:
    Bean : Fibo
    Section: 7.10.1
    Warning: The session bean must implement either a remote home and remote, or a local home and a local interface.
    Any suggestions or remarks will be greatly appreciated
    Thanks in advance
    satheesh

    Atlast it worked. The problem was that in my ejb-jar.xml I was referring to 2_0.dtd. I have changed that to 2.1 and it worked.
    Older ejb-jar.xml had:
    <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "C:/jboss-4.0.1sp1/docs/dtd/ejb-jar_2_0.dtd">
    I changed that to:
    <ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee" version="2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd">
    And it worked.
    -Sathish

  • Steps to integrate ATG with siebel.

    What are Steps to integrate ATG with siebel?

    Refer to this thread on the same topic
    ATG Siebel Integration

Maybe you are looking for