[jboss-user] [JBoss Seam] - can factory methods have parameters?

2007-09-22 Thread matt.galvin
I've scoured the forum and docs trying to figure this out and have been unsuccessfull, so hopefully someone can steer me in the right direction. I have a page that displays a set of dataTable elements. The scenario is that I have a bunch of objects that can be categorized. The list of categori

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Crazy port issue never experienced by a Tomcat user..

2007-09-22 Thread vsingh77
Guys, I am quite sure that my unix skills are not flawed but looks like jboss is giving me handful of problems - i am a tomcat guy just trying on jboss on my new webiste.. I have a firewall in front and jboss behind it.. I opened up all the possible ports on both the firewall and the local unix

[jboss-user] [Beginners Corner] - Re: Arrgh! Arrgh!

2007-09-22 Thread pmurray
I mean, back on the subject of URLs, the http service has to know, somehow, which components to direct incoming HTTP requests at. The web serviceces, the jsp directories, and so on. Is there some sort of monitoring for that? Can I ask the service, to report to me the list of what web application

[jboss-user] [Beginners Corner] - Re: Arrgh! Arrgh!

2007-09-22 Thread pmurray
Ok, I hit the submit instead of the preview button. Dang. No way to erase or modify a message I have just posted. Double dang. To continue. The default configuration has a whole bunch of stuff in the deploy directory. Which bits depend on which other bits? Is it even possible to know, or is it

[jboss-user] [Beginners Corner] - Arrgh! Arrgh!

2007-09-22 Thread pmurray
Ok. All I want to do is install JBoss, drop the portal into it, and have it running on my domain in place of glassfish which is there now (I don't think glassfish has a portal yet). I have jboss-4.2.1.GA.zip, I have jboss-portal-2.6.1.GA.zip, and I have a bunch of documentation. Let's ignore t

[jboss-user] [JBoss Portal] - Re: JSF Portlets in JBoss AS 4.2.1 and JBoss Portal 2.6.1 do

2007-09-22 Thread [EMAIL PROTECTED]
The documentation update will be pushed as soon as we release 2.6.2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087594#4087594 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087594 __

[jboss-user] [JBoss Portal] - Re: JSF Portlets in JBoss AS 4.2.1 and JBoss Portal 2.6.1 do

2007-09-22 Thread [EMAIL PROTECTED]
Please see: https://hudson.jboss.org/hudson/view/JBoss%20Portal/job/jboss-portal-nightly-doc/lastSuccessfulBuild/artifact/daily-doc/referenceGuide/html/tutorials.html. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087593#4087593 Reply to the post : http://w

[jboss-user] [JBoss Portal] - LDAP Connection error

2007-09-22 Thread saigon_man
Hi, I am trying to set up an LDAP connection to the ApacheDS. However I got an error when trying to connect to the server. Here are my setup in jboss-service.xml change the name of identity-config.xml to ldap_identity-config.xml (as said in the document, chapter 16) in ldap_identity-config.xml

[jboss-user] [JBoss Portal] - JSF Portlets in JBoss AS 4.2.1 and JBoss Portal 2.6.1 don't

2007-09-22 Thread azamax
hi... i using jboss as 4.2.1 GA + jboss portal 2.6.1 GA and i testing some portlets (for a student work) so i try to make a jsf portlet following the reference-guide about jboss portal 2.4 so i download helloworldjsfportlet example (don't work) and the doc for jboss portal 2.6 (http://docs.jbo

[jboss-user] [JBoss Seam] - Re: seam-gen setup and maven

2007-09-22 Thread matt.drees
Hi Pete, Earlier I had the same problem that atao had. I just now updated from cvs and am getting new (but similar) error message. anonymous wrote : | C:\work-exadel\jboss-seam>seam setup | Buildfile: C:\work-exadel\jboss-seam\seam-gen\build.xml | | init: | [artifact:dependencies] Do

[jboss-user] [JBoss Seam] - Re: Further extending an EntityHome

2007-09-22 Thread matt.drees
Well, you could manually specify the entity class, eg | @Override | public Class getEntityClass() { |return Booking.class; | } | Or maybe you could do something like | ... |getClass.getSuperclass().getGenericSuperclass() | ...(then same as in Home.java) | if you don't

[jboss-user] [JBoss Getting Started Documentation] - Re: installing jboss AS 4.2.1

2007-09-22 Thread lmokhesi
That works fine now. I did not set the JAVA_HOME correctly Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087586#4087586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087586 __

[jboss-user] [JBoss Seam] - Re: s:graphicImage and s:transformImage VERY, VERY slow

2007-09-22 Thread wquraishi
one more thing...how would i use a custom servlet. since the data is just a byte[]? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087585#4087585 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087585 _

[jboss-user] [JBoss Seam] - Re: s:graphicImage and s:transformImage VERY, VERY slow

2007-09-22 Thread wquraishi
have you tried using the s:graphicImage on a page where there were 10 or so images? did you see the degradation in terms of time to render the page? the bottleneck isn't the database as i previously stated, when i comment ou the s:graphicImage in my xhtml page, the page renders immediately.

[jboss-user] [JBossCache] - Re: JBoss POJO Cache 1.4.1.GA in Maven?

2007-09-22 Thread [EMAIL PROTECTED]
My pleasure. :) I'm curious how you guys are using the pojo cache feature set (as opposed to core cache)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087582#4087582 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=408

[jboss-user] [JBoss Seam] - Further extending an EntityHome

2007-09-22 Thread damianharvey
I have a BookingHome class that extends EntityHome. I now have to support several different types of Booking with slightly different logic. The obvious (and lazy) choice is to extend my BookingHome. For example: | public class BulkBookingHome extends BookingHome { However when I try to do this

[jboss-user] [Installation, Configuration & DEPLOYMENT] - jsf development

2007-09-22 Thread struggle82
Hi, i'm wanna develop an web application with jsf. Which prerequest must be satisfied? Thanx Tim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087576#4087576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087576 __

[jboss-user] [Management, JMX/JBoss] - Monitoring and managing clustered servers

2007-09-22 Thread wingkwan
Looking for a way to monitor a clusterable enterprise server product. Each individual server (node) is collecting individual counters and statistics. Need to provide a aggregation view across the cluster. Some of the counters could be the sum of all individual value. In the case of throughput th

[jboss-user] [Performance Tuning] - Monitoring and managing clustered servers

2007-09-22 Thread wingkwan
Looking for a way to monitor a clusterable enterprise server product. Each individual server (node) is collecting individual counters and statistics. Need to provide a aggregation view across the cluster. Some of the counters could be the sum of all individual value. In the case of throughput th

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-09-22 Thread [EMAIL PROTECTED]
I suspect it isn't the same problem as there was a complete redesign of the entity converter internals between 1.2.1.GA and 2. Start a new thread and describe your problem completely. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087577#4087577 Reply to th

[jboss-user] [JBoss Seam] - Re: s:graphicImage and s:transformImage VERY, VERY slow

2007-09-22 Thread [EMAIL PROTECTED]
If you can pin it down to a specific problem please report a JIRA issue. You can alternatively try rendering the image using a custom servlet. It would be interesting to know if you find this a lot faster. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40875

[jboss-user] [JBoss Seam] - Re: seam-gen setup and maven

2007-09-22 Thread [EMAIL PROTECTED]
(Hopefully) fixed in CVS. Please try and post back if it is still problematic. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087574#4087574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087574

[jboss-user] [JBoss Portal] - Re: Internationalization on Portal page name.

2007-09-22 Thread bluezero000
Sorry, it isn't obvious from table of contents where I can find instructions for page name internationalization. Could you point me to the specific charpter/section? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087571#4087571 Reply to the post :

[jboss-user] [JBoss Seam] - iText and Hebrew/arabic

2007-09-22 Thread mrohad
iYext worked great for me until I started adding text in hebrew or arabic.. in the iText documentation it seem to be supported yet it doesn't work I tried to change to font to times but it didn't help what do u think? thanks View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Run JSF RI on WebSphere 6.1

2007-09-22 Thread titou09
Seam runs fine for us on websphere 6.1.0.11 + JSF RI 1.2_04Sp2 + facelets 1.1.12. What is your specific problem?. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087569#4087569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Portal] - Re: Internationalization on Portal page name.

2007-09-22 Thread [EMAIL PROTECTED]
Yes please refer to the reference guide. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087568#4087568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087568 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: how to force ajax region refresh

2007-09-22 Thread damianharvey
Show your code. Ensure that you aren't trying to reRender a region that has a "rendered" attribute. Eg: This won't reRender: ... But this will: |... | Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087566#4087566 Reply to the po

[jboss-user] [JBoss Seam] - Re: s:graphicImage and s:transformImage VERY, VERY slow

2007-09-22 Thread wquraishi
I'm sorry I forgot my question. Is there a bug with s:graphicImage in terms of excessive load time and memory usage? If so, are there any other alternatives now that I've already persisted the binary data to table? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - s:graphicImage and s:transformImage VERY, VERY slow

2007-09-22 Thread wquraishi
I've got an object of blog which contains a collection of blog_photos. The blog_photos are persisted in a mysql db as binary data. This works great. When I render the view, the s:graphicImage takes an enormous amount of time to render. At first, I thought, it was the transform but that only

[jboss-user] [JBoss Portal] - Internationalization on Portal page name.

2007-09-22 Thread bluezero000
Hi, I'm evaluating JBoss Portal. When I create a page, I can only enter a static page name. Is there a way to apply resource bundle on page names in JBoss Portal? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087560#4087560 Reply to the post : h

[jboss-user] [JBoss Tools (users)] - Problem about specifying a jndi source for eclipse hibernate

2007-09-22 Thread haoniukun
Dear all, I've just used create a project with eclipse with hibernate support. After adding a console configuration, I fail to run hibernate code generation with the following error: | [FATAL] DatasourceConnectionProvider - Could not find datasource: java:/comp/env/jdbc/ javax.naming.NoIn

[jboss-user] [JBoss Seam] - Re: ClassCastException with 2.0.0.CR1

2007-09-22 Thread [EMAIL PROTECTED]
JBSEAM-1950 It seems I have no privileges to assign a ticket to an assignee. Thanks! - Chris PS: Rolling back to 1.3.0 alpha now :-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087556#4087556 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - seam-gen setup and maven

2007-09-22 Thread atao
I just updated seam from cvs and tried to created a new project. When I run "seam setup" I get: anonymous wrote : | Buildfile: C:\DEV\projects\eclipse\workspace\seam-cvs\seam-gen\build.xml | | init: | [artifact:dependencies] Downloading: org/jboss/seam/jboss-seam-gen/${version}.${patchl

[jboss-user] [JBoss Seam] - hibertane2 seam sample with maven and glassfish

2007-09-22 Thread ericomtx
I'm trying to run hibernate2 example with maven and glassfish When I try to register a new user I get this error message : ... java.lang.IllegalStateException: No phase id bound to current thread (make sure you do not have two SeamPhaseListener instances installed) ... java.lang.IllegalStateExc

[jboss-user] [EJB 3.0] - Inheritence and EJBQL

2007-09-22 Thread tynor
Can EJBQL be used to query polymorphically? I cannot find any examples in the spec or in Bill Burke's EJB3 book, and my attempts are always returning null. l = entityManager.createQuery("SELECT s FROM Security s").getResultList(); Here I'm trying to find all rows of all security subclasses. Ev

[jboss-user] [JBoss Seam] - Re: ClassCastException with 2.0.0.CR1

2007-09-22 Thread [EMAIL PROTECTED]
Report it in JIRA and assign to Emmanuel, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087549#4087549 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087549 ___ jboss

[jboss-user] [JBoss Seam] - Re: Web Beans Sneak Peak

2007-09-22 Thread [EMAIL PROTECTED]
Third installment: http://in.relation.to/Bloggers/WebBeansSneakPeakPartIIIDeclaringComponentsUsingXML View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087547#4087547 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087547

[jboss-user] [JBoss Seam] - ClassCastException with 2.0.0.CR1

2007-09-22 Thread [EMAIL PROTECTED]
Hi! Today I tried to migrate a Seam production application to CR1. Basically it's working with one exception: I'm using Hibernates DetachedCriteria a lot and since the update I'm getting the following error: | Caused by: java.lang.ClassCastException: org.hibernate.search.impl.FullTextSessi

[jboss-user] [JBoss Seam] - Re: Get Request problems with Seam 2 CR1

2007-09-22 Thread smithbstl
Yeah, I saw that. I will give it another go later today. I may also upgrade to RF 3.1.1 snapshot to see if that helps at all. otherwise I may just have to re-engineer to not use pageflows at all. Thanks again Pete View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Seam] - Re: How to configure 2 Session Factories?

2007-09-22 Thread mgrouch
OK I've figured out configuration | | | But I'm getting error at start up [java] 12:50:12,491 ERROR [[/LPP/settlements]] Exception sending context initialized event to listener instance of class org.jboss.seam. | servlet.SeamListener | [java] org.hi

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-09-22 Thread xalperte
Hi, I'm ussing the Seam 1.2.1GA with the SeamEntityManager (http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamEntityConverter), and I'm having the same problem, this is the exception: Caused by: java.lang.IllegalStateException: EntityManager is closed at org.hibernate.ejb.EntityManagerImpl.g

[jboss-user] [JBossCache] - Re: Deadlock problem with JBossCache

2007-09-22 Thread genman
Just a guess, but looking at the wait lock timeout message that Berkeley DB is putting out. It seems the timeouts set pretty is low, it says like 500ms. Maybe you need to tune this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087531#4087531 Reply to the p

[jboss-user] [Security & JAAS/JBoss] - Looking for some insight/advise on predetermining authorizat

2007-09-22 Thread tzman
Reading through the faq's on security as well as documentation on different forms of security, I have not seen any references to complex authorization pre-checks. I was hoping to get some insight, as I am not an expert in this area and may have missed the reference. We have implemented service

[jboss-user] [JBoss Getting Started Documentation] - Re: installing jboss AS 4.2.1

2007-09-22 Thread PeterJ
Congratulations, you have install JBoss AS! (There is no "installer" to run.) At this point, make sure that JAVA_HOME is set to a directory where the JDK is installed, then open a command prompt, cd to the "bin" directory within the JBoss AS installation directory, and enter: run On reading you

[jboss-user] [JBoss Getting Started Documentation] - Re: redeploying duke bank app

2007-09-22 Thread moshco
Please delete under your WEB-INF EJB the jar package! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087528#4087528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087528 ___

[jboss-user] [JBoss Seam] - Re: Ajax4jsf UnboundedFifoBuffer

2007-09-22 Thread [EMAIL PROTECTED]
Ales, please try with current CVS, I've fixed the drools problem, and put a temporary fix in place for the commons-beanutils problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087525#4087525 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBossCache] - Re: JBoss POJO Cache 1.4.1.GA in Maven?

2007-09-22 Thread [EMAIL PROTECTED]
Thanks for the help Brian :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087524#4087524 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087524 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: Web Beans Sneak Peak

2007-09-22 Thread [EMAIL PROTECTED]
Second installment is up: http://in.relation.to/Bloggers/WebBeansSneakPeakPartIIInjectionBindingAnnotationsAndComponentTypes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087523#4087523 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: Hotel Booking sample and Conversation - Why merge?

2007-09-22 Thread matt.drees
I don't understand. Why is that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087522#4087522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087522 ___ jboss-user mailing li

[jboss-user] [JBoss Messaging] - Re: Bridge cannot find session with QOS_ONCE_AND_ONLY_ONCE

2007-09-22 Thread julians37
Sorry, this is the fourth post in a row... but one more point: I'm surprised the example worked for you since it only listens to "messaging" - but if the bridge was working correctly, shouldn't the messages only be available on "messaging2" - or have you modified the bridge example code to liste

[jboss-user] [JBoss Messaging] - Re: Bridge cannot find session with QOS_ONCE_AND_ONLY_ONCE

2007-09-22 Thread julians37
Thinking about it a bit longer, shouldn't the ServerPeerID always be combined with the partition name when determining node equal-ness? Why would the client side resource manager think that there's only one server when two nodes have the same ServerPeerID but different partition names? View the

[jboss-user] [JBoss Seam] - Re: Web Beans Sneak Peak

2007-09-22 Thread matt.drees
Cool stuff! I'm looking forward to the rest. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087517#4087517 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087517 ___ jboss-use

[jboss-user] [JBoss Getting Started Documentation] - installing jboss AS 4.2.1

2007-09-22 Thread lmokhesi
Hey, I wan't to install jboss AS 4.2.1. I'm rather new to jboss. I have downloaded jboss AS 4.2.1 and have unzipped the the binary to my c: but its doesn't seem to have installed. Please help Peks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087515#4087515

[jboss-user] [JBoss Messaging] - Re: Bridge cannot find session with QOS_ONCE_AND_ONLY_ONCE

2007-09-22 Thread julians37
To elaborate, it feels wrong that if you set up a bridge to send messages "somewhere", to some remote JMS provider, that you have to know details about the way that remote provider is configured. It feels to me like you shouldn't have to worry about which ServerPeerIDs that remote provider is u

[jboss-user] [JBossCache] - Re: JBoss POJO Cache 1.4.1.GA in Maven?

2007-09-22 Thread [EMAIL PROTECTED]
It's the same jar. And it is "pojo cache". The PojoCache project started out as a subproject of the core JBoss Cache project. Only in 2.0 did it start producing a separate binary from core JBoss Cache. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087511#40

[jboss-user] [JBoss Messaging] - Re: Bridge cannot find session with QOS_ONCE_AND_ONLY_ONCE

2007-09-22 Thread julians37
Ah! Fair enough, but the bit of documentation you're linking to says: anonymous wrote : | 6.1.1.1. ServerPeerID | | The unique id of the server peer. Each node in the cluster must have a unique name. | Note that it says "each node in the cluster". But in this scenario, the two nodes

[jboss-user] [JBoss Seam] - Re: Problem with messages.properties

2007-09-22 Thread [EMAIL PROTECTED]
Yes, Seam2 automatically plumbs it so that the Seam message bundle component is used for JSF messages (meaning you get all the associated benefits like EL interpretation, page message bundles etc). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087509#4087509

[jboss-user] [JBoss Seam] - Re: Overriding EntityHome.find() results in exception

2007-09-22 Thread [EMAIL PROTECTED]
There are no plans for a 1.2.2 release at the moment. If you are after one, probably best to open a JIRA issue and let people vote for it - we can then see how popular it is! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087508#4087508 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Get Request problems with Seam 2 CR1

2007-09-22 Thread [EMAIL PROTECTED]
Have you read http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119400 (Sorry, I forgot to post about this earlier). AFAICS the page action should be called even when in a pageflow. I will try to dig into it if you are having problems. View the original post : http://www.jboss.com/index

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Socket write Error while uisng IE.

2007-09-22 Thread JagadeeshPala
Hi all, I am using jboss-4.2.0.GA for deploying a JSF web-application. I am facing a problem when I call a backing bean method using a javascript on JSP page. The server is running into error saying: Caused by: java.net.SocketException: Connection reset by peer: socket write error This is occ

[jboss-user] [Javassist user questions] - Socket write Error while uisng IE.

2007-09-22 Thread JagadeeshPala
Hi all, I am using jboss-4.2.0.GA version for developing a JSF application. I am facing a problem when I call a backing bean method using a javascript on JSP page. The server is running into error saying: Caused by: java.net.SocketException: Connection reset by peer: socket write error This i

[jboss-user] [JBoss Seam] - Re: Get Request problems with Seam 2 CR1

2007-09-22 Thread smithbstl
Yes, I am using Richfaces 3.1 Yes, the s:link is pointing to a transition in a pageflow | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087500#4087500 Reply to the post : http://www.j

[jboss-user] [EJB 3.0] - Mapping-Problem with Primary-Key containing three Foreign-Ke

2007-09-22 Thread ttrepper
Hi all, I am sorry, but i cannot get it working. I have three tables with a PK beeing a single attribute. And then I have another table, with three attributes each referencing the PK of one table. And these three attributes are at the same time the PrimaryKey (PK) SQL looks like this: | CRE

[jboss-user] [JBoss Portal] - An error occured while rendering window 'myportal.home.HomeC

2007-09-22 Thread suganthivelayutham
Hi, Im getting the error in CMS portlet as, " An error occured while rendering window 'myportal.home.HomeCMSWindow' java.lang.NullPointerException " Can anyone guide me. Here is my stack trace : Console Log trace: During Server Start: 15:15:04,435 ERROR [HibernatePersistenceManager] fail

[jboss-user] [JBoss Seam] - Seam with RichFaces 3.1.0

2007-09-22 Thread [EMAIL PROTECTED]
You may notice some problems with page parameter propagation with Seam and RichFaces 3.1.0.GA. This has been fixed in RichFaces 3.1.1 snapshots since 18/09/2007. The RichFaces snapshot distributed with Seam 2.0.0.CR1 is also the fixed version. View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: Get Request problems with Seam 2 CR1

2007-09-22 Thread [EMAIL PROTECTED]
"smithbstl" wrote : I am having some trouble since converting from Seam 2 Beta to CR1 with a Get Request in combination with a pageflow | | When I use an s:link to navigate to a page | | Here is what was working | | | | | | | | | | | |

[jboss-user] [JBossCache] - Re: JBoss POJO Cache 1.4.1.GA in Maven?

2007-09-22 Thread [EMAIL PROTECTED]
So, in Seam, we are currently using a jar called jboss-cache-jdk50.jar which has 1.4.1.GA as its manifest. I mistakenly assumed this was pojo cache. Is this the same jar as is in maven at jboss/jboss-cache/1.4.1.GA? If not, will we be safe substituting one for the other? View the original pos

[jboss-user] [EJB 3.0] - is this a bug in EJB?

2007-09-22 Thread mnrz
hello I have some entity in my application, when I declare a method starting with term "is" the database will be updated with a new field whereas I didn't declare that field as a database field here is an example: | import static org.jboss.seam.ScopeType.SESSION; | | import java.io.Seri

[jboss-user] [JBoss Seam] - Re: Using JSF + POJO + EntityBean design

2007-09-22 Thread Grandfatha
This jsut makes me sick that my company is sooo in love with Tomcat. It would be much easier to get started with Seam projects here if it was not for that Tomcat fiasco. I mean it is 2007 and I have yet to see an application server that takes a multiple amount of time to load compared to Tomcat.

[jboss-user] [JBoss Seam] - Seam POJO and Timer support

2007-09-22 Thread oblivion1200
I use simple pojos instead of ejb3 session beans. I have read in Michael Yuan book that seam POJO have no @Asynchronous support. Does it mean I cant use Timers in my project? Neither EJB Timer nor Quartz? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Seam] - Re: Ajax4jsf UnboundedFifoBuffer

2007-09-22 Thread ctomc
hello, with seam 2.0CR1 (or anything from cvs after 5.9.2007) you dont need ajax4jsf jar anymore, becouse the code is merged in richfaces jars. in seam2migration.txt in root of seam 2.0CR distro you have instructions what jar to change and what is not needed anymore. And also what to change in

[jboss-user] [JBoss Seam] - Re: Exception thrown from Authenticator.authenticate method

2007-09-22 Thread terryb
Shane Thanks for the tip, it worked. I added method in Authenticator class as below: public boolean isLocked() { ... return boolean; } and then added following page navigation rule navigation from-action="#{identity.login}" rule if="#{not identity.loggedIn and authenticator.locked}" redire

[jboss-user] [JBoss Messaging] - Re: Bridge cannot find session with QOS_ONCE_AND_ONLY_ONCE

2007-09-22 Thread timfox
If I follow your instructions exactly I can replicate the issue. However it looks like you skipped a stage in the installation of messaging2 - you need to give it a unique server id. http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.0.CR3/html/configura

[jboss-user] [JBoss Messaging] - Re: Bridge cannot find session with QOS_ONCE_AND_ONLY_ONCE

2007-09-22 Thread julians37
I've investigated a little bit and it appears as if the session that it complains about is created on the other end. That is, the SessionDelegate is registered with ServerPeer on the "messaging2" end but the lookup happens on the "messaging" end where the session is not known, causing the Illeg

[jboss-user] [JBoss Seam] - Re: Seam example app

2007-09-22 Thread ajayjadhav
Hi Joshua, Thanks for your reply. I removed the ajax4jsf.1.1.1.jar and richfaces.3.0.1.jar and have kept richfaces-*.3.1.0.jar in the classpath. Now Glassfish is deploying it properly without any error. But while accessing the app in browser, it is showing ONLY labels and NOT any other contro