[jboss-user] [JBoss Seam] - Re: Problem with update

2008-02-12 Thread adriju
Anyone could help me, please? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128611#4128611 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128611 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Problem with update

2008-02-12 Thread nickarls
if your selectItems work on a list of entities and your selectbox value is pointing at an entity you need the s:convertEntity tag, check the manual for futher details. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128613#4128613 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Using ProcessBuilder to start a new process from a servl

2008-02-12 Thread tina99
nishan_inapp wrote : Tina, | | try changing ownext,jar to the fully qualified filename, and | let us know. | | Best, | Nishan | Hi Nishan, hm you could do processBuilder.directory(new File(absolutePathToJar) but that is not an option because we use more than one server on

[jboss-user] [JBoss jBPM] - best practice for using jbpm console?

2008-02-12 Thread nandoo75
Am a newbie on jbpm..and recently started to understand to an extend of deploying a simple process. I am using the eclipse plugin to do this. However am wondering if you guys could help me where abouts I could gain more information on what is the appropriate way of deploying my processes? is

[jboss-user] [JBoss Seam] - Re: Problem with update

2008-02-12 Thread adriju
I´ve got a selectOneMenu, and is pointing to a variable of an entity, the group name, of the entity group. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128625#4128625 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Using ProcessBuilder to start a new process from a servl

2008-02-12 Thread nishan_inapp
tina99 wrote : | [ | but that is not an option because we use more than one server on different systems. Is there no other way? | | Tina Can you think of keeping the filepath in an env var ? View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem instantiating a delegate class

2008-02-12 Thread TMK
Perhaps I should mention that it is an EJB2 and not EJB3.0. Are there general problems with jBPM and EJB2? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128620#4128620 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128620

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

2008-02-12 Thread nickarls
I haven't heard anything specific regarding outjection, what is your source as it being dead (and the motivation for it)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128616#4128616 Reply to the post :

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-12 Thread [EMAIL PROTECTED]
Here is another example using WS-Security too: http://jbws.dyndns.org/mediawiki/index.php?title=Security_and_attachments_sample Source code is available through SVN only until we release the next JBossWS version. View the original post :

[jboss-user] [JBoss Seam] - Re: Need help to understand who to use the PAGE context

2008-02-12 Thread brachie
Hi, I also have a question regarding the PAGE context: http://www.jboss.com/index.html?module=bbop=viewtopict=129620 Maybe someone can help here :-) Regards, Alexander View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128614#4128614 Reply to the post :

[jboss-user] [JBoss Seam] - Re: setParameter() and setPageParameter()

2008-02-12 Thread hubaghdadi
I have something like: | pages | page view-id=/hello.jsp action=#{helloWorld.sayHello} | param name=firstName value=#{helloWorld.firstName}/ | param name=lastName value=#{helloWorld.lastName}/ | /page | /pages | In this case, firstName and lastName

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to define a custom idle timeout action

2008-02-12 Thread nishan_inapp
Hi, Try using HttpSessionListener class. and implement sessionDestroyed function. Best, Nishan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128623#4128623 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128623

[jboss-user] [EJB 3.0] - Re: Deploy Problem

2008-02-12 Thread jokim1979
Thanks for the information. I made this changes. I put jbossall-client.jar at same level as CS-app-client.jar (in C:\) I put the new entry into client's Manifest.MF: | Manifest-Version: 1.0 | Ant-Version: Apache Ant 1.6.5 | Created-By: 1.6.0-b105 (Sun Microsystems Inc.) | X-COMMENT:

[jboss-user] [Beginners Corner] - Re: fileupload

2008-02-12 Thread mars1412
anonymous wrote : Yes, I meant upload. One of these days I will learn how to spell. Or type. Or just plain learn to keep my mind focused on the topic at hand instead of wandering off in 18 related and unrelated directions. (I have no hope whatsoever of achieving that final goal.) good to hear,

[jboss-user] [JBoss Seam] - Re: Problem with update

2008-02-12 Thread nickarls
And are you using a nested s:convertEntity? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128638#4128638 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128638 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Problem with update

2008-02-12 Thread adriju
I've got this: h:selectOneMenu id=grupoUsuario1 required=true value=#{usuariosHome.instance.gruposUsuarios.nombreGruposUsuarios | } | s:selectItems value=#{usuariosEditBean.listaGruposUsuarios} var=t label=#{t} / /h:selectOneMenu And the bean is: |

[jboss-user] [JBoss jBPM] - BPEL examples - server restart

2008-02-12 Thread twallmey
Hi all, I'm just playing with the BPEL examples which I could deploy without any warnings/errors. But when I'm restarting the JBoss server without any changes(!) the previously perfect working and deployed examples (deployed from examples ant task) do not get deployed anymore. Instead the

[jboss-user] [JBossWS] - Re: Specifying the server's URL in the client?

2008-02-12 Thread oskar.carlstedt
Hi! You can always set the url in the service object when adding the port, like the following: | Service service = Service.create(new QName(..., ...)); | service.addPort(new QName(..., ...), SOAPBinding.SOAP11HTTP_BINDING, http://service.location/at/some/context;); | dispatch =

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to - sar depend on jars in the ear?

2008-02-12 Thread avihaimar
My mistake the problem was stupid mistake. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128654#4128654 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128654 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Maven2 example application for Seam2

2008-02-12 Thread doballve
I got it to work with WTP, meaning you can run tests from Eclipse, at some point, I could not easily get it working again and gave up. I used eclipse:eclipse goal from maven-eclipse-plugin to setup the projects, but then you have to play around with classpaths manually, as well as prepare

[jboss-user] [JBoss Seam] - Has anyone succeded in testing Jboss Tools generated Seam EA

2008-02-12 Thread phread
Hi, I can't get to test a simple Seam 2.0.1.GA ear project created with Jboss Tools 2.0.0.GA I created an EAR project, added a simple Action using the wizards and executed my ActionTest. My config : JDK 1.5.11 Eclipse 3.3.1.1 Jboss Tools 2.0.0.GA Jboss Seam 2.0.1.GA Win XP Pro SP2 I have the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to define a custom idle timeout action

2008-02-12 Thread logicmason
Hi guys, Yes jaikiran, I mean the one in web.xml (sorry, should have specified that). That's great Nishan, thanks for the advice - I figured there must some way of achieving it! 'mason. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128660#4128660 Reply to

[jboss-user] [JBoss Seam] - Re: Problem with update

2008-02-12 Thread adriju
When I use s:convertEntity / and select a new group (grupo 2) for the user and click on update, it gives me the following error: 10:53:37,124 WARN [lifecycle] For input string: grupo2 | java.lang.NumberFormatException: For input string: grupo2 | at

[jboss-user] [JBoss Seam] - adding SeamFaceletViewHandler

2008-02-12 Thread ziphyre
Hello, I'm using seam 2.0.1.GA with JBoss 4.2.2.GA, with Seam Book. When I try the ajax4jsf example in the book without any modification, it gives me these errors: (I downloaded the updated source codes for seam 2.0) 12:18:20,869 ERROR [STDERR] Feb 12, 2008 12:18:20 PM

[jboss-user] [JBoss Seam] - Retrofitting SEAM to existing JSF project

2008-02-12 Thread tedder
Hi, I am trying to retrofit SEAM into an existing project and haven't been able to find any description how to do so. The existing project is JSF + facelets + hibernate+ maven deployed on Tomcat 6. I have tried copying the JPA example (adding SEAM filter listener to web.xml, jar files,

[jboss-user] [JBoss Seam] - Exadel, JBoss and Seam (Repost)

2008-02-12 Thread [EMAIL PROTECTED]
For those who have not yet seen the announcement here: http://www.theserverside.com/news/thread.tss?thread_id=44506 Let me give a quick summary of what is happening, and what it means for Seam users: * The Exadel RichFaces JSF component suite, and the Exadel Studio Pro eclipse plugin suite

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

2008-02-12 Thread [EMAIL PROTECTED]
Seam is a superset of WebBeans. Not every concept in Seam will be a part of the spec, especially not the first draft of it. Seam 3 will be the WebBeans-compatible release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128901#4128901 Reply to the post :

[jboss-user] [JBoss Seam] - PLEASE USE THE NEW FORUM

2008-02-12 Thread [EMAIL PROTECTED]
The Seam forum has now moved to http://www.seamframework.org/Community/Forums - please post your questions there! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128899#4128899 Reply to the post :

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

2008-02-12 Thread lauerc
Haven't you read the early draft yet? You will not find it there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128897#4128897 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128897

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 4.2.2 wont deploy my persistency unit

2008-02-12 Thread alllle
degerhar wrote : Thank you very much! Had the same problem and your patch solved the issue!! | | Thanx for supplying the zip file, made things much easier You are welcome. Glad it helped you. It is a pain to setup project just to compile a small class change :) View the original post :

[jboss-user] [Microcontainer] - Re: AbstractKernelObject weirdness

2008-02-12 Thread alesj
I don't think that's intentionally. I'll delete the bootstrap one. Let me just check if it breaks something. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128929#4128929 Reply to the post :

[jboss-user] [Microcontainer] - AbstractKernelObject weirdness

2008-02-12 Thread [EMAIL PROTECTED]
AbstractKernelObject defines protected Kernel kernel. AbstractBootstrap extends AbstractKernelObject and defines protected Kernel kernel. What gives? If these are not the same, maybe not naming them the same would help... View the original post :

[jboss-user] [JBoss Portal] - Re: CMS error

2008-02-12 Thread devfree
Hello Peter, The database is SQL Server 2000 and if you say me that with File System still uses a DataBase, then I don't understanding why when I config with RDBMS I get an error, or I need any configuration more View the original post :

[jboss-user] [JBoss Seam] - Re: FlushMode=MANUAL -- not immediately commited to db?

2008-02-12 Thread tynor
Bump... Can someone point me at some documentation, or an example of how to 1) mark a Seam POJO's action method to not be transactional (is it sufficient to add @Transactional(NEVER) annotation? 2) and then how to start and commit a manual user transaction in a way compatible with an

[jboss-user] [Microcontainer] - Re: AbstractKernelObject weirdness

2008-02-12 Thread alesj
Deleted in trunk. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128937#4128937 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128937 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Deploying .EAR files fails with [HDScanner] Scan failed

2008-02-12 Thread sysfrog
Hello, I'm currently trying to create some simple template .ear file which I can use as a basis for further applications. Currently the file only contains a JSP page and a SOAP webservice. Ant is used as a make utility. In some of the cases deployment of the .ear file works fine. However in

[jboss-user] [JBoss jBPM] - Re: Is org.jbpm.gd.jpdl plugin up-to-date in CVS (the projec

2008-02-12 Thread [EMAIL PROTECTED]
Hi John, Your comment puzzled me, so I just did a compare of my workspace with the repository and indeed somehow my commit must have gone wrong. It should be fixed now. Can you verify this? Thanks, Koen View the original post :

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

2008-02-12 Thread [EMAIL PROTECTED]
btw. my bad that this forum got reposted instead of being demoted to non-sticky while we were cleaning up the forums for the seamframework.org release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128953#4128953 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Messaging Cluster scenarios

2008-02-12 Thread kapilanand
Could somebody please point me to the right documentation that answers my questions? On JBoss Wiki I ran into few articles related to JBossMessagingCore which gives good description but not the actual configuration step. It's perhaps because it is not meant to be used directly. What I am

[jboss-user] [JBossCache] - tx completion STATUS_UNKNOWN

2008-02-12 Thread youngm
I'm having a problem integrating with Atomikos as a transaction manager and JbossCache. It appears that if an XA transaction is READ_ONLY then Atomikos will complete the transaction with STATUS_UNKNOWN even though nothing specifically when wrong in the transaction. The problem is the

[jboss-user] [JBoss jBPM] - Re: Is org.jbpm.gd.jpdl plugin up-to-date in CVS (the projec

2008-02-12 Thread jruud
Thanks Koen, the org.jbpm.gd.jpdl plugin now compiles fine! John View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128966#4128966 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128966

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Turning of INFO-logging except for some categories

2008-02-12 Thread pete007
category name=org.jboss.deployment.EARDeployer | priority value=INFO / |/category View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128970#4128970 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128970

[jboss-user] [Messaging, JMS JBossMQ] - JMS communication between Tomcat app and JBOSS AS 4.2.2`

2008-02-12 Thread jaya_srini
Hello Apologies is advance if this has been asked before. I have a tomcat app that needs to send and recieve JMS messages with the JBOSS App Server (4.2.2 with JBOSS messaging) which is my JMS provider. I was wondering what changes I need to make on the Tomcat side to achieve this? I

[jboss-user] [JBoss Portal] - Storing User Info of JBoss Portal in Enterprise Security sy

2008-02-12 Thread rohit000
Hi, In my organization we have a custom built identity management solution (say EAuAz) which stores user authentication information as well as user profile and user access right. Now we are planning to use JBoss Portal to expose some of our applications through the Portal. For that we also

[jboss-user] [JBoss jBPM] - Re: JBPM Running Process without jbpm-console

2008-02-12 Thread [EMAIL PROTECTED]
which ant tasks? i deploy using the Deployment tab (when i open the processdefinition.xml) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128968#4128968 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128968

[jboss-user] [EJB 3.0] - Re: What's the best unit testing approach for JBoss/EJB3

2008-02-12 Thread waynebaylor
there's JUnitEE for in-container unit testing. i'll also throw out Ivy for dependency management. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128975#4128975 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128975

[jboss-user] [JBoss jBPM] - Re: Timer not firing - why ???

2008-02-12 Thread ArnoldH
I have the same problem, and I use junit for testing. and I use : final int SECONDS_TO_WAIT = 3; //30 seconds try { Thread.sleep(SECONDS_TO_WAIT); } catch (InterruptedException e) { e.printStackTrace(); } to simulate the waiting

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: HAR deployment broken in JBoss 5 Beta4

2008-02-12 Thread javidjamae
I couldn't find a bug for this, so I created: http://jira.jboss.org/jira/browse/JBAS-5232 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128982#4128982 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128982

[jboss-user] [Installation, Configuration DEPLOYMENT] - HAR deployment broken in JBoss 5 Beta4

2008-02-12 Thread javidjamae
I've tried deploying a HAR in JBoss 5 Beta 4 (both inside and outside of an EAR) and I get the following. I verified that the same exact code works in Beta 3. Is this a known issue? | 21:10:08,156 ERROR [AbstractKernelController] Error installing to Start: name=jbia.har:app=Video

[jboss-user] [Management, JMX/JBoss] - Re: Array as param type when invoking an MBean

2008-02-12 Thread [EMAIL PROTECTED]
Create a dynamic proxy to the mbean, so you don't have to worry about signatures: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanAnEJBCallAnMBean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128990#4128990 Reply to the post :

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-12 Thread shashankjain
Hi Peter, Can you address this issue. I have a POJO web service. Now since I am able to sign and encrypt the messages. I want to authenticate and authorize the users. Now the scenario is that we need to first set the user credentials(username/password) or the SSO ticket in the SOAP headers(Not

[jboss-user] [JBoss Seam] - Seam generate-ui Security Model

2008-02-12 Thread daboxe
Hello, I am using Seam 2.0.1 and utilized seam generate-ui to generate pages for existing entity beans. As I browsed to the pages, they allow for search and creation/edit of the entity. The search does not require a login. The create/edit does require a login. The question is why does the

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-12 Thread shashankjain
Hi Peter, Can you validate my approach here. I plan to add some SOAP headers (for user name password/sso ticket)from the client using a handler on the client. Once we are able to do it we can encrypt using standard API's. On the server we can decrypt and in another handler extract the SOAP

[jboss-user] [JBoss jBPM] - Re: how to tell jbpm to do something when process instance i

2008-02-12 Thread ArnoldH
if I can put one action in the event elements in the process definetion, it will work, but it seems the process-canceled event is not supported, right? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128973#4128973 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - How to get JBOSS to work when going to a website...

2008-02-12 Thread zippohosting
We are being asked to get jboss to work on port 80... So when someone goes to the website they would see the JBOSS... Does anyone know the way to do this and is this the normal way? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128977#4128977 Reply to the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Queries JBOSS 323 and Windows Server 2003

2008-02-12 Thread sponiza
Hi All, My application runs using JBOSS323. I have JBOSS323 installed on Linux and on a Windows Server 2003. On linux when an entity is searched one SQL query is executed. On the Windows Server 2003 for each searched entity several SQL queries are executed: one for each cmp-field. The

[jboss-user] [JBoss Seam] - Re: How to use in (#{exampleList}) in HibernateEntityQuery

2008-02-12 Thread so38
Sorry the ClassCastException was from a custom hibernate type. Here are the real errors I am getting Here is the ejbql select tempUser from User tempUser Here is the restriction tempUser.role in (#{exampleRoles}) Here is the exception | org.hibernate.PropertyAccessException: could not get

[jboss-user] [JBoss Seam] - HibernatePersistence startup crash using Seam 2.0.1.GA

2008-02-12 Thread rstevens
Upgrading to Seam 2.0.1.GA, my application crashes trying to 15:29:19,914 INFO [Contexts] starting up: MywebsiteEntityManagerFactory 15:29:19,941 ERROR [[/my-website]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener

[jboss-user] [JBossWS] - Re: Unable to create SAAJ meta-factory

2008-02-12 Thread iyiguncevik
Hi, I cannot say that I found the problem exactly. I think this is caused by some invalid packaging. I was using maven for building package, and it was adding some jar's in the war. I guess one of the libraries were causing the exception. I'm using ant for building and packaging. ant script

[jboss-user] [JBoss jBPM] - Re: Is org.jbpm.gd.jpdl plugin up-to-date in CVS (the projec

2008-02-12 Thread jruud
Thanks Koen, but I'm not seeing your latest changes. I suspect I'm either not looking in the correct place, or they may have been committed somewhere else. I'm looking in HEAD in jbpm.3/designer/jpdl/org.jbpm.gd.jpdl, but that code has dom4j dependencies (and also includes the pf packages). Am

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

2008-02-12 Thread lauerc
Hi Norman, great news! I'm really glad to hear about the plans to adopt this upcoming standard in a future release. When do you think we can expect a final realase of the specification and a first flavour of the RI? When you're talking about Seam as a superset of WebBeans what does this

[jboss-user] [Microcontainer] - Re: AbstractKernelObject weirdness

2008-02-12 Thread [EMAIL PROTECTED]
Thanks. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128945#4128945 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128945 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Are there any ready admin pages examples for user and ro

2008-02-12 Thread [EMAIL PROTECTED]
2.1.0.A1 was released this week. It's just an alpha, but it's basically what you'd get in SVN right now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128941#4128941 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128941

[jboss-user] [JBoss Messaging] - EJB not receive synchrounous message

2008-02-12 Thread fbastos1
Hi, I'd created an EJB session waiting synchrounously to a jms message on a Queue. For that, the stateless create an queueReceiver and call the receive method. However the stateless not receive the jms message. Normaly the specification JMS and EJB enable to do this. An idea? regards, Fabrice

[jboss-user] [JBoss Seam] - Re: Are there any ready admin pages examples for user and ro

2008-02-12 Thread Mikail
Thank you! And when Seam 2.1.0 will be released? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128928#4128928 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128928 ___ jboss-user

[jboss-user] [JBoss Portal] - Cant create Lifecycle for id: SEAM_PORTLET - error deploying

2008-02-12 Thread tomstrummer
I followed the instructions posted here: http://blog.jboss-portal.org/2007/11/seam-20-portlet-example.html The only difference being I configured JBoss Portal to use HSQL instead of MySQL. Here is my stack trace: | java.lang.IllegalArgumentException: Cant create Lifecycle for id:

[jboss-user] [JBoss Seam] - Can you use custom form validators without s:decorate?

2008-02-12 Thread chris.simons
I've been working with s:decorate myself and have found the issue pertaining to s:decorate creating a ...I realize this might be fixed in the (near?) future. However, can anyone tell me if EL validators (#invalid and #required) can be used outside of s:decorate? I'm not exactly happy about the

[jboss-user] [JBoss Seam] - Re: Are there any ready admin pages examples for user and ro

2008-02-12 Thread [EMAIL PROTECTED]
http://anonsvn.jboss.org/repos/seam View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128924#4128924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128924 ___ jboss-user mailing list

[jboss-user] [Microcontainer] - Re: ClassLoaderMetaData not propagating (yet?) to classloade

2008-02-12 Thread alesj
What's the env you're running this? Can you check the trunk, and let me know what revision did you use if it's still failing View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128922#4128922 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Are there any ready admin pages examples for user and ro

2008-02-12 Thread Mikail
Thank you very much for answer. Can you give me a link to the Seam SVN? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128920#4128920 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128920

[jboss-user] [JBoss Messaging] - How to setup multiple messaging services on single server?

2008-02-12 Thread seanshih
Hi, I am trying to setup multiple messaging services for DEV, QA, and other groups on a single JBoss instance. However, I don't want to create multiple JBoss installation for this purpose. Have anyone done this before? Sean View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 2.1.0 A1

2008-02-12 Thread [EMAIL PROTECTED]
We'll talk more about 2.1 as we get closer to a beta release.Until then, you can look at JIRA to get an idea of the direction we are going with 2.1. (and influence that with your votes and comments) View the original post :

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2008-02-12 Thread torsty
hi, have you solved your problem? I did something similar with seam 2.0.1GA and jbpm 3.2.2. Everything worked all right. process-definition looked like: | process-definition | name=myWf | xmlns=urn:jbpm.org:jpdl-3.2 | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[jboss-user] [JBoss Seam] - Re: Migration from seam 1.2.1, jboss 4.0.5 to seam 2.0.1 jbo

2008-02-12 Thread gjeudy
I made a typo I meant I didnt get this exception in jboss 4.0.5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128913#4128913 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128913

[jboss-user] [JBoss Seam] - Re: datatable + binding + conversation problem

2008-02-12 Thread brachie
@Micke: I don't think that the @Out will solve the problem. Please have a look at the following urls: http://www.jboss.com/index.html?module=bbop=viewtopict=110055 http://www.jboss.com/index.html?module=bbop=viewtopict=115924

[jboss-user] [JBoss Seam] - Re: Migration from seam 1.2.1, jboss 4.0.5 to seam 2.0.1 jbo

2008-02-12 Thread gjeudy
Thanks Pete, I did that but, loo and behold! the commandButtons now work even though I haven't changed anything else than removing h:message for attribute... I'm still getting a duplicate method getId() at startup with 2 JPA Entity classes which I didnt get in jboss 4.0.2, now I guess this

[jboss-user] [JBoss Seam] - Re: PDF template, space not showing

2008-02-12 Thread [EMAIL PROTECTED]
This is a problem with Facelets. I'm not really sure why Facelets has completely messed up whitespace processing. I'm not sure if there is a Facelets solution, but you can always add in something like: #{' '} when you need a space. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 2.1.0 A1

2008-02-12 Thread Oberiko
Can you post a quick link to the main differences we can expect to see in 2.1.0? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128906#4128906 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128906

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

2008-02-12 Thread clandestino_bgd
Today, I decided to give cvs update + build a try and here are the news: ant clean works! ant get.dependencies works ant build.jpdl works till about the end and then: anonymous wrote : | bamconsole: | | bamconsole.build.from.source: | | get.bam.libs: | |

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-12 Thread PeterJ
You can get the source code at http://members.cox.net/ocjohnsons/jbia-src.zip. Open the index.html file in the root directory for instructions. Of course, this file has only the web services source, the source for the other chapters are not included. I have tried it with JBoss 5.0 beta3 (hey,

[jboss-user] [Beginners Corner] - Re: Trying to see a web app on a network-connected jboss ser

2008-02-12 Thread jsmetz
the -b switch makes total sense. Thanks for the speedy replies. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128892#4128892 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128892

[jboss-user] [JBoss Seam] - s:calendar deprecated but Rich Calendar problematic

2008-02-12 Thread [EMAIL PROTECTED]
Calendar deprecated but Rich Calendar not proving easy to use (5 hours+ and still cant get it to work) I must be a moron as its seems so simple.. but here is the thread in RF forum. http://www.jboss.com/index.html?module=bbop=viewtopicp=412#412 Can one of you Gurus take a look.

[jboss-user] [JBoss Portal] - In Jboss Portal 2.4 accessing specific pages like

2008-02-12 Thread moj_sham
Hi, We are using the jboss portal 2.4 for our development and apache web server with mod_jk. We need some solution for the below issues: 1. Our site implementation is currently in no secure mode means HTTP 2. We would like to convert few pages to secure, meaning in HTTPS. We know how to

[jboss-user] [EJB 3.0] - Re: ClassCastException within an EAR deployment

2008-02-12 Thread heizenberg
Thanks JaiKiran. I did check my class loaders in my JMX console. It showed no duplicates. I also tried playing with a jboss-app.xml file and tried to specify one classloader for the entire EAR. That didn't help either. View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - UIL2 ReadTask / WriteTask thread leak on 4.0.5 GA

2008-02-12 Thread gogoasa
Hello, I see the thread leak problem described in http://jira.jboss.org/jira/browse/JBAS-4525 was backported for the 4.0.3 branch in http://jira.jboss.org/jira/browse/ASPATCH-300. I am using 4.0.5GA, and still the thread leak behaviour manifests itself. Inspecting the jvm with JConsole, i can

[jboss-user] [Installation, Configuration DEPLOYMENT] - Dual Processor Config

2008-02-12 Thread CBax007
Is there anything special I need to do within JBoss to make it take advantage of two processors on a dual proc box? I'm running some load testing against a JBoss 4.2.2 instance and it doesn't look like it's utilizing both cpus. View the original post :

[jboss-user] [JBoss Seam] - Re: Trinidad Integration Issue

2008-02-12 Thread gjeudy
I am having a very similar issue with seam 2.0.1GA, richfaces 3.1.4GA, trinidad 1.2.1 (the version used in the seamdiscs example) When i try to use a richfaces component rich:listShuttle I get a No Rendering Context exception. I followed the setup of seamdics example in 2.0.1GA distribution

[jboss-user] [Messaging, JMS JBossMQ] - EJB not receive synchrounous message

2008-02-12 Thread fbastos1
Hi, I'd created an EJB session waiting synchrounously to a jms message on a Queue. For that, the stateless create an queueReceiver and call the receive method. However the stateless not receive the jms message. Normaly the specification JMS and EJB enable to do this. An idea? regards, Fabrice

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

2008-02-12 Thread pbolle
Hi Milan, the build ant build.jpdl works for me. In your logfile you can see that bpm.3/bamconsole/userguide/build.xml is missing. Here the cvs log of your missing file; | D:\java\apps\jboss\jbpm_cvs\jbpm.3\bamconsole\userguidecvs log build.xml | | RCS file:

[jboss-user] [JBoss Messaging] - Re: Reliable delivery

2008-02-12 Thread vc123
ataylor wrote : The first thing I notice is that you are setting the timetolive on send to 1000ms, this means that most of these messages could expire and never be consumed, set this to 0. | Removing timetolive did the trick. Apparently, expiring messages was killing the GC. Now, the

[jboss-user] [JBoss Seam] - Custom Servlet and Conversation Propagation

2008-02-12 Thread reind
I have a custom servlet in my application where I'd like the conversation to span the whole session. I want all my entities managed for the duration of the http session. I'd use @PersistenceContext(EXTENDED), but this would only work if I merged all entity references that I got from other

[jboss-user] [JBoss jBPM] - Re: Is org.jbpm.gd.jpdl plugin up-to-date in CVS (the projec

2008-02-12 Thread [EMAIL PROTECTED]
Hi John, The reference to dom4j should not be necessary anymore. I have changed the code to use JAXP instead (and yes, that was a real PITA). There probably are still a lot of bugs related to this as well. My Eclipse version at the moment is 3.3.1.1. JDK is JRockit 1.6 on Linux. Cheers, Koen

[jboss-user] [JBoss jBPM] - Re: gpd.xml bend coordinates

2008-02-12 Thread simonbaker
kukeltje wrote : Just out of curiosity, did you choose jGraph over e.g. SVG or did you not consider SVG at all. Personally I'd be interested in an xslt that converts the gpd.xml to SVG. Cool dynamic overlay things can be done than including zooming etc... without the need to use a jpg Someone

[jboss-user] [Security JAAS/JBoss] - Re: Custom Login Module not working

2008-02-12 Thread ragavgomatam
I have posted the code of the DatabaseServerLogin Module.Your method should be called from within getUsersPassword()...Check the super class code DatabaseServerLoginModule.java /* | | * JBoss, the OpenSource WebOS | | * | | * Distributable under LGPL license. | |

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM Graphical Process Designer Installation

2008-02-12 Thread [EMAIL PROTECTED]
Please use the version 3.1.2 feature zip file. Installation is as simple as extracting the zip file. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128853#4128853 Reply to the post :

[jboss-user] [JBoss Seam] - entity bean reference in seam setup (seam-gen)

2008-02-12 Thread asookazian
during the interview for setup of a new Seam project using Seam2.0.0.GA I noticed that it refers to entity beans. Using EJB3 (as we do with most Seam projects), shouldn't this state something similar to JPA entities or entity classes to be more general and encompass Hibernate POJOs as well?

[jboss-user] [JBoss Seam] - message transformation error

2008-02-12 Thread mulatli
I am new for JBoss ESB and I tryed to follow the console-demo-01 and get this error when I test out. What am I diong rong? java.lang.NullPointerException at com.sun.facelets.util.DevTools.writeVariables(DevTools.java:168) at

[jboss-user] [JBoss jBPM] - Help Required with Seam/jbpm - Consulting with $$

2008-02-12 Thread bloreguy
Hi, I am new to JBoss Seam and jbpm and trying to implement a very basic project. While I looked at the seam dvd store examples, I am having issues with trying to adapt it to my project and need to submit project. Not sure if I can solicit help this way here in the forum, can I get some

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-12 Thread shashankjain
Thx Peter, I got it working but the only issue I have it is that I need to keep my SOAP Binding Style as RPC for the web service. Otherwise it says mixed style not supported. Can you please help me on that as my web service uses a lot of complex type which might not be supported by RPC style

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate/JPA JBoss 4.2.2 - DuplicateMemberException: dupl

2008-02-12 Thread gjeudy
Hi, Though originally posted in JBoss Seam forum, it seems to me that this issue is not related to seam but to JBoss 4.2.2 Hibernate/JPA integration. I'm getting a duplicate method getId() at startup with 2 JPA Entity classes which I didnt get in jboss 4.0.5. Since the issue only appears on 2

  1   2   >