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

2007-02-13 Thread den74
> Ok...but where i put that implementation? It is indipendend from portlet, i mean this way is always used to log in portal so you just need to make a jar and put into server/default/lib of jbossportal ( i made like this and it works) View the original post : http://www.jboss.com/index.html

[jboss-user] [EJB/JBoss] - Jboss Mysql unknown primary key

2007-02-13 Thread teodoro21
Hi, I'm trying to develope a CMP entity bean under jboss with mysql db. I'd want that my CMP entity bean has an autoincrement primary key. The following is part of my: standardjbosscmp-jdbc.xml UUIDKeyGeneratorFactory java.lang.Object id id INTEGER INT(11) I have deployed

[jboss-user] [JBoss Seam] - IceFaces & exceptions.xml

2007-02-13 Thread sherkan777
Hi all, If i remember there where solution to use IceFaces in seam app that don't use SeamExceptionFilter and Gavin's proposion where to comment that line: | | in web.xml. If i'm wrong please correct me. what about exceptions.xml, can I use it? View the original post : http://www.jboss.

[jboss-user] [JBoss Seam] - Re: pagination control (10.3) missing transaction

2007-02-13 Thread baz
Hello, i have taken the hibernate2 example from seam 1.1.6 I added this page to the view: listHotel.xhtml http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:h="http://java.sun.com/jsf/html"

[jboss-user] [Messaging, JMS & JBossMQ] - org.jboss.mq.SpyJMSException: Cannot authenticate user; - ne

2007-02-13 Thread krishnakumarns
i have an application that having a jms client communicating with the jboss server (Topic) and sending messages .The jboss server is installed in a private ip machine and connected to the public ip machine in which the related ports are forwarded to the private ip machine . After that when c

[jboss-user] [JBossCache] - Distributed Hashtable and JGroups

2007-02-13 Thread javamann
Hi all, I am trying to setup some separate JVM's to both use JGroups for inter-VM communications and to use a Distributed Hashtable. Is there a way to do this without using two Channels? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016223#4016223

[jboss-user] [JBoss Messaging] - Receiving IllegalStateExceptions in client

2007-02-13 Thread bander
Hello I'm performing a series of JMS stress tests that we've developed against JBoss Messaging 1.0.1.SP4 and have a test scenario failing. My particular test is generating frequent IllegalStateExceptions which causes message delivery to fail. The following is a sample: ERROR 2007-02-14 16:30:5

[jboss-user] [JBoss Seam] - Re: Please Help (multiple row operations in a data table)

2007-02-13 Thread [EMAIL PROTECTED]
SecretQuestionsAction should have an @Name annotation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016221#4016221 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016221 ___

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss server start up problem on AIX 5.2

2007-02-13 Thread PeterJ
Wait a second. I found the org.jboss.iiop.SunJDK14IsLocalBugFix class, it is in server/all/lib/jboss-iiop.jar. Are you running the all configuration or the default configuration? If you are running default, copy try copying that jar file to server/default/lib. View the original post : http://w

[jboss-user] [JBoss Portal] - Re: HOWTO: Replace portal authentication and authorization

2007-02-13 Thread dleerob
bdaw: I followed the wiki at: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingAnLDAPSourceForPortalAuthentication I did create a role "Authenticated" in LDAP and assign it to everyone in our company. The LDAP authentication did work, but because I also had to create users locally to match the us

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss server start up problem on AIX 5.2

2007-02-13 Thread PeterJ
Sorry, but I am not running AIX (I am using FC 6). Also, I don't have 4.0, instead I have 4.0.5 and the missing class, org.jboss.iiop.SunJDK14IsLocalBugFix does not appear anywhere among the jars that ship with 4.0.5. Perhaps someone out there who is using AIX could help... View the original

[jboss-user] [JBoss Portal] - Re: wsrp with https

2007-02-13 Thread karink
Hi Chris, I use jbossws-1.0.4.GA (date=200611151648) (as the log file stated). Do you not have the problem with the missing port in the wsdl:import? Actually will it hurt? I can access JBoss Portlet by means of WSRP (over SSL, simplest case just encrypted communication, without client authentifi

[jboss-user] [JBoss Portal] - Re: How to unselect the actions from security?

2007-02-13 Thread PeterJ
Hold down the CTRL key while clicking on the selection you want to unset. Also works to make multiple selections. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016216#4016216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBossWS] - using collections and complex types in web services

2007-02-13 Thread santhoshitha
i am trying to use jax-ws for my web service. i have to invoke a remote method that accepts a java.uitl.List(SecurityAttr is a user defined class) as one of the parameters. i would like guidance in this regard. 1) is it possible to use jax ws for this purpose? if so, how should the complex type

[jboss-user] [JBoss jBPM] - Rollback of a process using JTA inside jBPM - help

2007-02-13 Thread mrudulam
The situation I am breaking my head over is this - Assume there is a simple 3 node process. Each node has its own action handler. In the second action handler, I have an update to another database (other than the jbpm). In the 3rd action handler, there is an exception. I am trying to combine nod

[jboss-user] [JBoss Seam] - Re: Please Help (multiple row operations in a data table)

2007-02-13 Thread ask4saif
Thanx gavin for your reply, its very nice to see you helping all the people. thank you very much. here is the code: | public class SecretQuestionsAction implements SecretQuestionsLocal{ | | | @PersistenceContext(unitName="Database") | protected EntityManager em; |

[jboss-user] [JBoss Seam] - Re: DataModelSelection and components.xml

2007-02-13 Thread [EMAIL PROTECTED]
entity-manager="#{em}" I'm pretty certain that is discussed in the documentation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016208#4016208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016208 ___

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss server start up problem on AIX 5.2

2007-02-13 Thread muralimadhav_123
Hi Peter Johnson, Can you please let me know what might be the problem with JBOSS 4.0 on AIX 5.2 in throwing the above mentioned exception while JBOSS server start up. Thanks in Advance, B. Murali. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016203#401620

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide seam skeleton app error

2007-02-13 Thread grdzeli_kaci
can u tell me version of the hiberrnate tools ?, or version of the JBoss Eclipse IDE ? where tool can generate seam templates. and i tryed to generate entities from command line | ./seam generate-entities | but i got an error like this : | java.lang.NoClassDefFoundError: org.hibernate

[jboss-user] [JBoss Seam] - Re: DataModelSelection and components.xml

2007-02-13 Thread lightbulb432
I guess it was because I needed to add a entity-manager="em" attribute to the framework:entity-query because that's what my core:managed-persistence-context is, but that gave the following exception on deployment: Exception sending context initialized event to listener instance of class org.jbo

[jboss-user] [JBoss jBPM] - wscompile fails to generate artifacts for included xsd

2007-02-13 Thread meghanai_99
Hello, My wsdl includes external xsd. We want to keep xsd and wsdl separate for maintainance purpose. However while trying to deploy it to JBoss, I found that it does not recognize types declared in the included wsdl - http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" targetNa

[jboss-user] [Remoting] - Re: Timeout parameter - can I specify timeout per request?

2007-02-13 Thread [EMAIL PROTECTED]
Per invocation timeouts have been implemented for the socket and sslsocket transports, as well as the newly derived bisocket and sslbisocket transports. A timeout that will apply only to the current invocation may be requested as follows: | HashMap config = new HashMap(); | config.put(Serv

[jboss-user] [JBoss jBPM] - Re: Error testing Hello World BPEL on JBoss 4.0.5

2007-02-13 Thread meghanai_99
Hello, Sorry to take it so long to reply to my original thread. It was my mistake; I had accidently copied the jar files to jdk\lib instead of its jre\lib folder. Moving the jar files to correct location fixed the issue for me. I can now successfully run Hello service Thank you, Meghana View

[jboss-user] [JBoss Seam] - Correct Syntax for enum lookup in messages

2007-02-13 Thread awhitford
For an edit page, I have an enum. My code looks something like: | | My problem is that I am not seeing any label text... I may have a bug in my build process, but I figured that it is worth asking... Consider a ficticious enum declaration: | package com.mycompany.foo; | | public

[jboss-user] [JBoss Seam] - Re: DataModelSelection and components.xml

2007-02-13 Thread lightbulb432
I'm stuck on this same issue, but am getting the following error: value="#{factoryName}": Cannot get value for expression '#{entityQueryName.resultList}' | Why is this happening, and how do I solve it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40161

[jboss-user] [Clustering/JBoss] - Re: Annoying UDP warnings in serverlog from different cluste

2007-02-13 Thread visolvejboss
Hello, Try the following to avoid UDP Warnings. 1. Don't modify cluster-service.xml file in the JBoss AS. 2. Run the server using the following command. /run.sh -c all -g server1 -u 228.1.2.3 Where, -g option is for specifying the partition name. -u option is for specifying the UDP multicast ad

[jboss-user] [JBoss Portal] - How to unselect the actions from security?

2007-02-13 Thread pmc_blue
Hi, In the management portlet under security,how do you unselect the action items in the list box? I would like to unselect the actions from 'unchecked' role and select the actions in the Admin role. Thanks so much for your help. C. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Can conversation override session?

2007-02-13 Thread lightbulb432
I'm trying to override a session-scoped component with a conversational-scoped component for the duration of the conversation (i.e. Within the conversation the conversational-scoped component is injected when @In refers to the shared component name. Then when the conversation ends that same @In

[jboss-user] [JBoss Seam] - Re: java.lang.IllegalArgumentException: page parameter may n

2007-02-13 Thread [EMAIL PROTECTED]
If you have declared a page parameter, you do *not* need to include it explicitly in links or buttons that link or submit to that page. It gets added automatically. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016173#4016173 Reply to the post : http://ww

[jboss-user] [JBossCache] - Re: Performance expectations

2007-02-13 Thread [EMAIL PROTECTED]
You need to check out Branch_JBossCache_1_4_0 and look under tests/scripts. It is there since I just check. :-) I'd recommend to try it with pessimistic locking. Not sure how much of the performance impact it will have but I think it does without further tuning. View the original post : http:/

[jboss-user] [JBossCache] - Re: Performance Tests and TimeoutException

2007-02-13 Thread [EMAIL PROTECTED]
So among 8 node cluster, only one node is doing write with single-thread write while others are reading? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016163#4016163 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016

[jboss-user] [JBoss Seam] - Re: IllegalArgumentException: page parameter may not be mult

2007-02-13 Thread mikeluu
s:button results in the same exception. perhaps i would help if i included the entire stack trace. :) java.lang.IllegalArgumentException: page parameter may not be multi-valued: id at org.jboss.seam.pages.Param.getValueFromRequest(Param.java:129) at org.jboss.seam.core.Pages.apply

[jboss-user] [JBoss Seam] - Re: java.lang.IllegalArgumentException: page parameter may n

2007-02-13 Thread mikeluu
my apologies, i didn't mean to emphasize that this is a bug, and in no way am i pointing fingers. sorry. to put it succinctly, i am trying to go from page A to page B back to page A. from page B, i am submitting a save via a command button and after saving the data, i would like to get bac

[jboss-user] [JBoss Seam] - Re: java.lang.IllegalArgumentException: page parameter may n

2007-02-13 Thread [EMAIL PROTECTED]
Please don't write things like "is this a bug" in all caps. It is not a bug in this case, and I have never once in 5 years of involvement in user forums like hibernate.org or jboss.com, seen a single case where a user who claimed to have found a bug in all caps had actually found a bug. The h:c

[jboss-user] [JBoss Portal] - Re: Is it okey to put the logic within doView method instead

2007-02-13 Thread sudarshanacharya
Thank you so much for the suggestion. Is there any example how you can appropriately split a portlet in different classes? Do I have to pass a lot of parameters as arguemts into the methods of such classes? Can I subclass a portlet? What is the better way to do that? Are there any kind of portl

[jboss-user] [JBoss Seam] - java.lang.IllegalArgumentException: page parameter may not b

2007-02-13 Thread mikeluu
I am trying to do the following: 1. from page content.xhtml, there is a link to edit the contents of that page | | |Edit Content | | 2. i get redirected to edit/edit_content.seam to edit content 3. there is a save button on the edit_content page defined with: | |

[jboss-user] [JBoss Seam] - Re: Help restrict access to pages before login

2007-02-13 Thread rmemoria
Thanks shane, Now it's working exactly as expected. I also didn't notice that the doc in CVS is also updated to these changes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016149#4016149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Messaging] - Re: marshalling stack trace

2007-02-13 Thread [EMAIL PROTECTED]
Absolutely wonderful. Do you have a HOW-TO document that explains what needs to be done, so I can link it from our user wiki page? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016144#4016144 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Messaging] - Re: marshalling stack trace

2007-02-13 Thread [EMAIL PROTECTED]
FYI I just successfully tested JBossESB withJBoss Messaging-1.0.1SP4. See also http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016139#4016139 Cheers, --Kurt View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016140#4016140 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: Second JBoss Seam Book Released

2007-02-13 Thread jim.farley
"[EMAIL PROTECTED]" wrote : Seam APIs are pretty stable now. Yeah, stuff like seam-gen and security was in flux until recently, but that was because it was, well, brand new, and we were still working on it | | The basic core functionality has not changed much recently. Configuration te

[jboss-user] [JBoss Seam] - Re: Second JBoss Seam Book Released

2007-02-13 Thread jim.farley
"henrik.lindberg" wrote : Cool! The more to read the better! | Is that book going to appear on Safari by any chance? I don't believe APress publishes through Safari (yet). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016135#4016135 Reply to the post : ht

[jboss-user] [JBoss Seam] - Re: TransientObjectException blues

2007-02-13 Thread [EMAIL PROTECTED]
(1) Does User have a natural key or a surrogate key? (2) What is the stack trace? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016134#4016134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016134 _

[jboss-user] [JBoss Seam] - Seam JBPM Variable Instance and taskInstanceListForType

2007-02-13 Thread heitmanm
Hi, I'm manipulated the DVD-Sample a lot and have the problem that when I return to the admin-area from a page that begins and finishes a task. The #{task.variables['creditId'] is now 0 and musst be 1 in the admin.xhtmlthe firsttime before the first task is executed the variable is shon c

[jboss-user] [JBoss Seam] - Re: Help restrict access to pages before login

2007-02-13 Thread [EMAIL PROTECTED]
Do you have a login-view-id set for your pages element? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016130#4016130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016130 _

[jboss-user] [JBoss Seam] - TransientObjectException blues

2007-02-13 Thread dozcelik
Hi - I am getting an interesting TransientObjectException for the following condition.. I create a User object in the authenticator and User has a 1-1 relation with a Person object. user instance is outjected as follows.. @Out(required=false, scope=ScopeType.SESSION) private User authen

[jboss-user] [Installation, Configuration & Deployment] - Re: Cannot access JBoss from network when running from Eclip

2007-02-13 Thread iaacov
In fact Peter was right. I just had to find every reference to localhost in launch configuration and in preferences. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016128#4016128 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Linking Dynamic Forms To Seam Component

2007-02-13 Thread javalover75
I am starting a new project where I would like to be able to create dynamic form elements and link them to seam components. For example, a form will render initially with a single inputText element for a site domain and provide a link at the bottom allowing the user through AJAX to add an add

[jboss-user] [JBoss Seam] - Icefaces and security EL functions together

2007-02-13 Thread javalover75
I guess my real question is can you configure more than one view-handler in the faces-config file? And if so could someone provide an example. If not is there another way to use icefaces and the security EL together. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Portal] - Re: wsrp and wsdl problem! Thanks

2007-02-13 Thread [EMAIL PROTECTED]
"shijiangpeng" wrote : Hi, pals, the problem is solved, partly! After server started, seems like it create a file wsrp_services.wsdl. I modifed the endpoint setting in this file, then all problems are gone! | But there must be something i can do that I don't have to modify this file everytime

[jboss-user] [JBoss jBPM] - Re: Error testing Hello World BPEL on JBoss 4.0.5

2007-02-13 Thread [EMAIL PROTECTED]
JWSDP 1.6 does not need jdk 1.5 and is what I use to develop/test the examples. You should be able to find it buried in Sun's site (for some reason Sun makes it hard to find older versions, but they are still there, somewhere). Only the Hello and ATM examples work without JWSDP. To do so, commen

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JPA-Hibernate Parent/Child Relationship within Same Object

2007-02-13 Thread cfrostrun
Does anybody have an idea where I'm going wrong... here's my table structure for Comment id | integer | not null website_id | integer | not null event_id | integer | not null parent_id | integer | title | character varying(150) | post_date | timestamp without time zone | user_id | integer | not n

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

2007-02-13 Thread [EMAIL PROTECTED]
Hey guys, thanks for the help in setting up LDAP. I can now login as admin and normal users to OpenDS. BUT when I add new users, they appear in OpenDS, but not as a member of the Authenticated role. In order to log in with a new user account, I have to manually add it to the role and also I have

[jboss-user] [JBoss Seam] - Re: how to redirecto back to intented page after login

2007-02-13 Thread gsegura
Indeed, I had a tag. Thank you very much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016113#4016113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016113 ___ jboss-user m

[jboss-user] [JBoss Portal] - Re: wsrp and wsdl problem! Thanks

2007-02-13 Thread [EMAIL PROTECTED]
"shijiangpeng" wrote : | And, from post http://www.jboss.com/index.html?module=bb&op=viewtopic&t=100461, it says portal-wsrp.jse is a folder. But in my JBoss server, the portal-wsrp.jse is just a file. Did miss something? You can expand portal-wsrp.jse just like you would a jar file (jar xv

[jboss-user] [JBoss Seam] - Re: and selectMany

2007-02-13 Thread fhh
anonymous wrote : | Please read the tips and troubleshooting section on the wiki. | Thanks! I missed that. | You would be better off using 1.1.6, s:selectItems and ec:entityConverter. | I have already seen it but I can't switch at the moment as the project is in a testing phase. I w

[jboss-user] [JBoss Portal] - Re: wsrp with https

2007-02-13 Thread [EMAIL PROTECTED]
Which version of JBoss WS are you using? The solution provided in the Wiki will only work with JBoss WS 1.0.4.GA... As far as having to modify the internal file manually, I totally agree with you. However, I haven't been able to find how to have JBoss WS to pick up the port automatically withou

[jboss-user] [JNDI/Naming/Network] - Newbie question on accessing Remote Bean through JNDI

2007-02-13 Thread michaelcourcy
Hi, I build a Calculatrice Stateless EJB3, | | @Stateless | public class CalculatriceBean implements CalculatriceRemote { | | /** Creates a new instance of CalculatriceBean */ | public CalculatriceBean() { | } | | public int additionner(int x, int y) {

[jboss-user] [JBoss Seam] - Re: Facelet TagHandler in seam.

2007-02-13 Thread brentgfox
"petemuir" wrote : I assume you mean jsf-facelets.jar in WEB-INF/lib folder - if not that might be the problem. Otherwise you need to you need to make sure that jsf-facelets.jar is available to the classloader that is loading the tag - i.e. if jsf-facelets jar is in the war, the ComponentHandle

[jboss-user] [JBoss Seam] - Re: anyone success with seam-gen war to portal ?

2007-02-13 Thread [EMAIL PROTECTED]
It's possible. At least if you "wrap" your WAR inside EAR. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016102#4016102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016102 ___

[jboss-user] [JBoss Portal] - Re: wsrp and wsdl problem! Thanks

2007-02-13 Thread shijiangpeng
Hi, pals, the problem is solved, partly! After server started, seems like it create a file wsrp_services.wsdl. I modifed the endpoint setting in this file, then all problems are gone! But there must be something i can do that I don't have to modify this file everytime after I restart server, ri

[jboss-user] [JBoss Seam] - Re: seam-gen enhancement

2007-02-13 Thread saeediqbal1
Thanks for the clarification Gavin. I guess now the forum is the only place for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016100#4016100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016100

[jboss-user] [JBoss Seam] - Re: seam-gen enhancement

2007-02-13 Thread [EMAIL PROTECTED]
anonymous wrote : Does "everything" means this section "25.2. CRUD-application generator" from http://docs.jboss.com/seam/1.1.5.GA/reference/en/html/tools.html#d0e13161 | ? I am just trying to follow the documentation and the tutorial movies you have on jboss wiki. No wonder you're confused.

[jboss-user] [Installation, Configuration & Deployment] - Getting Chainsaw to correctly read the JBoss log4j settings.

2007-02-13 Thread mickknutson
I am trying to get Chainsaw to work correctly. Right now, it reads my configuration that came standard with jb 4.0.4-ga. Here is a line from the console: 14:52:09,627 INFO [STDOUT] 14:52:09,627 INFO [UserBackingBean] setUserManager() 1. Chainsaw seems to put this whole line as the message, a

[jboss-user] [JBoss Seam] - Re: Seam/Hibernate meetup in San Francisco, Friday, March 2

2007-02-13 Thread saeediqbal1
This is great, I'm down maybe also with some other companions from Sybase. Looking forward to it in 2 weeks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016097#4016097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [JBoss Seam] - Re: Facelet TagHandler in seam.

2007-02-13 Thread petemuir
I assume you mean jsf-facelets.jar in WEB-INF/lib folder - if not that might be the problem. Otherwise you need to you need to make sure that jsf-facelets.jar is available to the classloader that is loading the tag - i.e. if jsf-facelets jar is in the war, the ComponentHandler should be as wel.

[jboss-user] [JBoss Portal] - Re: Is it okey to put the logic within doView method instead

2007-02-13 Thread [EMAIL PROTECTED]
You should split your portlets in differents classes. You should avoid putting all your stuff in session, you should use request attributes when possible. Putting the logic in doView is really against good practice. It will be executed on every refresh including when you trigger another portlet

[jboss-user] [JBoss Seam] - Re: configuring seam security

2007-02-13 Thread [EMAIL PROTECTED]
seam-gen will generate an application which does login redirection if you need an example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016094#4016094 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016094 ___

[jboss-user] [JBoss Seam] - Re: configuring seam security

2007-02-13 Thread stu2
Support for http/https is slated for 1.1.7 according to http://jira.jboss.com/jira/browse/JBSEAM-741 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016093#4016093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016093 _

[jboss-user] [JBoss Seam] - Re: seam-gen enhancement

2007-02-13 Thread SmokingAPipe
Speaking of SeamGen: I have one small bug fix for it: The Linux shell script should start with #!/bin/sh, not #/bin/sh. Without the #!, it doesn't execute poperly for tcsh users. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016092#4016092 Reply to the po

[jboss-user] [JBoss Seam] - Re: pages.xml Versus *.jpdl.xml

2007-02-13 Thread [EMAIL PROTECTED]
Yes, these are the intended usecases. Note that pages.xml is RESTful, pageflows are not. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016091#4016091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016091 _

[jboss-user] [JBoss Seam] - Re: how to redirecto back to intented page after login

2007-02-13 Thread [EMAIL PROTECTED]
captureCurrentView() begins a conversation, and returnToCapturedView() ends it, only if there is no long-running conversation already active. So you are definitely doing something wrong. Make sure that you have no tag in the exception handler, or @End annotation anywhere. View the original po

[jboss-user] [JBoss Seam] - Re: Conference Talks

2007-02-13 Thread [EMAIL PROTECTED]
Thanks for reminding me: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016087#4016087 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016089#4016089 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016089

[jboss-user] [JBoss Seam] - Seam/Hibernate meetup in San Francisco, Friday, March 2

2007-02-13 Thread [EMAIL PROTECTED]
For the first time ever, the Hibernate and Seam team will be in the same place at the same time! You're all invited to help us celebrate this bizzarre and unnatural occurrence by joining us for drinks at a mystery location in San Francisco (okay, we just didn't decide on a venue yet ...) on Fri

[jboss-user] [JBoss Seam] - Re: seam-gen enhancement

2007-02-13 Thread saeediqbal1
I am kind of confused. Does "everything" means this section "25.2. CRUD-application generator" from http://docs.jboss.com/seam/1.1.5.GA/reference/en/html/tools.html#d0e13161 ? I am just trying to follow the documentation and the tutorial movies you have on jboss wiki. View the original post :

[jboss-user] [JBoss Seam] - Facelet TagHandler in seam.

2007-02-13 Thread brentgfox
I've been working on developing a facelet tag to simplify my content display, and am encountering a NoClassDefFoundError: com/sun/facelets/tag/TagHandler. I have the jsf-taglib.jar within my war files /lib folder, and am using the SeamFaceletViewHandler, with no issues untill I add my custom tag

[jboss-user] [JBoss Seam] - Re: seam-gen enhancement

2007-02-13 Thread [EMAIL PROTECTED]
"awhitford" wrote : Good work Kent! I can't wait to try this... | | I can't stress how important this feature is because the reverse engineering approach makes a lot of incorrect assumptions. The Entity bean provides much richer information for CRUD generation. | | Some problems that

[jboss-user] [JBoss Seam] - Re: seam-gen enhancement

2007-02-13 Thread [EMAIL PROTECTED]
"saeediqbal1" wrote : wow kentlam thanks for the information. I thought the seam command generated the CRUD ones and i was feeling happy i dont have to do the manual process of hibernate/crud generation from eclipse. ... hmm i was wrong. Are you sure you've understood what he's really saying?

[jboss-user] [JBoss Seam] - Re: configuring seam security

2007-02-13 Thread damatrix
After downloading and using seam 1.1.6, the problem did go away. However though the login page does appear when you request a page with | #{identy.loggedIn} | you are not redirected back to the page you requested after entering your username and password. I only receive a welcome message o

[jboss-user] [JBoss Seam] - Re: Help restrict access to pages before login

2007-02-13 Thread [EMAIL PROTECTED]
Read the security docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016074#4016074 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016074 ___ jboss-user mailing list jboss-u

[jboss-user] [EJB 3.0] - EJB-QL Convert timestamp to date

2007-02-13 Thread mikezzz
Hi, I have a enitity with a timestamp field, but would like to query it with a date value. Is there a portable way to truncate a timestamp to a date within an ejb-ql query? E.g. something that would be functionally equivalent to the following Postgres query. SELECT * FROM foo WHERE date_trun

[jboss-user] [JBoss Seam] - Re: pages.xml Versus *.jpdl.xml

2007-02-13 Thread petemuir
My rule of thumb is to use a pageflow where there is a natural flow (often some sort of wizard) - the user wants to be able to work their way through solving a complex problem. On the other hand pages.xml is brilliant for even the most complex (in my book lots of tabs) CRUD. I really like bein

[jboss-user] [JBossWS] - Re: Java 1.6 sdk breaks JBoss web services

2007-02-13 Thread Timmytool
Thanks Thomas, I've been struggling with this for the last couple days too. Tim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016071#4016071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016071 _

[jboss-user] [JBossCache] - Re: accessing TreeCacheMBean from remote client

2007-02-13 Thread [EMAIL PROTECTED]
See http://labs.jboss.com/file-access/default/members/jbosscache/freezone/docs/1.4.0/TreeCache/en/html/jboss_integration.html The bit in section 13.1 shows how to bind a proxy to your cache into JNDI; external clients can look it up and access it that way. If the client is outside the ear but i

[jboss-user] [JBoss Seam] - Re: Conference Talks

2007-02-13 Thread saeediqbal1
Any meetings in the bay area that would be of interest? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016062#4016062 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016062 ___

[jboss-user] [JBoss Seam] - Re: seam-gen enhancement

2007-02-13 Thread awhitford
Good work Kent! I can't wait to try this... I can't stress how important this feature is because the reverse engineering approach makes a lot of incorrect assumptions. The Entity bean provides much richer information for CRUD generation. Some problems that I have run into with reverse enginee

[jboss-user] [JBoss Seam] - Re: and selectMany

2007-02-13 Thread petemuir
The ui-example example demonstrates s:selectItems. As the entity converter is not currently in Seam, there isn't an example for it in Seam ;) http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamEntityConverter - the dist for this contains an example directory - the directory is based upon the old S

[jboss-user] [JBossCache] - accessing TreeCacheMBean from remote client

2007-02-13 Thread ppradhan
Hi, I have been using the TreeCache for a while. It gets deployed ok and I can access it fine from my classes within the ear as well as from the JMX console. However, I am having trouble getting to the TreeCacheBean from a java client outside the ear. I have looked at the documentation for ca

[jboss-user] [JBoss Portal] - Is it okey to put the logic within doView method instead of

2007-02-13 Thread sudarshanacharya
My portlet is extremely big because of different events. If I put all the logic in the processAction, I end up putting everything in session so that I can access it from my jsp (I have lots of data to render the jsp with). But if I put the that logic in doView, I can access it in jsp with reqest

[jboss-user] [JBoss Seam] - Re: how to redirecto back to intented page after login

2007-02-13 Thread gsegura
I couln't make these feature work until I change its scope from ScopeType.CONVERSATION to ScopeType.SESSION I noticed that it wasn't the same instance of Redirect component which has been called in captureCurrentView and returnToCapturedView, so I realized it was because of the scope. I just

[jboss-user] [JBoss Portal] - Re: wsrp and wsdl problem! Thanks

2007-02-13 Thread shijiangpeng
"shijiangpeng" wrote : "shijiangpeng" wrote : "[EMAIL PROTECTED]" wrote : You will have to let us know the version of JBoss Portal you use. | | | | | | I don;t know much about WSRP Chris might come and help. In the meantime, you can check the forums and Jira, i think i remember issue

[jboss-user] [JBoss Portal] - Re: wsrp and wsdl problem! Thanks

2007-02-13 Thread shijiangpeng
"shijiangpeng" wrote : "[EMAIL PROTECTED]" wrote : You will have to let us know the version of JBoss Portal you use. | | | | I don;t know much about WSRP Chris might come and help. In the meantime, you can check the forums and Jira, i think i remember issues like that, that have been fi

[jboss-user] [JBoss Portal] - Re: How to get UserName or Password or Profile

2007-02-13 Thread yoyoyoyo
Hi, I want to do the same thing. I found sth in the wiki. Maybe it's helpful to you too. http://wiki.jboss.org/wiki/Wiki.jsp?page=DeterminePortalLoggedInUser View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016043#4016043 Reply to the post : http://www.jboss

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-13 Thread anders3
"[EMAIL PROTECTED]" wrote : This is not a done deal... | I *way* prefer ant like many other, but this is an endless discussion. | | Maven will be proposed as an alternative. I think we can say both ant and Maven2. Adding poms to the project could be a good move for the portal. Fore exampl

[jboss-user] [JBoss Seam] - Re: CVS requires jcaptcha

2007-02-13 Thread [EMAIL PROTECTED]
I will try to find time to punish myself today :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016041#4016041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016041 ___ jboss

[jboss-user] [JBoss Seam] - Re: seam-gen enhancement

2007-02-13 Thread saeediqbal1
wow kentlam thanks for the information. I thought the seam command generated the CRUD ones and i was feeling happy i dont have to do the manual process of hibernate/crud generation from eclipse. ... hmm i was wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Portal] - Re: wsrp and wsdl problem! Thanks

2007-02-13 Thread shijiangpeng
"[EMAIL PROTECTED]" wrote : You will have to let us know the version of JBoss Portal you use. | | I don;t know much about WSRP Chris might come and help. In the meantime, you can check the forums and Jira, i think i remember issues like that, that have been fixed. I am using jboss-portal-2

[jboss-user] [JBoss Portal] - Re: wsrp and wsdl problem! Thanks

2007-02-13 Thread [EMAIL PROTECTED]
You will have to let us know the version of JBoss Portal you use. I don;t know much about WSRP Chris might come and help. In the meantime, you can check the forums and Jira, i think i remember issues like that, that have been fixed. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: Help restrict access to pages before login

2007-02-13 Thread rmemoria
Ok... I've downloaded the CVS version. But how do I use #{identity.loggedIn} or ? I've tried | but it ignored the login-required param and allowed /admin.xhtml page to be rendered before login. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016033#40

[jboss-user] [JBoss Seam] - Re: seam-gen enhancement

2007-02-13 Thread kentlam
"[EMAIL PROTECTED]" wrote : Would you please add a JIRA issue, named "generate application from existing entities", and link to this post. | | Thanks Done http://jira.jboss.org/jira/browse/JBSEAM-843 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40160

[jboss-user] [EJB 3.0] - Complete EJB3 Environment

2007-02-13 Thread lcq
Hello, I am trying to set up a development environment on my laptop on which to start learning EJB3. Between the different layers (JDK, JBoss, Eclipse, JBoss IDE) and their myriad of versions, I'm a little lost. If anyone has an up-to-date working EJB 3 development environment with JDK, JBoss

  1   2   3   4   >