Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [corona-dev] Corona M5 Jar Requirements

Glenn,
We had to modify some of the manifests, because some imports and/or exports didn't work at our machines. The same had Piotr. Some examples:

org.apache.axis2:
import: javax.wsdl.extensions.schema is unresolved
javax.xml.stream, javax.xml.stream.events, javax.xml.stream.util were both exported and imported; import was unresolved; the packages are inside the jars. lib/commons-codec-1.3.jar wasn't in class path, which prevented PCX from working

org.apache.tuscany.sdo:
We probably have a different version of tuscany.jar (it wasn't at build server) and there is no org.apache.tuscany.sdo.util.resource package.

Should I commit my changes?

In addition it turned out that run definitions didn't work at my computer. It caused some exceptions that the workbench didn't start. It took me a while to track that this was the problem.

Marcin


Everitt, Glenn napisaƂ(a):

Corona requires JDK 5.x

http://java.sun.com/javase/downloads/index.jsp

Make sure that your Eclipse IDE contains the plugins

org.eclipse.equinox.osgi

org.eclipse.core.resources

org.eclipse.core.resources.win32

org.eclipse.core.runtime.compatibility.registry

http://download.eclipse.org/eclipse/equinox/drops/R-3.2-200606291905/index.php

org.eclipse.equinox.http

org.eclipse.equinox.event

org.eclipse.osgi.services

Not sure if this is required and not sure if it comes with base Eclipse 3.2

org.eclipse.core.runtime.compatibility.registry

From WTP you need:

org.wsdl4j

You also need these Apache items copied into the project directories for building corona

./muse-osgi-soa-core/lib:

muse-osgi-soa-core-2.0.0.jar

./org.apache.axis2/lib:

activation-1.1.jar

annogen-0.1.0.jar

axiom-api-SNAPSHOT.jar

axiom-impl-SNAPSHOT.jar

axis2-adb-SNAPSHOT.jar

axis2-java2wsdl-SNAPSHOT.jar

axis2-kernel-SNAPSHOT.jar

axis2-saaj-SNAPSHOT.jar

commons-codec-1.3.jar

commons-httpclient-3.0.1.jar

mail-1.4.jar

neethi-SNAPSHOT.jar

stax-api-1.0.1.jar

stax-utils-20060915.jar

wstx-asl-2.9.3.jar

XmlSchema-SNAPSHOT.jar

./org.apache.axis2.codegen/lib:

axis2-codegen-SNAPSHOT.jar

./org.apache.axis2.security.tokenserver/lib:

axis2-rahas-SNAPSHOT.jar

./org.apache.ws.security/lib:

axis2-security-SNAPSHOT.jar

wss4j-SNAPSHOT.jar

xmlsec-1.3.0.jar

./org.eclipse.corona.repository.derby/lib:

derbyclient.jar

derby.jar

derbyLocale_de_DE.jar

derbyLocale_es.jar

derbyLocale_fr.jar

derbyLocale_it.jar

derbyLocale_ja_JP.jar

derbyLocale_ko_KR.jar

derbyLocale_pt_BR.jar

derbyLocale_zh_CN.jar

derbyLocale_zh_TW.jar

derbynet.jar

derbyTesting.jar

derbytools.jar

derby.war

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

------------------------------------------------------------------------

_______________________________________________
corona-dev mailing list
corona-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/corona-dev
The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

Back to the top