|
From: Johan E. <ejb...@pr...> - 2014-02-10 13:21:24
|
Some path in JBoss has probably changed compared to what is defined in ejbca/modules/build-properties.xml. Look for the section where "lib.jsf.classpath.files" is defined. Best Regards, Johan 2014-02-07 09:17, giampaolo darelli skrev: > > Hello everyone, > First my software versions: > > Apache Ant version 1.7.1 compiled on April 26 2010 > Red Hat Enterprise Linux Server release 6.4 (Santiago) > java version "1.6.0_45" (with jce) > Jboss 5.1.2 > > an extract of ejbca.properties: > appserver.home=/app/apo/jboss > > appserver.type=jboss > ejbca.productionmode=false > jboss.config=all > > I've already used ejbca with jboss 5.1.0 withouth problem, now i'm > installing it > on jboss 5.1.2 and i've got this error with ejbca during ant bootstrap: > > > compile: > [javac] Compiling 94 source files to > /app/apo/ejbca_4_0_16/modules/admin-gui/build/WEB-INF/classes > [javac] > /app/apo/ejbca_4_0_16/modules/admin-gui/src/org/ejbca/ui/web/admin/BaseManagedBean.java:22: > package javax.faces.application does not exist > [javac] import javax.faces.application.FacesMessage; > [javac] ^ > [javac] > /app/apo/ejbca_4_0_16/modules/admin-gui/src/org/ejbca/ui/web/admin/BaseManagedBean.java:23: > package javax.faces.context does not exist > [javac] import javax.faces.context.FacesContext; > [javac] ^ > [javac] > /app/apo/ejbca_4_0_16/modules/admin-gui/src/org/ejbca/ui/web/admin/LegalCharsValidator.java:16: > package javax.faces.application does not exist > [javac] import javax.faces.application.FacesMessage; > [javac] ^ > [javac] > /app/apo/ejbca_4_0_16/modules/admin-gui/src/org/ejbca/ui/web/admin/LegalCharsValidator.java:17: > package javax.faces.component does not exist > [javac] import javax.faces.component.UIComponent; > [javac] ^ > > > any hint? > Best Regards, > Giampaolo Darelli > > > > > ------------------------------------------------------------------------------ > Managing the Performance of Cloud-Based Applications > Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. > Read the Whitepaper. > http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk > > > > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > |