[jboss-user] [EJB 3.0] - order-by in named-query

2007-03-02 Thread eiben
Hi, I created a named query like this: | @NamedQuery(name = topItems, query = select i from Orderitem oi inner join oi.item i group by i order by sum(oi.quantity) desc) | | public CollectionItem getTopItems() | { | Query q = em.createNamedQuery(topItems); |

[jboss-user] [JBoss jBPM] - Re: Problem BPEL: SOAP Messages in a web service invocation

2007-03-02 Thread agusgr
I found the problem. The eclipse designer create the 'parameters' parts like this:bpws:to part=parameters variable=atlasRequest | bpws:query queryLanguage=http://www.w3.org/TR/1999/REC-xpath-19991116;![CDATA[/ns0:sCountryISOCode]]/bpws:query | /bpws:to | But the correct way is

[jboss-user] [JBoss Seam] - Re: Seam security with JAAS config

2007-03-02 Thread pdpantages
Yes, you are correct; there is a mechanism protecting the calls. Up until now, I had been using the FORM method to authenticate with a login servlet. Once authenticated, this authorization mechanism works properly. I wanted to add and use the Seam Identity to do role-based page-level

[jboss-user] [JBossWS] - JbossWS 1.2.0

2007-03-02 Thread matienzar
Hello, With 1.0.4 release, i've a hibernate handler to begiun a transaction and to commit it. With this new realese, the handler is not threadsafe, and when I need to commit the transaction, it's null. I'd defined the handler (with 1.0.4) in standard-jaxrpc-endpoint-config.xml, but with this

[jboss-user] [JBoss jBPM] - Re: Ambiguous user guide

2007-03-02 Thread angra81
Maybe it's me to miss something... but if I have two possibilities to download something.. in the end I must to obtain the same thing... why of course they are different? tx, dario View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024564#4024564 Reply to the

[jboss-user] [JBossWS] - 1.2: wsconsume needs com/sun/tools/xjc/api/ErrorListener ?!

2007-03-02 Thread Juergen.Zimmermann
When invoking wsconsume as an ANT task I get this error message:java.lang.NoClassDefFoundError: com/sun/tools/xjc/api/ErrorListener Where can I find a jar containing this ErrorListener? Any hint is appreciated! View the original post :

[jboss-user] [JBoss Seam] - Re: reference doc 6.1. Seam's conversation model clarificati

2007-03-02 Thread quilleashm
I think bullet 6 applies only to long running conversations. Bullet 7 applies to both (I believe even temporary conversations are propogated across redirects). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024566#4024566 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2007-03-02 Thread ppassantini
hi shane, thanks for you replay I created a JIRA issue yet, but I don't know how to assign it to you. Can you explain how to do it? Or you can assign it yourself. The ticket number is JBSEAM-947! Thanks, Peter! View the original post :

[jboss-user] [JBoss jBPM] - Re: Ambiguous user guide

2007-03-02 Thread agusgr
Hi Dario, What I did was: 1.- Download bpel-extension from http://www.jboss.com/products/jbpm/downloads. 2.-Unzip in my file system. A folder called jbpm-bpel-1.1.Beta3 was created. 3.-Then you only had to follow the user guide. In the configuration of hibernate and jbpm, i don't modify anything,

[jboss-user] [Clustering/JBoss] - Re: JNDI vs. HA-JNDI lookups

2007-03-02 Thread Marlig
Thanks for your replies. I guess I'm seeing the behaviour that Brian described, where my client gets the EJB-proxy, and since the EJBs are configured as clustered, all calls to that EJBs are load-balanced. I just remembered that we had to manually set the invoker-proxy-bindings to support

[jboss-user] [Remoting] - Re: Connection between servers through JNDI?

2007-03-02 Thread Clarich
exactly. My Client is not able to access my Server after killing the Server and restarting it with a new Protocol. I need to restart the Server a second time, before my Client is able to connect to it. The funny thing is, that Detection works perfectly even after the first restart. Here's a

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Configuration Hibernate with jboss4.x

2007-03-02 Thread naganirangen
Hi I'm new to JBoss , Can any one Please explain how to configure hibernate with JBoss4.x. i'm not able to find help to this topic.I'm usting hiberbate from servlets application.Please help me..My work is pending.. View the original post :

[jboss-user] [JBossWS] - Re: 1.2: wsconsume needs com/sun/tools/xjc/api/ErrorListener

2007-03-02 Thread [EMAIL PROTECTED]
http://jbws.dyndns.org/mediawiki/index.php/Install_JBossWS#JBoss-4.0.5_.28JDK-1.5.29 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024573#4024573 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024573

[jboss-user] [JBoss Seam] - Re: system requirements for jboss seam

2007-03-02 Thread miketech
Ok, thanks. I will give it a try and hope, that it works :) Greetings Mike View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024572#4024572 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024572

[jboss-user] [JBoss Seam] - s:fileUpload decode error

2007-03-02 Thread face4web
Hi I have a problem using Seam 1.2.0 Patch 1 and s:fileUpload component. When I upload a file using this component: (fileName is a String property of an object) | h:form id=frmMain enctype=multipart/form-data | s:validateAll | s:decorate | s:fileUpload id=file data=#{fileData}

[jboss-user] [JNDI/Naming/Network] - javax.naming.NoInitialContextException error when accessing

2007-03-02 Thread emcwoo
Problem description: The javax.naming.NoInitialContextException was encountered when running the QUEUE example with the following jndi.properties setting java.naming.factory.initial=org.jnp.interfaces.HttpNamingContextFactory

[jboss-user] [Installation, Configuration Deployment] - How set permissions to users need restart Jboss server ?

2007-03-02 Thread changemylife
Hi all! I have two problem that I need some helps from anyone! 1. My operating system is XP2, I use jboss-4.0.5.GA. I assume that have three person with usernames are A, B and C. And now, I want A and B are allow restart JBoss server, C is not allow! How I can do ? 2. I have two

[jboss-user] [JBossWS] - Re: JbossWS 1.2.0

2007-03-02 Thread [EMAIL PROTECTED]
This is correct. The handler should be scoped on the endpoint NOT on the request. You can put you UserTransaction in the MessageContext or use a ThreadLocal View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024577#4024577 Reply to the post :

[jboss-user] [JBoss Seam] - EntityManager in StartupServletContextListener

2007-03-02 Thread labo
Hello, I am running Seam 1.2.0 in a Tomcat 6 container. I am using the JPA to access my database. DB access works fine for simple controllers by adding @In private EntityManager em; and then use em.createQuery. In order to load reference data I want to write my own

[jboss-user] [Installation, Configuration Deployment] - Unstable JasperException in jsp compilation of custom taglib

2007-03-02 Thread Elhanan
hi. my company has developed a web framework development, on jboss 3.2.5 sometimes when this framework is deployed, and after starting jboss, and access a page, the new jsp will not compile, the error seems to be with custom taglibs classes our company is using, the jsp itself is ok (i copied

[jboss-user] [JBoss Seam] - Re: Trinidad / ajax4 jsf doesn´t work anymore in Seam 1.2.0

2007-03-02 Thread hamtho2
Joseph, I wrote a little wiki page about that. Have a look at http://wiki.apache.org/myfaces/TrinidadSeamAjax4JsfFaceletDetail I also attached a sample web.xml there. Thomas View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024580#4024580 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Error javascript in s:selectDate

2007-03-02 Thread rengar
No. This was error. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024581#4024581 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024581 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: JbossWS 1.2.0

2007-03-02 Thread matienzar
Thanks, but how can i put the usertransaction into the messagecontext? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024582#4024582 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024582

[jboss-user] [EJB 3.0] - Re: Can't get session timeouts and appropriate @PreDestroy t

2007-03-02 Thread jessicarubart
Hi there, I've a similar problem: In my application I'd like to automatically log out crashed or inactive clients by using a timeout for the session bean. Does anybody have a solution? Thanks in advance! Jessica View the original post :

[jboss-user] [JBoss Seam] - Re: Ajax4jsf Filter -- I go wild page

2007-03-02 Thread rengar
Ok, this is the solution. Now the application works fine. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024584#4024584 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024584

[jboss-user] [JBossCache] - Re: TreeCache config in cluster

2007-03-02 Thread ottuzzi
Hi, thanks for your interest. anonymous wrote : Are the weblogic installs in different directories? No, the directory layout is identical for all four machines. anonymous wrote : Dow do you vary your weblogic configuration? Almost no... only log4j files have different names to diferentiate logs

[jboss-user] [JBoss Seam] - Re: Setting up an ajax4jsf + trinidad project

2007-03-02 Thread atao
Hello, anonymous wrote : added the trinidad and a4j-trinidad jar Can you be more specefic? trinidad-api-incubator-m1-SNAPSHOT.jar and trinidad-impl-incubator-m1-SNAPSHOT.jar? anonymous wrote : to WEB-INF/lib and added them to the build.xml to be added to the ear are they copied in the root

[jboss-user] [JBossCache] - Re: EvictionPolicyConfig

2007-03-02 Thread kevinstembridge
Hi Manik, Thanks very much. That's exactly what the problem was. Turns out I was using Hibernate 3.2.0CR1 ! Switching to 3.2.0GA fixed it. Thanks for your help! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024587#4024587 Reply to the post :

[jboss-user] [JBoss Messaging] - ejb3mdb example

2007-03-02 Thread asturn
Hi! I have installed JBoss Messaging 1.2.0.GA on a new JBoss 4.0.5 GA installation with EJB3 support. The queue example works perfectly. When I try to run the ejb3mdb example, I get the error: | | 10:37:14,834 WARN [JmsActivation] Failure in jms activation [EMAIL PROTECTED]([EMAIL

[jboss-user] [JBoss Portal] - Re: How to use portlet bridge for struts?

2007-03-02 Thread tsangcn
Hello, The portlet-bridges-struts page in apache.org does not contain any link to download the portlet-bridge. But at last I found it, it is http://www.apache.org/dist/portals/bridges/. Although the file names indicated that they are source code, the files actually contains source code and

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Autoincrement DB2 JBOSS EJB CMP configuring

2007-03-02 Thread grzesinfo
Hi! J have database DB2 and create table T_TEST with fields: ID - integer autoincrement NAME - varchar(50) QTY - Integer I create java bean CMP and install it on Jboss server and when create new record from client I get error: com.ibm.db2.jcc.c.SqlException: DB2 SQL error: SQLCODE: -798,

[jboss-user] [JBoss jBPM] - Re: Ambiguous user guide

2007-03-02 Thread kukeltje
angra81 wrote : Maybe it's me to miss something... but if I have two possibilities to download something.. in the end I must to obtain the same thing... You do angra81 wrote : why of course they are different? /quote] | | Why is public transportation different from a car? They serve

[jboss-user] [JBossWS] - Re: JbossWS 1.2.0

2007-03-02 Thread [EMAIL PROTECTED]
There is currently no portable way of doing this in 4.0.5. @WebServiceContext injection will be available with 4.2. In the meantime you can access the message context like this: | CommonMessageContext msgContext = MessageContextAssociation.peekMessageContext(); |

[jboss-user] [JBoss jBPM] - jPDL, BPEL XPDL

2007-03-02 Thread amartel
Before hand, sorry me if I post naive questions but I am a newbie about BPM and I am in charge of evaluating jBPM for the company I work for. A couple of questions came to my mind when reading documentation and forums: Is possible to draw diagrams using eclipse and generate BPEL

[jboss-user] [JBossWS] - Re: JBossWS 1.2.0.GA NumberFormatException For ENDPOINT_ADDR

2007-03-02 Thread [EMAIL PROTECTED]
It seems to be a known remoting bug: http://jira.jboss.com/jira/browse/JBREM-645 anonymous wrote : | The workaround requires that a trailing '/' is added after the host:port, for example: | socket://succubus.starkinternational.com:4446/?datatype=invocation | View the original post :

[jboss-user] [JBoss jBPM] - Re: jPDL, BPEL XPDL

2007-03-02 Thread kukeltje
amartel wrote : Is possible to draw diagrams using eclipse and generate BPEL or jPDL from the same diagram? No, to different editors... GPD for jPDL and the eclipse bpel plugin for bpel amartel wrote : As jBPM is language agnostic is possible to diagram using XPDL or generate XPDL? No, the

[jboss-user] [Performance Tuning] - Thread pools configuration

2007-03-02 Thread bortx
Hi, I'm performing load tests on my jBoss instance. My tests make requests through web service, and the processing uses JMS and JCA data sources. I'm having blocking problems, so the performance is not as high as expected, and the CPU usage is around 30%. I have taken a look at the

[jboss-user] [EJB 3.0] - Major problem - JBoss hungs

2007-03-02 Thread mpikounis
I am facing a major issue with our system which runs on JBoss 4.04GA. We have an application which relies on EJB3 session beans and a mix of EJB2 and EJB3 entity beans. The problem appears randomly (or when the server is under stress) and we cannot replicate it. The symptoms are that

[jboss-user] [JBoss jBPM] - BPEL, WSBPEL and BPEL4WS

2007-03-02 Thread agusgr
Hello, I have a pair of questions to the community, Are there any difference between BPEL, WSBPEL and BPEL4WS? I'm trying to get a general idea about the state of art but I'm not able to view the differeces. What versions of this are implemented in jbpm-bpel.Beta3? Thank you all Agus View the

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

2007-03-02 Thread [EMAIL PROTECTED]
Found a workaround. You can read it in the Jira issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024599#4024599 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024599 ___

[jboss-user] [JBoss Portal] - CSS header injection

2007-03-02 Thread fahlen
I have managed to inject the following line of HTML into the portlet HTML header using the file jboss-portlet.xml: | link type='text/css' rel='stylesheet' href='/ProcesosInternos/WEB-INF/css/Styles.css' / | The content of jboss-portlet.xml is this: | portlet-app | portlet |

[jboss-user] [JBoss Portal] - Deployment exception with HelloWorldIPCPortlet.SAR

2007-03-02 Thread rabbuhl
I am using JBoss Portal 2.4.1-SP1. If I hot deploy HelloWorldIPCPortlet.SAR it works correctly without any errors. However, when I stop and then start JBoss Portal I the following error appears in the log file. If I stop JBoss Portal, remove HelloWorldIPCPortlet.SAR, and then start JBoss

[jboss-user] [JBoss Seam] - optimistic locking - exception handling

2007-03-02 Thread pista666
hi folks, i'm trying to use optimistic locking with seam, everything works fine except very last thing, when i'm trying to save the record (that was changed by other user) i'll get page that user can't really understand (server internal error). In jboss log i see exception(explainig problem),

[jboss-user] [JBossWS] - Re: org.jboss.ejb3.client.ClientLauncher in which Jar file?

2007-03-02 Thread [EMAIL PROTECTED]
These tests are not suppoed to run with 4.0.5. How do youo build and invoke the samples? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024603#4024603 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024603

[jboss-user] [JBossWS] - Re: JBossWS 1.2 on JBoss AS 4.0.5

2007-03-02 Thread [EMAIL PROTECTED]
Did you follow the steps described in http://jbws.dyndns.org/mediawiki/index.php/Install_JBossWS? Sorry, we are currently working on a install script that should simplify things a lot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024604#4024604 Reply to

[jboss-user] [JBossWS] - Re: JBossWS 1.2.0.GA

2007-03-02 Thread [EMAIL PROTECTED]
If we want to nail it down, we need more information about the request/response, the WSDL, etc. You'll need to verify what request does exactly cause that error. Does happen upon parsing the request or when the response is marshalled? View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Server failed to start dialog after a succesful start

2007-03-02 Thread hezamu
Hi, I'm using JBoss Eclipse IDE 2.0.0.Beta2 with JBoss 4.0.5 GA, and it seems that the IDE fails to detect a succesful server start. I start the server with the start button in JBoss perspective and it starts up ok, but the server view reports it as Starting After a while I get the dialog

[jboss-user] [JBoss jBPM] - Re: Insert TaskNode and Task at runtime via an ActionHandler

2007-03-02 Thread warmonga
Hi there, does anybody have a clue how to solve this problem or maybe a hint for a workaround? Many Thanks! Cheers, Maurice View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024607#4024607 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Missing (config) files starters kit?

2007-03-02 Thread Johan.Parent
In the meanwhile I had a chance to try the code too. It works but does not solve the problem :( So I resumed my quest and found the real source of the many SAXParserFactory instantiations: JbpmContext.getSession (see below). Hmmm, I see a solution in caching the configuration in the

[jboss-user] [JBoss Messaging] - Re: ejb3mdb example

2007-03-02 Thread asturn
Ok, apparently the ejb3 mdb support works with the clustered JBoss, but not with the standard JBoss! I installed JBM 1.2.0 GA in a new installation of JBoss 4.0.5 GA with the ejb3-clustered settings and there the ejb3mdb example works. Maybe this should be stated in the documentation of the

[jboss-user] [JBoss Seam] - Re: optimistic locking - exception handling

2007-03-02 Thread mariuszs
You have: anonymous wrote : java.lang.NoClassDefFoundError: com/sun/facelets/el/LegacyELContext , so you need el jars in ejb3 and webapp module. Put this in ear. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024614#4024614 Reply to the post :

[jboss-user] [JBossWS] - xsd:any/ binding problem

2007-03-02 Thread ragsta
Hi, using libraries and tools from Jbossws-1.2.0GA to generate a web service client I found a problem in mapping xsd:any/ wsdl element. 'llreport the fragment that define the web service response message: | s:schema elementFormDefault=qualified targetNamespace=http://test.it/test; | ...

[jboss-user] [JBoss Messaging] - Re: ejb3mdb example

2007-03-02 Thread asturn
Discard the last message! I mixed up the mdb example (which works) with the ejb3mdb example (which dose not work, even if I am using the clustered JBoss)! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024616#4024616 Reply to the post :

[jboss-user] [Remoting] - Re: Connection between servers through JNDI?

2007-03-02 Thread Clarich
I'm sorry for the previous reply. I tested my Server with the wrong Client. Could you please delete or (if not possible to delete) ignore this port? Thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024619#4024619 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Deployment exception with HelloWorldIPCPortlet.SAR

2007-03-02 Thread rabbuhl
I fixed the deployment problem by changing jboss-portal.sar\META-INF\jboss-service.xml. Specifically, I commented out the attribute definition for CacheNaturalId. Question for the JBoss Portal development team: should the attribute CacheNaturalId be defined in these mbeans? !-- The

[jboss-user] [JBoss jBPM] - Re: Stateless Process Engine executor threading issues

2007-03-02 Thread [EMAIL PROTECTED]
jorgemoralespou_2, you can use jBPM persistent or transiently. so you have to decide if you want persistence first. you always need a jbpmContext, but in case you don't need persistence, you can just parse the process from a file and create instances with the ProcessInstance constructor (all

[jboss-user] [JBoss Seam] - Re: Cannot use a custom Converter...

2007-03-02 Thread jdijkmeijer
Hmm not sure about the @name thing but I used it as an attribute to the managerbean class, and than as innerclass as the converters are very specific to the managerbeans. converter=#{titlemanager.titleconverrter} View the original post :

[jboss-user] [Security JAAS/JBoss] - OpenSSO integration

2007-03-02 Thread nscendoni
Hi all, we are looking for integrating JBoss/JBoss Portal with OpenSSO, the open source version of Access Manager (distribuited with CDDL license). OpenSSO (or Access Manager) is one of most advanced authentication/authorization system with a lot of Authentication Modules implemented (such

[jboss-user] [JBoss Portal] - OpenSSO integration

2007-03-02 Thread nscendoni
Hi all, we are looking for integrating JBoss/JBoss Portal with OpenSSO, the open source version of Access Manager (distribuited with CDDL license). OpenSSO (or Access Manager) is one of most advanced authentication/authorization system with a lot of Authentication Modules implemented (such

[jboss-user] [Remoting] - Re: Connection between servers through JNDI?

2007-03-02 Thread Clarich
A change from multiplex protocol to socket causes a lot of logging messages but does run. The other way round it does not. When killing a server that runs socket protocol and then restart it with multiplex protocol, it will not be detected by a JNDI and my Client is not able to connect to it.

[jboss-user] [JBossWS] - Re: JbossWS 1.2.0

2007-03-02 Thread [EMAIL PROTECTED]
I didn't realize your first post. In case you want to populate the context from within a handler, it's passed in as a parameter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024629#4024629 Reply to the post :

[jboss-user] [JBossWS] - Re: Web Services and an Isolated Classloader

2007-03-02 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1556 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024630#4024630 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024630 ___ jboss-user

[jboss-user] [JBossWS] - Re: jboss WS-Security deployment descriptor (jboss-wsse-serv

2007-03-02 Thread [EMAIL PROTECTED]
http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide#WS-Security View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024631#4024631 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024631

[jboss-user] [JBossWS] - JBossWS-1.2.0.GA Installer available

2007-03-02 Thread [EMAIL PROTECTED]
We have replaced the manual install procedure for jbossws-1.2.0.GA with an automated install script. The updated binary distribution is available on the project download page http://labs.jboss.com/file-access/default/members/jbossws/downloads/jbossws-1.2.0.GA.zip Version: jbossws-1.2.0.GA

[jboss-user] [JBoss Seam] - Re: 1.2.0GA- Where has

2007-03-02 Thread jazir1979
ahh, thank u kindly! i was looking at the 1.2.0 doco pre-patch1, it's all updated now. cheers, daniel. [EMAIL PROTECTED] wrote : It's been replaced. Here's the new components.xml entry: | | web:multipart-filter create-temp-files=true | |

[jboss-user] [JBoss Seam] - Re: IceFaces with Seam Mail

2007-03-02 Thread karthikjboss
My template is no different from the one that comes with the mail example of Seam. Mail Template: = m:message xmlns=http://www.w3.org/1999/xhtml; xmlns:m=http://jboss.com/products/seam/mail; xmlns:h=http://java.sun.com/jsf/html; m:from name=Peter

[jboss-user] [JBoss Seam] - How to instantiate a Seam class out of a backing bean

2007-03-02 Thread hamtho2
Hi, how do I instantiate a stateless Seam Bean out of another Seam backing bean, so that all Seam-annotation are still included? Thomas View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024638#4024638 Reply to the post :

[jboss-user] [EJB 3.0] - there is a very simple entity bean generator for mysql

2007-03-02 Thread johnhollon
| package com.jdi.dbport.utils; | import java.sql.*; | import java.io.*; | | /** | * Create Entity Bean (byte code) from existing tables in database. | * This generator can only generate basic code for programming, so | * you should optimize the generated code. | * before

[jboss-user] [Clustering/JBoss] - Re: JNDI vs. HA-JNDI lookups

2007-03-02 Thread [EMAIL PROTECTED]
Possibilities include: 1) Don't mark the bean as clustered if you don't want it clustered. The only clustering behavior an SLSB has is failover and loadbalancing; if you don't want that then there is no point making the bean clustered. 2) Only deploy the bean on the server you want, or deploy

[jboss-user] [JBossWS] - Re: JbossWS 1.2.0

2007-03-02 Thread matienzar
I've solve it with this code: public class HibernateWS extends GenericSOAPHandler { @Override public boolean handleFault(MessageContext msgContext) { UserTransaction _tx = null; try { if

[jboss-user] [JBoss Seam] - Re: Explicit conversation id problem

2007-03-02 Thread raffaele.camanzo
Hi Gavin, I added the issue and the test case, you can find them here: http://jira.jboss.com/jira/browse/JBSEAM-976 I'm also trying to create a test case for the forum post: http://www.jboss.com/index.html?module=bbop=viewtopict=102935 in order to understand if I can better explain what

[jboss-user] [Clustering/JBoss] - Re: JNDI vs. HA-JNDI lookups

2007-03-02 Thread Marlig
Actually, load-balancing is not bad at all. It's just that our testers should test the system before it goes into production, and they should of course test a system that is as close to the final production version as possible. This pretty much rules out all the options you have mentioned. But

[jboss-user] [JBoss jBPM] - Re: Stateless Process Engine executor threading issues

2007-03-02 Thread jorgemoralespou_2
Perfect. I worked out an engine with what you have told me, and everything works now as I expected. Thank you two very much for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024645#4024645 Reply to the post :

[jboss-user] [JBoss Seam] - Seam 1.1.6 and Hibernate validation problem

2007-03-02 Thread frehan
Hi! I have a registration page for users to register. The entity class uses @Email to validate the entered email adress. In my registration jsp form I use s:validateAll arround the input fields. and the email is a none required field. So it could be empty but if entered it must validate to

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-03-02 Thread fhh
Just to clarify: Jasper is fine for reporting. That's it. You define the design of a report and then the numbers and some formating is converted to Excel. But in my company (and I guess everywhere else, too) people do not want simple preformated reports. They want to be able to work with the

[jboss-user] [JBoss Seam] - Re: IceFaces with Seam Mail

2007-03-02 Thread petemuir
So you aren't trying to render ice tags to a mail are you? The call the Mail Template directly? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024648#4024648 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024648

[jboss-user] [JBoss Seam] - Re: IceFaces with Seam Mail

2007-03-02 Thread petemuir
Sorry, you call the mail template with Renderer.instance.render(Mail Template);? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024649#4024649 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024649

[jboss-user] [JBoss Seam] - clear object from conversation

2007-03-02 Thread damianharvey
I have an IceFaces CRUD-all-on-one page with the current object stored in a conversation. When I save the record it persists ok but the values remain in the form-fields. My method is annotated with @End however something else is obviously required to clear out this object. Can someone point me

[jboss-user] [JBoss jBPM] - Re: Stateless Process Engine executor threading issues

2007-03-02 Thread kukeltje
@Tom, You mean to just use nodes that signal the token themsellves once initially triggerd? That is what their example does and that example does not scale now I'm lost completely... @Jorge, Can you describe or better give an example of what you did for others to see View the

[jboss-user] [JBoss Seam] - Re: IceFaces with Seam Mail

2007-03-02 Thread karthikjboss
I am not using the menus in the mail template. The IceFaces menus are there in the page which has a button which invokes the mail. So the mail doesn't have menu items. Also I invoke using renderer.render(/simple.xhtml); View the original post :

[jboss-user] [JBoss Seam] - Re: IceFaces with Seam Mail

2007-03-02 Thread petemuir
Weird, an ice faces bug I guess. Can you file a JIRA issue under ICE Faces integration. If you can supply a test case that will help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024653#4024653 Reply to the post :

[jboss-user] [JBoss jBPM] - Swimlane asssignment

2007-03-02 Thread gscheibel
Hi all! I having the following problem: When I have two tasks in diferents task nodes using the same swimlane, jbpm is not invoking the assign handler from swimlane when it reaches the second task. here is my jpdl: | process-definition xmlns=urn:jbpm.org:jpdl-3.1 name=webtest |swimlane

[jboss-user] [JBoss Seam] - Back button after logout - solved through Seam?

2007-03-02 Thread hamtho2
Hi, I just included the Seam Security into my application and I´m really thrilled about the very easy and effective solution to all the security issues. I like the redirect-to-protected-pages-through-login-page-feature especially. It´s always a common problem and it´s so easy this way. This

[jboss-user] [Remoting] - Re: SSLHandshakeException when connecting to JNDI

2007-03-02 Thread Clarich
Thank you Ron. I exchanged the detection packages in may application with those from the CVS repository and used the new Constructor. And voila it runs. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024656#4024656 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Setting up an ajax4jsf + trinidad project

2007-03-02 Thread hamtho2
Be careful, which version of Seam you are using: The one atao is using is for Seam 1.1.6 whereas dustismo´s is for 1.2.0. But as far as I can see from the exception you simply did not include the trinidad-jars properly. Check if you´ve got both jars, the impl and the api and also include them

[jboss-user] [JBoss Seam] - Re: Error javascript in s:selectDate

2007-03-02 Thread bsmithjj
No - I haven't installed the 'Seam Resource Servlet' I can't see anything in the 1.2 Docs, Chapter 24. Seam JSF controls that says I should. Are you saying I need to install this by asking if I have? If it needs to be installed to use the Seam JSF tags then that's a bug in the docs - the docs

[jboss-user] [Remoting] - Connecting to EJB on JBoss without using jboss jars

2007-03-02 Thread forumer
JBoss-4.0.4-CR2 with EJB3, JDK5 I have an EJB installed on JBoss server. A client needs to connect to this EJB and retrieve some Value Object classes. These Value Object classes are not dependent on any of the jboss classes. Presently, I have specified JBoss as the JNDI provider in the

[jboss-user] [JBoss Messaging] - Failed to download and/or install client side AOP stack / Co

2007-03-02 Thread pdestrais
Hi, I just installed the latest JBoss messaging 1.2 as a replacement to JBossMQ. In our application, in the processing of an MDB, we are creating a acknowledgement message that we submit on a queue. When the message is created on the queue (through Spring's JMSTemplate), we get this error :

[jboss-user] [JBoss Portal] - Re: wsrp and remote resources

2007-03-02 Thread karink
Hi according to this documentation http://dev2dev.bea.com/pub/a/2006/12/writing-jsr-168-portlets.html it is correct to use PortletRequest.getContextPath and to use PortletResponse.encodeUrl to encode the URL If there is another way (which works with WSRP) could you please send me a code

[jboss-user] [JBoss Seam] - Re: Req: I18N mail function

2007-03-02 Thread petemuir
For the message body you *should* be able to just set the encoding as per normal for facelets. I haven't heard this failing but... please test :) Can you create a JIRA issue for the headers (a sample mail would be great - attach the plain text source to the issue). View the original post :

[jboss-user] [JBoss Seam] - Documentation on how to set up Seam together with Trinidad a

2007-03-02 Thread hamtho2
Hi @all, After I spent a lot of time in setting up Seam, Trinidad, Facelets and ajax4jsf together and want to share my experiences with others I set up a small wiki-page at the apache-wiki yesterday, in which I wrote a short description about what I did to make Seam, Trinidad, Facelets and

[jboss-user] [JBoss Seam] - Re: Argh! Attribute access

2007-03-02 Thread pbrewer_uk
For anyone else that runs into this problem - it occurs because it is not permitted to call a method of a List implementation - you can only access its index. The following example will fail with the error mentioned previously. E.g. SummingList.java | public class SummingList extends

[jboss-user] [JBoss Eclipse IDE (users)] - DRLRuleEditor and Eclipse RCP

2007-03-02 Thread finalshadowz
Hello, I am making a basic editor with Eclipse RCP and I would like to use the DRLRuleEditor class, not the DRLRuleEditor2. How should I process ? Thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024666#4024666 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Using s:selectItems with a list of entities

2007-03-02 Thread petemuir
This is fixed in 1.2.0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024665#4024665 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024665 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - @In(create = true) @Out works fine in 1.1.5.GA and not in 1.

2007-03-02 Thread msystems
| @Stateful | @Name(accountBean) | public class AccountBean implements AccountLocal { | @PersistenceContext | private EntityManager em; | | @In(create = true) @Out | private User userDomain; | | @In(required = false) | private Locale localeDomain;

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - turning on access logging on virtual hosts

2007-03-02 Thread teknokrat
My understanding is that you can set up virtual hosts just by declaring them in jboss-web.xml. However, if you want access logs for these you still have to define them in server.xml and add the access logging valve to them. Is this correct? is it possible to add access logging to a virtual host

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate mapping for table associations with duplicate colu

2007-03-02 Thread ummerh
We have a table design where child table (Program) has composite PRIMARY KEY(brandId,programId), it has a FOREIGN KEY(brandId) to table (Brand) and another FOREIGN KEY(brandId,programGroupId) to table(ProgramGroup). If you notice carefully here, you'll find that brandId is a repeated column in

[jboss-user] [JBoss Seam] - conversation pattern

2007-03-02 Thread codelion
Been working on this for a while, so this isn't an aimless question. Face to face I'd ask: What do you want to hear first, the purpose, or the question(s)? Let's have the question(s) first. Questions: In 6.3. Starting conversations with GET requests it says There is also an end-conversation

[jboss-user] [JBoss jBPM] - Database change script from 3.1 to 3.2

2007-03-02 Thread camunda
Hi! There are some changes in the database from jbpm 3.1 to 3.2. For the Hibernate hbm2ddl it seems a little bit complicated, because he drops a lot of foreign keys and on my local computer he has not finished that yet, after 8 hours now!! Is there some out of the box conversion skript? Which

[jboss-user] [JBoss jBPM] - Re: Swimlane asssignment

2007-03-02 Thread kukeltje
Correct, that is the behaviour as it is currently implemented. This has already been discussed in the forum and there even is a feature request in Jira to make this configurable. Vote for it if you want it implemented. Since I in a good mood, I looked it up for you

  1   2   3   >