Oracle 10g is supported and there are no major problems that I know about.  
There's two open issues that I know of or can find, both just having to deal 
with the sample applications.  These aren't really general Flex issues with 
Oracle and only show up with how we are doing things in some sample 
applications:
        
1. Bug 89489, WSDL load error with sample app.  Here's the associated release 
notes in the bug that I assume were already released somewhere:
"Oracle 9.0.4 will give "Could not load WSDL" errors when running most samples. 
This is due to an issue with Axis and Oracle's XML parsing library. This issue 
will not cause problems outside of samples.war. There are two ways to work 
around this issue:
1. Use Oracle 9.0.3
2. Take the xmlparserv2.jar from 9.0.3 and use it in 9.0.4. This jar can be 
found in the root lib directory of 9.0.3. The jar should then be placed in 
either the root lib directory of 9.0.4."

2. Bug 105331, classloader issue with sample app.  Here's the associated 
release notes in the bug that I assume were already released somewhere:

Currently, the FlexStore sample application will not run out of the box on 
Oracle 10g. If you try to call the FlexStore sample application from a web 
browser, the FlexStore app will start loading and then you will get an alert 
dialog that says "java.lang.NullPointerException". If you look in the server 
console log, you will also see an error that says 
"java.net.MalformedURLException". This is due to a problem with one of the web 
services used by the sample application. To workaround this problem, you need 
to modify the source to the web service and then recompile it. Underneath the 
flex samples web application, open the file 
WEB-INF\classes\samples\contacts\Contacts.java. Change the line in the 
getDocument() method that says
doc = builder.parse(fileURL.getFile());
to
doc = builder.parse(new File(fileURL.getFile()));
You then need to recompile the web service by running "javac 
samples\flexstore\Catalog.java" from the WEB-INF\classes directory and restart 
the appserver. The reason for this change is because calling 
Classloader.getResource() on Oracle 10g returns a URL with a leading "/" and 
the URL needs to be normalized before passing it to the parser. 

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jeeflex
Sent: Saturday, July 30, 2005 4:14 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex on Oracle App Server Issues

Hi All,

This is my first post on flexcoders. Question- Is there any know
issues or bugs while using Flex on Oracle App Server( 10g )? . Is
there any internal bugs reported my Macromedia ? . Looking forward to
get some replies. 

Thanks, 

Sean





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12h8ee4mp/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1122847425/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to