Expand my Community achievements bar.

Flex 2, FDS and Life Cycle

Avatar

Former Community Member
Can LiveCycle Data Services ES be used with Flex Builder 2?
(the new version of FDS)



I've copied the sample code from the Adobe Chat sample, made
a new project and get the error...



"Unexpected attribute 'url' found in 'endpoint' from file:
services-config.xml"



When I try to run the app (from within the IDE) I get a
browser appear with this...



404

/flex/Chat2/bin/Chat2.html



java.io.FileNotFoundException: /flex/Chat2/bin/Chat2.html

at
jrun.servlet.file.FileServlet.service(FileServlet.java:349)

at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)

at
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)

at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:259)

at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)

at
jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)

at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)

at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)



There's nothing in the bin directory if that helps - I
created a "Chat2" project and then imported the files.



...any ideas please? I feel like I'm going round in circles
on this.



Thanks for any help,



Richard

3 Replies

Avatar

Level 2
I got the same "Unexpected attribute 'url' found in
'endpoint' from file: services-config.xml" error.

To resolve it you have to install the adobe Flex 2.0.1 Hotfix
2, that fixed the error.

By the way LCDS it's just FDS 2.51, but they changed the
name, it really doesn't matter...

Here's the link for Flex 2.0.1 Hotfix 2:
http://www.adobe.com/support/flex/ts/documents/flex2_hf2/FB2_Hotfix2_Installer_Win.exe

That's the Hotfix 2 updater installer but if you want only
the fixer, not all the updater installer, check on
http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402000
...but I resolved the problem using the full installer...


Avatar

Former Community Member
Ok, thanks for your help.



I think that has helped but I can't get the files to build
into the bin directory - which I think is the problem now. I've
tried forcing a build but it won't produce anything, any ideas?



Thanks,



Richard

Avatar

Level 2
The editable files always get build in the src folder... why
would you want to put them onto the bin folder?

The bin folder is for the result files, the html and the swf
files. Could you explain what are you trying to do?