[jboss-user] [JBoss Seam] - errors with sample JSF and jboss-5.0.0.Beta1

2007-06-25 Thread nagaraju.bingi
Hi Friends i need urgent help on jsf with jboss-5.0.0 beta1. i am not able to deploy jsf application in jboss-5.0.0 beta1 , i am getting error when i was deploying sample jsf in jboss-5.0.0 beta1. but the funny thing is when i was deployed same application in jboss-4.0.4 , it was

[jboss-user] [Remoting] - Re: error getting client socket connection from pool

2007-06-25 Thread [EMAIL PROTECTED]
Hey John, Do you set the parameter numberOfRetries? The default value is 30, meaning the client invoker will try 30 times to get a socket. I think it would be a little surprising if 30 attempts would fail in ~0 seconds. -Ron View the original post :

[jboss-user] [JBossWS] - Caused by: org.jboss.ws.WSException: Cannot obtain java type

2007-06-25 Thread patel_123
hi I am exposing my EJB3 components as web services. WSDL document is generated correctly. But when my client application tries to access the webservice it throws the following exception, Caused by: org.jboss.ws.WSException: Cannot obtain java type mapping for: {http://wb1-329:8080}validateUser

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-25 Thread trekker880
Is there any sample code to test the pageflow transitions? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057240#4057240 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057240 ___

[jboss-user] [EJB 3.0] - Re: Why is injection not working in AS 4.0 and 4.2 (servlets

2007-06-25 Thread tinny
So JBoss 5.0 beta2 supports servlet injection? Or is the functionality only going to be fully delivered in the final release? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057245#4057245 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Retrieving data from database

2007-06-25 Thread alexrozario
hi kruno, thank you for your response.. i found that its not an database error. i can retrieve data from table.. but the problem is in viewing.. how to view(display) that details in my view page.. i am using facelet file to view that data. and this is my session bean class which retrieving

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: EJB3 query ?

2007-06-25 Thread mladenB
Did I post wrong question or...? Best regards, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057250#4057250 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057250 ___

[jboss-user] [JBoss jBPM] - Re: BPEL process doesn't respond

2007-06-25 Thread Kantti_
Sorry for the trouble. This helped to my problem: jBPM BPEL 1.1.Beta3 implements the following sections of the BPEL4WS 1.1 specification dated May 5, 2003. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057247#4057247 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Retrieving data from database

2007-06-25 Thread alexrozario
fine. thank you for your response.. but i found that the problem is not in retrieving the data but the problem is in viewing those data in my (jsf)facelet file. can you help me to view/show/display that data in my facelt thank you View the original post :

[jboss-user] [Installation, Configuration Deployment] - Deployment FAILED reason: javax/servlet/http/HttpServlet

2007-06-25 Thread coejboss
I am trying to deploy my web application in JBoss 4.0.5. But while deployment I am getting the following error: [EMAIL PROTECTED] { url=file:/C:/JBoss4/server/default/deploy/myapp.war } deployer: MBeanProxyExt[jboss.web:service=WebServer] status: Deployment FAILED reason:

[jboss-user] [JBoss Seam] - Re: jBPM integration question

2007-06-25 Thread fady.matar
I figured out the error. The namespace wasn't declared in component.xml since it moved from 'core' to 'jbpm' But still the database contains no tables. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057253#4057253 Reply to the post :

[jboss-user] [JBoss Seam] - Re: jBPM integration question

2007-06-25 Thread fady.matar
Gavin, I have followed the approach and I can see the hibernate mappings on the console, however the tables are not being created and I'm sure that the datasource configuration is correct pointing to the right database. On the other end when commenting out the bpm configuration from the

[jboss-user] [JBoss Seam] - Editable tabular data the seam way?

2007-06-25 Thread dajevtic
Hi everyone? I have a question regarding a how to: I want to have a dataTable (jsf ri or richfaces) where I have editable tabular data from a database table. I want (almost) every column to be editable (similar to excel). What is the best (technical) approach to achieve this? Using framework

[jboss-user] [JBoss jBPM] - Re: JBPM Decision node implementation with Decision handler

2007-06-25 Thread dabd
nageshreddy1981 wrote : Hi, | | I am new to JBPM. | I am trying to implement decision node in process definiton. | where can i find the examples for the decision node with the decision handler implemetation. | Can anybody provide me with examples or links on the same. | | Thanks

[jboss-user] [JBoss Seam] - Re: jBPM integration question

2007-06-25 Thread fady.matar
Got it sorted out. All I needed was to create the jBPMContext again. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057267#4057267 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057267

[jboss-user] [EJB 3.0] - TimerService: stop a timer

2007-06-25 Thread heapifyman
Hello. I'm trying to find out what's the best way to stop a timer at a predefined date. Actually, I'm looking for a method like createTimer(Date initialExpiration, Date lastExpiration, long intervalDuration, Serializable info) where one can also set a Date when the timer should stop. Are there

[jboss-user] [Security JAAS/JBoss] - Re: Getting started with LDAP

2007-06-25 Thread mata98
Hi, once more. If I got it right - during the weekend - I'm twisting to mechanisms that cannot be combined. As described above I use a server-side authentication/authorisation, to secure the access to my EJB's I have to use client side, which means creating a LoginContext with CallbackHandler

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-25 Thread denis-karpov
I think there is bug in testing(mock) environment (propagation of conversations with pageflow does not work) http://jira.jboss.org/jira/browse/JBSEAM-1000 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057265#4057265 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Configuration of just using seam taglib

2007-06-25 Thread [EMAIL PROTECTED]
It doesn't. a:support / triggers it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057257#4057257 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057257 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - jBPM processInstance question

2007-06-25 Thread xinhua
hi, i want to inject processInstance in action after @CreateProcess like following code: @Name(printSthAction) | @AutoCreate | public class PrintSthAction { | @Logger Log log; | | @In | private String content; | | @In | ProcessInstance

[jboss-user] [JBoss jBPM] - Re: JBPM Decision node implementation with Decision handler

2007-06-25 Thread dabd
nageshreddy1981 wrote : Hi, | | I am new to JBPM. | I am trying to implement decision node in process definiton. | where can i find the examples for the decision node with the decision handler implemetation. | Can anybody provide me with examples or links on the same. | | Thanks

[jboss-user] [JBoss Seam] - Re: jBPM processInstance question

2007-06-25 Thread xinhua
i found a solution: @Name(printSthAction) | @AutoCreate | public class PrintSthAction { | @Logger Log log; | | @In | private String content; | | @In | private BusinessProcess businessProcess; | | @In | private JbpmContext jbpmContext;

[jboss-user] [JBossWS] - Re: JBoss 4.0.5 and JBoss 4.2 CR1 plus JBossWS 1.2 - Does it

2007-06-25 Thread patel_123
i am getting following error can anybody tell what would be cause, Caused by: org.jboss.ws.WSException: Cannot obtain java type mapping for: {http://wb1-329:8080}validateUser at org.jboss.ws.deployment.JSR109MetaDataBuilder.buildParameterMetaDataDoc(JSR109MetaDataBuilder.java:451)

[jboss-user] [EJB/JBoss] - Re: Calling native C++ legacy program from Message Driven Be

2007-06-25 Thread [EMAIL PROTECTED]
JBoss will know nothing if you use JNI, so it's really up to you. The risk of JNI is that you can always screw up the whole JVM if you are not carefull. JBoss itself, doesn't use JNI, except for the embedded JBoss Web that has optional native connectors. View the original post :

[jboss-user] [Beginners Corner] - an alternative to singleton code design and generics

2007-06-25 Thread reyjexter
I'm relatively new to developing web applications using JEE. So far I have seen applications that was designed using singleton style and generics. I'm curious about an alternative to designing the code without using singleton classes and generics. sincerely, reyjexter View the original post

[jboss-user] [EJB/JBoss] - Re: Calling native C++ legacy program from Message Driven Be

2007-06-25 Thread [EMAIL PROTECTED]
How you define will support? There is no much difference if you use JNI in a standalone application or inside an application server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057283#4057283 Reply to the post :

[jboss-user] [JBoss Seam] - EntityNotFoundException

2007-06-25 Thread limousyf
Hello, After modifying a seam-gen application, I have a weird error while trying to delete an object: javax.persistence.EntityNotFoundException: deleted entity passed to persist: [com.fitnetapplication.certifications.entity.Collaborateur#] When I go debug, the instance sent to

[jboss-user] [EJB/JBoss] - Re: Calling native C++ legacy program from Message Driven Be

2007-06-25 Thread waikhom
You mean JBoss will support calling JNI native C++ program? What is your opinion in this kind of scenarion? I am looking for an architectural solution. Thanks, Waikhom View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057277#4057277 Reply to the post :

[jboss-user] [JBoss Seam] - Re: ui:include and seam extended EL

2007-06-25 Thread greko
Help would be appreciated ... Can you tell me if someone has already encountered this issue ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057278#4057278 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057278

[jboss-user] [JBoss Messaging] - Re: Scheduled messages not delayed

2007-06-25 Thread fbastos1
I try to send a jms message outside transaction, creating a session with transaction attribute = false and acknowlegement mode to AUTO_ACKNOWLEDGE but the result is identic Fab View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057285#4057285 Reply to the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - War-File without jsf-library

2007-06-25 Thread argonist
Hello, I am using to pack the jar-files (myface-apl.jar, myface-impl.jar, common-*.jar,) in WEB-INF/lib of War-file. It makes the large file, but I want to reduce the size of War-file. I want to separat the jar-files from War-file, because there are the jar-files in the Path

[jboss-user] [EJB 3.0] - context

2007-06-25 Thread vege
Hello, I have a problem with injection of WebServiceContext. | @Resource() | WebServiceContext wsCtx; | | MessageContext context = wsCtx.getMessageContext(); | Map attachments = (Map) context.get(MessageContext.INBOUND_MESSAGE_ATTACHMENTS) ; | wsCtx is always null. I'm using

[jboss-user] [JBoss jBPM] - Re: How to activate log in jbpm (3.2.GA)

2007-06-25 Thread kukeltje
jbpm uses commonslogging (so log4j or jdk logging, depends on that is configured). So look at that somewhere View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057290#4057290 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Timers get cancelled in TimerServiceBean.ejbTimeout even

2007-06-25 Thread kukeltje
or try using ejb3 timers... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057291#4057291 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057291 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Why my condtion doesn't get evaluated?

2007-06-25 Thread kukeltje
did you search the forum (e.g. with google or the search above on the left, small blue text)) Has been discussed lots of times... first see if there is some info in there. Besides that ALWAYS report you jboss version, db used, jdk etc...etc...etc... View the original post :

[jboss-user] [JBoss Tools (users)] - JBoss Tools Mailing lists

2007-06-25 Thread [EMAIL PROTECTED]
Here are links to subscribing for each mailing list as well as a description for each: JBoss Tools Announce (Big project news, release announcements): https://lists.jboss.org/mailman/listinfo/jbosstools-announce JBoss Tools Development (discussions for developers and contributors):

[jboss-user] [JBoss jBPM] - Re: How to download souce code in jbpm-console.war web part?

2007-06-25 Thread kukeltje
STTF CVS in on jboss site... SF is not used anymore for CVS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057295#4057295 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057295

[jboss-user] [JBoss jBPM] - Re: jbpm 3.2.GA and mysql

2007-06-25 Thread kukeltje
Maybe we should restructure the wiki data a little... care to help out? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057294#4057294 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057294

[jboss-user] [JBoss Tools (users)] - Exadel Plugins available in opensource

2007-06-25 Thread [EMAIL PROTECTED]
Exadel Plugins are now available available in SVN and from nighty builds Have fun (and let us know how it goes ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057297#4057297 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Timers get cancelled in TimerServiceBean.ejbTimeout even

2007-06-25 Thread kukeltje
ignore previous comment (wrong thread...) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057298#4057298 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057298 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - JBoss Tools and Eclipse/WTP versions

2007-06-25 Thread [EMAIL PROTECTED]
We recently migrated the codebase to work with Eclipse 3.3 and WTP 2.0 (part of Eclipse Europa) Some plugins might still run on Eclipse 3.2 and WTP 1.5, but we do recommend use Eclipse 3.3 for the best experience ;) View the original post :

[jboss-user] [EJB 3.0] - Re: context

2007-06-25 Thread wolfc
This is a known issue: http://jira.jboss.com/jira/browse/EJBTHREE-900 Try the workaround found here: http://jira.jboss.com/jira/browse/JBWS-1468 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057304#4057304 Reply to the post :

[jboss-user] [EJB 3.0] - [Microsoft][SQLServer 2000 Driver for JDBC]Database changed

2007-06-25 Thread ruchi123456
I am using SQL Server database. I am trying to connect to database name userscdb I am using jsf and ejb3 Everytime my application connects to sqlsever, i get below mentioned warnings 16:52:23,107 INFO [STDOUT] value of em is [EMAIL PROTECTED] 16:52:23,148 WARN [JDBCExceptionReporter] SQL

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Drools and Oracle DB

2007-06-25 Thread hypnosat7
Hello, Is it possible (and how ?) to do peering with many drools engines and with Oracle DB to persiste the rule Bases or the packages or ... ? Any help pls Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057308#4057308 Reply to the post :

[jboss-user] [EJB 3.0] - Re: [Microsoft][SQLServer 2000 Driver for JDBC]Database chan

2007-06-25 Thread ruchi123456
looks like some typo errors in submitting my query. Below is snapshot from my mssql-ds.xml file jndi-nameSCMSSQLDS/jndi-name connection-urljdbc:microsoft:sqlserver://dbsqlserver\\devenv:1433;DatabaseName=userscdb/connection-url

[jboss-user] [JBoss Seam] - Re: [1.3 CVS]Tomcat users getting the shaft?

2007-06-25 Thread wesleyhales
FWIW - I think the EEJB/war bootstrap was good because you could run jetty and easily build/test. But, like Gavin said, I wouldn't have been able to take it to production without removing jars and config code. I *finally* got my tomcat impl up and running with embedded (don't laugh), and I

[jboss-user] [EJB/JBoss] - Invoking EJB from a servlet

2007-06-25 Thread milan321
I am trying to access ejb form a servlet but I am getting following exception. i would be thankful if anybody could tell me how can I fix the problem. I am using following code : Properties props = new Properties(); props.put(java.naming.factory.initial,

[jboss-user] [JBossWS] - Re: MTOM + WS Security = problem

2007-06-25 Thread richard_opalka
Maybe the two standards are not compatible to work together. I didn't found any information that says: no, no, no don't use mtom with ws-security. Hi mr_d, MTOM + WS-Security are fully compatible standards. MTOM is a new attachment approach and was designed with WS security in mind. Before

[jboss-user] [JBoss Seam] - Re: [1.3 CVS]Tomcat users getting the shaft?

2007-06-25 Thread [EMAIL PROTECTED]
wesleyhales wrote : | I *finally* got my tomcat impl up and running with embedded (don't laugh), and I gotta say that 2 lines of config code and a few jars is nothing to gripe about for local development. I am just deploying a context to tomcat via maven/cargo and everything works like a

[jboss-user] [JBoss Seam] - Re: [1.3 CVS]Tomcat users getting the shaft?

2007-06-25 Thread wesleyhales
Definitely - I totally agree and know that would be near impossible to do... But this is a recent struggle on the Jboss side to have deployable apps that don't need to be modified for dev and prod (of course you could write a custom script if you maintained your own version of RC9) but that

[jboss-user] [JBossWS] - Re: MTOM + WS Security = problem

2007-06-25 Thread davideling
Ok, but have the MTOM attachment to be inlined or not when WS-Security signature or encryption is activated? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057316#4057316 Reply to the post :

[jboss-user] [JBoss Seam] - Re: [1.3 CVS]Tomcat users getting the shaft?

2007-06-25 Thread wesleyhales
One more thing - Should there be a copy of the embedded Jboss files in Seam? Will seam have it's own version of Jboss Embedded? If no, I think a readme in the Seam dist would suffice... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057310#4057310 Reply to

[jboss-user] [Clustering/JBoss] - Jboss 4.05 clustering with SSL enabled problem

2007-06-25 Thread isreenivas
Can someone point me in the direction of some documentation on how to configure JBoss 4.0.5 clustering with SSL enabled I tried JBoss 4.0.5 clusteirng without SSL and it's working fine, but with SSL enabled HTTP sessions are not replicated and when one server is down, I'm getting Page not

[jboss-user] [JBoss Seam] - Nullpointer when injecting hibernate session

2007-06-25 Thread charlesnaude
Hi I'm getting a nullpointer when I try to inject a hibernate managed session into one of my classes. I am able to inject the session into all of my action classes but nowhere else. Am I missing something..? here is some of my code: @Name(hocasService) public class HocasService {

[jboss-user] [JBoss Messaging] - Re: Scheduled messages not delayed

2007-06-25 Thread timfox
In any case, someone will invetsigate this shortly... bogged down on other things right now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057319#4057319 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057319

[jboss-user] [JBoss Messaging] - Re: Scheduled messages not delayed

2007-06-25 Thread timfox
Are you sure? That is what our tests do. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057318#4057318 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057318 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: @In required session timeout, IdleRemover Exceptions a

2007-06-25 Thread stephenwilliams
I have the same problem with testNG (3.) With a simple project generated by Seam-Gen (as in the documentation) I get the error... javax.el.PropertyNotFoundException: ELResolver cannot handle a null base Object with identifier 'ping' When running the test with the testNG plug-in in eclipse.

[jboss-user] [JBoss Seam] - Lost the ability to debug - timeout...

2007-06-25 Thread henrik.lindberg
Hi, as my system grows it is taking longer and loger to boot :( When starting in the Microcontainer to debug - I now constantly hit a problem where the startup timesout after 120s (when it was almost done :( ) Is it possible to raise this limit? Any other suggests (ok, so I could buy a faster

[jboss-user] [JBoss Seam] - problem with seam and jbpm

2007-06-25 Thread kgoedert
Hi, I´m new to seam and jbpm and trying to work out my first example. My problem is that it seems data is not being bound to the process. Here is my code: In this page I create a request Nova Requisição Pedido:

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-25 Thread KnisterPeter
BTW: Here is my pageflow definition: ?xml version=1.0 encoding=UTF-8? | pageflow-definition xmlns=http://jboss.com/products/seam/pageflow; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://jboss.com/products/seam/pageflow pageflow-1.2.xsd |

[jboss-user] [JBoss Seam] - Re: Editable tabular data the seam way?

2007-06-25 Thread [EMAIL PROTECTED]
dajevtic wrote : I have a question regarding a how to: | I want to have a dataTable (jsf ri or richfaces) where I have editable tabular data from a database table. I want (almost) every column to be editable (similar to excel). What is the best (technical) approach to achieve this? I would

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-25 Thread [EMAIL PROTECTED]
If, as Denis says, that bug exists, then it's not going to work! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057349#4057349 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057349

[jboss-user] [JBossWS] - Re: MTOM + WS Security = problem

2007-06-25 Thread davideling
Thank you for your links mr_d, they are very interesting. Now I'm sure that my Web Services behaviour is not correct :-( . Request Headers | POST /servizioJBossCipheredSigned/ServizioJBossCipheredSigned?datatype=JBossWSMessage HTTP/1.1 | | Authorization: Basic

[jboss-user] [Installation, Configuration Deployment] - Re: 4.2.1CR1 ?

2007-06-25 Thread [EMAIL PROTECTED]
We'll go directly to 4.2.1 (no CRx), as we have some bug fixes to give back to you guys. http://dandreadis.blogspot.com/2007/06/uptake-of-jbossas-v420ga.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057353#4057353 Reply to the post :

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-25 Thread KnisterPeter
Since JBSEAM-1000 does not allow be to post a comment on this I'll do this here: Here is a part of my logfile related to this problem: [DEBUG] 15:43:42.965 jsf.SeamPhaseListener - after phase: RESTORE_VIEW 1 | [DEBUG] 15:43:42.965 core.Events - Processing

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-25 Thread KnisterPeter
The pageflow testing does not work for me. On subsequent requests the pageflow is lost and set to null. Below is my code. Anyone can give me a hint on how to do this the correct way? There are no examples in seam releases or even cvs. String id = new

[jboss-user] [JBossWS] - Re: MTOM + WS Security = problem

2007-06-25 Thread davideling
Exposed interface method | @WebMethod | @WebResult(name=responseMessage) | public ResponseMessage eleaborateMessage( | @WebParam(name=requestMessage) | RequestMessage message); | Request bean | public class RequestMessage

[jboss-user] [Installation, Configuration Deployment] - 4.2.1CR1 ?

2007-06-25 Thread Juergen.Zimmermann
The roadmap mentions 4.2.2CR1. Will there also be a version 4.2.1CR1? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057337#4057337 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057337

[jboss-user] [JBoss Seam] - Re: Question: Can static parameters be used in *.page.xml?

2007-06-25 Thread franciscoacb
If you are installing your Query components by configuring them in components.xml then you can specify a default order like this (from docs): framework:entity-query name=people ejbql=select p from Person p order=lastName

[jboss-user] [JBoss Messaging] - Re: Scheduled messages not delayed

2007-06-25 Thread fbastos1
yes, the junit test in post by joel doesn't work with the transaction attribute = false and acknowledgement mode = Session.AUTO_ACKNOWLEDGE Fab View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057358#4057358 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.2.0 Persistence Provider

2007-06-25 Thread lakshmipriya
Persistence provider to be specified in Persistence.xml is Hibernate (default) Regards LakshmiPriya View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057331#4057331 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057331

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss IDE for developing Hibernate related project--some opt

2007-06-25 Thread divya1
Hi All and thanks in advance I hace a problem while developing an application using hibernate with POJO class using JBoss IDE for creating mapping file i did not get an option File--New--Other--Hibernate--Hibernate mapping file OR File--New--Other--Hibernate--Hibernate Artifact Generation so ,

[jboss-user] [JBossWS] - Re: MTOM + WS Security = problem

2007-06-25 Thread mr_d
Hello, Thanks for your answers, @richard_opalka: I agree, they are compatible, so to use attachments with WS Security, MTOM is the only and right way. @davideling: I have the same config. As I said on my first post, mtom only works, and ws security only also works. Are you sure that your

[jboss-user] [JBoss Portal] - JBOSS Portal and the portletridge Porlet

2007-06-25 Thread georgy
Hi I am trying to deploy the portletridge Porlet on JBOSS Portal 2.4 but during the deployment i get the following exception: | ... | 2007-06-25 14:36:31,453 DEBUG [org.jboss.portal.portlet.container.org_portletbridge_portlet_PortletBridgePortlet] Initialized portlet object

[jboss-user] [Remoting] - Un/Marshaller not found

2007-06-25 Thread hurzeler
I am trying to have a socket server accepting plain text. I defined my service as: | server | mbean code=org.jboss.remoting.transport.Connector | name=jboss.remoting:service=Connector,transport=Socket | display-name=Socket transport Connector |

[jboss-user] [JBoss Seam] - Problem with EL method call in jboss 4.2 and facelet (newbie

2007-06-25 Thread andyredhead
Hi, I've just got started with seam, the el and facelets (been working with ejb3 on the server side for a little while). Until now its all just slotted together - really good stuff :) However - I've come grinding to a halt trying to use the EL extensions to call a method rather than just read

[jboss-user] [JBossWS] - Elements sorted in Ascending order in WSDL

2007-06-25 Thread leo5abi
Hello there, new beginner in JBOSSWS. I went through the Getting started guide release 5 from JBOSS and developed a Small web service. Details: EJB: I have an entity bean that selects data from a view in HSQLDB with columns as Contract, Newdate, Company (all varchar) On top of entity bean i

[jboss-user] [JBoss Messaging] - Features question

2007-06-25 Thread viniciuscarvalho
Hello there! I'd like to know if it is possible to achieve the following functionalities with version 1.3.0 (I've looked at the docs but could not find it) 1- Have a message router to dispatch XML message using XPath (I know its an ESB feature, but is it possible to have it on messaging?) 2-

[jboss-user] [JBoss Seam] - Re: Problem with EL method call in jboss 4.2 and facelet (ne

2007-06-25 Thread [EMAIL PROTECTED]
Try it with single quotes (I'm not sure if this will help). But, my best advice, is that there is a completely reworked el in the 1.3 release of Seam, and you should give that a go (its a lot less quirky ;) View the original post :

[jboss-user] [EJB 3.0] - Re: context

2007-06-25 Thread vege
I have seen this workaround before I post here. This workaround is not working for me. Any other solution ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057368#4057368 Reply to the post :

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-25 Thread KnisterPeter
Possibly this is caused by missing AbstractSeamJsfListener or ContextFilter, since test cases are not executing inside of a webapp. But both classes above call 'handleConversationPropagation' where the pageflow is validated and the conversation is restored (but I'm a noob to seam). View the

[jboss-user] [Messaging, JMS JBossMQ] - JBoss startup problems with existing messages in queue

2007-06-25 Thread Alexander.Kirsch
I have written an EJB 2.1 MDB which calls other stateless session bean methods in the onMessage method. If I restart the server with existing messages in the queue the messages are delivered before the system has finished the initialization. I got a lot of lookup exceptions during the startup.

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-25 Thread KnisterPeter
Nope, the phase listener is registered and called, but I don't see the method call to afterRestoreView(). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057371#4057371 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057371

[jboss-user] [JBoss Seam] - Re: Problem with EL method call in jboss 4.2 and facelet (ne

2007-06-25 Thread andyredhead
Thanks, I gave it a go but got the error: Error Parsing: #{criteria.entityPropertyValue('id')} It looks like seam 1.3 is still alpha - I don't think I'm going be be able to sell that to the rest of the team :( View the original post :

[jboss-user] [JBoss Seam] - Re: How can I get the value from s:selectItems

2007-06-25 Thread chicochen
@In is not valid, need to use get/set method. It's work now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057375#4057375 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057375

[jboss-user] [JBoss Messaging] - Re: Features question

2007-06-25 Thread [EMAIL PROTECTED]
Vinicius... We don't have 1.. as you said it looks like an ESB feature. For 2 you could use the message bridge. http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.3.0.GA/html/bridge.html View the original post :

[jboss-user] [JBoss Seam] - Re: Seam performance concerns

2007-06-25 Thread lowecg2004
What are your config values for Ajax4Jsf's 'forceparse' in web.xml and Seam 'debug' in components.xml: core:init debug=false ? I believe that by default, every request is routed through a Tidy filter, even for non-Ajax pages. forceparse = false will ensure that only Ajax requests go through

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - cast entity to Long

2007-06-25 Thread javatwo
When I merge entity Foo, got the following exception: trying to cast the entity to Long type, how could this be possible? Can someone give me some help on what might be the cause? Thanks! Caused by: java.lang.ClassCastException: xyz.Foo cannot be cast to java.lang.Long 20:28:20,493 ERROR

[jboss-user] [JBoss jBPM] - hello example - executing the runing process

2007-06-25 Thread rainstar79
Hi, I've got a problem with the hello example from the sample folder of my jBPM BPEL extension. I am able to deploy the process executing the 5 ant tasks as it is described in the user guide! But when I would like to test my deployed process, it doesn work (neither the hello example nor the

[jboss-user] [JBoss Seam] - Enabling the redirect filter

2007-06-25 Thread lcoetzee
Hi, somewhere along the line I have lost the ability to enable the redirect filter (CVS build Mon Jun 25 morning SAST). I have the following configured in web.xml: | filter | filter-nameSeam Filter/filter-name |

[jboss-user] [Installation, Configuration Deployment] - Bug with libraries (ajax4jsf-1.1.1), export excel and open d

2007-06-25 Thread jsfMan
Hi..., When I use libraries(ajax4jsf,ajax4jsf-cdk) export excel and when I open a word document which I downloaded, It works whereas with libraries (ajax4jsf-1.1.1,richfaces-3.0.1) It doesn't work. Why? please help me. That gives an error : anonymous wrote : javax.servlet.ServletException:

[jboss-user] [JBoss Seam] - [SOLVED] Re: UnitTesting and jBPM pageflow

2007-06-25 Thread KnisterPeter
Ok, got it running! :) I have to call a method on my component annotated with @Begin(join=true, pageflow=name) to start the pageflow AND converstation as long running. The problem when calling the Pageflow.instance().begin() is that there is no long-running conversation, at least in my case. I

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Bug with libraries [b]ajax4jsf-1.1.1[/b], export excel and o

2007-06-25 Thread jsfMan
Hi..., When I use libraries(ajax4jsf,ajax4jsf-cdk) export excel and when I open a word document which I downloaded, It works whereas with libraries (ajax4jsf-1.1.1,richfaces-3.0.1) It doesn't work. Why? please help me. That gives an error : anonymous wrote : javax.servlet.ServletException:

[jboss-user] [JBoss jBPM] - Re: hello example - executing the runing process

2007-06-25 Thread kukeltje
GOOGLE lead me to this: http://jira.jboss.org/jira/browse/JBWS-1439 with just 3 search terms: UnsupportedOperationException jbpm bpel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057385#4057385 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - message expiration upon a condition

2007-06-25 Thread girafy
Hi all, I need to make a message in a topic expired (ttl=0) upon arrival of a newer message with the same id (property). I imagine that this can be done by creating my own version of the TracingInterceptor that overrides the addMessage method and invokes the setJMSExpiration() on all messages

[jboss-user] [JBoss jBPM] - Re: How to download souce code in jbpm-console.war web part?

2007-06-25 Thread justin.zhou
Hi Ronald, I searched both jboss.com and jboss.org. All lead me back to http://labs.jboss.com/jbossjbpm/downloads, which goes to source forge. What does STTF mean? Can you post a link to the cvs page? Thanks, Justin View the original post :

[jboss-user] [JBoss Seam] - Re: Editable tabular data the seam way?

2007-06-25 Thread trickyvail
Pete, When you say CONVERSATION do you specifically mean a LONG RUNNING CONVERSATION or a TEMPORARY CONVERSATION? Is there a standard meaning of Long Running Conversation when members post Conversation in messages of this forum? I think it may also be necessary for the links or buttons that

[jboss-user] [Remoting] - Re: non-ssl user authentication?

2007-06-25 Thread cupdike
I opened an issue for this: http://jira.jboss.com/jira/browse/JBREM-759 I'm kind of amazed that I'm the first one to request non-ssl client username/password authentication like this. -Clark View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057392#4057392

[jboss-user] [JBoss Seam] - Re: Editable tabular data the seam way?

2007-06-25 Thread [EMAIL PROTECTED]
Yes, a long running conversation. A temporary conversation is not very interesting. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057397#4057397 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057397

[jboss-user] [JBoss Seam] - Re: Editable tabular data the seam way?

2007-06-25 Thread dajevtic
I agree, as I have tried your approach before, Pete. Unfortunately it didn't work with pagination, that's why I decided to have a SFSB which extends EntityQuery. I would really appreciate a Seam example where I can have a dataTable (fine if it's not richfaces datatable, but nice-to-have ;-)

  1   2   >