Barry,
Did you need any changes in Axis2?
-- dims
On 1/11/07, Barry Atkins <[EMAIL PROTECTED]> wrote:
I have the muse 2.1 codebase now running on J2ME/FP using IBM's J9 for
Windows. I will shortly have the muse 2.2 codebase running.
These are the major changes to the codebase :
1. Created OSGi Bundle muse.net containing URI & supporting classes from
Harmony. Added this dependancy to each bundle that requires URI
2. Replaced java.util.logging methods with Equinox logging service
(org.eclipse.equinox.log_1.0.0.v20060601a.jar).
3. Wired dependancies onto org.apache.xerces for DOM implementation.
4. Compile against ee.foundation.jar to ensure J2ME compliance (I have been
using SUN's 1.4.2_04 JDK)
The following is added to each pom.xml :
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArguments>
<verbose />
<bootclasspath>C:\projects\FoundationProfile\ee.foundation.jar</bootclasspath>
</compilerArguments>
</configuration>
</plugin>
</plugins>
</build>
5. Added a couple of string functions to muse-util - split(),
replaceFirst(), replaceAll()
6. serveral addtions to the muse-osgi-soa-mini plugin - added
META-INF/services (from muse-osgi-soa-axis2)
7. Other house keep tasks to be done - packaging, targeted build/deploy etc.
There are a couple more API's that I have stubbed out - usage of regular
expressions (java.util.regex.*) in wsdlutils, and others.
regards,
Barry
--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]