Is there a document on deploying OBD on glassfish? Not sure if I did it correctly, but, I simply added it as an application and pointed it to the root context. and It works. I also have another app on the same GF server that is just a bunch of java webservices. using GF 2.1 and OBD 1.1 war.
I'm looking at the posibility of migrating a very large CF app running on adobe CF 7 over to OBD and having some wierdness with adding and calling webservices from OBD. - In the admin, I added some webservices that point to another application running on the same glassfish instance. I can view the wsdls and ODB says it added them. However, I noticed that the name was all lower case. I thought that might be part of the calling them error, so... - I edited the bd.xml file by hand to make them case specific, but after I restarted the GF server and went to the webservices page in OBD admin, I would get an error that there were no webservices. I looked at the bd.xml.. all the services where there, except the wsdl urls where now missing. strange. so... - I edited the webservices.cfc in the admin api to not lowercase the name and re-added all the services. they appear to be correct and I can see the wsdl just fine. - now I get an error trying to call through cfinvoke one of these java services. 1. am I missing something on the deployment of OBD to GF? 2. could there be an issue with OBD being able to see the services on the same appication server calling through cfinvoke? The entry in the admin is http://localhost/wsappname/......wsdl which it sees or atleast updates in the admin correctly. there is an entry in the host file to know that 127.0.0.1 points to localhost.. in case that was an issue. 3. i've double checked all the entrys an they seem correct. 4. using IIS and adobe CF then calling the webservices on the GF server (same box different port) works just fine. I could try the other app servers and combos, but putting everything on GF makes it easlier all around for me. scratchin my head at this point... any help here would be much appreciated. Thanks. Shane --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
