[flexcoders] Re: How does Flex Builder validate a BlazeDS/LCDS J2EE project?

2008-12-21 Thread Michael Slinn
Filed as http://bugs.adobe.com/jira/browse/FB-16422

[flexcoders] Re: How does Flex Builder validate a BlazeDS/LCDS J2EE project?

2008-12-17 Thread cornelcreanga
I've tested now the button validate location from Flex Server - yes it seems broken, I think you should fill a bug.

[flexcoders] Re: How does Flex Builder validate a BlazeDS/LCDS J2EE project?

2008-12-16 Thread cornelcreanga
The code does the following things: 1)Check if the server root exists 2)Check if services.xml or flex-config.xml exists 3)Creates a temporary file and checks for it with a GET command on the server port.

[flexcoders] Re: How does Flex Builder validate a BlazeDS/LCDS J2EE project?

2008-12-16 Thread Michael Slinn
Cornel, Thanks for confirming my suspicions. I realized I was checking the wrong directory for disk activity. Flex Builder does not probe the Root Folder that Flex Builder presents in Project Properties / Flex Server, it probes the deployment folder, which resides in the workspace. My test