[jboss-user] [JBoss Seam] - Re: Migrating seam 1.0.1 to 1.2.1 GA

2007-09-27 Thread Jayaranga
Anybody please help me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089544#4089544 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089544 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Seam] - Migrating seam 1.0.1 to 1.2.1 GA

2007-09-27 Thread Jayaranga
Hi all, we were using seam 1.0.1. now we decided to upgrade seam to its newer GA version 1.2.1. we used seam-remoting for ajax functionalities. i have following issues when migrate to 1.2.1GA 1. seam 1.0.1 remoting configuration is different with respect to 1.2.1 eg. | | Seam Remoting

[jboss-user] [JBoss Seam] - Re: Migrating to seam 1.2.1

2007-09-24 Thread Jayaranga
Can anybody help me please.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088249#4088249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088249 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Migrating to seam 1.2.1

2007-09-24 Thread Jayaranga
Hi All, we were using seam 1.0.1 and decided to upgrade seam to version 1.2.1 (since its the latest version on product) i need to keep configurations as follows: jboss : 4.0.5 tomcat : 5.5 jsf : 1.1.6 what i did was : 1. download and copy jboss-seam.jar to my ear 2.place jboss-seam-ui.jar insid

[jboss-user] [JBoss Seam] - Re: Scheduler with seam 1.2.1 throws an IllegalArgumentExcep

2007-09-21 Thread Jayaranga
No, thats the only exception i am getting and , the scheduler doesnt get called. | 2007-09-21 10:50:46,393 ERROR [org.jboss.ejb.txtimer.TimerImpl] Error invoking ejbTimeout: javax.ej | b.EJBException: java.lang.IllegalArgumentException: Could not invoke method by reflection: Object_$$ | _

[jboss-user] [JBoss Seam] - Scheduler with seam 1.2.1 throws an IllegalArgumentException

2007-09-20 Thread Jayaranga
Hi All, Im using seam 1.2.1 on jboss-4.0.5.GA Im trying to create a scheduler using @Asynchronous, which is to be started on application startup here is my code : interface public interface DRAMP_PDMTimeOut { | @Asynchronous | public Timer scheduleMail(@Duration long when, |

[jboss-user] [JBoss Seam] - Re: Remoting callbacks are not recieving

2007-05-02 Thread Jayaranga
I also got the same results. I tried to delay callback method using setTimeout('method',delay) on javascript level, but for me , this solution didnt work. My problem still remains as same. Is there any way to delay callback for some time?? View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: Remoting callbacks are not recieving

2007-04-26 Thread Jayaranga
No errors at the server end, and its successfully executed all the time. yep, i tried with alerts, if i put an alert just after method call, it will executed. but the alert i place as the very first statement on callback method doesnt get executed. but this happens only in some occasions. work

[jboss-user] [JBoss Seam] - Re: Remoting callbacks are not recieving

2007-04-26 Thread Jayaranga
Hello, Can somebody help me regarding the above issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041252#4041252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041252 ___

[jboss-user] [JBoss Seam] - Remoting callbacks are not recieving

2007-04-26 Thread Jayaranga
Hello, Im using seam remoting for my application. and my environment is : seam version 1.0.1 on jboss 4.0.5AS and IE 6 browser. my script calls to user login function, wich generate a remote call using seam as follows | var usersAction = Seam.Component.getInstance('roomsnet_r5_admin_busi

[jboss-user] [JBoss Seam] - No ClassLoaders found for: org.jboss.seam.core.FacesPage

2007-03-15 Thread Jayaranga
Hello, I am upgrading my seam framework from 1.0.1 to 1.1.6. my application works fine with seam 1.0.1 and even deployed in 1.1.6 (server configuration jboss 4.0.5 / tomcat 5.5 / jsf 1.1.4 ) but the application gives errors in loading. server.log -- 2007-03-15 08:45:55

[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

2007-03-12 Thread Jayaranga
Hi, as in http://jira.jboss.com/jira/browse/JBSEAM-700, is it gurenteed that works in any browser?? i am using a seam component marked as @Entity @Name("roomsnet.r5.pojo.portal.TblHotels") and i m using seam 1.0.1 will this be the problem ?? View the original post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

2007-03-12 Thread Jayaranga
sorry, i made a post before your reply. it is there. but somehow missed the line. Seam.Component.register(Seam.Remoting.type.roomsnet$r5$pojo$portal$TblHotels); Seam.Remoting.type.roomsnet_r5_admin_businesslogic_DRAMP_UsersPicksLogicAction = function() { this.__callback = new Object(); Se

[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

2007-03-12 Thread Jayaranga
Hello, The problem is arise when i tried to pass a pojo as a method parameter. if i tried with strings/ null, that error wont come. cant pojo's pass in to a method call as a parameter in IE 6?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027410#4027410 R

[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

2007-03-12 Thread Jayaranga
I posted the contents in my very first post. the page is pretty large. i ll post the javascript function / headers , calling method and the session bean's interface. javascript function/ headers - script src="seam/remoting/resource/remote.js" type="text/javasc

[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

2007-03-12 Thread Jayaranga
I posted the contents in my very first post. the page is pretty large. i ll post the javascript function / headers , calling method and the session bean's interface. javascript function/ headers - script src="seam/remoting/resource/remote.js" type="text/javasc

[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

2007-03-11 Thread Jayaranga
it pops up a file download- security warning dialog. asking do you want to open or save this file.[/img] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027056#4027056 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=402705

[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

2007-03-11 Thread Jayaranga
1. >> var component = Seam.Component.getInstance("roomsnet_r5_admin_businesslogic_DRAMP_UsersPicksLogicAction"); 2. >> alert("object >> "+component ); 3.>>component.addHotelToMyShortlist(hotel , hotelPickDescription ,addedResourceCallback ); 4.>>alert("added ..."); line 1.>> is the comp

[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

2007-03-11 Thread Jayaranga
yes, i know. its comming from the following line. component.addHotelToMyShortlist(hotel , hotelPickDescription ,addedResourceCallback ); again, the 'component' is not null. the line befor this error showing as the component is not null. can you please suggest what to do? is this a seam error

[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

2007-03-08 Thread Jayaranga
Yes, roomsnet_r5_admin_businesslogic_DRAMP_UsersPicksLogicAction is the seam name of my session bean class. I cant debug it on IE but the same jsf is getting debug on firefox2.0.x in IE6 also, the logic component getting instantiated properly. Javascript error is getting when i tried to call a m

[jboss-user] [JBoss Seam] - Seam remoting on IE 6 giving javascript error

2007-03-08 Thread Jayaranga
Hello there, Im new to seam and trying to do a remote call using seam remoting. my script works fine on firefox 2.0.x. but wheni tried it on IE6 , the function gives a javascript error saying 'field' is not an object or null. I m using seam 1.0.1 my code is as follows .jsp -