Can i use jboss seam in jdeveloper

Hi,
I am new to jdeveloper.
I am developing and application using jboss seam.
I am using jdeveloper as my ide.
can anybody tell me if i can use jboss seam with jdeveloper.
or are there any plugin available for jboss seam.
nagesh

Hi Babak
It's a common requirement on posting to this forum that you describe which version of JDeveloper you're using and what technologies (obviously ADF BC in this case).
For making the static value dynamic within your View Object, are you familiar with the View Object bind variables/bind parameters? This will allow you to define a named variable in your VO that you can set programmatically or even let the user set. Play around with those first and see if they solve one part of your problem, then come back to the forum for the second part.
Regards,
CM.

Similar Messages

  • Problem logging on to the managed RAS using JBoss Seam

    <p>The app I am currently working on is using JBoss Seam.  The sample jsp files you guys created were excellent.  As a simple test I first tried to logon and export a report thru a different app using JSP and Tomcat and had no problems.   I then copied the same code to my Seam application.  I placed the logon and export report code into an Action class.  I had to place the crystal jars into the seam/lib directory in order for seam to compile without errors.  I now have seam running successfully,  but get a runtime exception  every time I try to logon to the RAS server.</p><p>This code</p><p><strong>enterpriseSession = sm.logon(username, password, cms, auth);</strong></p><p>causes this exception</p><p>2006-11-20 12:00:49,551 ERROR [com.crystaldecisions.sdk.occa.pluginmgr.internal.PluginMgr] (getPlugins:292): unexpected exception<br /><strong>java.lang.ClassCastException</strong>: com.crystaldecisions.sdk.plugin.desktop.pdf.internal.PDFFactory</p><p>Any ideas on how to correct this?</p><p>Thanks in advance,</p><p>Dave</p>

    <p>Hi Dave</p><p>I wasn&#39;t familiar with JBoss Seam before you mentioned it in your post.  Looks like yet another application framework like Struts or JSF.  The logon error shouldn&#39;t cause any kind of ClassCastException with a PDF factory.  </p><p>Have you tried commenting out all code except for the login.  My only guess is that Seam changes the way that the code is executed so it appears that the error has to do with the login call.  I really don&#39;t think this is possible.</p><p>Start off real simple and uncomment the code as you go to see where the error is coming from. </p><p>Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/blog/10</a></p>

  • Using Jboss Seam in an OC4J

    Good morning everyone, i need some help because i've tried to use the jboss seam framework in a web app to run in an OC4J server using jdeveloper 10 and when i execute the start page i get the following stack trace:
    GRAVE: [current-workspace-app] Se ha producido un error al desplegar el módulo EJB: com.evermind.server.ejb.exception.DeploymentException: [current-workspace-app:registration_model_0]: No se ha especificado ningún <around-invoke> ni ninguna devolución de llamada del ciclo de vida para el interceptor org.jboss.seam.ejb.SeamInterceptor.
    com.evermind.server.ejb.exception.DeploymentException: [current-workspace-app:registration_model_0]: No se ha especificado ningún <around-invoke> ni ninguna devolución de llamada del ciclo de vida para el interceptor org.jboss.seam.ejb.SeamInterceptor.
         at com.evermind.server.ejb.exception.DeploymentException.missingAroundInvokeOrCallback(DeploymentException.java:158)
         at com.evermind.server.ejb.deployment.InterceptorDescriptor.verifyCallbackSet(InterceptorDescriptor.java:148)
         at com.evermind.server.ejb.deployment.InterceptorDescriptor.parseEJBJarXML(InterceptorDescriptor.java:137)
         at com.evermind.server.ejb.deployment.EJBPackage.parseInterceptors(EJBPackage.java:669)
         at com.evermind.server.ejb.deployment.EJBPackage.parseEJBModule(EJBPackage.java:506)
         at com.evermind.server.ejb.EJBPackageDeployment.parseMetaData(EJBPackageDeployment.java:960)
         at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:832)
         at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:217)
         at com.evermind.server.Application.setConfig(Application.java:439)
         at com.evermind.server.Application.setConfig(Application.java:340)
         at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1853)
         at com.evermind.server.ApplicationServer.initializeDeployedApplications(ApplicationServer.java:1608)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:990)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    07/06/25 09:36:57 ADVERTENCIA: Application.setConfig Application: current-workspace-app is in failed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: [current-workspace-app:registration_model_0]: No se ha especificado ningún <around-invoke> ni ninguna devolución de llamada del ciclo de vida para el interceptor org.jboss.seam.ejb.SeamInterceptor.
    25-jun-2007 9:36:57 com.evermind.server.ServerMessages warningApplicationInitializationFailed
    ADVERTENCIA: Excepción al inicializar la aplicación desplegada: current-workspace-app. Application: current-workspace-app is in failed state as initialization failed
    Ready message received from Oc4jNotifier
    I think that i need an extra descriptor in some xml, i've looked the Jboss documentation and they say that it's independient of the server and they only know the current setup for Jboss, i hope you help me with this, Thanks

    i answer the questions:
    Is this right way? No
    Is there any alternative? to run few handler class parallely from MDB. creating multiple instances of the MDB.
    How can be Work manager made available in OC4J?
    I dont think there is any way to make Work Manager available in OC4J

  • How can I use jad decompiler with Jdeveloper ?

    I want to use jad decompiler with JDeveloper .
    What should I do ?
    I also want jdeveloper can set break point in source code that decompiled for debugging .
    If Jdeveloper dose n't have Jad Extension .
    Do you have any other decompiler that can be integrated with JDeveloper ?
    thanks in advance

    In JDeveloper 10.1.2, I put the following line in jdev.conf:
    AddVMOption -Djcncmd=c:/progra~1/decomp/jad.exe -b -ff -nl -p -pi99999 -space -t2 -lnc -noinner
    Use at your own risk, though. It works nicely 9 times out of 10, but for some classes it seems to 'freeze' JDeveloper and you have to kill the jdev.exe process. I'm sure it has something to do with the command line options to jad.exe, but I've not been able to identify the problem.
    If debugging is your goal, if I'm not mistaken JAD is not able to recreate source files where every statement is on the same line number as in the original file, so step-by-step debugging is a no-no. If you know of any way to use JAD so that is does put each statement on the correct line, I'll be interested!
    Peter

  • How can I use object type in Jdeveloper 11g?

    Dear friends
    I made some object types(Database layer) and each one refer to functions or procedures to generate table or view, for instance in one of my project I could make a View Object with this function and generate a table:
    Select * from table (genarate_emp(2019))
    In this sample I used a static value (2019) and I did it perfectly, but I want to make a table with dynamic value for instance I would like to set partial trigger of this view object and get dynamic value from the other view object.
    Please help me if you have any suggestions.
    Best regards,
    Babak Saraie

    Hi Babak
    It's a common requirement on posting to this forum that you describe which version of JDeveloper you're using and what technologies (obviously ADF BC in this case).
    For making the static value dynamic within your View Object, are you familiar with the View Object bind variables/bind parameters? This will allow you to define a named variable in your VO that you can set programmatically or even let the user set. Play around with those first and see if they solve one part of your problem, then come back to the forum for the second part.
    Regards,
    CM.

  • Can jboss seam used with jdeveloper

    Hi,
    I am new to jdeveloper.
    I want to develop my application using jboss seam.
    does jdeveloper supports seam development.
    any help in this regards would be of great help.
    nagesh

    You are asking in the wrong forum. Try the JDeveloper forum: JDeveloper and ADF

  • Using TopLink Workbench in Jdeveloper HELP!!!!!

    HI! I want to know how can I use TopLink Workbench in JDeveloper to configure java classes???
    Please Help!!!
    Best Regards

    JDeveloper has built in TopLink design time - so you don't need the external TopLink Workbench.
    Try following one of the TopLink Tutorials here:
    http://www.oracle.com/technology/obe/obe1013jdev/10131/10131_adftoplink/master-detail-edit_page_adf_toplink.htm
    and
    http://www.oracle.com/technology/obe/ADF_tutorial_1013/10131/index.htm

  • Add JBoss seam to weblogic server workshop

    hello,
    i would like to use JBoss seam with weblogic workshop, but i dont know how to do that.
    if any one know steps to do that ?
    thanks a lot.

    which version of workshop you are using to installed Jboss server to your IDE.

  • How to integrate Jboss seam frame work with Jdeveloper 11

    hi
    Really i don't know how to integrate Jboss seam frame work with JDeveloper, actually my current project implementation was started with Netbeans, but i am planning to suggest my customer , use JDeveloper.
    please provide the solution are any information, how to integrate the JBoss Seam frame work.
    Thanks
    Lakshmi

    Hi,
    JDeveloper 11 does not yet provide documentation about the integration with Seam (not only the technology but also the documentation is in early preview stage). However, this is an interesting question you ask and I'll follow up to see if we can get some document out in short term.
    Frank

  • Can I use more than one database connections in a jdeveloper project?

    I use jdeveloper version 9.0.4.0 (build 1407),Can I use more than one database connections in one jdeveloper project?

    9.0.4 is a fairly old version, so you may only find a few people who know how it worked.
    Assuming you're using ADF BC, once known as BC4J, once know as JBO, in the project, and that the architecture hasn't changed much, then the answer is only 1 connection per project.
    Programmatically you're free to use as many connections via JEE as you see fit, but ADF BC is limited to one connection.
    CM.

  • Can I use find in adf table jdeveloper 10.1.3

    Hi
    can I use find in adf table in jdeveloper 10.1.3 ?
    thanks
    frank

    Hi there
    take a look at thread-id 421712 "How can I use the find button in Edit ADF Table in JDeveloper 10.1.3". I just added a short discription of how to do that.
    Luc Bors

  • Can i use ICE Faces and JBoss RichFaces combinely in JSF

    hi
    I can use ICE Faces and JBoss RichFaces in Jsf.But my requirement is that can i use both(ICE Faces&JBoss RichFaces) components in single .jspx page.is that possible
    plz tell me
    regards
    niranjan

    thanks for your reply
    plz clarify what it means "JSF Implemetation".i.e for example can i place an Rich Face Component In ICEFaces Form
    <ice:form>
    <rfc:inputText/>
    </ice:form>
    because we have some components in IFaces and some in JBoss Rich Faces which are needed for our application.
    Thanks & regards
    nsanagari

  • JBOSS SEAM framework with JDeveloper

    Hi,
    I was wondering if folks have used the SEAM framework in JDev 10.1.3?
    Any recommendations? Can you create a Model based on annotated SEAM POJOS that can be used in the JSF editor tool?
    Thanks!
    Joel

    Thanks Shay. I have worked on a number of JSF-ADF projects, but don't have any experience defining a Model layer without ADF, so really my question is in regards to anyones experience doing this - in otherwords, defining the custom model with SEAM/EJB3, and then having it show up on the Data Palette as something I can select from to build the JSF UI? My thoughts are that the AppModule needs to be there in order for this to work, since the AppModule exposes the Service Methods to the View. And since there is no concept of AppModule in SEAM, how will this all play out?
    In this example (I mention above) SEAM would only used to define the EJB layer, but SEAM typically handles the View->EJB with bidirection injection. Meaning it sets up all the POJO objects to be available to the EJB "behind the scenes". I am just not sure how all that will "available" to the JSF editor - so I am thinking that I should just start with SEAM defining the EJB3 layer and somehow exposing this layer to the JSF editor. Then dealing with the "injection" parts later.
    Has anyone worked through these issues? comments?

  • TS3988 It seams that i have another Apple ID, how can i use only one for everything?

    It seams that i have another Apple ID, how can i use only one for everything?

    http://support.apple.com/kb/HT5622?viewlocale=en_US
    -The specific point:
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.
    If you are wondering how using multiple Apple IDs relate to iCloud, see Apple IDs and iCloud.

  • Using SOA with OBIEE -- Can i use ECLIPSE or do i need JDeveloper?

    Hello - I want to use SOA with OBIEE -- Can i use eclipse or do i need JDeveloper?
    Any help is appreciated.
    Thanks,

    You can of course use either eclipse or Jdevelopper.
    What you need is to consume the web service file (WSDL). You can also use the package UTL_HTTP or any language you work with.
    For JDevelopper :
    http://oraclebizint.wordpress.com/2007/07/31/customizing-obi-ee-soap-api/
    For Eclipse :
    With Eclipse, you have to install WTP and then you can create the library.
    http://www.eclipse.org/webtools/
    Re: Problems calling the OBIEE webservices
    See at the end of the post.
    What is your favourite ide ?

Maybe you are looking for