Hi Sebastien,
For each of the URLs you listed I received the same error output as before. It complains of
org.libresource.membership.MembershipServiceException: Error in getProfile : Error in systemGetProfile : The pk fields has not been initialized the ejbCreate method of the bean Node
org.libresource.membership.ejb.MembershipServiceBean.getProfile(MembershipServiceBean.java:922)
Does this mean that a primary key field does not exist in the database? Or that the Java Bean is not initializing the variable? Or something else?