[jboss-user] [JBoss Portal] - Portal + Seam itext

2009-08-19 Thread chuaky
hi, I had a project that using Portal + Seam + Richfaces. It is working, however the customer would like a feature to see some dynamic report in pdf format and then to save it. I was thinking of using seam itext to make this pdf report, which is generated after customers enter some inputs. H

[jboss-user] [JBoss Portal] - Re: Createuser from Seam

2009-07-23 Thread chuaky
i solve the issue by downgrading postgres from 8.4 to 8.3 Not sure why postgres cause it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245158#4245158 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245158

[jboss-user] [JBoss Portal] - Createuser from Seam

2009-07-08 Thread chuaky
hi, Hope someone can advise me on this issue. I did a web page that allow the administrator to create a new user. Part of the creation of the new user need to write some data into a database and at the same time create a new portal user. I found some sample codes and try to use the portal Use

[jboss-user] [JBoss Portal] - JDK 6 jvisualvm - how to use on Portal 2.7.1 (AS 4.2.3)

2009-03-12 Thread chuaky
hi every1, I try to use jvisualvm (from jdk 6) on Portal 2.7.1 (on AS 4.2.3), but it seems to need to add JMX connection. I try to use port , but nothing happens. Any1 had tried to use jvisualvm on AS 4.2.3 or Portal 2.7.1? Thanks. View the original post : http://www.jboss.org/index.html?

[jboss-user] [JBossWS] - Re: Upgrade AS 4.2.3 WS to 3.0.5

2009-03-03 Thread chuaky
Thanks Richard, i understand. Now to upgrade to 3.1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214719#4214719 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214719 ___ j

[jboss-user] [JBossWS] - Re: Upgrade AS 4.2.3 WS to 3.0.5

2009-03-02 Thread chuaky
hi richard, It works, just that the jbossws-native-client.jar file is pretty small (~5k), as compared to it predecessor jbossws-client.jar (~1.6M). By including the jbossws-native-client.jar, can it run offline as a standalone client or would it "load" other jars? Many thanks. View the orig

[jboss-user] [JBossWS] - Upgrade AS 4.2.3 WS to 3.0.5

2009-03-01 Thread chuaky
hi, Recently i upgraded the WS module in Jboss Portal 2.7.1 (using AS 4.2.3) because i want to run it offline and there is this issue here: http://www.jboss.org/community/docs/DOC-12633 Later i notice that jbossws-client.jar is missing from my AS installation/client folder. It seems that jbo

[jboss-user] [JBoss Portal] - Re: JBoss Portal insert applet jnlp

2008-12-16 Thread chuaky
hi all, Seem to be ok after i added the codebase into the applet, as follows: | | | | | the draggable is for fun, press alt-left click to drag the applet out. and, also remove the "security" settings in the jnlp file. To secure the applet, another time ... Best regards. Vie

[jboss-user] [JBoss Portal] - JBoss Portal insert applet jnlp

2008-12-15 Thread chuaky
hi, Hope some1 can help me with this query. I was going to use a mix of Richfaces and JavaFX for my project, and encountered problem with embedding JavaFX applet on JBoss Portal. I use this environment: - Jboss Portal 2.6.5SP1 - Seam 2.1.0SP1 - Richfaces 3.3 - Postgres 8.3.4 I got this weir

[jboss-user] [JBoss Portal] - Re: Session - setMaxInactiveInterval : how to get it work?

2008-12-09 Thread chuaky
sorry, i left out that i am using portal bridge 1.0.0Beta4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195283#4195283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195283

[jboss-user] [JBoss Portal] - Session - setMaxInactiveInterval : how to get it work?

2008-12-09 Thread chuaky
Greetings, I was developing some apps on JBOSS portal, and there are some cases that need to have a much longer session timeout value that the default value in web.xml. So, i go about trying to change the session timeout value using setMaxInactiveInterval(). But i notice that the effective ses

[jboss-user] [JBoss Portal] - Re: JBPORTAL-1978 : scriptaculous & prototype js

2008-08-18 Thread chuaky
hi, I try to manually add the scriptaculous.js into the header-content of the jboss-portlet.xml but got "resource not register" error. Guess, i would fall back to 2.6.5.SP1 :( Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171175#4171175 Reply to

[jboss-user] [JBoss Portal] - Re: JBPORTAL-1978 : scriptaculous & prototype js

2008-08-18 Thread chuaky
oic, i try to see if by loading the new scriptaculous and prototype js from portal headers can be a workaround. If i can find wat cause the problem, i would post it :) Thanks Thomas. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171106#4171106 Reply to the

[jboss-user] [JBoss Portal] - JBPORTAL-1978 : scriptaculous & prototype js

2008-08-18 Thread chuaky
hi, Please refer to JBPORTAL-1978, i think Portal 2.6.5SP1 was upgraded to scriptalculous.js 1.8 version that can work with richfaces 3.2.1 datascroller. But now, Portal 2.6.6 use back older scriptalculous.js 1.7, and cannot work with richfaces 3.2.1 datascroller. How to work around this so th

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.6 and DB UTF8 encoding

2008-08-18 Thread chuaky
Thanks Thomas, would use UTF8 from now on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171044#4171044 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171044 ___ jboss-user m

[jboss-user] [JBoss Portal] - JBoss Portal 2.6.6 and DB UTF8 encoding

2008-08-13 Thread chuaky
hi all, I try to run Jboss portal 2.6.6 with Postgres 8.3.3 , but encountered this error during startup: java.sql.BatchUpdateException: Batch entry 1 insert into JBP_PORTAL_OBJECT_DNAMES (INSTANCE_PK, LOCALE, TEXT) values (59, ru, ?) was aborted. Later, i try to recreate the jbossportal

[jboss-user] [Clustering/JBoss] - Active/Passive Cluster

2008-01-07 Thread chuaky
hi, I got JBOSS web portal running on 2 separate servers and would like to cluster them in a active and passive failover configuration. In other words, user would use a "virtual IP" (VIP) to access the JBOSS web portal. Initially the VIP could be hold by server #1. If server #1 fails, then s

[jboss-user] [JBoss Seam] - Re: HELP: SEAM + RICHFACES + PORTLETS

2007-12-16 Thread chuaky
hi pete, We have applied Seam 1.2.1GA + Portal 2.4.1 in one of our projects and it is successfully deployed quite some time ago. One of the pages in the web UI need to refresh its content periodically (like 2 mins). The rendering time is long (about 15 secs) and it is due to the amount of inf

[jboss-user] [JBoss Seam] - Lotus Notes 6.0 Email reading

2007-11-16 Thread chuaky
hi, Need the community advice on an issue which i couldn't figure out :( I am building an application for a customer using Jboss portal and seam. The customer has lotus domino 6 and they cannot allow us to use POP3 or IMAP to receive email. Anyone knows any way to read Lotus notes email from

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA is out

2007-11-12 Thread chuaky
i was happy that seam 2 is released :), but i couldn't find the portal example? How can i migrated my seam 1.2+portal 2.4.1 project to the new seam2? Any advice please. Many thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103925#4103925 Reply to the

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-08-30 Thread chuaky
hi, Appreciate very much advice from the community on this issue that i encountered. I was try to get an example portal working in this environment: - JBoss portal 2.6.1 (with AS 4.2.1) - Seam 1.2.1GA - use JSF RI 1.2 I combine the sample code from ajax trunk (ajaxPortlet), and got the followin

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-08-27 Thread chuaky
sorry didn't post properly ... To turn off the Jboss seam logging, is it sufficient to change this setting at \server\default\conf\log4j.xml: | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-08-27 Thread chuaky
hi mgrouch, Thanks for the compilation. To turn off the Jboss seam logging, it is sufficient to change this setting at \server\default\conf\log4j.xml: Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078550#4

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-08-21 Thread chuaky
hi pete, Since the upgrading is in progress, can the following environment be used till it is done? - JBoss portal 2.6.1 (with AS 4.2.1) - Seam 1.2.1GA (instead of 2.0.0 Beta1) - use JSF RI 1.2 or MyFaces? Thank you very much. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-08-21 Thread chuaky
i couldn't get the seam portal example working for this new environment: - JBoss portal 2.6.1 (with AS 4.2.1) - Seam 2.0.0 Beta1 Is the portal example updated to work with portal 2.6.1? (i can still see myfaces portlet class usage in it). I try to update the portal example, but still couldn't wo

[jboss-user] [JBoss Portal] - Re: RichFaces : sample for ajax jsf portlet provided

2007-07-08 Thread chuaky
Thanks Thomas, would try to the suggestions and i had use seam and portlet together. I follow the example in seam samples for portal support. Cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061658#4061658 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss Portal] - Re: RichFaces : sample for ajax jsf portlet provided

2007-07-05 Thread chuaky
Thanks Antoine, no wonder i got such a hard time getting things to work :( I guess i have to start the study to migrate my production system to new portal 2.6. Could you help me out a bit here, i'm lost in what new version to use here. What should i use with JBoss Portal 2.6: - JBoss AS 4.0.5

[jboss-user] [JBoss Portal] - Re: RichFaces : sample for ajax jsf portlet provided

2007-07-04 Thread chuaky
hi Antoine, I try to deploy richfacesTest-app.ear on my server but it doesn't work. There was no output when the link on the navigation bar was clicked. My setting are: - Jboss AS 4.0.5 - Seam 1.2.1 - Portal 2.4.1SP1 What do i need to change to make it work? I have been trying to use ajax4js

[jboss-user] [JBoss Portal] - SaveAs CSV file

2007-07-04 Thread chuaky
greetings, I was working on Jboss portal 2.4.1SP1 and using Seam 1.2.1GA. Recently i got a request to create a button on a portal page that allow the user to generate a csv file. Thats mean the user click on the button and the web browser would prompt the user to save "some content" as a CSV f

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2007-02-06 Thread chuaky
hi julien, Thanks for the information, i was behind schedule so i did a quick workaround by editing portal-themes.xml as follows: | | | | | my | | | | | | Ajax4jsf is working now, and would revisit this issue later. Cheers. View the orig

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2007-02-05 Thread chuaky
hi Julien, Is the markup tag currently supported in portal 2.4.1? I try a few variation using the seam portal example but failed (ie. I view the html source and couldn't find that the javascript is loaded). Some variations are: | | | | | | | | | | |

[jboss-user] [JBoss Portal] - Header injection into Portal 2.4.1

2007-02-05 Thread chuaky
dear all, I was trying to do header injection following the guidelines in portal reference guide section 6.1.3. But what i got is a blank page. My setup is : - AS 4.0.5 - Portal 2.4.1 - Seam 1.1.5 - facelets For this experiment, i modify the seam portal example, jboss-portlet.xml, as follow

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2007-02-04 Thread chuaky
Report :) hi all, I'm also facing the same problem when the is not there during injection of the headers in jboss-portlet.xml. By the way, one of the sample portlet HeaderContentPortlet doesn't seem to be working for me. What i see is a blank page. This portlet is activated by clicking on

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2007-02-04 Thread chuaky
hi all, I'm also facing the same problem with the missing "" when injecting the headers in jboss-portlet.xml. By the way, one of the sample portlet HeaderContentPortlet doesn't seem to be working for me. What i see is a blank page. This portlet is activated by clicking on "Test" in the porta

[jboss-user] [JBoss Portal] - Re: Problem using javascript files in Portal

2007-02-04 Thread chuaky
hi berniemiller, Maybe your issue is related to this one: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=93920 It suggest to use jboss-portlet.xml to inject the headers, but but still no reply yet. Cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Portal] - Re: AJAX4JSF in Portal

2007-02-02 Thread chuaky
hi all, I think i could workaround this issue by including AJAX.js in the web pages (.xhtml) files. Could somebody help to illustrate how to do include AJAX.js in this environment: - Jboss AS 4.0.5 - Portal 2.4.1 - Seam 1.1.5 - facelets - AJAX 1.0.6 Thanks in advance. View the original post

[jboss-user] [JBoss Portal] - Re: AJAX4JSF in Portal

2007-02-01 Thread chuaky
hi Julien, I remove the FaceletPortletViewHandler entry from faces-config.xml and didn't encountered the issue. I also added the view handler in web.xml: org.ajax4jsf.VIEW_HANDLERS com.sun.facelets.FaceletPortletViewHandler Then, i added a simple ajax tag as follows

[jboss-user] [JBoss Portal] - Re: AJAX4JSF in Portal

2007-01-26 Thread chuaky
hi Julien, I did have the faceletPortletViewHandler in the face-config.xml. What is the thing about property-resolver in your reply? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006964#4006964 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Portal] - AJAX4JSF in Portal

2007-01-26 Thread chuaky
Dear all, I'm trying to do partial page refresh in Jboss portal and was trying to incooperate AJAX4JSF into portal, but failed. Can AJAX4JSF work in portal? My setup is: - JBoss AS 4.0.5 - Portal 2.4.1 - Seam 1.1.1 I compare the seam booking example and added the necessary statements in my w

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2007-01-23 Thread chuaky
hi all, After making a new subclass, what to do next? I'm a bit confuse here. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005198#4005198 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005198 ___

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-15 Thread chuaky
dear all, I upload the modified booking example to this place, you could download it. Please do virus scan first, i first time upload something ... http://up-file.com/download/08cb64633889/booking.zip.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=397

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-15 Thread chuaky
dear all, Best if you do a clean installation of Jboss AS + portal + seam in another folder if you don't want to disturb your existing installation, as follows: 1. If you haven't install JBoss Portal 2.4GA with EJB3, see portal installation instruction at http://docs.jboss.com/jbportal/v2.4/ref

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-15 Thread chuaky
13. Create this folder: .\booking\resources\WEB-INF\lib 14. Use ant to build. If properly setup, the EAR and ds file should be copied into your Jboss deploy folder. If not you could find the EAR in the build folder, and manually copy the EAR and ds file into Jboss deploy folder. 15. Run J

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-15 Thread chuaky
12. Edit .\booking\build.xml, as follows: | | | | | | | | | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-15 Thread chuaky
9. Create .\booking\resources\WEB-INF\seam-booking-object.xml, as follows: | | | | overwrite | default | | SeamBooking | | SeamBookingPortletWindow | SeamBookingPortletInstance | center |

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-15 Thread chuaky
8. Add the facelets support in .\booking\resources\WEB-INF\faces-config.xml, see below: | | http://java.sun.com/dtd/web-facesconfig_1_0.dtd";> | | | | | | | | | login | /home.xhtml | | |

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-15 Thread chuaky
7. Edit .\booking\resources\WEB-INF\web.xml with this content: | | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> |

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-15 Thread chuaky
4a. Delete .\booking\resources\META-INF\jboss-app.xml 4b. Create .\booking\resources\WEB-INF\jboss-app.xml with this content: | |seam-booking | | 5. Edit .\booking\resources\META-INF\application.xml, to remove the context-root tags. The result look like this: | | Sea

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-15 Thread chuaky
here we go ... 1. If you haven't install JBoss Portal 2.4GA with EJB3, see portal installation instruction at http://docs.jboss.com/jbportal/v2.4/reference-guide/en/html_single/#install_installer I use the JEMS installer, and then override the JBoss portal with the latest. 2. Install (unzip

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-14 Thread chuaky
i'm at work now ... let me work on an example & post in a few hours time. cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971795#3971795 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971795 _

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-14 Thread chuaky
hi, I could get seam + portal + JSF + facelets working. See http://jboss.org/index.html?module=bb&op=viewtopic&t=88851 Not sure if this is similar to your situation. Cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971610#3971610 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Interface from C app to Seam?

2006-09-14 Thread chuaky
sorry for the multiple posts, the input arg is as follows. please add the \ escape character before the " character inside the quotes. Cheers. java -cp . Reverse http://localhost:8080/seam-helloworld/seam/remoting/execute "hjhj" View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: Interface from C app to Seam?

2006-09-14 Thread chuaky
i guess the text is still cutoff, if anybody need them, please capture the trace from running remoting example. Cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971587#3971587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - Re: Interface from C app to Seam?

2006-09-14 Thread chuaky
some text was cut off in the reply. If you need do combine them without any carriage return. You can also see this similar trace when you run the remoting seam example. java -cp . Reverse http://localhost:8080/seam-helloworld/seam/remoting/execute " hjhj " View the original post : http://

[jboss-user] [JBoss Seam] - Re: Interface from C app to Seam?

2006-09-14 Thread chuaky
dear all, I end up using seam remoting method. The following is an example of what i did. Cheers. java -cp . Reverse http://localhost:8080/seam-helloworld/seam/remoting/execute "hjhj" Reverse class: == import java.io.*; import java.net.*; public class Reverse { public static vo

[jboss-user] [JBoss Seam] - Re: Interface from C app to Seam?

2006-09-10 Thread chuaky
Thanks Raja for the advice. I'm building a web app using seam + portal + facelets, so i wanted the C app to interface with the java beans written in seam. Sorry, i'm a newbie so some of the terms may be incorrectly used. Cheers. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Interface from C app to Seam?

2006-09-08 Thread chuaky
dear all, Need advice here. I'm using Jboss 4.0.4GA + Seam 1.0.1GA + Portal 2.40GA + facelets + myfaces. Currently i have an external C application that need to send a event or message to the java beans implemented using Seam. How to do it easily? Some thoughts: 1. Send a HTTP post from th

[jboss-user] [JBoss Seam] - Re: Seam + Portlet + EntityManager

2006-09-08 Thread chuaky
hi jarkko Sorry for the late reply, I'm using portal 2.4GA and seam 1.0.1GA. Cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970345#3970345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970345 ___

[jboss-user] [JBoss Portal] - Re:

2006-09-03 Thread chuaky
dear all, Not sure how to resolve this issue, so i upgrade the myfaces & tomahawk version to 1.1.3. I use the instructions at: http://wiki.apache.org/myfaces/ section: Migration from previous versions Later encountered a new error which is: "orgApacheMyFacesPopup" is undefined. Any advices

[jboss-user] [JBoss Portal] - "t:popup" NG

2006-09-02 Thread chuaky
dear all, i try to use "t:popup" for activating popup menu in the web pages but encountered this error: java.lang.IllegalStateException: Already associated with a tx at org.jboss.tm.TxManager.resume(TxManager.java:311) I didn't have any problem with "t:commandlink" or "t:graphicimage",

[jboss-user] [JBoss Portal] - Re: Get Login Userid

2006-08-30 Thread chuaky
Found the answer ... just new the "UserPrincipal" class and call the getName method. "UserPrincipal" is defined in seam (see reference manual). Cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968370#3968370 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Portal] - Get Login Userid

2006-08-29 Thread chuaky
dear all, I'm trying to retrieve the current userid from Jboss portal after login to Portal. How to do that? Did saw some hints from the Portal Reference Manual on 6.1.3.2 (see http://docs.jboss.com/jbportal/v2.4/reference-guide/en/html_single/#d0e2691) But i don't have the "request" class b

[jboss-user] [JBoss Seam] - Re: Page events produce 'No active event context' exception

2006-08-23 Thread chuaky
hi, Not sure if this is caused by the meta refresh tag. Could try to change to use javascript "window.settimeout" on the html body tag. something like this: The javascript is something like this: function reloadFrame() { try { clickLink('hiddenLink'); } catch(e){} } The other deta

[jboss-user] [JBoss Seam] - Re: Auto Refresh Portlet & Seam

2006-08-23 Thread chuaky
found the answer in http://wiki.apache.org/myfaces/JavascriptWithJavaServerFaces cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966963#3966963 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966963

[jboss-user] [JBoss Seam] - Re: Auto Refresh Portlet & Seam

2006-08-22 Thread chuaky
dear all, Any advise on this issue is very much appreciated. I'm lost on how to do this. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966852#3966852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966852 _

[jboss-user] [JBoss Seam] - Auto Refresh Portlet & Seam

2006-08-22 Thread chuaky
dear all, I'm try to refresh a web page so that it could periodically update its latest info to the user. The web page (.xhtml) would retrieve the info from java beans, and format properly according to the facelets layout. I was thinking that i could refresh the page using javascript to call t

[jboss-user] [JBoss Seam] - Re: Seam + Portlet + EntityManager

2006-08-18 Thread chuaky
dear all, Managed to create a EAR file to deploy the EJB3 and WAR. Just have to make sure that jboss-app.xml file is moved to the WAR WEB-INF folder, and the context root property is removed from the EAR application.xml. Cheers. View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: Seam + Portlet + EntityManager

2006-08-17 Thread chuaky
dear all, Not sure if my understanding is correct, but portlet deployment has to be WAR file type? If so, how to do deploy "Seam managed transactions" (see section 9.4 of Seam reference manual) for portlet? Please advise, many thanks. View the original post : http://www.jboss.com/index.html?

[jboss-user] [Installation, Configuration & Deployment] - EJB3 & Portlet EAR deployment

2006-08-17 Thread chuaky
dear all, In case of a portlet (WAR) and EJB3 (JAR) deployment, i understand that EAR should be used. I try and the context root of the web module in the application.xml of the EAR file, cause the portlet loading to fail. Any help to load the portlet is appreciated. Many thanks. View the orig

[jboss-user] [JBoss Seam] - Seam + Portlet + EntityManager

2006-08-17 Thread chuaky
dear all, I got some problems with Entity Manager and still troubleshooting, hope you could help. What i did was to make a sample war file by piecing the seam examples together: 1. First use example/portal and add facelets and tomahawk support 2. Modify to include EJB3 (changing component.xml,

[jboss-user] [JBoss Seam] - Re: EntityManager: For newbies or to close gaps in your know

2006-08-17 Thread chuaky
dear bfo81, Many thanks for the suggestion, would open a new thread for this issue. Cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965716#3965716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965716 _

[jboss-user] [JBoss Seam] - Re: EntityManager: For newbies or to close gaps in your know

2006-08-17 Thread chuaky
dear all, Not sure if my problem is caused by deploying portlet using WAR file. See http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/entityconfig.html section 3.3. If this is the case, then how to deploy portlet using EAR file, so that could use EJB3. What happens to t

[jboss-user] [JBoss Seam] - Re: EntityManager: For newbies or to close gaps in your know

2006-08-17 Thread chuaky
dear bfo81, I got some problems with Entity Manager and still troubleshooting, hope you could help. What i did was to make a sample war file by piecing the seam examples together: 1. First use example/portal and add facelets and tomahawk support 2. Modify to include EJB3 (changing component.

[jboss-user] [JBoss Seam] - Re: Sample Seam + Facelets + Portlet

2006-08-14 Thread chuaky
dear stan silvert, Just saw the issue tracker facility :) ... sorry new here. Would check the JIRA often if in doubts. Many thanks to u. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964983#3964983 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: Sample Seam + Facelets + Portlet

2006-08-14 Thread chuaky
dear stan silvert, my problem seems to be caused by the following which if removed, things are ok. In my web.xml, the following is added to support Tomahawk because i originally used the seam booking sample and added Tomahawk. == MyFacesExtensionsFilter or

[jboss-user] [JBoss Seam] - Sample Seam + Facelets + Portlet

2006-08-14 Thread chuaky
dear all, I think seam + facelets + portlet would be a good way to do web portal and try to make a sample seam facelets portlet example to start out. Using the seam booking example and add in some portlet xml files from the portal example, i got a bunch of errors. Sorry, i'm still new to Jboss