[jboss-user] [JBoss Seam] - Re: Deployment: Where to put richfaces-*.jar for rich:tree?!

2007-08-03 Thread sunil.su
I declared richfaces.jar as a module in application.xml and copied the richfaces.jar into my ear. Its working now Dont know if this was implied in the posts Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070395#4070395 Reply to the post :

[jboss-user] [JBoss Seam] - Re: I'm back

2007-08-03 Thread Sammy8306
I'm still having problems with my *.page.xml files: http://www.jboss.com/index.html?module=bbop=viewtopict=109752start=20 and my question about a JavaAssist failure (possible Seam bug?) keeps getting drowned without answer, so if you have the time:

[jboss-user] [JBoss Seam] - Re: external authentication-any pointers for a beginner?

2007-08-03 Thread [EMAIL PROTECTED]
Ok, I'm starting to get an understanding of your requirements. Let's address the issues separately. First of all, redirection - I'm not a fan of having the JAAS login module performing a redirect, I think this is a bad thing. Instead, how about you use login-view, and simply have this view

[jboss-user] [JBoss Seam] - Exception Handling Error - redirect URL is wrong

2007-08-03 Thread maku01
Hi, I've a problem with redirection after an Exception. (Seam 2 CVS ) When an exception occurs, e.g. javax.persistence.OptimisticLockException, and the active URL is e.g. http://localhost:8080/hcare/resident/residentDetail.seam than the redirection URL is wrong --

[jboss-user] [Performance Tuning] - Re: JNDI datasource connection pooling

2007-08-03 Thread lorenz.fischer
thanks Mark if i find a good tool for that manner i'll post it here again. so long lorenz View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070397#4070397 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070397

[jboss-user] [JBoss Portal] - Re: Change order of tabs

2007-08-03 Thread rekrevs
That sloved my problems, thanks for the help /Sverker View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070403#4070403 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070403 ___

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-03 Thread mailinator
Hi, thanks for helping, @Ed, i did go in the source and in find this : try { Context initial = new InitialContext(); LocalTimerServiceHome localTimerServiceHome = (LocalTimerServiceHome) initial.lookup(java:comp/env/ejb/LocalTimerServiceBean); localTimerService =

[jboss-user] [JBossWS] - Re: JBoss 4.0.x migration to 4.2.x

2007-08-03 Thread Juergen.Zimmermann
I updated my JBoss 4.2.1 with JBossWS 2.0 and things are working fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070402#4070402 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070402

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-08-03 Thread [EMAIL PROTECTED]
Seam support for portlets has always been experimental: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamPortlet You can try to use it at your own risks (and eventually report the bugs). We have 2 choices: - We wait till everything works perfectly together and we restrict people from using new

[jboss-user] [Messaging, JMS JBossMQ] - Re: NPE when closing connection

2007-08-03 Thread n_sroor
I have the same problem. does any one find the solution View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070414#4070414 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070414 ___

[jboss-user] [JBoss Seam] - Re: beginner question on seam-gen deploy/explode task, pleas

2007-08-03 Thread Grandfatha
Thanks for the advice. I will try that, I never thought of that since seam-setup asks for the folder every time and has not indicated anything like Resetting your input with default folder 'C:\Applications\...'. View the original post :

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

2007-08-03 Thread damianharvey
You can use whatever you like. In my app when a user logs in my authenticate method loads their roles from a database and puts them in the Identity object. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070411#4070411 Reply to the post :

[jboss-user] [JBoss Portal] - FCKEditor upload

2007-08-03 Thread den74
Hi all, I am useing FCKeditor as html editor in my jsp/faces code on portal 2.4.1 and it works fine except for images upload. I tried with any configuration i found in internet but everything seams not working, the server browse doesn't let me see images i expect to see and upload of new file

[jboss-user] [Messaging, JMS JBossMQ] - Re: excess UIL2 threads

2007-08-03 Thread oglueck
ksdeger, yes, we have commented all pool related stuff from SocketManager. It's not possible to get rid of it through configuration. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070407#4070407 Reply to the post :

[jboss-user] [JBoss Seam] - Re: pages.xml navigation rules?

2007-08-03 Thread amitev
in from-action you have to specify the action exactly how it's on the page View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070408#4070408 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070408

[jboss-user] [JBoss Seam] - Re: I'm back

2007-08-03 Thread damianharvey
Hi Pete, This issue is stopping me upgrading to Seam 2.0.0. Most (all) of my CRUD pages are all-on-the-one-page type things and this issue stops them working. http://www.jboss.com/index.html?module=bbop=viewtopict=113329 Thanks, Damian. View the original post :

[jboss-user] [JBoss Seam] - Re: Dynamic data sources with EntityManager

2007-08-03 Thread fnordinuk
I have the same database setup that I'm trying to get EJB3 to work with. Any help on this one would be much appreciated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070412#4070412 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Redirect based on identity-roles

2007-08-03 Thread uke
Thanks for your replies. That's very similar to what I tried. Could you specify what the main difference is between these approaches? This following code gives me a Functions not supported in expressions.-error.. | page view-id=/login.xhtml | navigation | rule

[jboss-user] [JBoss Seam] - Re: Ajax + Seam Advice

2007-08-03 Thread harpritt
Hi Gents Lol Damian that sound good to me when SEAM 2 goes GA ill be there ! Cheers for the reply Tony, i havent given up on ICEFaces just put it on the back burner until i have some more time to mess about with configuration - the experience was not unpleasant its all learning at the

[jboss-user] [JBoss jBPM] - Struts can use to webApp's UI for jbpm?

2007-08-03 Thread javang
hi,all My question is how to use struts build webApp for jbpm,if it's false,jbpm new version is planing to support? if 3.1 or 3.2 is can use struts as UI,how to do ? If ok,hope someone give me a demo ,thanks javang View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Best WebDAV server for J2EE containers.

2007-08-03 Thread scramer
With webdav-servlet I have no experince... I used Jakarta Slide and liked it: http://jakarta.apache.org/slide/index.html Sebastian View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070478#4070478 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Page action not called

2007-08-03 Thread [EMAIL PROTECTED]
I need to try to replicate locally. It's on my todo :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070476#4070476 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070476 ___

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-08-03 Thread [EMAIL PROTECTED]
Post personHome. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070475#4070475 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070475 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Dynamicaly loaded selectonemenu in table

2007-08-03 Thread maumau61
Hi Pete, Sorry for my question ... And thank you for pointing me in the right direction. It was so obvious that I didn't see it. Bye Malte View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070471#4070471 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Redirect based on identity-roles

2007-08-03 Thread uke
Sorry about that. I should've mentioned that from the start. It's 1.2.1 GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070469#4070469 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070469

[jboss-user] [Installation, Configuration DEPLOYMENT] - Drain Mode? is this possible.

2007-08-03 Thread markemark
Hi All, Can anyone tell me how I can put a node into Drain mode. What I mean is... We have two separate machines running JBOSS each being load balanced by apache. Is it possible to set one strip into 'Drain mode' i.e. it will continue to service the current sessions, but will not accept any

[jboss-user] [JBoss Seam] - Re: Errors from app created with seam 2.0b1 seam gen

2007-08-03 Thread [EMAIL PROTECTED]
Looks like you've got an error in your lyrics03-dev-ds.xml file. Fix it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070464#4070464 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070464

[jboss-user] [JBoss Seam] - Re: Datasource settings question

2007-08-03 Thread [EMAIL PROTECTED]
Ask this in a ejb3 forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070462#4070462 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070462 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: query order by extension and restrictions

2007-08-03 Thread [EMAIL PROTECTED]
You can set order using extension by overriding getOrder(). I would say that two queries with different restrictions aren't actually the same query (if you want to share the ejbql *text* then use a public static final String). View the original post :

[jboss-user] [JBoss Seam] - Re: Dynamic data sources with EntityManager

2007-08-03 Thread [EMAIL PROTECTED]
You can't put runtime parameters into annotations so you'll have to access the PC programmatic ally. The neatest way I can see to do this is to use a Seam manager component to look up and inject the correct PC based upon who is logged in. View the original post :

[jboss-user] [JBoss Seam] - Re: SelectBooleanCheckbox and Y/N mapping

2007-08-03 Thread [EMAIL PROTECTED]
You need to write a converter ;) I think you want to return true and false as the String. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070458#4070458 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070458

[jboss-user] [JBoss Seam] - Re: seam nightly build

2007-08-03 Thread [EMAIL PROTECTED]
Unfortunately the cruisecontrol build is totally broken. We have CVS builds happening at the moment, but they happen on machines behind a firewall; we have an open issue with IT to get them put on a public machine. I will post an announce when we get them up :) View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: How to reset Bean values?

2007-08-03 Thread ralf.mueller
I forgot to mention that I'm using jsf. So I got the WebAllpicationContext for the session where I can get the bean from. But how do I delete and recreate it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070492#4070492 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: java.lang.NoClassDefFoundError: javax/transaction/Synchr

2007-08-03 Thread mr.lou
It works!! I finally changed the tutorial code the following way. The problem was how the JbpmConfiguration was created. In the tutorial there was parsed an hard coded xml string to generate the configuration: | jbpmConfiguration = JbpmConfiguration.parseXmlString( |

[jboss-user] [JBoss Seam] - h:datatable/el not displaying data

2007-08-03 Thread paradigmza
Hi again, I am using Seam 2.0.0 beta and Jboss 4.2.1, I am having lots of problems using Seam from a quartz MDB bean (instead of from the web end where everything works perfectly) This is an example of my xhtml file that is included in the email and in the web page... (It works from the web

[jboss-user] [JBossCache] - Re: API listing for JBoss Cache?

2007-08-03 Thread aditsu
http://labs.jboss.com/jbosscache/docs Scroll to the bottom for the javadocs Adrian View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070500#4070500 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070500

[jboss-user] [JBoss Portal] - Re: Problem to get Changes in jsp-files to apply

2007-08-03 Thread durand
I mean that since the login is not a portlet it doesn't share the portlet XML descriptors, which include if-existsoverwrite/if-exists It seems to me that there isn't any way to do this for the login. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070497#4070497

[jboss-user] [JBoss Seam] - Re: JavaAssist fails to create proxy

2007-08-03 Thread Sammy8306
1.2.1GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070496#4070496 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070496 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Page action not called

2007-08-03 Thread Sammy8306
Cool, thanks :) I'll get by with my hack for now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070495#4070495 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070495 ___

[jboss-user] [JBoss Seam] - Re: howto display the an enum object internationalized

2007-08-03 Thread nickarls
[EMAIL PROTECTED] wrote : Post your code :) | public enum FilterType { | | A(orders.filtering.all), | O(orders.filtering.open), | C(orders.filtering.closed); | | private String key | | Suodatustyyppi(String key) { |

[jboss-user] [JBoss jBPM] - Stream error in jbpmwebconsole and struts-jbm sample source

2007-08-03 Thread akmanocha
hi, I am staring with the jBPM, downlaoded and deployed jbpm-jpdl-suite-3.2.GA when i start the jbpm-webconsole (on websale process) and try to view a task it gives me following exception Stream error while reading XML: Connection timed out: connect +- Stack Trace

[jboss-user] [JBoss Getting Started Documentation] - Differences between two JBoss Seam ref.s

2007-08-03 Thread mark_weatherill
Would anyone who has read them please give a description on the essential differences between the two Seam books from JBoss: 1. JBoss Seam: Simplicity and Power Beyond Java EE. 2. Lightweight Java Web Application Development: Leveraging EJB 3.0, JSF, Pojo, and Seam. The descriptions on Amazon

[jboss-user] [Microcontainer] - Re: Injecting KernelControllerContext

2007-08-03 Thread [EMAIL PROTECTED]
Great, thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070557#4070557 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070557 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-08-03 Thread damianharvey
Cheers Pete. I'll try that. However I'm doing very little custom anything. Those methods are generated by Seam gen. This is just a Seam Gen'd project where I'm wedging the insert/edit to be on the same page as the table list. It works fine in 1.3ALPHA (and all releases before that). Damian.

[jboss-user] [JBoss Seam] - Re: h:datatable/el not displaying data

2007-08-03 Thread paradigmza
I removed the xmlns:rich=http://richfaces.ajax4jsf.org/rich; id=ajaxDropDownArea and the result is the same... no luck. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070552#4070552 Reply to the post :

[jboss-user] [JBossWS] - Re: BASIC Authentication with jbossws-2.0.0.GA

2007-08-03 Thread fheldt
Here are the relevant lines from the log (i enabled trace for org.jboss.security.auth.spi): | 2007-08-03 15:08:18,623 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule] initialize, [EMAIL PROTECTED] | 2007-08-03 15:08:18,624 TRACE

[jboss-user] [JBoss Seam] - SSO Integration possible?

2007-08-03 Thread yonia
Hi, Im using an external SSO solution (CAMS by CafeSoft) which already uses JAAS, will it integrate with JBoss portal? Thanks. Yoni View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070588#4070588 Reply to the post :

[jboss-user] [JBossCache] - Optimistic Locking and version checking on read only objects

2007-08-03 Thread juerg.weilenmann
We are using JBoss Cache 1.4.1SP1 with optimistic locking. It seems, that when retrieving objects from the cache within a transaction in a read only manner (means only getter methods are called on the retrieved objects) that the version of the object is increased anyway when the transaction

[jboss-user] [JBoss Seam] - Re: SelectBooleanCheckbox and Y/N mapping

2007-08-03 Thread smithbstl
Pete, I am interested in this as well, specifically mapping Boolean in entities to non-boolean database fields (Oracle, ugh). I have Boolean represented in Oracle as non-null 1's and 0's. I have read that you can use Hibernate query substitutions to get around this problem, is this what you

[jboss-user] [JBoss jBPM] - Re: [CachedConnectionManager] Closing a connection for you

2007-08-03 Thread estaub
1) I sure steps executed are //--1, //--2, //--3, //--4 because I executed them in debug mode. Sorry, I misread part of your abstract. It looks to me like the intent is to transfer ownership (responsibility for closing) of the Connection to the Session. So the Service is responsible for

[jboss-user] [JBossCache] - Re: Issue while using

2007-08-03 Thread [EMAIL PROTECTED]
Switch to DEBUG level logging. When you start up the cache, there should be a few lines where the JBossTransactionManagerLookup tries to locate the JBoss TM. I know this may sound obvious, but you are running your app within JBoss AS? View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: org.jboss.mq.SpyJMSException: Exiting on IOE

2007-08-03 Thread bnutting
I have the exact same problem. would like to see an answer to resolve this. After a while it throws a: # # An unexpected error has been detected by Java Runtime Enviornment: # java.lang.OutOfMemory: requested 868648 bytes for Chink::new. Out of swap space? #Internal Error

[jboss-user] [JBoss Portal] - Re: Problem to get Changes in jsp-files to apply

2007-08-03 Thread [EMAIL PROTECTED]
login.jsp is just a JSP, it doesn't store anything. It can only be a caching issue, Ctrl+F5 is your friend, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070581#4070581 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: [CachedConnectionManager] Closing a connection for you

2007-08-03 Thread sylobsa
1) I sure steps executed are //--1, //--2, //--3, //--4 because I executed them in debug mode. 2) I'm on a thread that has already done some jBPM work. In fact I have several JbpmConfiguration objects in a HashMap and choose the one I want according to a criteria given by the application, then

[jboss-user] [EJB 3.0] - JMS: using Websphere MQ as JMS provider.

2007-08-03 Thread tschwarz
Hello all, I try to connect a MDB to a Websphere MQ Queue. The WMQ resource adapter is deployed, the connection factory and the queues are bound to JNDI. I can use these objects to send messages to Websphere MQ from a stateless session bean. But I'm not able to connect a MDB to a WMQ queue.

[jboss-user] [JBoss Seam] - Re: Erratic behavior of Seam email? or ejbs?

2007-08-03 Thread [EMAIL PROTECTED]
As a workaround try looping inside the template rather than the backing bean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070545#4070545 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070545

[jboss-user] [JBoss Seam] - Re: h:datatable/el not displaying data

2007-08-03 Thread paradigmza
Ok, this is everything... going to be long... most of it was generated by seam-gen Web.xml ?xml version=1.0 ? | web-app xmlns=http://java.sun.com/xml/ns/j2ee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee

[jboss-user] [JBoss Seam] - Re: Problem calling resultList.size() on framework entity-qu

2007-08-03 Thread [EMAIL PROTECTED]
Here is the patch to reproduce ### Eclipse Workspace Patch 1.0 | #P jboss-seam | Index: examples/ui/resources/WEB-INF/components.xml | === | RCS file: /cvsroot/jboss/jboss-seam/examples/ui/resources/WEB-INF/components.xml,v

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-08-03 Thread [EMAIL PROTECTED]
Take a look at the ui example, it does almost exactly this to load the selectItems.xhtml page and compare where it differs (as this page works correctly). (Specifically I'm worried something may be broken in your custom methods above, you should try without your custom id setters, using a

[jboss-user] [JBoss Seam] - Re: query order by extension and restrictions

2007-08-03 Thread jamesjmp
thank you! that was what I was looking for! As for the queries you´re right, as long as they have different restrictions they aren´t the same. It was just an idea. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070520#4070520 Reply to the post :

[jboss-user] [JBoss Seam] - Seam Remoting - ajax request after session expires

2007-08-03 Thread urosmil
Hi, after session expires I can access bean with Seam Remoting (as I understand new bean is created). Problem is that other necessary beans are not there. I would like to redirect page from which ajax request is sent if session is expired. What is preferred way with Seam to handle this? I am

[jboss-user] [JBoss Seam] - Re: Redirect based on identity-roles

2007-08-03 Thread [EMAIL PROTECTED]
You can certainly work around in desgin, but there is no way to get functions working in pages.xml without patching Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070516#4070516 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JavaAssist fails to create proxy

2007-08-03 Thread [EMAIL PROTECTED]
On AS 4.0.5.GA? This is essentially a problem with javassist, which has been upgraded for AS 4.2 (I think fixing a number of problems like this on the way) so I suggest giving that a go. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070515#4070515 Reply to

[jboss-user] Jboss cluster testing

2007-08-03 Thread Nayyar Ahmad
Hi All, We are planing to scale our JBoss AS to 5 or more servers with Failover/HA capabilities, for the reason i have to make a simulation of cluster, i am thinking to use VMware machines on my notebook to demo the production environment, is there any case study available to test JBoss cluster

[jboss-user] [JBoss Seam] - Re: SelectBooleanCheckbox and Y/N mapping

2007-08-03 Thread [EMAIL PROTECTED]
Ok, then as Adam says this is a bug in the spec (IMO). I don't know about your data model, but if you can alter the entity bean to have booleans, then you can use hibernate to map these back to strings in the database. View the original post :

[jboss-user] [JBoss Portal] - Re: Problem to get Changes in jsp-files to apply

2007-08-03 Thread rekrevs
I have cleaned my cache, and it´s still the same. When I accessed the portal from an other computer, that never been used to do this before it was the same problem. I looked in the log. When i deployed my loginpage i got /jboss261/server/default/deploy/portal-server.war/WEB-INF/web.xml

[jboss-user] [JBossWS] - Re: Availability of Jbossws-2.1.0

2007-08-03 Thread centecbertl
ragr wrote : For couple of things: | http://jira.jboss.com/jira/browse/JBWS-1591 | | and support (plugging) for Sun's JAXB 2.1 support I just replaced the jaxb libraries sith the 2.1.3 version in JBossWS 1.2.1 - works like a charm with all JAXB 2.1. annotations I tried so far (esp.

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: How to reset Bean values?

2007-08-03 Thread scramer
Can't you just do a new Bean() and put the results into the session? Quick hack: % beanInstance = new Bean(); % Sebastian View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070477#4070477 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Auto generating JSPs

2007-08-03 Thread scramer
Hello and cheers... Maybe I am suffering from some sort of severe brain-worms... But I have a problem with the JSPs: I have some content stored in a database. I would like to allow this content to include JSP tags (well - especially tags of one taglib). This content can be included into a JSP

[jboss-user] [JBoss Seam] - Re: inserting value in primary and secondry table using onet

2007-08-03 Thread [EMAIL PROTECTED]
Ask this on a Hibernate/JPA/EJB3 forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070473#4070473 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070473 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-03 Thread mailinator
Hi Ed, sorry i forgot, i'm on JBoss Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070567#4070567 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070567 ___

[jboss-user] [JBoss jBPM] - Cant delete tasks from jbpm-console

2007-08-03 Thread mailinator
Hi, when trying to delete tasks (wich are runnin) from the jbpm console i have this error : Closing the database context failed: An exception of type org.jbpm.JbpmException was thrown, with the message: problem closing services {persistence=org.jbpm.persistence.JbpmPersistenceException:

[jboss-user] [JBoss Portal] - Re: Problem to get Changes in jsp-files to apply

2007-08-03 Thread rekrevs
Also when I have deployed my loginpage. Clean my cache and open the loginpage, it isn´t updated. When I right-click on the page, then view source. The changes I have made in login.jsp isn´t there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070606#4070606

[jboss-user] [JBoss Seam] - Re: external authentication-any pointers for a beginner?

2007-08-03 Thread yonia
Hi, Im using an external SSO solution which already uses JAAS, will it integrate with JBoss portal? Thanks. Yoni View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070587#4070587 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: mail node how to define actor and send email

2007-08-03 Thread rossputin
whoops, I pressed tab and the form submitted... mail-node name=notify-initiator-rejected actors=#{initiator} line manager rejected

[jboss-user] [JBoss Portal] - Re: Access UserModule from a portlet when not authenticated

2007-08-03 Thread indyJones
ok...got it to work...here is how I did it using JSF... Get the userModule through JNDI | | userModule = (UserModule) new InitialContext().lookup(java:portal/UserModule); | | Get the user by using its user idNOT user name DO THIS | | User test =

[jboss-user] [JBoss Seam] - Re: @DataModel on Stateful beans (broken?)

2007-08-03 Thread sannegrinovero
http://jira.jboss.com/jira/browse/JBSEAM-1757 tim_ph wrote: anonymous wrote : I see similar problem before. You need a @Factory on the call to initialize @DataModel list. There's no other way. I spent couple days trying to figure that out with the help of Pete. Thanks tim_ph, I like the

[jboss-user] [JBoss and NetBeans] - Re: Netbeans + Seam Plugin = Success !!

2007-08-03 Thread [EMAIL PROTECTED]
JBoss IDE beta never claimed seam support so nope ;) the seam gen projects are directly importable into eclipse, including jboss ide etc. JBoss Tools and RHDS have a wizard that generates a directly deployable project from eclipse. View the original post :

[jboss-user] [Beginners Corner] - Re: classCastException when doing JNDI lookup

2007-08-03 Thread PeterJ
Do not cast the NewsEntityFacadeLocal to NewsEntityFacade because you do not have a NewsEntityFacade object, but rather a proxy that implements the NewsEntityFacadeLocal interface. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070657#4070657 Reply to the

[jboss-user] [Beginners Corner] - Re: Before Start we need your advice

2007-08-03 Thread PeterJ
1) Hibernate is the mechanism used for persistence in the JBoss AS implementation of the EJB3 spec. So you can use Hibernate directly, or via EJB3, either way Hibernate is in use. 2) They are the same. On the JBoss.org web site, if you go to the projects page and then clinck on the Hibernate

[jboss-user] [JBossWS] - Re: Availability of Jbossws-2.1.0

2007-08-03 Thread ragr
How about support for abstract classes as method signatures? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070662#4070662 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070662

[jboss-user] [JBoss jBPM] - mail node how to define actor and send email

2007-08-03 Thread rossputin
Hi all, I am successfully sending an email to the process initiator, but in another step, I do not know how to send a mail from another mail node to a user I have called psmuser. I understand that 'initiator' is a special actor trapped by the start task, but I do not understand how I can

[jboss-user] [JBoss and NetBeans] - Re: Netbeans + Seam Plugin = Success !!

2007-08-03 Thread ericcart
I don't understand... today which is the official IDE ? I trying to work with the pure jboss platform. Options: 1. Eclipse + Jboss Tools (JBossIDE 1.5/1.6) 2. Jboss IDE Beta 2 + Seam-gen command line 3. Eclipse + Exadel ? 4. RHDS is not realesed (not even a night build) Which one ? Thanks,

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Auto generating JSPs

2007-08-03 Thread scramer
Instead of a JSP page I would also be able to use a servlet. The more I think about it - it all boils down to one question: How do I call the JSP compiler? I looked at the jasper docs - but I dont quite understand how to start... :-( The thing is I do need to use the taglib so it might be

[jboss-user] [JBoss Seam] - Re: SEAM + jBPM question

2007-08-03 Thread ntsankov
Hi, Searching google for seam example jbpm gave me this link: http://www.redhat.com/docs/manuals/jboss/jboss-eap-4.2/doc/seam/Seam_Reference_Guide/Seam_Tutorial-A_complete_application_featuring_Seam_and_jBPM_the_DVD_Store_example.html there you can read this: anonymous wrote : The

[jboss-user] [EJB 3.0] - Re: JBoss and PostgreSQL 8.1

2007-08-03 Thread waynebaylor
yes, as far as i know Hibernate will not populate the value when used with a composite PK. To enable that behavior you have to define some custom classes, etc.. anonymous wrote : We regard this as an extremely strange thing to want to do. If you have a generated surrogate key, why not just

[jboss-user] [EJB 3.0] - Re: Compound key in combination with the generatedValue

2007-08-03 Thread waynebaylor
perhaps this will help http://www.jboss.com/index.html?module=bbop=viewtopicp=4070106#4070106 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070695#4070695 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070695

[jboss-user] [Messaging, JMS JBossMQ] - Re: excess UIL2 threads

2007-08-03 Thread ksdeger
Rats! I guess I'll have to do the same thing. Thanks for your answer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070673#4070673 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070673

[jboss-user] [JBoss Seam] - Re: Seam Remoting - ajax request after session expires

2007-08-03 Thread urosmil
Just to add: I am using Seam 1.2.1 GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070684#4070684 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070684 ___ jboss-user mailing

[jboss-user] [JBossCache] - Re: API listing for JBoss Cache?

2007-08-03 Thread BruceSpringfield
Thanks for the help Adrian!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070697#4070697 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070697 ___ jboss-user mailing list

[jboss-user] [JBossCache] - POJO Cache as singleton?

2007-08-03 Thread BruceSpringfield
Are there any known problems of using a POJO Cache as a singleton? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070699#4070699 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070699

[jboss-user] [JBoss Seam] - conversation-required or requires-conversation

2007-08-03 Thread blitz303
I've seen requires-conversation here http://jira.jboss.com/jira/browse/JBSEAM-603 and then I see conversation required all over the place. Which is it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070700#4070700 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Does s:fileUpload work with trinidad?

2007-08-03 Thread mygol
i am facing the same problem in seam2.0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070589#4070589 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070589 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: not redirecting to security_error.xhtml

2007-08-03 Thread lowecg2004
I just came across this issue and managed to figure out a workaround. I had a class level @Restrict defined for a bean. The bean had two functions: 1) to provide a @DataModel with its associated @Factory; and 2) to define an action method for my persistence logic. From the JIRA reference

[jboss-user] [JBossWS] - String array problem when sending to web service

2007-08-03 Thread tballerstein
I am trying to create a simple service that will accept a string array and return a string. I am using JBOSS 4.0.5GA, JBOSSWS 1.0.3 and Eclipse 3.2. I have created the Bean and the Remote Interface. I have created a jar containing these two files. The jar file is deployed just fine and wsdl

[jboss-user] [JBoss Seam] - Re: numberguess not working right in Seam 2.0b1 under Tomcat

2007-08-03 Thread IGx89
That's good to hear; I'll re-test it once the next release comes out View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070583#4070583 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070583

[jboss-user] [JBoss jBPM] - Re: Detecting Presence of ProcessInstance Without Exception?

2007-08-03 Thread kukeltje
why is this such a problem for you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070706#4070706 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070706 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: mail node how to define actor and send email

2007-08-03 Thread kukeltje
still not ok use [ c o d e ] tags (see the preview) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070707#4070707 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070707 ___

[jboss-user] [JBoss Seam] - Re: SelectBooleanCheckbox and Y/N mapping

2007-08-03 Thread [EMAIL PROTECTED]
I was talking about hibernate user types. Hibernate actually has built in usertypes for a few different ways of representing true/false View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070705#4070705 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam-ui example: s:selectItems example is broken

2007-08-03 Thread [EMAIL PROTECTED]
You need to call refresh on the entity after persisting it I think. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070710#4070710 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070710

  1   2   3   >