Re: Sun Java Application Server 9

2007-07-19 Thread Khurram Ahmed
Although i haven't used MyFaces with SJES, but i do have the experience of playing with the MyFaces on other App servers. Usually this kind of a behavior can be overcome by changing the class loading schemes of the application server from top down to bottom up. Or in other words you need to

Re: Websphere 6.0 page navigation problem

2005-12-22 Thread Khurram Ahmed
. Burroughs III Khurram Ahmed [EMAIL PROTECTED] 12/21/2005 10:30 AM Please respond to MyFaces Discussion To: MyFaces Discussion users@myfaces.apache.org cc: bcc: Subject: Re: Websphere 6.0 page navigation problem ok for those interested i found

Re: Websphere 6.0 page navigation problem

2005-12-21 Thread Khurram Ahmed
to the faces servlet in my web.xml to org.apache.myfaces.webapp.MyFacesServlet and that fixed the problem for the time being, however, i am intrigued about the reasons for parent last class loading not working...since theoretically that should work. On 12/21/05, Khurram Ahmed [EMAIL PROTECTED] wrote: ive

Re: Websphere 6.0 page navigation problem

2005-12-20 Thread Khurram Ahmed
the problem in your test environment. Hope this helps cheers Fabio Khurram Ahmed wrote: MyFaces version: 1.1.1 Tomact version: 5.0.27 I have an application that was developed on tomcat 5.0.27 that refuses to work properly on websphere 6.0 i am able to access the opening page

Websphere 6.0 page navigation problem

2005-12-19 Thread Khurram Ahmed
MyFaces version: 1.1.1 Tomact version: 5.0.27 I have an application that was developed on tomcat 5.0.27 that refuses to work properly on websphere 6.0 i am able to access the opening page after logging however any subsequent attempts at navigation through a link menu in the application generates

Re: Websphere 6.0 page navigation problem

2005-12-19 Thread Khurram Ahmed
I am also getting the following error in the server log SRVE0068E: Could not invoke the service() method on servlet action. Exception thrown : java.lang.NullPointerException at com.ibm.websphere.product.WASProduct.listFileNames(WASProduct.java:2251) at

UnupportedOperationExcaption

2005-12-10 Thread Khurram Ahmed
MyFaces version 1.1.1 Nightly build = 6-Dec-2005 Application Server = Oracle Application Server 10.1.2.0.2 Servlet Container = OC4J J2EE version = 1.3 I am getting the following error while running my application.

Re: UnupportedOperationExcaption

2005-12-10 Thread Khurram Ahmed
implementation of MyFaces in the future.FYI, the RI implementation has the same behaviour, so you should notuse this method now...Regards,Bruno2005/12/10, Khurram Ahmed [EMAIL PROTECTED] : MyFaces version 1.1.1Nightly build = 6-Dec-2005Application Server = Oracle Application Server 10.1.2.0.2Servlet

Re: Value is not a valid option

2005-12-07 Thread Khurram Ahmed
Ok i didnt open a jira issue yet but i found out a work around the hard way, i read the discussion on the mailing list just prior to fixing this particular bug and it turned out that it had something to do with the behavior of converters which was buggy, so i removed all converters from the

Re: Value is not a valid option

2005-12-07 Thread Khurram Ahmed
No the problem wasnt fixed i had to alter my code base to not use converters in myfaces which are the root of the problem.

Re: Value is not a valid option

2005-12-06 Thread Khurram Ahmed
I downloaded the latest myfaces nightly build that of 6th December 2005 and the problem still persists. Any solutions or workarounds? Lack of any stack traces is making it infuriatingly difficult to even track the bug.

Value is not a valid option

2005-12-05 Thread Khurram Ahmed
We have developed an application using myfaces 1.0.9, however due to some critical bugs in 1.0.9 we were forced to upgrade to myfaces 1.1.0 with the same code base that was working with the previous version of myfaces 1.0.9. This was when we ran into the Value is not a valid option bug on a page

Re: MyFaces Deployment on jsp 1.2 complaint containers and %@ page isELIgnored=false % tag complaince

2005-11-17 Thread Khurram Ahmed
Any answer, i am in a fix and still unable to decipher the situation, any help in this regard would be greatly appreciated On 11/16/05, Khurram Ahmed [EMAIL PROTECTED] wrote: According to the following http://myfaces.apache.org/gettingstarted.html If you are using a JSP 1.2 container like Tomcat

MyFaces Deployment on jsp 1.2 complaint containers and %@ page isELIgnored=false % tag complaince

2005-11-16 Thread Khurram Ahmed
According to the following http://myfaces.apache.org/gettingstarted.html If you are using a JSP 1.2 container like Tomcat 4 you must also copy the file jsp-2.0.jar to your WEB-INF/lib dir. Does adding the above jar allow us to set %@ page isELIgnored=false % tags (part of jsp 2.0 specification)

Re: OC4J deployment problems

2005-11-16 Thread Khurram Ahmed
On 11/16/05, Khurram Ahmed [EMAIL PROTECTED] wrote: Has anyone been able to deploy MyFaces applications on OC4J..if yes could you help outline the steps followed? I am trying to deploy a MYFaces 1.1.0 application on oracle application server 10.1.2.0.2which uses OC4J as its container and am

java.lang.NoSuchMethodError org.apache.myfaces.util.ClassUtils.getResources(Ljava/lang/String;Ljava/lang/Object;)Ljava/util/Iterator

2005-11-15 Thread Khurram Ahmed
I am unable to deploy a myfaces 1.1.0 application on oracle application server 10.1.2.0.2 and am getting the following error during deployment. The same application works fine on tomcat 5.0.27. I will like to add that due to previous errors instead of using javax.faces.webapp.FacesServlet as my

OC4J deployment problems

2005-11-15 Thread Khurram Ahmed
Has anyone been able to deploy MyFaces applications on OC4J..if yes could you help outline the steps followed? I am trying to deploy a MYFaces 1.1.0 application on oracle application server 10.1.2.0.2 which uses OC4J as its container and am running into the following error Failed to

Re: java.lang.IllegalStateException: org.apache.myfaces.webapp.webxml.WebXml.init must be called before!

2005-11-10 Thread Khurram Ahmed
Well ive already configured the StartupServletContextListener that isnt the problem, id also like to add that ive posted to this mailing list after looking around for all possible answers to the question that i could come up with on my own or on google On 11/10/05, Martin van den Bemt [EMAIL

java.lang.IllegalStateException: org.apache.myfaces.webapp.webxml.WebXml.init must be called before!

2005-11-10 Thread Khurram Ahmed
I have developed an application using my faces version 1.0.9 using tomcat as my servlet container, i was able to deploy the application on Oracle Application Server 10.1.3 Developer preview 4, however i am unable to run the same application on oracle application server 10.1.2.0.2 and encounter the

Re: java.lang.IllegalStateException: org.apache.myfaces.webapp.webxml.WebXml.init must be called before!

2005-11-10 Thread Khurram Ahmed
I am finally able to see the index page of the application however i get the following error on clicking the button that would send data to the database at the back javax.faces.FacesException: ContentTypeList does not contain a supported content type: application/x-www-form-urlencoded at

java.lang.IllegalStateException: org.apache.myfaces.webapp.webxml.WebXml.init must be called before!

2005-11-09 Thread Khurram Ahmed
I have developed an application using my faces version 1.0.9 using tomcat as my servlet container, i was able to deploy the application on Oracle Application Server 10.1.3 Developer preview 4, however i am unable to run the same application on oracle application server 10.1.2.0.2 and encounter the