[jboss-user] [JBoss Seam] - Re: Join natural conversation ? how ??

2008-02-02 Thread enda
My working solution that is such a hack but now I see the power we have ;D Please comment it or provide better solution | public String select(Team team) { | conversationId = team.getId().toString(); |

[jboss-user] [JBoss Seam] - Re: Using rich:datascroller With Seam and Hibernate Paginati

2008-02-02 Thread neilac333
Thanks to everyone for their insight. I have got something that seems to be working. I don't know if it is the most elegant code ever written, but I will be happy to write up the general solution on SeamFramework.org. Just let me know where, Pete. For those who might be interested, let me

[jboss-user] [JBoss Seam] - Re: anyway to generate Seam PDF table in parent/childern for

2008-02-02 Thread terryb
Norman I was trying to achieve several levels deep record listing in parent child hirarchy. eg: university1 ---campus1 -course1 applicant1 applicant2 -course2 applicant1 ---campus2 ... ... university2 ... I wasn't aware if rendered attributes existed for any of

[jboss-user] [Remoting] - Remoting 2.4.0.Beta1 available

2008-02-02 Thread [EMAIL PROTECTED]
JBossRemoting 2.4.0.Beta1 is now available. It includes a number of improvements over Remoting 2.2.x; e.g.: * Support for server configuration by microcontainer injection * Support for multihome servers * Better support for IPv6 addresses * Improvements in the socket transport *

[jboss-user] [Security JAAS/JBoss] - Re: Use of EJBs within LoginModule

2008-02-02 Thread DeanoUK
The EJB I'm calling is set to @PermitAll It appears to be on the second call to the EJB, it's very odd, but I'm desperate for a solution. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125749#4125749 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - help me understand memory usage

2008-02-02 Thread javatwo
On Linux FC 6. The machine physical memory is 4G. After machine reboot, start JBoss and deploy application, the total memory usage is about 700M. After running JBoss for several hours, the memory used is increased to 3.5G. $ ps -eo rss Adding all used memory up, the total is about 580M. where

[jboss-user] [JBoss Seam] - @DataModel vs. EL

2008-02-02 Thread mykey
I am displaying a list of entities (Student) with a @DataModel on a JSF Page with two links: one for editing and one for delting. For some reason the injection by DataModelSelection does not work correctly. My my status-EL messages for these two functions aren't shown correctly. Deletin

[jboss-user] [EJB 3.0] - Re: How to start a session bean as soon as it is deployed

2008-02-02 Thread [EMAIL PROTECTED]
I think I m using ejb timer service. Pl. see my code. Can you provide me with an example please. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125756#4125756 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125756

[jboss-user] [JBoss Seam] - Re: Need Form to Work Without

2008-02-02 Thread [EMAIL PROTECTED]
Any error messages from JSF in h:messages? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125757#4125757 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125757 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Need seam to load XXX.jar!/META-INF/pages.xml

2008-02-02 Thread zjsun
[EMAIL PROTECTED] wrote : You can specify the pages.xml files to use in components.xml | | navigation:pages resources | |value/WEB-INF/pages.xml/value | |value/META-INF/pages.xml/value | | /navigation:pages not work yet, by config /META-INF/pages.xml, only one jar's

[jboss-user] [JBoss Seam] - Re: Join natural conversation ? how ??

2008-02-02 Thread [EMAIL PROTECTED]
Did you look at the seambay example? This has an example of natural conversations. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125759#4125759 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125759

[jboss-user] [JBoss Seam] - PageContext Size limit

2008-02-02 Thread joeyxxx
How much load can the Page Context handle? Is it an appropriate context to hold multiple object graphs? How is the the data held in the client? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125760#4125760 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Need seam to load XXX.jar!/META-INF/pages.xml

2008-02-02 Thread [EMAIL PROTECTED]
Call your pages.xml files unique names - like META-INF/foo-pages.xml or, you could submit a patch for this. I would consider adding this functionality to Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125761#4125761 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Detect client disconnection

2008-02-02 Thread cogauthier
Thanks ! Charles View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125762#4125762 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125762 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - JBOSS SEAM FAQ - Can Seam be used in J2EE environment

2008-02-02 Thread dmartfw
I just wanted to verify if the following FAQ answer is still correct: Q: Can I run Seam in a J2EE environment? A: Yes, as of Seam 1.1, you can use Seam in any J2EE application server, with one caveat: you will not be able to use EJB 3.0 session beans. However, you can use either Hibernate or

[jboss-user] [Security JAAS/JBoss] - Problem using ssl from JBoss 4.2.2

2008-02-02 Thread c_ljungblad
Hi, Since we upgraded from JBoss AS 4.0.5 to JBoss AS 4.2.2 we ran into problems using ssl sockets to connect to a remote service. This works fine with JBoss 4.0.5 but we got the following exception when using 4.2.2: --- 16:01:13,281 ERROR [ExceptionFilter]

[jboss-user] [JBoss Seam] - Re: JBOSS SEAM FAQ - Can Seam be used in J2EE environment

2008-02-02 Thread [EMAIL PROTECTED]
OC4J 11 and Glassfish V2 are both JEE 5 certified. So, I'm not sure what you mean. (Also, we recently got Seam with EJB3 working in WebSphere, but no joy in WebLogic yet). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125765#4125765 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @PersistenceContext

2008-02-02 Thread msystems
BTW: I'm using JBoss 4.2.2.GA and JBoss Seam 2.0.1.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125766#4125766 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125766 ___

[jboss-user] [JBoss Seam] - Re: JBOSS SEAM FAQ - Can Seam be used in J2EE environment

2008-02-02 Thread dmartfw
Pete...Thanks for the quick reply I guess I just want to make sure that this statement found on the Product FAQ page is not valid for J2EE 5 certified application servers. I know that both application servers are J2EE 5 certified. In fact we have a seam app running in OC4J with EJB 3.0

[jboss-user] [JBoss Seam] - Re: @DataModel vs. EL

2008-02-02 Thread dexjam
Hi if it's just because of the EL-Expressions, maybe that somehow depends on having to have the logger static ... otherwise you possibly have to describe your problem further. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125768#4125768 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Need Form to Work Without

2008-02-02 Thread neilac333
No error messages at all. I just fill out the form, press submit, wait a little, and then the form comes back with the fields cleared. The only difference from when I first try the page is, as I mentioned, the appending of the jsessionid to the URL. I wasn't sure if perhaps I had misused

[jboss-user] [JBossCache] - Re: JGroups ClassCastException

2008-02-02 Thread [EMAIL PROTECTED]
Modify jg-magic-map.xml (in the JGroups JAR) and remove all array definitions, e.g. Ljava.lang.Object; Or update to a later version of JGroups, e.g. 2.4.x View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125776#4125776 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Help with seam create-entities

2008-02-02 Thread kgalligan
Same here. MYSql View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125781#4125781 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125781 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Help with seam create-entities

2008-02-02 Thread kgalligan
Don't you hate it when you figure out what's wrong right after you post about it, and its your stupid error? My database script was creating the right database, but inserting tables into the wrong one. So, no tables. View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpm4jsf help

2008-02-02 Thread kukeltje
unfortunately there is not much 'documentation' besides the source and the console itself as an example. If you have specific issues please do not hesitate to ask View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125784#4125784 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JBOSS SEAM FAQ - Can Seam be used in J2EE environment

2008-02-02 Thread [EMAIL PROTECTED]
Should work. Post your problem, perhaps someone can help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125785#4125785 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125785 ___

[jboss-user] [JBoss jBPM] - Re: Windows based automatic user authentication/authorizatio

2008-02-02 Thread kukeltje
Wrong forum btw... google is your friend View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125788#4125788 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125788 ___ jboss-user

[jboss-user] [Beginners Corner] - Illegal @PersistenceUnit? Help!

2008-02-02 Thread McJava1967
Hi all. I'm a newbie trying to get JBoss to persist data into a MySql db, using an EJB3. You folks were kind enough to help me get JBoss set up to use MySql, which now seems set. I see new tables, like JMS_MESSAGES, in my MySql db. If it matters, I'm using the JBoss 4.2 Eclipse plugin.

[jboss-user] [Installation, Configuration DEPLOYMENT] - ClassCastException: org.jnp.interfaces.NamingContext

2008-02-02 Thread tekniklas
Dear guys, How do I interpret the following stacktrace after upgrading to 4.2.2.GA: 2008-02-02 19:12:28,151 DEBUG [org.jboss.web.tomcat.security.SecurityFlushSessionListener] Obtaining SecurityManagerService failed:: | java.lang.ClassCastException: org.jnp.interfaces.NamingContext |

[jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS

2008-02-02 Thread karltraunmueller
Hi all, when compiling jBpm CVS HEAD, I stumbled upon the same problem, Missing required plug-in org.jbpm.gd.common_0.0.0, but managed to get the build run to completion with some manual intervention. Steps to reproduce (jbpm.3 is the local CVS module root folder): | * Set up a copy of

[jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS

2008-02-02 Thread karltraunmueller
It's of course jmx-console, not JNDI View. JNDI View should show jbpm/JbpmConfiguration under the java: namespace. regards, Karl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125799#4125799 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Passivation time configuration

2008-02-02 Thread JEFFASTOREY
Hi, I've deployed an EJB (in a .ear file using EJB3 annotations) to my JBoss server, and for some reason, they always take 10 minutes of inactivity to passivate (and then seem to be hours until they are removed from the container entirely). I'm running the default configuration and I've

[jboss-user] [JBoss Seam] - Re: Here is a Richfaces Ajax Datascroler and Seam Example

2008-02-02 Thread supernovasoftware.com
Here is a more recent version of the code. This time I have the query return a List of maps for an HQL query. I just override get id and it works. Try this more recent version. Are you using Seam 2.0.x? I have not seen too much interest in my method. If people like the technique employed,

[jboss-user] [JBoss Seam] - s:link without the href? Only for the onclick

2008-02-02 Thread EricJava
Simple question here: I'm setting up my entire site in such a way that it will display pages, and the various sections of the page will have an edit button next to them. When the user clicks edit, there is a DHTML operation that transforms the static display into a form. The user can then do

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Connection timed out

2008-02-02 Thread ewinston
Ok, then that is a problem I am running into as well. You have an xml file somewhere that is getting read by JBoss that has the DTD or schema specification in it. JBoss is supposed to validate against local files but it doesn't appear to (again, this is with 5.0), instead it tries to pull

[jboss-user] [JBoss Seam] - EVENT_LOGIN_SUCCESSFUL handled twice

2008-02-02 Thread joeyxxx
I just upgraded to 2.0.1GA and overrode facesSecurityEvents. addLoginSuccessfulMessage() which used to be in identity so I could suppress the Welcome, user message. From my logs, I can tell authenticator.authenticate is only being called once but addLoginSuccessfulMessage(), the event handler

[jboss-user] [JBoss Seam] - Re: s:link without the href? Only for the onclick

2008-02-02 Thread EricJava
That was not so clever of me. I should have had return false instead of just false. Obviously I'm not a JavaScript programmer, which is why I love RichFaces, so I can avoid having to do JS programming. Which leads me to my question: is there some way of doing this in RichFaces, perhaps using

[jboss-user] [Security JAAS/JBoss] - using Active Directory for Authorization in Seam apps

2008-02-02 Thread asookazian
we have several Seam apps that will need a security solution involving using AD for authentication and authorization. Authentication is ok (we're using NTLM with IE browsers). We need advice for authorization. Our security model involves having the owner's of the applications add members

[jboss-user] [JBoss Seam] - Re: s:link without the href? Only for the onclick

2008-02-02 Thread dhinojosa
Can you just have a bean that just holds a boolean value and use that as a rendered=#{myBean.staticViewOn} and just AJAX4JSF? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125825#4125825 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Programmaticaly create queue

2008-02-02 Thread thangle
I have some questions relating this topic: 1. How many Queues can we safely create dynamically under JBoss 4.0.3? Is it a recommended way? 2. What is default persistence of Queues created in this way? Can we set persistent method for these Queues? 3. What API can we use to remove Queues

[jboss-user] [JBoss Seam] - Re: Need seam to load XXX.jar!/META-INF/pages.xml

2008-02-02 Thread zjsun
| @Scope(ScopeType.APPLICATION) | @BypassInterceptors | @Name(org.jboss.seam.navigation.pages) | @Install(precedence = Install.APPLICATION) | public class EpstarPages extends SeamPages { | | @Override | public void initialize() { | super.initialize(); |

[jboss-user] [JBoss Seam] - Re: s:link without the href? Only for the onclick

2008-02-02 Thread EricJava
That's a good idea. I could. The advantage is that by doing that, it could refresh the values (just in case they have changed), or otherwise check that the object in question is still editable. I guess the round-trip time for doing that would be minimal. I'll try it both ways and see how it

[jboss-user] [JBoss jBPM] - How to define a task that can auto complete when the actorId

2008-02-02 Thread ArnoldH
Hi, every one. I have a process definetion like this: Task1 - Task2 - Task3 - - Task10 - Task11 - END I want all the tasks can automatically complete when the token points to one of the task and the actorId of the task instance is null or . It seems that Decision nodes can help, but it

[jboss-user] [JBoss Seam] - why commit twice?

2008-02-02 Thread luc_yuan
when i create a object using id whick is already in database when i press the create button i check if it exists,but i got my message age,why | try { | | Kokyaku k = (Kokyaku) getEntityManager().createQuery( |

[jboss-user] [JBoss Seam] - Re: why commit twice?

2008-02-02 Thread luc_yuan
what shows me in pages is anonymous wrote : kokyaku 11already exist kokyaku 11already exist and i retrieve my message like this | h:messages globalOnly=true styleClass=message id=globalMessages | showDetail=true layout=table / | also in console

[jboss-user] [JBoss Seam] - Re: @DataModel vs. EL

2008-02-02 Thread mykey
After all that I have read, it makes no difference whether the logger is static or not. I didn't try that yet, but I will. But I don't think that this is the problem here, because the status messge from finishEditing is shown correctly (which does not solve the problem that the object isn't

[jboss-user] [J2EE Design Patterns] - How to configure EJB3 for JBoss 4.x for MyEclipse

2008-02-02 Thread hakim55
hi all has anyone managed to runa simple ejb3 example using MyEclipse for Jboss 4.x. I have problems in configurations of Jboss to run ejb3. many thanks Amir View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125835#4125835 Reply to the post :

[jboss-user] [JBoss Tools (users)] - 2.0.1beta ?

2008-02-02 Thread Juergen.Zimmermann
http://jira.jboss.com/jira/browse/JBIDE?report=com.atlassian.jira.plugin.system.project:roadmap-panel shows that a lot of bugs are fixed. Will a public beta be available? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125836#4125836 Reply to the post :