How Can jBilling Help You?
Who’s Using jBilling?

“jBilling is a technology partner that we can trust.”
Kirk Kirschenbauer
Pureplay
See all testimonials >

Setting up your jbilling project with eclipse

Contributed by Niel Drummond

Start eclipse, and use the default (or a new) workspace.

Download the files jbilling-1_0_3.zip and jbilling-1_0_3-src.zip from the download page.

Alternatively, instead of the downloading jbilling-1_0_3-src.zip package you can also use subversion (which you will need if you want to contribute). Yang has written an excellent guide on this in a previous forum post, but I will re-iterate the steps here. You will still need jbilling-1_0_3.zip, because it contains dependencies.

Unzip the binary package into the workspace directory. Do _not_ create the project in eclipse beforehand, and do _not_ import the zip file into eclipse. Unzip the source package in the workspace directory, overwriting any existing files. You should now have a directory ~/workspace/jbilling/ with a load of stuff underneath.

If you wish to use subversion instead, in *nix/Mac you would enter something like this:

cd ~/workspace/jbilling
svn co https://svn.sourceforge.net/svnroot/jbilling/trunk src

In windows you would use the TortoiseSVN to download the trunk URI into the src directory (see the Yang post).

Now create the project in eclipse, and name it "jbilling" (all lowercase, like the directory). It will ask you whether to integrate the existing files, so click Finish.

This will automatically build library links for eclipse's code checking feature. However, you may notice some of the code still doesn't check properly. You will need to add some additional external libraries. Some of these libraries will only appear once the application is byte compiled.

Find build.xml in the Package Explorer of eclipse under the src/ directory. Context click the file and select Run -> Ant Build. If you have difficulties at this stage see the notes.

After a compile, you should be able to bind the necessary libraries to the eclipse interface. Select the jbilling directory in the Package Explorer, context click and select Properties -> Java Build Path -> Libraries -> Add External JARs...

You need to browse down jbilling tree to %JBILLING%/src/libs/client/WEB-INF/lib and add these three files:

struts.jar
commons-beanutils.jar
commons-validator.jar

You now need to browse into your eclipse folder. This is usually something like /usr/lib/eclipse in *nix, or C:/Program Files/Eclipse-SDK on Windows. Then %ECLIPSE%/plugins/org.apache.ant_1.6.2/lib and select the following three files:

ant-apache-log4j.jar
ant-commons-logging.jar
ant-javamail.jar

Once this is all done eclipse should be setup

* Notes: I had a series of errors appear during compile. Apparently there are two versions of build.properties in the source package. Make sure you overwrite all files when you extract the source package. I also got a strange error related to

%JBILLING%/server/jbilling/deploy/jbossweb-tomcat50.sar/ROOT.war

and had to remove the directory manually. As usual, YMMV

Submitted by cocoy on Tue, 2006-09-12 19:16.

Hi,

I been doing some testing my JBossIDE in my linux box
Using JBossIDE(includes Eclipse3.2)

I might missed something on the way, so please beware :)

JBilling project using JBOSS IDE:
-------------------------------
1. Download jbilling server and source(via svn command)

2. Open New Project-> J2EE1.4 Project -> Click Next
a. Project name type jbilling
b. Location: browse your jbilling directory.
ex. /home/cocoy/sf/jbilling
c. Click Next, then click Finish.

3. On Properties-> Builders -> Uncheck Validation
(I've unchecked this to skip html/xml/jsp validations)
a. Click new builder -> choose Ant -> type jbilling_builder for Name.
b. Browse workspace, find src/build.xml
c. Set the ANT Targets for clean, build etc.
d. click OK.
e. On Builders -> choose jbilling_builder -> click Move Up
f. Click ok.

4. Click Project-> Build All.

JBoss Server inside JBOSS IDE:
-----------------------------
1. Click windows-> Customize ->Perspective-> Click ShortCut-> check Server

2. Creating new Server Configurations:
File-> New -> Server -> Choose JBoss Inc -> JBoss3.2
a.) Unique Identifier: Jboss3.2
b.) Jboss home directory: /home/cocoy/sf/jbilling
c.) Click Finish

3. Show JBoss Server View:
Window-> Show Perspective-> Other-> Server-> JBoss Server View

4. Start your jboss inside jbilling,
From your JBoss Server View, Right click JBoss and choose start.

cheers,

cocoy

1 comment

 
yogesh soni wrote 45 weeks 3 days ago

jbilling is not run in eclipse

lot of errors is coming into ecilpse when jbilling filles include into project.

i have followed this ("Setting up your jbilling project with eclipse").

solve this problem .please help me.

Errors are :-

Description Resource Path Location Type
The element 'MediationOrderMap' has not been declared. jbilling-data.dtd /jbilling/src/descriptors/torque line 93 DTD Problem
Tag name (HEAD) uses wrong case character. design.html /jbilling/src/view/layouts line 6 HTML Problem
Undefined attribute name (align). design.html /jbilling/src/view/layouts line 21 HTML Problem
Undefined attribute name (align). design.html /jbilling/src/view/layouts line 24 HTML Problem
Undefined attribute name (align). design.html /jbilling/src/view/layouts line 35 HTML Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" changePasswordBody.jsp /jbilling/src/view/user line 25 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" editBody.jsp /jbilling/src/view/payment line 27 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" forgetPasswordBody.jsp /jbilling/src/view/user line 26 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" formBody.jsp /jbilling/src/view/report line 26 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" genericList.jsp /jbilling/src/view/other line 26 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" initialLeftMenu.jsp /jbilling/src/view/user line 29 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" itemListBody.jsp /jbilling/src/view/order line 27 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" itemListHeader.jsp /jbilling/src/view/order line 27 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" leftBar.jsp /jbilling/src/view/user line 28 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" listBody.jsp /jbilling/src/view/report line 26 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" listEventLogBody.jsp /jbilling/src/view/user line 27 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" listEventsBody.jsp /jbilling/src/view/order line 29 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" listMap.jsp /jbilling/src/view/payment line 29 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" loginBody.jsp /jbilling/src/view/user line 26 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" logoUpload.jsp /jbilling/src/view/invoice line 26 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" orderReviewBody.jsp /jbilling/src/view/order line 25 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" orderReviewHeader.jsp /jbilling/src/view/order line 27 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" orderRightBar.jsp /jbilling/src/view/order line 25 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" processList.jsp /jbilling/src/view/mediation line 27 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" resultBody.jsp /jbilling/src/view/report line 26 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" showBody.jsp /jbilling/src/view/order line 29 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" userList.jsp /jbilling/src/view/report line 26 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" viewAuthorization.jsp /jbilling/src/view/payment line 29 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" viewBlacklistBody.jsp /jbilling/src/view/user line 27 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" viewBody.jsp /jbilling/src/view/invoice line 29 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" viewBody.jsp /jbilling/src/view/payment line 29 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" viewBody.jsp /jbilling/src/view/process line 29 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" viewConfigurationBody.jsp /jbilling/src/view/process line 30 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" viewContactBody.jsp /jbilling/src/view/user line 26 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" viewCreditCardBody.jsp /jbilling/src/view/user line 29 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" viewLeftBar.jsp /jbilling/src/view/invoice line 29 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" viewLeftBar.jsp /jbilling/src/view/payment line 29 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c-rt.tld" viewReviewTop.jsp /jbilling/src/view/process line 29 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/c.tld" viewConfigurationBody.jsp /jbilling/src/view/process line 29 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" achEditBody.jsp /jbilling/src/view/user line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" ageing.jsp /jbilling/src/view/system line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" ageingEdit.jsp /jbilling/src/view/system line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" apply.jsp /jbilling/src/view/payment line 22 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" applyBody.jsp /jbilling/src/view/payment line 22 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" applyConfirmTop.jsp /jbilling/src/view/order line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" applyInvoiceList.jsp /jbilling/src/view/order line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" applyTop.jsp /jbilling/src/view/payment line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" blacklistUpload.jsp /jbilling/src/view/system line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" branding.jsp /jbilling/src/view/system line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" brandingEdit.jsp /jbilling/src/view/system line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" changePasswordBody.jsp /jbilling/src/view/user line 21 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" configurationEdit.jsp /jbilling/src/view/mediation line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" confirmDelete.jsp /jbilling/src/view/user line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" confirmDeleteBody.jsp /jbilling/src/view/user line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" confirmStatusBody.jsp /jbilling/src/view/order line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" create.jsp /jbilling/src/view/payment line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" create.jsp /jbilling/src/view/user line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" createBody.jsp /jbilling/src/view/user line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" createBodyTop.jsp /jbilling/src/view/payment line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" createCustomer_selBodyTop.jsp /jbilling/src/view/order line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" createFromOrder.jsp /jbilling/src/view/payment line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" createFromOrderTop.jsp /jbilling/src/view/payment line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" createRefundTop.jsp /jbilling/src/view/payment line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" creditCardEditBody.jsp /jbilling/src/view/user line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" currency.jsp /jbilling/src/view/system line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" currencyEdit.jsp /jbilling/src/view/system line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" customerSelect.jsp /jbilling/src/view/payment line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" deleteBody.jsp /jbilling/src/view/report line 25 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" displaySelected.jsp /jbilling/src/view/invoice line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" displaySelected.jsp /jbilling/src/view/payment line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" displaySelected.jsp /jbilling/src/view/user line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" download.jsp /jbilling/src/view/invoice line 22 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" downloadFile.jsp /jbilling/src/view/invoice line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" downloadForm.jsp /jbilling/src/view/invoice line 24 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" dynamicLeftMenu.jsp /jbilling/src/view/common line 24 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" dynamicMainMenu.jsp /jbilling/src/view/common line 24 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" dynamicSecondMenu.jsp /jbilling/src/view/common line 24 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" editBody.jsp /jbilling/src/view/item line 24 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" editBody.jsp /jbilling/src/view/order line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" editBody.jsp /jbilling/src/view/payment line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" editBody.jsp /jbilling/src/view/user line 22 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" editBodyHeader.jsp /jbilling/src/view/order line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" editBodyTop.jsp /jbilling/src/view/user line 22 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" editContactBody.jsp /jbilling/src/view/user line 22 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" editParameter.jsp /jbilling/src/view/task line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" editParameterBody.jsp /jbilling/src/view/task line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" editTextBody.jsp /jbilling/src/view/notification line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" editTypeBody.jsp /jbilling/src/view/item line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" emailsBody.jsp /jbilling/src/view/notification line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" enterCustomerSelectionTop.jsp /jbilling/src/view/payment line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" enterLeftMenu.jsp /jbilling/src/view/payment line 24 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" error.jsp /jbilling/src/view/other line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" footer.jsp /jbilling/src/view/common line 22 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" forgetPasswordBody.jsp /jbilling/src/view/user line 22 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" formBody.jsp /jbilling/src/view/report line 22 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" genericList.jsp /jbilling/src/view/other line 24 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" initialBody.jsp /jbilling/src/view/user line 22 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" initialLeftMenu.jsp /jbilling/src/view/user line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" itemListBody.jsp /jbilling/src/view/order line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" itemListHeader.jsp /jbilling/src/view/order line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" leftBar.jsp /jbilling/src/view/user line 22 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" listBody.jsp /jbilling/src/view/report line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" listBodyTop.jsp /jbilling/src/view/user line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" listEventLogBody.jsp /jbilling/src/view/user line 23 JSP Problem
Can not find the tag library descriptor for "/WEB-INF/struts-bean.tld" listEventsBody.jsp /jbilling/src/view/order line 23 JSP Problem
TODO Auto-generated method stub Main.java /jbilling/appClientModule line 4 Java Task
cvc-complex-type.2.3: Element 'web-app' cannot have character [children], because the type's content type is element-only. web.xml /jbilling/src/descriptors/web line 25 XML Problem
cvc-complex-type.2.4.a: Invalid content was found starting with element 'display-name'. One of '{"http://java.sun.com/xml/ns/javaee":servlet-class, "http://java.sun.com/xml/ns/javaee":jsp-file}' is expected. web.xml /jbilling/src/descriptors/web line 144 XML Problem
cvc-complex-type.2.4.a: Invalid content was found starting with element 'taglib'. One of '{"http://java.sun.com/xml/ns/javaee":description, "http://java.sun.com/xml/ns/javaee":display-name, "http://java.sun.com/xml/ns/javaee":icon, "http://java.sun.com/xml/ns/javaee":distributable, "http://java.sun.com/xml/ns/javaee":context-param, "http://java.sun.com/xml/ns/javaee":filter, "http://java.sun.com/xml/ns/javaee":filter-mapping, "http://java.sun.com/xml/ns/javaee":listener, "http://java.sun.com/xml/ns/javaee":servlet, "http://java.sun.com/xml/ns/javaee":servlet-mapping, "http://java.sun.com/xml/ns/javaee":session-config, "http://java.sun.com/xml/ns/javaee":mime-mapping, "http://java.sun.com/xml/ns/javaee":welcome-file-list, "http://java.sun.com/xml/ns/javaee":error-page, "http://java.sun.com/xml/ns/javaee":jsp-config, "http://java.sun.com/xml/ns/javaee":security-constraint, "http://java.sun.com/xml/ns/javaee":login-config, "http://java.sun.com/xml/ns/javaee":security-role, "http://java.sun.com/xml/ns/javaee":env-entry, "http://java.sun.com/xml/ns/javaee":ejb-ref, "http://java.sun.com/xml/ns/javaee":ejb-local-ref, "http://java.sun.com/xml/ns/javaee":service-ref, "http://java.sun.com/xml/ns/javaee":resource-ref, "http://java.sun.com/xml/ns/javaee":resource-env-ref, "http://java.sun.com/xml/ns/javaee":message-destination-ref, "http://java.sun.com/xml/ns/javaee":persistence-context-ref, "http://java.sun.com/xml/ns/javaee":persistence-unit-ref, "http://java.sun.com/xml/ns/javaee":post-construct, "http://java.sun.com/xml/ns/javaee":pre-destroy, "http://java.sun.com/xml/ns/javaee":message-destination, "http://java.sun.com/xml/ns/javaee":locale-encoding-mapping-list}' is expected. web.xml /jbilling/src/descriptors/web line 231 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. billing.xml /jbilling/conf/Catalina/localhost line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. build.xml /jbilling/src line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. build.xml /jbilling/webapps/ROOT line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. catalina-tasks.xml /jbilling/bin line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. context.xml /jbilling/conf line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. context.xml /jbilling/webapps/host-manager/META-INF line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. context.xml /jbilling/webapps/manager/META-INF line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. custom_nodetypes.xml /jbilling/bin/repository/repository/nodetypes line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. ehcache.xml /jbilling/conf line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. ehcache.xml /jbilling/src/descriptors/resources line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. host-manager.xml /jbilling/conf/Catalina/localhost line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. manager.xml /jbilling/conf/Catalina/localhost line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. manager.xml /jbilling/webapps/host-manager line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. rules-generator-config.xml /jbilling/src/descriptors/rules line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. server.xml /jbilling/conf line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. tomcat-users.xml /jbilling/conf line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. workspace.xml /jbilling/bin/repository/workspaces/default line 1 XML Problem
No grammar constraints (DTD or XML schema) detected for the document. xform.xsl /jbilling/webapps/manager line 1 XML Problem
The file cannot be validated as the host "jbilling-data.dtd" is currently unreachable. jbilling-data.xml /jbilling/src/descriptors/torque line 21 XML Problem
The file cannot be validated as the XML definition "C:\Users\Vinod\newWorkspace\jbilling\conf\log4j.dtd (The system cannot find the file specified)" that is specified as describing the syntax of the file cannot be located. log4j.xml /jbilling/conf line 2 XML Problem
The file cannot be validated as the XML definition "C:\Users\Vinod\newWorkspace\jbilling\src\descriptors\resources\log4j.dtd (The system cannot find the file specified)" that is specified as describing the syntax of the file cannot be located. log4j.xml /jbilling/src/descriptors/resources line 2 XML Problem

Please register or login to post a comment.