[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Getting Out of Memory for a long running Transaction

2008-04-28 Thread yj4jboss
Hi, I have a seam 2.0.GA application running on jboss 4.2.1.GA. I have a feature where an XML file which is ten thousand lines long is imported into the application and leads to around 8000 merge and persist in the database. I have been able to set the transaction timeout to 30 minutes. I

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Seam 2.0: EntityManager must be access within a transact

2008-04-26 Thread yj4jboss
Hi, Thnx for this information. I will test this on monday. Regards, Jankee Yogesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147011#4147011 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147011

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Seam 2.0: EntityManager must be access within a transact

2008-04-25 Thread yj4jboss
Hi, Thnx for your reply. I have already increased the timeout value to 900. But I still get the error. Any other suggestions ? Regards, Jankee Yogesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146780#4146780 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Seam 2.0: EntityManager must be access within a transact

2008-04-25 Thread yj4jboss
Hi, I changed it in standardjboss.xml found in server/default/conf folder My configs are as follows: | | annotation expr=!class(@org.jboss.annotation.ejb.cache.simple.CacheConfig) AND !class @org.jboss.annotation.ejb.Clustered) |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - 400 Queries generated for one page !!

2008-02-18 Thread yj4jboss
Hi All, We have a relatively simple web application running on - jboss seam 2.0.0GA, - jboss-4.2.2.GA - Hibernate (the version that comes with Seam 2.0.0.GA) - Rich faces 3.1.3.GA - Mysql We always had complaints about the application being slow and have been trying to sort out the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Static Content / External Directories in jboss-4.2.1.GA

2008-02-10 Thread yj4jboss
Hi, I recently migrated from jboss-4.0.5.GA to jboss-4.2.1.GA. Previously i was serving static content as described in the following wiki. With jbossWeb. This seems no longer to be working in jboss-4.2.1.GA. I added the context configs in jboss-service.xml in jboss-web-deployer and changed

[jboss-user] [JBoss Tools (users)] - Re: Eclipse Crashes with JBoss Tools

2008-01-26 Thread yj4jboss
Thnx Heaps;0) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123726#4123726 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4123726 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Eclipse Crashes with JBoss Tools

2008-01-26 Thread yj4jboss
Hi all, I have installed Eclipse Europa (version 3.3.1.1) on Linux (Centos 5 and Ubuntu Feisty Fawn) along with JBoss Tool 2.0.0.GA. On both development systems Eclipse closes down by itself after around 1 hour or so. Any explanation on such behaviour and how I can fix this ? Regards,

[jboss-user] [JBoss Seam] - Minimal JBoss Installation for Seam Application

2007-10-30 Thread yj4jboss
Hi all, I have been using JBoss for the past 1 1/2 years both for dev and production. The most frequent complaint that i get is that the server is very slow. To speed up hot deployment during development, I modified by ant build file to deploy only files that are relevant for the feature i

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Mapping a URL to a local store

2007-09-30 Thread yj4jboss
Thnx for the suggestions .. I will try them and post some feedbacks. Regards, Jankee Yogesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090011#4090011 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090011

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Mapping a URL to a local store

2007-09-29 Thread yj4jboss
Hi, Thnx for the help ... It worked ... now i need to know how i give access to this repository only to users who are logged on my web application. I am using JBoss Seam. Regards, Jankee Yogesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089970#4089970

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Mapping a URL to a local store

2007-09-28 Thread yj4jboss
Hi all, I am using jboss 4.0.5 and need to provide a repository where all my files are uploaded. For example C:/myrepo/. From my web application, i need to display images contained in this repo. How can i map a url from within my web app context so that this link is correctly mapped onto

[jboss-user] [Beginners Corner] - Defining a URL where files can be retrieved from a context P

2007-09-27 Thread yj4jboss
Hi, I am trying to implement a Rich Text Editor (FCK Editor) in my web application which uses JBoss Seam. The Rich Text Editor needs to support File and Image Browsing. For this purpose, all files or images needs to be uploaded on a directory which can be accessed via the application server.

[jboss-user] [JBoss Seam] - Defining a URL where files can be retrieved relative to a co

2007-09-27 Thread yj4jboss
Hi, It might not be where i should post this but since this is according to me the most active forum on jboss, i thought of trying my luck. Please bear with me ;0) I am trying to implement a Rich Text Editor (FCK Editor) in my web application which uses JBoss Seam. The Rich Text Editor needs

[jboss-user] [JBoss Seam] - Error porting Business Objects to Seam 2.0 Beta 1

2007-09-17 Thread yj4jboss
Hi All, I have been trying to port my Seam 1.1.0 Application to Seam 2.0. I have imported all my business objects which had been reverse engineered using Hibernate Tools in the new Seam 2.0 project environment and deployed under Jboss 4.2.1. I am getting errors like | | --- MBeans

[jboss-user] [JBoss Seam] - Wrong column type in object with Hibernate 3.2.4sp1

2007-09-14 Thread yj4jboss
Hi All, I am currently porting my JBoss Seam application from seam 1.1.0 to seam 2.0 beta 1 which includes Hibernate 3.2.4sp1. I have been using Hibernate 3.2.3.GA previously with seam 1.1.0. I get the following error when deploying my application. | | --- MBeans waiting for other

[jboss-user] [JBoss Seam] - JBoss Seam 2.0 Deployment Problem

2007-09-13 Thread yj4jboss
Hi All, I am currently testing Seam 2.0 BETA1 and build a demo application using the seam gen. I imported the seam project in eclipse and deployed it under a jboss.4.2.1.GA application server. I did no other modifications. I can an error regarding entityManager as follows: | | |

[jboss-user] [JBoss Seam] - Help needed porting from seam 1.1.0 to seam 2.0beta1

2007-09-13 Thread yj4jboss
Hi, I am currently trying to port my existing Seam application from version 1.1.0 to Seam 2.0 Beta 1. I am stuck on this error and cannot find any explanation to it. | | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName:

[jboss-user] [JBoss Seam] - Right Click Contextual Menu

2007-09-12 Thread yj4jboss
Hi, Does anyone know an implementation of a Right Click Contextual Menu with RichFaces or IceFaces ? Thnx, Jankee Yogesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4083381#4083381 Reply to the post :

[jboss-user] [JBoss Seam] - PermGen Space reaching Maximum Limit

2007-04-30 Thread yj4jboss
I had a problem with Out of Memory exceptions ... This was supposed to be addressed by the following : http://opensource.atlassian.com/projects/hibernate/browse/HHH-2481 From the Comments, someone even suggested that there was some performance gains too ... A post on JBoss Forums further

[jboss-user] [JBoss Seam] - Re: PermGen Space reaching Maximum Limit

2007-04-30 Thread yj4jboss
Hello ... Could you please give me a link to your post ... I can affirm that no hot deployments are done in production . Regards, Jankee Yogesh, Software Developer, M-ITC LTD View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4041908#4041908 Reply to the post

[jboss-user] [JBoss Seam] - Re: PermGen Space reaching Maximum Limit

2007-04-30 Thread yj4jboss
Hello ... I suppose you are mentioning about your reply in the topic i started ... I dont know if i patched the jboss well .. Could you please guide me from where you got the libs .. I downloaded Javassit 3.4 and the latest libs from Hibernate including hibernate core, annotations ...etc and

[jboss-user] [JBoss Seam] - Re: PermGen Space reaching Maximum Limit

2007-04-30 Thread yj4jboss
My actual problem is in fact Out of Memory Leaks that is supposed to be fixed with the patch suggested in http://www.jboss.com/index.html?module=bbop=viewtopict=107032 Though, i am not getting any memory leaks after 1 1/2 day in production so far ... i cannot confirm that the problem is

[jboss-user] [JBoss Seam] - Out of Memory Leaks

2007-04-23 Thread yj4jboss
Hi All, I have a web application which is in production and uses the following technologies : EJB 3.0 Hibernate Seam JSF Facelets Ajax4JSF MySQL 5.0 I am using JDK 1.5.0_09 I have around 73 SFSB which are not using conversations and 78 SLSB and 43 Business objects. In

[jboss-user] [JBoss Seam] - Re: Out of Memory Leaks

2007-04-23 Thread yj4jboss
Hi , Thnx for this tip ... Can i have a link to this jrocket ? Thnx again View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039735#4039735 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039735

[jboss-user] [JBoss Seam] - Re: Out of Memory Leaks

2007-04-23 Thread yj4jboss
Got it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039745#4039745 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039745 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: StatefulBean destroyed without Session expiring !!

2007-02-08 Thread yj4jboss
thnx heaps ;0) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013017#4013017 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013017 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Performace ISSUES with JBoss Seam, Hibernate and EJB 3.0

2007-02-06 Thread yj4jboss
Hi all, Around 5 months ago we embarked on a project for one of our major clients. While doing the design and planning for this project, we came across jboss and some of its pioneering frameworks such hibernate, seam and the latest ejb 3.0 which was just what we were looking

[jboss-user] [JBoss Seam] - Re: StatefulBean destroyed without Session expiring !!

2007-02-02 Thread yj4jboss
Hello, I have set the session time out to 20 ... yet this behavior still occurs ... Any other suggestion ? Regards, Yogesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009997#4009997 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - How to redirect to start page after Session timeout

2007-02-02 Thread yj4jboss
Hello, Can anyone tell me how do i redirect the user to the start page instead of the last visited page after its session has timed out I want to do this, because my SFSB no longer exists after session time out and the page associated to the SFSB triggers an error !! Regards, Yogesh

[jboss-user] [JBoss Seam] - Re: StatefulBean destroyed without Session expiring !!

2007-02-02 Thread yj4jboss
I meant the Session time out for the web application ... The one defined in web.xml !! How do i specify the stateful bean session timeout ?? Kind regards, Yogesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4010138#4010138 Reply to the post :

[jboss-user] [JBoss Seam] - StatefulBean destroyed without Session expiring !!

2007-02-01 Thread yj4jboss
Hello , Some of the SFSB in my Seam Application are getting destroyed without any notice !! We have been developing this application for the past 4 months. Its only during the past 2 weeks that we have notices this behavior. This was not happening previously. These are the components of

[jboss-user] [Security JAAS/JBoss] - Session Timeout ISSUES

2007-01-17 Thread yj4jboss
Hello, I have managed to get JAAS working with the DatabaseServerLoginModule. My problem is that when the session times out, the user is correctly redirected to the login page but JAAS redirects him to the page he wanted to access. What i want is JAAS to redirect the user to the index

[jboss-user] [JBoss Seam] - Tomahawk File Upload

2007-01-12 Thread yj4jboss
Hello I am using tomahawk for uploading files in a SEAM application ... I followed the guide on http://www.onjava.com/pub/a/onjava/2005/07/13/jsfupload.html?page=1 An example of my code in the uploadBean is as follows: | | public void importActions() throws

[jboss-user] [JBoss Seam] - Re: How to send a parameter with checkbox in JSF in order to

2006-12-11 Thread yj4jboss
I guess you want to implement multiple selections in a datatable. I experienced this issue a while ago and could only work around this problem with the following approach. Its requires a bit of work but it works fine The idea is to have an object as a view with the boolean variable

[jboss-user] [JBoss Seam] - Refreshing Ajax Region in Parent Window after Popup window i

2006-12-06 Thread yj4jboss
I have the following problem when using JSF I have a parent window containing an ajax output panel which has a dataTable. The data table has a command link which opens a popup window. Some operations are carried out in the popup window after which this popup window is closed. How can i re

[jboss-user] [JBoss Seam] - Re: Remote

2006-12-06 Thread yj4jboss
the libs should normally be in web-inf/lib of your project's WAR which is contained inside the EAR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991755#3991755 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991755

[jboss-user] [JBoss Seam] - Re: JSF requiredMessage does not work with seam bundle

2006-11-29 Thread yj4jboss
So is there any workaround for this ? I guess the Validator Message also would not work ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989629#3989629 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989629

[jboss-user] [JBoss Seam] - Re: JSF requiredMessage does not work with seam bundle

2006-11-29 Thread yj4jboss
Thnx for the tips Richard, I will try to test these by next week and let you know of any progress. Until then keep me posted. Regards, Yogesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989728#3989728 Reply to the post :

[jboss-user] [JBoss Seam] - JSF requiredMessage does not work with seam bundle

2006-11-28 Thread yj4jboss
Hello, I have to input a required field in a JSF form. As such i am using the following code in my XHTML file. | h:form | h:inputText | value=#{userEditorBean.user.displayName} | required=true

[jboss-user] [JBoss Seam] - Re: Error when migrating to Seam 1.1.0 CR1

2006-11-27 Thread yj4jboss
Hello, I would like to know how to work around this problem ?? Regards, Yogesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988756#3988756 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988756

[jboss-user] [JBoss Seam] - Re: Error when using ajax and facelets

2006-11-27 Thread yj4jboss
These are the mods i did in my web.xml to have Ajax4JSf working | | | !-- Ajax4jsf -- | filter | display-nameAjax4jsf Filter/display-name | filter-nameajax4jsf/filter-name | filter-classorg.ajax4jsf.Filter/filter-class |

[jboss-user] [JBoss Seam] - Error when migrating to Seam 1.1.0 CR1

2006-11-26 Thread yj4jboss
Hello, I recently upgraded from Hibernate-Version: 3.2.0.CR2 Hibernate EntityManager Version: 3.2.0.CR1 to Hibernate-Version: 3.2.0.ga Hibernate EntityManager Version: 3.2.0.CR2 which comes with Seam 1.1.0CR1. I am also using MySQL 5.0 Since then my web application which is using Seam

[jboss-user] [Beginners Corner] - Files and Context Paths

2006-11-22 Thread yj4jboss
Hello, I have a newbie question regarding files and contexts paths. I have a CSV file packed in an EAR file which contains a WAR file. The WAR files contains a XHTML files and a CSV file along with other folders such as WEB-INF, META-INF, Style ...etc. Via a Managed bean i am trying to read

[jboss-user] [JBoss Seam] - Seam FileUpload Problem

2006-11-22 Thread yj4jboss
Hello, I am trying to get the Seam File Upload example (from the wiki) working but i am stuck on one point!! My configs are as follows: My web.xml | | ?xml version=1.0 ? | web-app xmlns=http://java.sun.com/xml/ns/j2ee; |

[jboss-user] [JBoss Seam] - Re: Seam FileUpload Problem

2006-11-22 Thread yj4jboss
Hello, Thnx for replyingI would like to know where the files folder should be created within jboss Cheers, Yogesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988064#3988064 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam FileUpload Problem

2006-11-22 Thread yj4jboss
or how do i configure jboss to upload all my files to a particular directory ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988065#3988065 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988065

[jboss-user] [JBoss Seam] - Re: Seam FileUpload Problem

2006-11-22 Thread yj4jboss
I figured out that the folder had to be from the local drive (e.g C:\files). But i would like to know if its possible to configure jboss such that files are uploaded relative to the context. Cheers, Yogesh View the original post :

[jboss-user] [JBoss Seam] - JSF Form Authentication using JAAS DatabaseServerLoginModule

2006-11-13 Thread yj4jboss
Hi all, I am developing an application using the following Seam 1.0.1.GA, Hibernate, Facelet, Ajax I have managed to get the DatabaseServerLogin Module working with FORM based Authentication. The only problem is that i need a Facelet/JSF compatible form (which is composed of a template) to do

[jboss-user] [JBoss Seam] - Re: JSF Form Authentication using JAAS DatabaseServerLoginMo

2006-11-13 Thread yj4jboss
Hello Peter, Thnx for replyingBefore implementing your suggestion, i would like to know if we can implement something like ResourceBundles with plain HTML as i am developing an application with multilanguage support. Regards, Jankee Yogesh http://www.m-itc.net View the original post :

[jboss-user] [JBoss Seam] - Re: JSF Form Authentication using JAAS DatabaseServerLoginMo

2006-11-13 Thread yj4jboss
Hello Peter, It seems that the page is not being correctly rendered This is the code for the template.xhtml | | ?xml version=1.0 encoding=utf-8? | !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN |

[jboss-user] [JBoss Seam] - Re: JSF Form Authentication using JAAS DatabaseServerLoginMo

2006-11-13 Thread yj4jboss
Thnx All for your tips ..And any idea why the page template I am using is not being correctly rendered ?? My idea behind using JSF/Facelet was to have validations associated with the username and password controls itself as i dont want error messages on a seperate error page ... but i

[jboss-user] [JBoss Seam] - Re: JSF Form Authentication using JAAS DatabaseServerLoginMo

2006-11-13 Thread yj4jboss
Ok the resource bundle and JAAS is working perfectly .. The only problem is that the page is rendered without any styles being displayed although the template used is correctly rendered with other pages !! When i looked at the source in my browser i found that the stylesheet imports have

[jboss-user] [Security JAAS/JBoss] - Stylesheet problem in Login Form

2006-11-13 Thread yj4jboss
Hi All, I am trying to have JAAS configured for a basic application using SEAM, Hibernate, Ajax and Facelet As recommended by folks from the SEAM forum, i implemented the login form using an html form within a pre defined template. This template is correctly rendered when used with

[jboss-user] [Security JAAS/JBoss] - JSF Form Authentication using DatabaseServerLoginModule

2006-11-12 Thread yj4jboss
Hi all, I am developing an application using the following Seam 1.0.1.GA, Hibernate, Facelet, Ajax I have managed to get the DatabaseServerLogin Module working with FORM based Authentication. The only problem is that i need a Facelet/JSF compatible form (which is composed of a template)

[jboss-user] [Security JAAS/JBoss] - Re: Error 403 when using DatabaseServerLoginModule

2006-11-06 Thread yj4jboss
Hello, First of all Loads of thnx for the previous help ;0) I have a new issue with JAAS which i hope you might enlighten me on...I am rather new to this but i must say that it works great !! I am using Seam, Hibernate, Ajax and Facelet to build a web application ... I have two

[jboss-user] [Security JAAS/JBoss] - Re: Error 403 when using DatabaseServerLoginModule

2006-11-04 Thread yj4jboss
Hello , As it seems, the query for principals is working, with users being correctly authenticated ...its only the second query that is posing problems !! The User Admin has the role Admin in the database and the role constraint has been set as Admin in the web.xml for this resource. I

[jboss-user] [JBoss Seam] - Re: configuration issues!

2006-11-03 Thread yj4jboss
the seam-gen utility works with seam 1.1.0 Beta 1...Follow the steps mentioned in the wiki and you should be able to have it working View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982877#3982877 Reply to the post :

[jboss-user] [JBoss Seam] - Re: jboss seam @Datamodel

2006-11-03 Thread yj4jboss
Hello Peter, Is there a way of getting DataModelSelection working with this i.e a DataTable within another DataTable ?? Regards, Jankee Yogesh http://www.m-itc.net View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982885#3982885 Reply to the post :

[jboss-user] [JBoss Seam] - Re: configuration issues!

2006-11-03 Thread yj4jboss
The only thing that needed change to was the following lines in application.xml From: | module | javajbpm-3.1.1.jar/java | /module | To | module | javajbpm-3.1.2.jar/java | /module | Regards, Jankee Yogesh http://www.m-itc.net View the

[jboss-user] [Security JAAS/JBoss] - Error 403 when using DatabaseServerLoginModule

2006-11-02 Thread yj4jboss
Hi all, I am trying to configure JAAS in jboss 4.0.4.GA for a sample seam application. Here's my configs: JBoss 4.0.4.GA Seam 1.0.1.GA Hibernate 3.2.0 CR1 MySQL 4.1.9 My Principals and Roles Tables are as follows: | | -- | -- Table structure for table `principals` | -- |

[jboss-user] [JBoss Seam] - Re: Seam 1.1.0 Beta 1 Security Example Deployment Failure !!

2006-11-01 Thread yj4jboss
Fixed As gavin so nicely suggested, the following line from components.xml should be removed... | property name=myFacesLifecycleBug@myFacesLifecycleBug@/property | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982344#3982344 Reply to the

[jboss-user] [JBoss Seam] - Re: Seam 1.1.0 Beta 1 Security Example Deployment Failure !!

2006-11-01 Thread yj4jboss
Hello Gavin, Any idea when the Security APIs will be ready ? Regards, Yogesh http://www.m-itc.net View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982412#3982412 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982412

[jboss-user] [JBoss Seam] - Ajax Problem With Combo Boxes

2006-10-31 Thread yj4jboss
Hi All, I have the following use case: - provide a List of Firms with one h:selectOneMenu - provide a List of Users in the Selected Drop Down Menu as above I am implementing this using Ajax such that when the value of the Drop Down Menu which lists the firms changes, the second drop down

[jboss-user] [JBoss Seam] - Re: Seam security example failure.

2006-10-11 Thread yj4jboss
Hi Shane, Thnx for replying.The example is working only with Seam from CVS, right ? I am working on a project with Seam 1.0.1.GA and wud have loved to get this working with it. Can you confirm plz ?? Best Regards, Yogesh, M-ITC LTD www.m-itc.net View the original post :

[jboss-user] [JBoss Seam] - Re: Seam Next Release

2006-10-11 Thread yj4jboss
Hello peter, Thnx for replying.I found the features in the next releasesounds interesting !! Can you tell me when is it scheduled for ?? Best Regards, Yogesh, M-ITC LTD, www.m-itc.net View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977505#3977505

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-10-09 Thread yj4jboss
Hello Todd, Thnx for helping out with the Ajax Implementation on JBoss. I have managed to get it working with command buttonsI am now trying to implement the example found at http://livedemo.exadel.com/a4j-dropDownBoxes/ My SFSB is as follows: | | @Stateful |

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-10-04 Thread yj4jboss
Hello Todd, I am trying to get your example working on jboss-4.0.4.GA-jems. I have placed the libs ajax libs in tomcat/jsf-libs folder and could get the home page at the following link http://localhost:8080/seam-hibernate/home.seam. However, i am not able to register an account as i have

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - java.lang.OutOfMemoryError: PermGen space

2006-09-29 Thread yj4jboss
Hello, We are currently developing a small application with Hibernate, Seam and Facelets. We often get the java.lang.OutOfMemoryError: PermGen space error when hot deploying applications several times during development. I would like to know possible causes for this error and how to solve

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: java.lang.OutOfMemoryError: PermGen space

2006-09-29 Thread yj4jboss
Here is the stack trace for the above error: exception javax.servlet.ServletException: PermGen space org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:58) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) root cause

[jboss-user] [JBoss Seam] - Re: Drop Down Menu Using Seam and Facelets

2006-09-28 Thread yj4jboss
Hello Denis, Could you please tell me what the difference between using your way of implementing SelectItems, the Custom Annotations way and simply using tomahawk to implement SelectItems. Cheers, Yogesh View the original post :

[jboss-user] [JBoss Seam] - Re: Drop Down Menu Using Seam and Facelets

2006-09-25 Thread yj4jboss
Hello Denis, I had declared getModel() in the interface.I could only get your code to work by doing the following changes: | | public MapString,Object model = new TreeMapString,Object(); | | // Instead of public MapString,Object model; | | |

[jboss-user] [JBoss Seam] - Re: Drop Down Menu Using Seam and Facelets

2006-09-22 Thread yj4jboss
Hello Denis, I am trying to get your example of implementing SelectItems without custom annotations. I have included the the following code in my SFSB. | | | | @Stateful | @Name(companySearch) | @Scope(ScopeType.SESSION) | @Interceptors(SeamInterceptor.class) | |

[jboss-user] [Beginners Corner] - JBoss Specifications

2006-09-05 Thread yj4jboss
Hello, I need to know the exact release data for JBoss 4.0.5. I also need detailed information of the dfiferent components that JBoss uses (exact Tomcat versions ...etcs). Can someone plz provide me with appropriate links to these info Thnx Regards, Yogesh M-ITC LTD/b] View the

[jboss-user] [JBoss Portal] - Re: Customize Navigation Portlet

2006-07-13 Thread yj4jboss
Hi, I was trying to implement the Navigation Portlet but could not find the following in the portal librairies ?? import org.jboss.portal.security.PortalPermissionFactory; | import org.jboss.portal.security.PortalPolicyException; could you tell me which jar file contain these ?? I am