Dynamic Code Evolution Vm - For Ejb Jar Deployment - jboss

I'm working on EJB 3.0 with Jboss 6.1 at the moment. All the time after I change someshing in EJB modules (server side) I have to export JAR file to /jboss-6.1.0.Final/server/default/deploy
it's very uncomortable. I know that DCEVM can make that automatically. I've just install Dynamic Code Evolution VM but now I dont undestand what should I do now? Do I need any DCEVM plugin for Eclipse?
this is my Screen, i use Ubuntu 12.04:
http://i.stack.imgur.com/ixcku.png

Here you can find instructions:
http://blog.rafaelsanches.com/2012/02/02/spring-mvc-velocity-dcevm/

Related

How to configure Wildfly 8 to target directly the project build path

I got a web project that don't use maven, i remember that i had worked once in a project where the tomcat was targeting the build path where eclipse automatically put the compiled files so we don't need to restart the server all the time to see the changes. There is some way to do this in eclipse + wildfly 8? please, let me know how to found this folder and how to configure wildfly to point directly to it.
Install JBoss Tools into Eclipse and it will manage this for you.

how can i install jbpm 6 without using build.xml

Can anyone help me to install and configure JBPM by hand without using the script build.XML of the installer actually i have already jboss AS 7.1 server and i've installed jbpm plugin for eclipse Kepler. And when I run the hello world project I got an error " runtimeManagerFactory was not initialized " even when I add the persistence .XML under the META-INF
If you want to manually install jBPM on as7, you'll need to download the kie-wb distribution for as7 and install that into as7. You might want to make sure to configure the datasource and security domain correctly.
For eclipse, you can just install the plugins from the update site directly, and then configure a jBPM runtime. I'm not sure which "Hello world" project you're referring to? I'd recommend creating a new jBPM project, that contains a (simple or advanced) example out of the box.
JBPM6 is an open source document track system,which is used to track the documents. We can also install jbpm & jboss.
Use this link below, it would be helpful for you to install jboss and jbpm.
http://docs.jboss.org/jbpm/v6.0/userguide/jBPMInstaller.html#d0e780

Using DCEVM with weblogic 12 and eclipse

I have dynamic web project which is deployed as part of EAR on weblogic server. I am using eclipse IDE. I have used jar available on http://dcevm.github.io/ to configure DCEVM as alternated JVM for JDk1.7.0_45. After starting my server and publishing my application, if I make changes to java files(add new methods, rename methods) I don't see the change. I still see the error in eclipse as "Hot code replace failed.
Am I missing any step/setting? Please help
You should have some agent that supports weblogic. https://github.com/HotswapProjects/HotswapAgent

Create a EJB 3.0 project in eclipse with OC4J 10.1.3

I'm trying to create a new EJB 3.0 project on eclipse and I want to run it into the OC4J oracle server. Under JDeveloper I can use EJBs 3.0 because it is prepared, but eclipse is not allowing me to create any project further from EJBs 2.1.
Any idea of how to bypass this or how to trick it? If the server is able to run the project, I shouldn't have any problem...
thanks in advance!!
My problem:
OC4J development has ceased and all Eclipse tooling has been removed in Kepler release. You can target a different server in Eclipse, then export your app archives and manually deploy to OC4J, but you should really be planning on migrating to Oracle WebLogic Server.

Cannot find OpenPortal Portlet Container 2.x when creating a new server runtime environment in eclipse

I just started learning portlet and got stuck in the first place. I have installed JavaEE 6 SDK, Eclipse Helios and GlassFish Server 3.0.1. I also successfully configured OpenPortal Portlet Container (OPC) for GlassFish by running command:
java -jar portlet-container-configurator.jar
The problem come up when I wanted to create a new server runtime environment of OPC, there was no "OpenPortal Portlet Container 2.x" node like the tutorial said. I googled and found that I needed to install Eclipse Portal Pack but the link was dead.
Any suggestion, please?
Best Regard.
If you want to develop portlets, I strongly recommend downloading Apache Pluto instead of using the open portlet container; you can download a version of Tomcat bundled with Pluto from their site: http://portals.apache.org/pluto
Actually, Pluto has a few quirks that you need to get past (for example, it wants you to run an 'assembly' step to add some entries to your web.xml) but once you do it is probably the best way. You could also try Liferay or JBoss' GateIn for development, but if you are ultimately targeting a vendor supplied platform like WebSphere, you might find that these actually have features that aren't as portable, whereas Pluto is really just a simple implementation of the portlet spec.
I have found the .jar file on Internet. Thanks for watching.