Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [higgins-dev] Can someone try this deployment?

Thanks Jeesmon!

On #1, deployment.idas.basic doesn't have any direct dependency on axiom-api-1.2.jar.  The error points at BasicIdAS.java line 102.  That line in my project looks like this:
handler.configure(null)
handler is a org.eclipse.higgins.configuration.xml.ConfigurationHandler

So I don't understand that error.  Also, it works for me.  :(

On #3, this will be an issue until we come to a consensus on how to deal with these.  I still don't know enough about Orbit to know how to integrate it into an existing higgins project.  I'll keep reading.

Jim
 
>>> Jeesmon Jacob <JJacob@xxxxxxxxxxxxx> 10/11/07 4:10 PM >>> 
#2 was because of the corrupted jar file that I downloaded. Jim helped me to get the right one and eclipse IDE showed no errors. Thanks Jim.

From: higgins-dev-bounces@xxxxxxxxxxx [mailto:higgins-dev-bounces@xxxxxxxxxxx] On Behalf Of Jeesmon Jacob
Sent: Thursday, October 11, 2007 11:26 AM
To: Higgins (Trust Framework) Project developer discussions
Subject: RE: [higgins-dev] Can someone try this deployment?

Jim,

I tested IdAS deployment with Java LDAP Server and it worked great.

I noticed the following issues in setting up projects in eclipse IDE.


1.       deployment.idas.basic project is missing axiom-api-1.2.jar in the .classpath. I was getting the following errors in problems window. The problem went away after I added axiom-api-1.2.jar to classpath.



The project was not built since its build path is incomplete. Cannot find the class file for org.apache.axiom.om.OMElement. Fix the build path then try building this project                       deployment.idas.basic Unknown            1192115449240  1503

The type org.apache.axiom.om.OMElement cannot be resolved. It is indirectly referenced from required .class files       deployment.idas.basic/src/org/eclipse/higgins/deployment/idas/basic              BasicIdAS.java   line 102                1192115449240  1504


2.       If I use openxdas-0.5.257.jar (as in .classpath) for org.eclipse.higgins.idas.cp.jndi project I was getting lot of errors in problems window. But the issues were gone if I use openxdas-0.3.192.jar

3.       I still had to download and copy 3rd party libs to lib/ folder for all projects other than deployment.idas.basic. Only deployment.idas.basic currently using dependencies.redistributable

-Jeesmon
From: higgins-dev-bounces@xxxxxxxxxxx [mailto:higgins-dev-bounces@xxxxxxxxxxx] On Behalf Of Markus Sabadello
Sent: Thursday, October 11, 2007 6:38 AM
To: Higgins (Trust Framework) Project developer discussions
Subject: Re: [higgins-dev] Can someone try this deployment?

Jim,

This deployment with an LDAP server is EXACTLY what I need for a little project I am going to do within the next 1-2 weeks. I'll follow your instructions on that page and then let you know how it worked out.

Markus
On 10/11/07, Jim Sermersheim <jimse@xxxxxxxxxx<mailto:jimse@xxxxxxxxxx>> wrote:
Can someone test the deployment at http://wiki.eclipse.org/IdAS_Basic_Deployment?

I'm looking for feedback both on the presentation of the wiki page as well as whether it all works.  It should be trivial if using the Eclipse IDE.  There are no command-line instructions yet.

I'll be your best friend if you try it and give feedback :)

Jim


_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx <mailto:higgins-dev@xxxxxxxxxxx>
https://dev.eclipse.org/mailman/listinfo/higgins-dev




Back to the top