-
as seen on Server Fault
- Search for 'Server Fault'
Greetings all.
I apologise for posting this problem here, but I do so in desperation after receiving no response on the SugarCRM forums. Even if a reader is unfamiliar with ZuckerReports or SugarCRM some general advice on Java may be of use to me.
I have installed ZuckerReports v1.12 in SugarCRM…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
With the following code:
private Document transformDoc(Source source) throws TransformerException, IOException {
Transformer xslTransformer =
TransformerFactory.newInstance().newTransformer(new StreamSource(pdfTransformXslt.getInputStream()));
xslTransformer.setParameter("http://apache…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In my servlet , I m using Tomcat 5.0 and JRE is 1.5.0 but it is giving error when I click on the URL .
As when I created a war file of my project and deployed in tomcat than it is working fine . It means that only problem with my eclipse configuration
ERROR IS : -
Apr 5, 2010 3:20:22 PM org.apache…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am getting this error:
java.lang.NoSuchMethodError: javax.persistence.OneToMany.orphanRemoval()Z
These are the jars in my classpath:
com.sun.faces/jsf-api/jars/jsf-api-2.0.0.jar
com.sun.faces/jsf-impl/jars/jsf-impl-2.0.0.jar
org.apache.myfaces.orchestra/myfaces-orchestra-core20/jars/myfaces-orchestra-core20-1…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am getting this error:
java.lang.NoSuchMethodError: javax.persistence.OneToMany.orphanRemoval()Z
These are the jars in my classpath:
com.sun.faces/jsf-api/jars/jsf-api-2.0.0.jar
com.sun.faces/jsf-impl/jars/jsf-impl-2.0.0.jar
org.apache.myfaces.orchestra/myfaces-orchestra-core20/jars/myfaces-orchestra-core20-1…
>>> More