Hi people!
We have a custom webservices which use DFC (they also use DFS) to connect with the repository. Now we have these WS deployed in a jboss EAP 5.1 and we use DFC 6.7. We are planning to move to a 7.2 environment and this include the migration from jboss 5.1 to 6.3.
In the new machine I have installed DFC 7.2 client and java 7, The problem is that when I deploy our custom webservices an exception is launched. It is the typical ClassNotFound exception, the class is DfException. It seems like it could not find the dfc.jar.
In our jboss 5.1 environment the dfc.jar was in the system classpath. Jboss 5.1 used the classpath and all worked fine.
But in this new environment jboss 6.3 doesn't use neither classpath nor jboss_classpath, so... How can I configure jboss in order to find the dfc.jar and dfc.properties?
Thanks!