- Where Developers Learn, Share, & Build Careers


I decided to try social JRBell for an open source, personal project and I am not getting this work. I use the Eclipse Indigo IDE and I have downloaded JRBEL with Eclipse Marketplace and have activated JRBell with my free license. I set up the Glassfish application server with enabling JRBEL and auto-publishing.

Here are my rebel.xml

  & lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & Lt; Application xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns = "http://www.zeroturnaround.com" XSI: schema location = "http: //www.zeroturnaround com http : //www.zeroturnaround.com/alderaan/rebel-2_0.xsd "& gt; & Lt; Classpath & gt; & Lt; Dir name = "D: / workspace / g / cati java / src / ro / cati / actions" & gt; & Lt; / Dir> & Lt; / Classpath & gt; & Lt; Web & gt; & Lt; Link target = "/" & gt; & Lt; Dir name = "D: / workspace / g / catiJava / WebContent" & gt; & Lt; / Dir> & Lt; / Link & gt; & Lt; / Web & gt;   

And my project structure looks like this

 Project Structure

The problem is that when I change something in the dashboardaction.java package ro.cati.actions Nothing happens in the form of a source I still have to deploy to see the actual changes.

Instead of the source directory you should be & lt; Classpath & gt; In the compiled / build directory of your rebel.xml, for example if the src / class is compiled in class / bin, then you should have this:

  ...  & Lt; / Classpath & gt; ...   

JRBell compiled. Works with class files and depends on IDE to compile them.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -