[jboss-user] [EJB 3.0] - Re: Client accessing EJB3 via RMIoverHTTTP on Port 80

2007-06-19 Thread itsme
Thanks for replying, but it seems there is more needed. I testet the mentioned and got the following error on startup | 08:55:45,172 WARN [ServiceController] Problem creating service jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3 | java.lang.NoClassDefFoundError: org/a

[jboss-user] [JBoss jBPM] - Re: How can I split storage scheme JBPM and general?

2007-06-19 Thread fady.matar
It is not recommended to use two JNDI for the same physical database. Use different JNDI names for different databases and update your persistence configuration accordingly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055892#4055892 Reply to the post : h

[jboss-user] [Installation, Configuration & Deployment] - Re: 4.0.5 to 4.2.0 upgrade and JBossTS

2007-06-19 Thread djr667
jhalliday: Sorry about the late response. I added the following to jbossjta-properties.xml as the first child element of which I assume is the correct place (the documentation does not say exactly where). The DeploymentException I get occurs at JBoss startup, as the transaction manager is st

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss on Linux HELLPPPPPP!!!

2007-06-19 Thread itsme
hi sheila, maybe it would help if you provide more information of what you are trying to do. Regards Sandor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055890#4055890 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss jBPM] - How can I split storage scheme JBPM and general?

2007-06-19 Thread slogger
How can I split storage scheme JBPM and general? I tried to create different DataSource (two confiqs *-ds.xml with local-tx-datasource), but I got issues. It is necessary for application to guarantee execution in single transaction (jbpm and general). RDBMS Oracle10g, JDK 1.5.8, JBoss 4.2.0, Jbpm

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

2007-06-19 Thread baz
anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055888#4055888 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055888 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [EJB 3.0] - Re: Client accessing EJB3 via RMIoverHTTTP on Port 80

2007-06-19 Thread hauch
Hi, As far as I understand all you have to do is change socket://${jboss.bind.address}:3873 to http://${jboss.bind.address}:80 in ejb3.deployer/META-INF/jboss-service.xml. You can read more about JBoss remoting in http://labs.jboss.com/file-access/default/members/jbossremoting/freezone/docs/guid

[jboss-user] [JBoss Seam] - Re: where to find errata for Seam book

2007-06-19 Thread baz
Thanks Michael, i have not found the thread i mentioned above. I explicitly refer to chapter 11.1.3. When i try to pass the var variable(fan) of a datatable to a method, then a null value is passed. This behaviour is consistent with seam docu(1.3.0Alpha)anonymous wrote : Note: You can not pass o

[jboss-user] [Installation, Configuration & Deployment] - Re: Installing JBoss Portal on Existing JBoss Installation

2007-06-19 Thread jba8273
Any replies, anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055883#4055883 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055883 ___ jboss-user mailing list jboss-user

[jboss-user] [Installation, Configuration & Deployment] - Re: reg IP Address instead of the localhost

2007-06-19 Thread jaikiran
Which version of JBoss are you using? If its 4.2 then have a look at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=40 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055881#4055881 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Installation, Configuration & Deployment] - reg IP Address instead of the localhost

2007-06-19 Thread rsuser
Hi I have installed the Jboss in my machine. When i work with the webservices, If i give localhost then its working fine.But when i give the ipaddress of the system and it is not coming it displayed as "The Page Cannt br displayed" View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBossCache] - Re: JBossCacheIDE 1.0 Released

2007-06-19 Thread aditsu
Oops, I ran eclipse from the command line and I can see the full stack trace in the console now. It's from my code, I'll find a way to fix it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055879#4055879 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBossCache] - Re: JBossCacheIDE 1.0 Released

2007-06-19 Thread aditsu
Thanks for the reply. I downloaded the version with dependencies, and I'm still getting NPE with no stack trace. I'd like to clarify that I'm doing "import new local configuration", and adding some "registered jars" that it may need. Why is there no stack trace? How can I possibly tell what's the

[jboss-user] [JBoss Seam] - Re: How to persist entities that have arrays or collections

2007-06-19 Thread [EMAIL PROTECTED]
It works just fine and I don't see what it has to do with any entityconverter. If your entity has a mapped and persistent collection, it will be managed as part of the mapped entity. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055876#4055876 Reply to the

[jboss-user] [JBoss Messaging] - How to provide the identity in the annotation for MDB?

2007-06-19 Thread JasonHsu
I have a normal MDB defined like: | @MessageDriven(activationConfig = { | @ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Topic") | ,@ActivationConfigProperty(propertyName="destination", propertyValue="/topic/testTopic") |

[jboss-user] [EJB 3.0] - Re: How to provide the identity in the annotation for MDB?

2007-06-19 Thread JasonHsu
No one secure their queue at all? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055873#4055873 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055873 ___ jboss-user mailing li

[jboss-user] [JBoss Portal] - Re: How can I change the default portal ??

2007-06-19 Thread tufla
Thank you Antoine, I have my own default-object.xml definition into my war file, so I don't want to have to do that into the server descriptor. I've been looking for that, but I haven't found a good answer. I'll continue researching. Anyway, thanks a lot, I've written several posts without an

[jboss-user] [JBoss Seam] - seam generate-entities problem

2007-06-19 Thread sirmyth
Hi, I seam to have a problem with seam-gen. When I run "seam generate-entities" i get the following error( full listing at end): [hibernate] java.sql.SQLException: No suitable driver found for system@//localhost:1521/xe I run Jboss 4.0.5 seam 1.2.1GA, Oracle 10XE Driver jar is ojdbc14.jar. Im

[jboss-user] [JBoss Seam] - Re: Identity.addrole returns false when admin is used !!

2007-06-19 Thread [EMAIL PROTECTED]
Can you please provide some more info? This doesn't make sense. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055869#4055869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055869 ___

[jboss-user] [JBoss Seam] - Re: Injected variable initialization

2007-06-19 Thread vwu98034
Thanks very much Pete. I will try it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055868#4055868 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055868 ___ jboss-user mailin

[jboss-user] [Remoting] - Re: RMI : Boss Remoting heavy load

2007-06-19 Thread [EMAIL PROTECTED]
There isn't a lot you can do to configure the RMI runtime. You can set the socket timeout value by configuring the server with custom client and server socket factories. See section "5.7. Socket factories and server socket factories" (http://labs.jboss.com/jbossremoting/docs/guide/ch05.html#s

[jboss-user] [Installation, Configuration & Deployment] - Re: Problem when configuring virtual hosts in jboss-4.2.0.GA

2007-06-19 Thread ataud
is there anyone from JBoss who can give me a response on the right way to configure virtual hosts ?? is it possible to have an exhaustiv example that works ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055864#4055864 Reply to the post : http://www.jboss

[jboss-user] [JBossWS] - Suspending input from web services

2007-06-19 Thread khkachn
Hi, Is there a way programmaticly to suspend/resume web services from accepting connections? I was going to set a flag somewhere and just return an error, but I was wondering if there is a better way. Also, is there a way to adjust how many threads can be used by web services? Thanks, Ken V

[jboss-user] [JBoss jBPM] - JBPM Database Cleaning

2007-06-19 Thread Hoffman462
i have a question concerning the JBPM 3.1.2 database; The data that the JBPM stores doesn't seem to ever get truncated, cleaned, or purged from this database. While we can easily halt Jboss, and effectively stop processing at some given time, say midnight, drop the JBPM tables, and remake t

[jboss-user] [JBoss Seam] - Re: using EL for variable ID's within columns

2007-06-19 Thread dinaddan
It is possible now with RichFaces 3.0.1 (just downloaded it and seems to work) You need to use rich:dataTable instead of h:dataTable (may require some CSS tuning, because rich:dataTable forces inheritance of rich-table style sheets) and specify rowKeyVar attribute to get variable holding current

[jboss-user] [JBoss Portal] - Re: Executing additional funcionalities on login time

2007-06-19 Thread lucasdeoliveira
We have a bunch of portlets for different tools (let's say Bugzilla and Trac) and once a user logs into Jboss Portal, I need to log him/her in automatically on other tools (by retrieving the user associated with session and getting the different auths that he/she may have). I looked at adding

[jboss-user] [JBoss Seam] - Re: Implement VNC/RDP/NetMeeting-like desktop sharing for he

2007-06-19 Thread Delphi's Ghost
Perhaps this might help : http://jira.jboss.org/jira/browse/JBSEAM-949 If I am reading it correctly, then it would be possible to write your own custom session manager for seam, which may allow you access to the session for another user. Of course, it would mean writing a session manager tha

[jboss-user] [JBoss Seam] - Re: How to persist entities that have arrays or collections

2007-06-19 Thread grettke_spdr
"[EMAIL PROTECTED]" wrote : This is a JPA/hibernate question, please ask on the relevant forum Hi Pete, I guess the question is "Does Seam support this out of the box?". In other words can I do this without writing a converter or any custom code? I want to know if I am wasting my time trying to

[jboss-user] [JBoss Seam] - Re: How to persist entities that have arrays or collections

2007-06-19 Thread [EMAIL PROTECTED]
This is a JPA/hibernate question, please ask on the relevant forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055853#4055853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055853

[jboss-user] [JBoss Seam] - How to persist entities that have arrays or collections of e

2007-06-19 Thread grettke_spdr
How to persist entities that have arrays or collections of enums? It doesn't seem to work out of the box. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055852#4055852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055

[jboss-user] [JBoss Seam] - Re: Implement VNC/RDP/NetMeeting-like desktop sharing for he

2007-06-19 Thread modoc
Has there been any thought about moving the seam state into a managed component keyed by session id, etc...? That way session scoped component could be accessed via normal JNDI from other apps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055848#4055848

[jboss-user] [JBoss Portal] - Re: RichFaces on portlets is available

2007-06-19 Thread [EMAIL PROTECTED]
No problem, but anyone who is trying need to understand that it is *very* early. We do not have a list of components that works/doesn't work and so on... We do not have instructions on how to install the libraries from SVN and how to properly configure. I'm just setting the expectation low so w

[jboss-user] [Clustering/JBoss] - Re: HA JMS & message selector

2007-06-19 Thread [EMAIL PROTECTED]
If you added a selector on the MDB and a message doesn't match, the message shouldn't be discarded; it should remain in the queue. The fact that there is a cluster involved shouldn't affect this at all. Suggest you search the JMS forums for any similar issue and if you can't find anything, pos

[jboss-user] [JBoss Portal] - Re: Executing additional funcionalities on login time

2007-06-19 Thread [EMAIL PROTECTED]
What kind of features ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055844#4055844 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055844 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Portal] - Re: Capturing User Entered Password for Legacy Applicaton Us

2007-06-19 Thread Antoine_h
You have to look at the Tomcat authentication process. JBoss Portal rely on this common feature of Tomcat to get the authentication done. Look at the /deploy/jboss-portal.sar/portal-server.war war to see how it is done. The web.xml define the authentication requierments and process. Then it is

[jboss-user] [JBoss Portal] - Re: RichFaces on portlets is available

2007-06-19 Thread Antoine_h
Ok... As it is said in the RichFaces JIRA, it is "to test" I will as soon as I can. Hope some others will too, so we go ahead with this very nice feature... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055841#4055841 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: Strange symptom with rich:dataTable used with @DataModel

2007-06-19 Thread Delphi's Ghost
What kind of link is it you are clicking on? I had a weird error where I was getting the same value in my data selection, and it seemed to be because I was returning a page flow action in the command link | | It appeared that when I did this, the data model selection was not updated, a

[jboss-user] [JBoss Seam] - "Could not find datasource" tip?

2007-06-19 Thread grettke_spdr
Hi folks, We are trying to set up a new machine (installed jdk 1.5 and jboss) on which to deploy. On startup the deployment fails with "Could not find datasource:". We did create a database with the expected name. What I want to know is where can I look to find more details of what exactly w

[jboss-user] [JBossWS] - Re: UnmarshallException for xsd type any

2007-06-19 Thread meghanai_99
Hello, I am still getting this exception. It was my mistake when I thought I am not getting this exception anymore. Can someone tell me how can I get rid off this exception? Even after the exception, the request is received correctly by my BPEL process and it is executed as expected. Here is

[jboss-user] [JBoss Seam] - Re: howto: expose application scope component with JMX?

2007-06-19 Thread koenhandekyn
feature request to gavin :) to inject a ' service ' bean you have to resort to the standard jboss provisioning wich looks like private GlobalConfigurationMBean globalConfiguration; @Depends ("upr:service=globalConfiguration") | public void setGlobalConfiguration(final GlobalConfigurat

[jboss-user] [Installation, Configuration & Deployment] - JBoss on Linux HELLPPPPPP!!!

2007-06-19 Thread sheila lety
Hi every body! Im having a problem with my Jboss installation, i have jdk-1_5_0_05 and jboss-4.0.3-src, i have set JAVA_HOME and JBOSS_HOME but i didint find a way to configure JBoss can somebody help me? its VERY URGENT!! View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Entity not Mapped with two datasources accessing EJBs outsid

2007-06-19 Thread sysex
Hi, I'm new to JBoss and Seam and have encountered a problem when trying to query Entity beans outside of my EAR. My environment consists of JBoss-4.0.5 running Seam-1.2.1.GA and Hibernate. My EAR deployment uses a MySQL database (which is connecting and working just fine) but also needs to que

[jboss-user] [JBoss Seam] - Re: How do folks layout pages: panelgrids (embedded tables)

2007-06-19 Thread Delphi's Ghost
Oh yeah a list apart is a great resource for css stuff, including articles on why we should be using css. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055832#4055832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055

[jboss-user] [JBoss Seam] - Re: How do folks layout pages: panelgrids (embedded tables)

2007-06-19 Thread shakenbrain
I forgot one of the styles: .entry div.inputblock { | float: left; | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055831#4055831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055831 ___

[jboss-user] [JBoss Seam] - Re: How do folks layout pages: panelgrids (embedded tables)

2007-06-19 Thread Delphi's Ghost
Hey Pete, Yes, I saw that, I have looked at the decorate stuff, actually, I think I have copied edit.xhtml to my app to look at start trying to use it. I do need to add an access key element on to there, but that should be easy. I did implement a facelet for date edits, and my main problem w

[jboss-user] [JBoss Seam] - Re: How do folks layout pages: panelgrids (embedded tables)

2007-06-19 Thread shakenbrain
This article illustrates how to create a flexible three column layout: http://www.alistapart.com/articles/holygrail/ Of course, there are lots of other layouts and approaches. Google for "css layout" and you'll find lots of good references and examples. For laying out simple forms, I use the f

[jboss-user] [Beginners Corner] - Re: classloader problems

2007-06-19 Thread cristian_e
Can you post more info about this ? Stack trace ? I understand that when there is more than just one version of the same class deployed on JBoss, it simply gets the first one deployed unless you have defined a different approach. So, if you have the same lib/class deployed more than once, the p

[jboss-user] [Messaging, JMS & JBossMQ] - Connecting to remote queue.

2007-06-19 Thread tnine
Hi all, I'm using spring to connect to a remote HA JBoss MQ service via a JNDI lookup. I'm connecting with the following jndi properties. | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.factory.url.pkgs=org.jnp.interfaces | java.naming.provider.url=jn

[jboss-user] [JBoss Seam] - Problem on listTimerHandles

2007-06-19 Thread quintenjiang
My error message like at Jboss 4.2.0 + Seam 1.3: [org.jboss.ejb3.stateless.StatelessDelegateWrapper] Starting failed jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3 java.lang.NullPointerException at org.jboss.ejb.txtimer.DatabasePersisten

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: the never ending flow of optimistic locking questions

2007-06-19 Thread fernando_jmt
I dealt with this time ago. Here you can find a topic related (whether it's of your interest): http://forum.hibernate.org/viewtopic.php?t=969898 After several tries I figured out that the only way (at least for me) to have this working is to have a POJO action and a SFSB DAO. POJO action and SF

[jboss-user] [Installation, Configuration & Deployment] - Installing JBoss Portal on Existing JBoss Installation

2007-06-19 Thread jba8273
Hi, Is it possible to install JBoss portal on an existing JBoss installation? I checked the JBoss portal downloads but didn't see a 'plugin' type installer. I have the latest JBoss 4.2.0 version. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055816

[jboss-user] [JBoss jBPM] - Re: How to access process variables?

2007-06-19 Thread cristian_e
You can try executionContext.getVariable("quant") directly. At least this is the way we have worked with variables in ActionHandlers (with the appropriate cast). In our case the variables have been set programatically, but I think it's the same thing with your scenario. About fuligj's question,

[jboss-user] [JBoss Portal] - Executing additional funcionalities on login time

2007-06-19 Thread lucasdeoliveira
Hello there! I'm new to portal and I wish to execute a bunch of funcionalities when the user logs in. What path should I take? Create a class extending LoginModule and adding this new capabilities to it? thanks in advance! ps.: any link to possible solution would be nice =) View the original

[jboss-user] [JBoss Seam] - Re: Strange symptom with rich:dataTable used with @DataModel

2007-06-19 Thread [EMAIL PROTECTED]
You'll need to use your debugger to look in the javax.faces.model.DataModel.getWrappedData() method and see whats going on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055811#4055811 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Re: How do folks layout pages: panelgrids (embedded tables)

2007-06-19 Thread [EMAIL PROTECTED]
"Delphi's Ghost" wrote : I hate having to use a panel grid to layout forms, and then in one cell, have another panel grid or other wrapper, because I want a button next to the edit box, and the panel grid won't by default let me put two items in the same cell Take a look at the way we use s:dec

[jboss-user] [JBoss Seam] - Re: How do folks layout pages: panelgrids (embedded tables)

2007-06-19 Thread grettke_spdr
"shakenbrain" wrote : It is possible to use CSS DIVS in JSF; that's what I do... May you please point in the direction of your favored resources on using divs to lay out pages? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055809#4055809 Reply to the post

[jboss-user] [JBoss Seam] - Re: How do folks layout pages: panelgrids (embedded tables)

2007-06-19 Thread grettke_spdr
"Delphi's Ghost" wrote : In theory, it should be easier if you are using facelets | | I think a more important question is intra-page layout such as form layout. Css is good for overall page layout and design, but not so much for in-page items such as form layout. | | I hate having to

[jboss-user] [JBoss Seam] - Re: Set do not work

2007-06-19 Thread [EMAIL PROTECTED]
Yes, this is a limitation of the JSF spec. Workaround here: http://jroller.com/page/pmuir?entry=using_sets_in_jsf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055807#4055807 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Clustering/JBoss] - multiple JBoss servers session expire (loadbalancer) problem

2007-06-19 Thread ddai
Hello JBoss gurus, Currently I am facing a very painstaking problem. I want to have a 1 web server + 2 app servers configuration for the sake of fault tolerance. So I use loadbalancer in "worker.properties" file. Also in that file, I specify two JBoss app servers' names. And that works well.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Jboss-4.2 + LambdaProbe

2007-06-19 Thread paulalbano
Hi, I'm using "jboss-4.2.0.GA", but lambdaprobe dont work with this version of jboss. I used "jboss-4.0.5.GA" until now and everything worked correctely. I can log in lambdaprobe, but it gets me a error. The error is : " There was an error Application encountered an unexpected error. We would

[jboss-user] [JBoss Seam] - Strange symptom with rich:dataTable used with @DataModelSele

2007-06-19 Thread tonylmai
Hello all, I've been using rich:dataTable together with Seam's @DataModelSelection for several pages in my app without any problem. However, one of the pages I have displayed weird symptom where regardless of which row I clicked on, the @DataModelSelection would always default to the last row i

[jboss-user] [JBoss Seam] - Set do not work

2007-06-19 Thread KoniKoni
| | | | | | | | | | | | | | | |

[jboss-user] [JBossWS] - Problem Accessing Web Service

2007-06-19 Thread djayakaran
Hi, I deployed a very simple web service to JBoss-4.2.0.GA, and used JBoss's wsconsume utility to generates stubs. I ran the client in its own JVM as a java application. It invokes the web service... no problem! Then I coded a servlet (actually an Action class much like Struts) to call the w

[jboss-user] [JBossWS] - Endpoint does not contain operation meta data for: getAccoun

2007-06-19 Thread Maffewl
I want to try and test the backwards compatibility of a webservice I upgraded from Axis to JBossWS. Up to this point I have consumed the old wsdl w/ wsconsume and have the service deployed in Jboss 4.2.0.GA. I sent in the old xml and it hits the endpoint but i get the following message: [org.

[jboss-user] [JBoss Seam] - Re: How do folks layout pages: panelgrids (embedded tables)

2007-06-19 Thread [EMAIL PROTECTED]
Of course, you can use CSS/divs with JSF, but as so many of the standard components are implemented using tables for layout (panelGrid, selectOneCheckbox...) it's hard. Pressure needs to be put on the JSF impls (RI is Seam's choice) to produce CSS/div versions of the standard components. View

[jboss-user] [JBoss Seam] - Re: How do folks layout pages: panelgrids (embedded tables)

2007-06-19 Thread Delphi's Ghost
In theory, it should be easier if you are using facelets since you should already have your view code split into sections such as header, body, menu, footer etc, it's just a matter of putting the facelet tags into the right place in the layout table, or wrapping the in a div set to the style

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate doesn't reflect manual change to database

2007-06-19 Thread waynebaylor
I was messing around today and noticed that if I perform a manual INSERT into an entity table, then call em.createQuery("from "+MyEntity.class.getName()).getResultList() to get all entities, the list returned does not contain the entity I inserted manually. I thought it might be a caching issue

[jboss-user] [JBoss Portal] - Re: RichFaces on portlets is available

2007-06-19 Thread [EMAIL PROTECTED]
shuuttt ;) It's still a secret. We are still ironing things out before claiming RichFaces support on JBoss Portal :) 2.6 Final is still targeted for the very end of this month. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055793#4055793 Reply to the pos

[jboss-user] [JBoss Seam] - Re: howto: expose application scope component with JMX?

2007-06-19 Thread koenhandekyn
as i had to look for a while to find what gavin was referring to, i think it is the below thing : 'service beans' http://docs.jboss.org/ejb3/app-server/tutorial/service/service.html ???any comment on service beans versus application scope session beans for holding configuration type of data???

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

2007-06-19 Thread Antoine_h
What I would do is to define a new window state, such as the Maximized one, and make it work the same, but with a special layout and theme that is special for printing. see how it works for maximised window state. and adapt for a printing html page provided. You may need to add some things in t

[jboss-user] [JBoss Seam] - Re: javax.el.ELException , unable to localize the error

2007-06-19 Thread dkane
"ChristopheA" wrote : Is your findPart method declared in the PartSearch interface ? | Yes @Local | public interface PartSearch | { | public int getPageSize(); | public void setPageSize(int pageSize); | | public String getSearchString(); | public void setSearchString

[jboss-user] [JBoss Portal] - Portlet printing

2007-06-19 Thread glarenzie
I am trying to provide portlet print capability. Can anyone point me in the right direction? I tried renderResponse.createRenderURL() and opened the result in a javascript popup but it reproduces the page with all the tabs, header etc. I want just the portlet contents. Any help would be grea

[jboss-user] [JBoss Seam] - Identity.addrole returns false when admin is used !!!???

2007-06-19 Thread dreuzel
I tried out the addrole function of identity , loggingg in with the administrator password All roles are attributed except ADMIN any special reason Admin, admin are resources that are refused as security roles Can someone explain this . View the original post :

[jboss-user] [Beginners Corner] - session replication and clustering

2007-06-19 Thread ddai
Hi all, How should I set up session replication so that two app servers can share one session? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055786#4055786 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: User Navigation Design Pattern

2007-06-19 Thread Delphi's Ghost
Hey, I had considered that, and part of my reluctance is the messyness involved in keeping a new subwidget informed of it's widget and vice versa. The subwidget has a property called Widget which refers to the owning widget. The Widget has a property called getSubWidgets which returns the list

[jboss-user] [JBoss Portal] - RichFaces on portlets is available

2007-06-19 Thread Antoine_h
See : http://jira.jboss.com/jira/browse/RF-186 RichFaces has been adapted to run with portlets. It needs 2.6 version of portal, so ajax features can work inside a portlet. by the way, any idea when the 2.6 final release is out ? View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Portal] - Capturing User Entered Password for Legacy Applicaton Use/ R

2007-06-19 Thread ennova2005
We are developing a portlet that will connect to a remote application that requires an inline username/password for authentication. Although we are able to use the "same" user name/password for that application as for the portal but the legacy application is not single signon enabled. How, o

[jboss-user] [JBoss Portal] - Re: How can I change the default portal ??

2007-06-19 Thread Antoine_h
ho ho... I answered to quickly... first level : build your own pages, with the portal/windows/instances/portlet manager in the default portal. or by defining it in the *.xml descriptor files. second level : if you want to define your own portal, with your own url etc... and not have the default

[jboss-user] [JBoss Portal] - Re: How can I change the default portal ??

2007-06-19 Thread Antoine_h
There are post about this. Search with the "default" and "url" key words. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055780#4055780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055780 _

[jboss-user] [JBoss Seam] - Re: How do folks layout pages: panelgrids (embedded tables)

2007-06-19 Thread shakenbrain
It is possible to use CSS DIVS in JSF; that's what I do... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055776#4055776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055776

[jboss-user] [JBoss Seam] - Re: c:set (or ui:param) and s:link, s:button action paramete

2007-06-19 Thread ChristopheA
Ok. Thanks and sorry. I should have had a closer look before posting. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055774#4055774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055774 ___

[jboss-user] [JBoss Seam] - Re: User Navigation Design Pattern

2007-06-19 Thread hstang
Hi, Just wondering what your thoughts are using two independent conversations for editing the edit widget and their children widgets View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055771#4055771 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: c:set (or ui:param) and s:link, s:button action paramete

2007-06-19 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-666 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055768#4055768 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055768 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: c:set (or ui:param) and s:link, s:button action paramete

2007-06-19 Thread ChristopheA
No. I just want aliasing at a particular page scope. Or I won't use qualified names for my components. Factories in component.xml as defined in Seam reference doc is not convenient for that as far as I understood. In a large application you may use my.package.manager bean in some pages, and

[jboss-user] [JBossWS] - "ArrayOf" parameter types generating BindingExceptions

2007-06-19 Thread acxjbertr
I am using a "Top Down" (aka wsdl-to-java) approach to create a JSR109 endpoint with JBossWS 1.2.1.GA. The WSDL that was provided to me contains things like: | | | | | | | | | | |

[jboss-user] [JBoss Seam] - Re: Injected variable initialization

2007-06-19 Thread [EMAIL PROTECTED]
How about using an @Factory method @In Foo foo; | | @Out Bar bar; | | @Factory("bar") | public void initBar() { |// do your init. | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055760#4055760 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: c:set (or ui:param) and s:link, s:button action paramete

2007-06-19 Thread hstang
Have you tried using a factory? Put this in your components.xml | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055755#4055755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055755

[jboss-user] [JBoss Seam] - Injected variable initialization

2007-06-19 Thread vwu98034
In one action class, an injected attribute needs to be initiated with an attribute from another injected attribute before shown in the view. I know that shall be easy. But, I have tried several approaches without a luck. Can someone point me a right direction. Thanks. View the original post

[jboss-user] [JBoss Messaging] - two server cluster - consumer count 2

2007-06-19 Thread [EMAIL PROTECTED]
I am using messaging 1.3 with JB 4.2 clustered on two servers I have a standalone client application running on both servers The server names are jbossclust1 and jbossclust2 When I start the client applications the Queue ConsumerCount on jbossclust2 is 2. I would expect the ConsumerCount to be 1

[jboss-user] [Performance Tuning] - Re: in access logs 500(Page can't displayed) comes sometimes

2007-06-19 Thread genman
Is this performance related question? server.log should have information, if not you need to change your logging settings. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055743#4055743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging & Persistence (Failed to route Reference

2007-06-19 Thread timfox
I am not 100% sure but it looks like a scoping issue. Most scoping issues were resolved in JBM 1.3.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055744#4055744 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055744 _

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging & Persistence (Failed to route Reference

2007-06-19 Thread Stephen.Campbell
Hi Tim, Sorry, The versions are as follows JBM - 1.2.0SP1 jbOSS - 4.0.4 OS - WinXp (but eventually Linux) JDK - 1.5.12 If there is anything else let me know Regards, Stephen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055742#4055742 Reply to the post :

[jboss-user] [JBoss Seam] - c:set (or ui:param) and s:link, s:button action parameter

2007-06-19 Thread ChristopheA
I'd like to use some form of aliasing for my Seam components with qualified (and yet possibly long) names. I'd like my aliases to be valid for a given page. And I'm using facelets. I tried to use ui:param or c:set tags, and everything went fine - except with action parmaters of s:link and s:but

[jboss-user] [JBoss Seam] - User Navigation Design Pattern

2007-06-19 Thread Delphi's Ghost
I have an edit page for a widget, and each widget has a set of sub widgets. I want to show the widget details as editable inputTexts, and have a clickable list of subwidgets. If you click on a subwidget, you go to a page to edit the subwidget, click save on the subwidget page, and it should save

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging & Persistence (Failed to route Reference

2007-06-19 Thread timfox
Please, please, please always state the versions of the software you are using when making a report. JBM version JBAS version JDK version OS etc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055738#4055738 Reply to the post : http://www.jboss.com/index

[jboss-user] [Clustering/JBoss] - Failed to retrieve stub from server

2007-06-19 Thread tamaluna
I initially posted this issue to the JNDI forum, but didn't get a response. It seemed to me my problem was stemming from clustering, since (as indicated below) I'm getting a message that my local JBoss AS is trying to access a clustered JBoss AS on my LAN. So I'm submitting to this forum in ho

[jboss-user] [EJB/JBoss] - Re: Stateful session bean Serlization

2007-06-19 Thread tst
anybody please HELP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055731#4055731 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055731 ___ jboss-user mailing list jbo

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: *-ds.xml in EAR

2007-06-19 Thread psyllogism
Through much toil and searching, the solution I found was to put the following into my EAR's application.xml file: | | *-ds.xml | | and it worked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055730#4055730 Reply to the pos

[jboss-user] [EJB/JBoss] - Stateful session bean Serlization

2007-06-19 Thread tst
when jboss tries passivate my session bean , i get a java.io.NotSerializableException exception , i do not want jboss to put my session bean to passivate can anybody help me on this i need this urgent , i have demo to be given to my director in another 2 hrs Please Please Please Please HELP

[jboss-user] [JBoss Seam] - Re: Glassfish example and the entity converter.

2007-06-19 Thread hongzhang
Thanks for the detailed instructions! I was able to reproduce the problem on my box now. I will look into this and let you know what I find out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055728#4055728 Reply to the post : http://www.jboss.com/index.htm

  1   2   3   >