[jboss-user] [JBoss Seam] - Re: Need definitive answers on unit testing with Seam

2008-01-18 Thread [EMAIL PROTECTED]
All of the threads you link to are from people who didn't read the updated documentation of Seam 2.0: anonymous wrote : | The Java Persistence API can be used with both Java SE and Java EE — when the above component is used inside an Application Server (Java EE) the container is

[jboss-user] [JBoss Seam] - Re: programmatic starting a list of conversations

2008-01-18 Thread tschnoelzer
Hi Pete, it is clear to have only one active converstion. I need a list of conversations for choosing the one I work on with the workspace switcher. Talking in seam example hotel booking it is like choosing x (e.g. 4) hotels from the hotel list, than switch one by one for booking using the

[jboss-user] [JBoss Tools (users)] - Re: Vista 64 problems

2008-01-18 Thread [EMAIL PROTECTED]
Open the Error Log View or use Help Report problem which collects the log files into a zip. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121193#4121193 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121193

[jboss-user] [Messaging, JMS JBossMQ] - Re: [JAVA-JMS]+Jboss confiurazione

2008-01-18 Thread erasmo78
I have try but now i have this error xception in thread main javax.naming.NameNotFoundException: order not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) at org.jnp.server.NamingServer.getBinding(NamingServer.java:537) at

[jboss-user] [JBoss Seam] - Re: Need definitive answers on unit testing with Seam

2008-01-18 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-2506 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121197#4121197 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121197 ___ jboss-user

[jboss-user] [Messaging, JMS JBossMQ] - Re: [JAVA-JMS]+Jboss confiurazione

2008-01-18 Thread erasmo78
I have found the error Thanks you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121200#4121200 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121200

[jboss-user] [JBoss Seam] - Re: JBPM, mail and ws

2008-01-18 Thread szaccaria
As I promised, post the full exception and stack trace. Thanks in advance | java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory | 09:24:37,535 ERROR [STDERR] at

[jboss-user] [JBoss Seam] - Re: no-connection servlet issue

2008-01-18 Thread mars1412
Seam 2.0.0.CR2 on jboss-4.2.0.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121201#4121201 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121201 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Could not instantiate Seam component

2008-01-18 Thread axismundi
I get the same exception. I suppose it has a root cause, which is a cycle in page-redirection. But I wonder why the root-cause is not logged. As you can draw from the stacktrace, we are using Icefaces (1.6.1). Btw., the ApplicationUser-class is not the problem. 2008-01-18 09:51:02,984 ERROR

[jboss-user] [JBoss Seam] - Re: Could not instantiate Seam component

2008-01-18 Thread nickarls
And you have a no-args constructor on ApplicationUser? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121206#4121206 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121206 ___

[jboss-user] [JBoss jBPM] - Classsloader issue: jBPM update from version 3.1.4 == 3.2.2

2008-01-18 Thread holly77
I'm trying to update from jBPM version 3.1.4 to 3.2.2. The Portal inside my JBoss AS is still using jBPM version 3.1.4. I got jBPM as SAR version 3.2.2 configured in an EAR. Obviously within the EAR jBPM lib 3.1.4 from Portal is used (found out by error messages complaining about missing

[jboss-user] [JBoss Seam] - Re: JSF component

2008-01-18 Thread mars1412
try these: http://www.jsftoolbox.com/documentation/help/12-TagReference/index.jsf http://horstmann.com/corejsf/jsf-tags.html http://www.exadel.com/tutorial/jsf/jsftags-guide.html BTW: wrong forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121209#4121209

[jboss-user] [JBoss Messaging] - Re: LocalTx, ClientTransaction leak?

2008-01-18 Thread ataylor
There are no plans to release an SP4 at this time. The branch Branch_Stable is the maintenance branch which you should use to build against. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121211#4121211 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: [JAVA-JMS]+Jboss confiurazione

2008-01-18 Thread erasmo78
I've forgotten to post error View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121208#4121208 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121208

[jboss-user] [JCA/JBoss] - ManagedConnectionFactory.setLogger

2008-01-18 Thread iit
Hi, we are testing JBoss 4.0.5 with the SwiftMQ JCA RA. Everything works fine expect that JBoss sets a logger at the ManagedConnectionFactory. This produces huge log output for outbound messaging. I don't find any hint in the JBoss docs how to avoid setting the logger. Any hints? Thanks,

[jboss-user] [JBoss Seam] - Re: programmatic starting a list of conversations

2008-01-18 Thread tschnoelzer
Hi all, once more to the point List listOfCars; iterate over list of cars{ Contexts.getConversationContext().add(new CarManagedBean(car.carId)); } forward to info page with workspace switcher Timo View the original post :

[jboss-user] [JBoss Seam] - Re: relative vs absolute urls (problem with proxy)

2008-01-18 Thread sztank
Ok, I managed to solve this problem. It was possible to configure Apache reverse proxy to translate jboss http headers (302 redirect). So now the JSF navigation works ok behind the proxy. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121205#4121205 Reply to

[jboss-user] [JBossWS] - url mapping schemalocation

2008-01-18 Thread AJanz
Hi, i got some problem with the schema location url. the source wsdl file has an import like xsd:import namespace=mynamespace schemaLocation=myschema.xsd/ after deploying the wsdl looks like xsd:import namespace=mynamespace

[jboss-user] [JBoss Seam] - Re: Any plan to release 2.0.1.GA soon?

2008-01-18 Thread [EMAIL PROTECTED]
We need to resolve all critical and blocking items before releasing another CR, then the GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121220#4121220 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121220

[jboss-user] [JBoss Seam] - Re: @DataModelSelection always returns first row

2008-01-18 Thread Sventevith
I have the same problem, any suggestions ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121218#4121218 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121218 ___ jboss-user

[jboss-user] [JBossWS] - Re: EntityManager injection in Webservice

2008-01-18 Thread froden
Having stopped being an idiot, I guess I can answer my own questions above. - Is the @WebContext annotation JBossWS = 2.0.0 only? No. My problem was that I had imported org.jboss.wsf.spi.annotation.WebContext instead of org.jboss.ws.annotation.WebContext. - Is using an EJB as a web service

[jboss-user] [JBoss Seam] - Re: Seam with Hibernate Search

2008-01-18 Thread [EMAIL PROTECTED]
But FullTextHibernateSessionProxy implements FullTextSession, which does extend the classic Session. Post the code you are using to inject the session. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121225#4121225 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Any plan to release 2.0.1.GA soon?

2008-01-18 Thread thejavafreak
Pete, So there will be a another CR before the GA ? Ok thanks, that information is sufficient enough for me. Regards, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121223#4121223 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate sql output in Server Log and Console

2008-01-18 Thread jaikiran
Set the level for org.hibernate.type to TRACE as follows category name=org.hibernate.type | priority value=TRACE/ | /category | More details can be found at http://opensource.atlassian.com/projects/hibernate/browse/HHH-2835 Also, if you look at the code in

[jboss-user] [JBossWS] - Re: Cannot obtain java type mapping for: {http://org.mazurek

2008-01-18 Thread pipo323400
Hi, I have been working several days with this issue. At last this problem is caused in the Client application. In my case a web app. It was not able to recognize the type that the server was returning (ArrayList in this case). Another important thing, correct me if I am wrong, is that Web

[jboss-user] [JBossWS] - Re: Cannot obtain java type mapping for {http://business/jaw

2008-01-18 Thread pipo323400
Hi, I have been working several days with this issue. At last this problem is caused in the Client application. In my case a web app. It was not able to recognize the type that the server was returning (ArrayList in this case). Another important thing, correct me if I am wrong, is that Web

[jboss-user] [JBoss Seam] - Re: Page Navigation Problem

2008-01-18 Thread nhpvti
grdzeli_kaci wrote : hi all, | i have page navigation from login page.xhtml to /inbox/maillist.xhtml but it does not working, because i have maillist.xhtml into inbox folder, if i move this page into root directory it works,, is there any specific configuration ? | | my example code

[jboss-user] [JBoss Seam] - Re: JBPM, mail and ws

2008-01-18 Thread [EMAIL PROTECTED]
Ok, please file a bug in JIRA for this... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121228#4121228 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121228 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: EntityQuery and Icefaces

2008-01-18 Thread marthoff
Hello again, i found a solution for the problem (maybe). First the concrete Exception is: Caused by: javax.el.ELException: /client/claim_list.xhtml @16,52 value=#{testLi | st.dataModel}: Error reading 'dataModel' on type de.iseki.garantieext.card.Test | List_$$_javassist_0 | at

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

2008-01-18 Thread lafaserem
Ups... I forgot to say that of course wsse.keystore and wsse.truststore are placed at c:\keys Thanks ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121249#4121249 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121249

[jboss-user] [JBoss Seam] - Re: ui example: How to add ajax support for selectItems

2008-01-18 Thread nickarls
Override hashcode() and equals() on your entity View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121247#4121247 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121247 ___ jboss-user

[jboss-user] [JBoss Seam] - ui example: How to add ajax support for selectItems

2008-01-18 Thread jneubert
I have a use case very similar to the continent/country fields in the ui example, and try to add ajax: The selectItems list for countries should be updated and rerendered when the user selects a continent. I tried the straightforward approach: | s:decorate template=decorateField.xhtml |

[jboss-user] [Beginners Corner] - Using Solaris JDK

2008-01-18 Thread fox1212
Hi all. I've installed JBoss 4.0.5.GA on Solaris 10 using a new-installed jdk (jdk1.5.0_11) and it works without problems. However, I've discovered that solaris 10 comes with a pre-installed JDK, in package SUNWj5rt $ pkginfo -l SUNWj5rt PKGINST: SUNWj5rt NAME: JDK 5.0 Runtime Env.

[jboss-user] [JBoss Seam] - EntityQuery and Icefaces

2008-01-18 Thread marthoff
Hello, i've a problem using the EntityQuery in page Scope. If the Scope of an EntityQuery extending class is set to Page an exception occurs saying that the dataModel can't be found. Has anyone of you experience in using EntityQuery and icefaces components? It would be very helpful to find a

[jboss-user] [JBoss Seam] - Re: JBPM, mail and ws

2008-01-18 Thread szaccaria
Hi Pete, I done it! Look at http://jira.jboss.org/jira/browse/JBSEAM-2507 PS: I try with a test application, where there is only a action that send a e-mail in asynchronous mode, but the problem persist View the original post :

[jboss-user] [Remoting] - Re: Problem with backlog queue behavior ?

2008-01-18 Thread nicolas.medoc
Finally I have downloaded the 4.2.2 version of JBoss and the 2.2.2.SP3 version of Remoting. I have proceed with the same approach as previously, using the folowing configuration : | invoker transport=socket |attribute

[jboss-user] [EJB/JBoss] - Re: Make WebLogic use a JNP RMI implementation

2008-01-18 Thread fmsoares
Posted: Fri Jan 18, 2008 10:05 amPost subject: The problem is resolved now. I can now connect weblogic 10 web application to application server running on a JBOSS Server by: 1. Include

[jboss-user] [JBoss Seam] - Aborting transactions by clearing the persistence context

2008-01-18 Thread karypid
Hi, I'm rather inexperienced in J2EE and even more so with Seam, so I need some feedback regarding the following trick I've come up with: I have the typical scenario where a web page backed by a stateful session bean is used to edit some entities, with all changes performed in ACID fashion

[jboss-user] [JBossWS] - Re: url mapping schemalocation

2008-01-18 Thread [EMAIL PROTECTED]
Backup your wsdl file on local disk. Modify it accordingly (fix the urls). Force your webservice to use this wsdl file using @WebService(wsdlLocation='relativePath') annotation on your endpoint View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121215#4121215

[jboss-user] [JBoss Portal] - Re: Servlet Filter issue with Jboss Portal 2.6

2008-01-18 Thread mhinten
I had the same problem. An old thread, but for completeness sake: Kudos to swisst. It works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121221#4121221 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121221

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate sql output in Server Log and Console

2008-01-18 Thread jdijkmeijer
I do have exactly the same problem: I checked the jboss-log4j.xml, checked for Threshold settings etc. I do see the org.hibernate.pretty.Printer output reacting to changes to log4j settings but not the org.hibernate.type.[types]. I also decompiled the org.hibernate.type.StringType

[jboss-user] [JBoss Seam] - Re: ExtJs and JBoss Seam with web remoting

2008-01-18 Thread cvigouroux
Code exampes are online at : http://ntispace.blogspot.com/2008/01/seam-extjs-ext-store-reader-proxy.html Comments and documentation are now in english. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121229#4121229 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Observing connection usage

2008-01-18 Thread jaikiran
Have a look at the jmx-console. Access jmx-console at http://localhost:8080/jmx-console. On this page under jboss.jca, you will find a link like name=myDS,service=ManagedConnectionPool (where myDS is the jndi-name of your datasource). Click on this link and you will be forwarded to a page

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

2008-01-18 Thread lafaserem
Hi! Ok.. now actually I'm about getting crazy!! :) PeterJ, which is that location? I don't mind if it's not free... I have tried to send you a PM but it seems it doesn't work... My problem is implementing the client in Java.. I think I have all the files I have to package. I'm gonna

[jboss-user] [JBoss jBPM] - process variables - how to acces

2008-01-18 Thread Pebbels
Hi @all, I am confused in using process variables: I have a processdefinition.xml which calls an ActionHandler when leaving a node. Within this ActionHandler I need the value of an input field from a form(xhtml) which belongs to processdefinition.xml. - The form includes an input type 'date'

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

2008-01-18 Thread [EMAIL PROTECTED]
lafaserem wrote : | | | System.setProperty(org.jboss.wsse.keyStoreType, x509v3); | | System.setProperty(org.jboss.wsse.trustStoreType, x509v3); | | Why x509v3? Try with jks that should be the type of key stores you generated. This said, what's the problem you

[jboss-user] [JBoss jBPM] - Re: Strange Asynchronous Behaviour of JBPM(3.2.2)

2008-01-18 Thread soumya_in
In connection to my previuos post. Now my point is that if at all the command had reached to the asynch node then why do i have to add the leave code in my action class explicitly? If I don't add this code to the one with aynch=true then any other new project with a synchronous node goes

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

2008-01-18 Thread lafaserem
This is the error that it's giving to me when I run | wsrunclient wssec.HelloClient Hello | | [Fatal Error] :1:1: Content is not allowed in prolog. | org.jboss.ws.WSException: java.io.IOException: org.xml.sax.SAXParseException: Co | ntent is not allowed in prolog. | at

[jboss-user] [JBoss jBPM] - Strange Asynchronous Behaviour of JBPM(3.2.2)

2008-01-18 Thread soumya_in
Hi all, I have deployed the jbpm-enterprise.ear into my existing jpm-jpdl-suite 3.2.2.The ear got successfully deployed. However when I am trying to achieve asynchronous execution by declaring one node as asynch=true which I tried with the following code: | ?xml version=1.0 encoding=UTF-8? |

[jboss-user] [JBossWS] - Re: url mapping schemalocation

2008-01-18 Thread AJanz
something i must do wrong. i edited the wsdl file, but then could no longer build the project because xsd:import namespace=mynamespace schemaLocation=http:/myalias:8080/project/Service?wsdlresource=myschema.xsd/ references the remote computer where i want to publish the service. i am using

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Troubles getting RichFaces to work. [SOLVED]

2008-01-18 Thread djkrite
BrandonBarlow wrote : Got this working for JBoss AP 4.3, RichFaces 3.1.3. | | Try adding commons-digester-1.8.jar and commons-beanutils.jar (I used version 1.6) to server\production\lib (or server\[your config]\lib) . Both provided by Apache. | | Hope this works for you - I'm running

[jboss-user] [JBoss Seam] - access URL parameters directly

2008-01-18 Thread mars1412
I have a servlet, that will, in cas of an error, redirect to a custom errorpage. the errormessage is URL encoded and appended to the custom error page URL: e.g. http://domain.my/myproject/customerror.seam?err=Some+error what would be the easiest was to just display the URL parameter in the

[jboss-user] [JBoss Messaging] - Re: LocalTx, ClientTransaction leak?

2008-01-18 Thread ataylor
yes, that would make sense View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121276#4121276 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121276 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - How to case seam components in different jars?

2008-01-18 Thread Jump
I've decided to divide my project. So I've putted several components into separate jar, added blank components.xml and faces-config.xml to META-INF and putted that jar into EAR lib folder. I had no problems at deployment time, but at runtime I've got an exception | SEVERE: Error Rendering

[jboss-user] [JBoss Messaging] - Re: Subscribe two diferent topics

2008-01-18 Thread rolmovel
Thank you very much I'll try it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121274#4121274 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121274 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - ServletContexts component returns null request during Servle

2008-01-18 Thread jacob.orshalick
The ServletContexts.instance().getRequest() currently returns null during a JSF request. I would think this should be returning the ExternalContext for a JSF request if the request is a Servlet request (the type of the ExternalContext is not guaranteed since could be in a portal environment).

[jboss-user] [JBoss Tools (users)] - Add JSF Capabilites or any JBoss Tools options are disabled

2008-01-18 Thread chris.simons
Working on upgrading a few other developers from Exadel Studio Pro to Eclipse with JBoss Tools. I can't get the Add JSF Capabilities option on the project to show any options other than Add Struts capabilities. Because of this, I am unable to add new TLDs, such as IceFaces, to these users'

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

2008-01-18 Thread PeterJ
The book JBoss in Action (http://www.manning.com/jamae/) contains a chapter on web services (chapter 9). (You have to sign up for MEAP to get access to that chapter.) In that chapter, I describe all of the steps necessary to set up WSSecurity for a web service and its client, including both

[jboss-user] [JBoss Seam] - Begin method invoked from a long-running conversation - what

2008-01-18 Thread MSchmidke
Hello all, sometimes I get the well known begin method invoked from a long-running conversation exception. Usually this is because I have some error in my program logic. It simply says that when the execution comes to my @Begin method, someone else has already unexpectedly started a

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Persist of @Lob fails with

2008-01-18 Thread Lupson
Lots of googling and searching of these forums havn't solved my problem, so here comes a question with a rather lengthy description: Environment: Windows XP JBoss 4.0.5.GA JBoss-Seam 1.2.1GA Oracle 9 (ojdbc14.jar) (Note: This problem might also be related to JBoss Seam or the EJB3 timer

[jboss-user] [JBoss Tools (users)] - Re: JBoss 4.3.0 fails to start

2008-01-18 Thread [EMAIL PROTECTED]
i'm curious, when you installed jboss as 4.3 did it ask for specifying username and password or not ? and what entry in jmx-console-users.proeprties was commented ? It should just work out of the box so i'm just trying to identify if 4.3 have a bad change or this is just normal since a 4.3

[jboss-user] [JBoss Seam] - Re: Two login pages/methods

2008-01-18 Thread hubaghdadi
david.spark wrote : | Incidentally are you saying that your general users require to enter password but that your admin users don't?! | | ...or just do like Shane says :-) What I'm saying that the public users have two fields to fill and the administrators have only one field (which it

[jboss-user] [JBoss Seam] - Re: Seam 2.0 on Glassfish

2008-01-18 Thread ruettimac
Please have a look the the blog of Michael Yuan. You will find some advices/changes you have to do in the comments. http://www.michaelyuan.com/blog/category/seam/ I am developing on glassfish - but with hibernate instead of toplink. No problems so far! Regards, Cyrill View the original

[jboss-user] [Beginners Corner] - Re: Using Solaris JDK

2008-01-18 Thread PeterJ
I don't have Solaris so I am just venturing a guess. Considering that Sun develops Solaris and Java, I would guess that SUNWj5rt is an official JRE (Java Runtime Environment), that is, the say JRE you would download from the Sun Java web site. This is in contrast to Linux distributions which

[jboss-user] [JBoss Seam] - Re: Need definitive answers on unit testing with Seam

2008-01-18 Thread [EMAIL PROTECTED]
This is just a really bad example of unit testing with Seam. I replaced it with a good unit test that tests business logic (which is what you should unit test imo). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121352#4121352 Reply to the post :

[jboss-user] [JBoss Seam] - Re: FailedConfiguration while running test

2008-01-18 Thread hubaghdadi
BTW, my ant build file is the one that is listed in Michael Yuan's book JBoss Seam View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121347#4121347 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121347

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems migrating from 4.0.4 to 5.0.0B3

2008-01-18 Thread PeterJ
You might try deploying your EJBs to JBossAS 4.2.2. That will at least tell you if the problem is one of configuration (if the EJBs do not successfully deploy to 4.2.2) or a problem with the rewrite of the deployers for 5.0 (if the EJBs deploy successfully to 4.2.2). View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss 4.3.0 fails to start

2008-01-18 Thread kapilanand
This worked. The entry in jmx-console-users.properties was commented. I uncommented it and specified the same user/pass in the JBoss Server configuration. JBoss server started correctly, but now stop server does not work. Will figure it out myself. View the original post :

[jboss-user] [JBoss Seam] - Iterate List of entities

2008-01-18 Thread vikramchhetryy
Hi all, I am getting class cast exception when I try to execute this code in this line roles = (Roles) it.next(); public void loadRolesList() { | ListRoles list = (ListRoles) em | .createQuery( |

[jboss-user] [JBoss Portal] - Re: Ticketing and other portlets available?

2008-01-18 Thread aamonten
try at http://labs.jboss.com/portletswap/ regards Alejandro View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121336#4121336 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121336

[jboss-user] [JBoss Portal] - Re: https starting up on wrong port

2008-01-18 Thread PeterJ
What version of JBossAS are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121335#4121335 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121335 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Simple POC requested : status-only workflow with hiding butt

2008-01-18 Thread somersst
I'm searching for a simple Proof Of Concept with the following requirements : - creating dossier where some fields need to be filled in - the workflow is only consisting of different states. There is no real need to create tasks - every user is allowed to work on every status - depending on the

[jboss-user] [JBoss Seam] - Re: [Newbie] Understanding Bijection

2008-01-18 Thread jpbievenour
Great! Thanks for looking that over, Oberiko. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121333#4121333 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121333 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: How to reliably count active sessions and connected user

2008-01-18 Thread gaboo
A little bit more about this : the org.jboss.seam.security.loggedOut event is not raised when the web session expire and there was a connected user. Can I consider this a seam bug or not ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121331#4121331 Reply to

[jboss-user] [JBoss Seam] - Handy class to get Hibernate entity validation failures

2008-01-18 Thread lpmon
Hopefully it is useful to you! This would be used when an exception is thrown in a method that saves an entity bean, the Hibernate validator is being used, and you are using the Seam FacesMessages object. It tries to find the Hibernate InvalidStateException object, which may be wrapped in the

[jboss-user] [JBoss Seam] - Re: Debugging page flow

2008-01-18 Thread UTDrew
I still haven't managed to figure this one out. Anybody? Thanks, Drew View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121322#4121322 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121322

[jboss-user] [JBoss Seam] - [Newbie] Understanding Bijection

2008-01-18 Thread jpbievenour
I've been reading through the Seam docs and the concept of Bijection is still a little hazy for me. How I understand it so far: Injection is used on the session bean to make the entity available without having to manually construct it. | @In | Foo foo; | VS. | Foo foo = new Foo();

[jboss-user] [JBoss Seam] - Re: [Newbie] Understanding Bijection

2008-01-18 Thread Oberiko
Yup, looks right to me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121328#4121328 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121328 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Problems with prepackaged transaction aspect

2008-01-18 Thread nitesh
My environment is: JBoss 4.0.3 SP1, Java 1.5.10 I'm trying to use loadtime weaving with the pre-packaged transaction aspect. I'm getting the following exceptions - has anyone seen it and is there a known resolution? java.lang.RuntimeException: javassist.NotFoundException:

[jboss-user] [JBoss Seam] - openId authentication to seam app

2008-01-18 Thread koenhandekyn
i have a seam app and want to integrate openId based integration. the openid4java lib comes with an example servlet that handles authantication and redirection. any proposal on how to integrate openid based authentication with the seam security framework??? in the servlet i have a point where

[jboss-user] [JBoss Seam] - Problem with Seam tests and dependsOnGroups

2008-01-18 Thread chawax
Hi, I have problems on TestNG tests for Seam components when using dependsOnGroups attribute of @Test annotation. For example, this test works : @org.testng.annotations.Test (groups=groupe1) | public void testUsageUnite() throws Exception | { | new ComponentTest() { |

[jboss-user] [Messaging, JMS JBossMQ] - EJB3 MDB in JBoss 4.0.4 not behaving as per specification

2008-01-18 Thread irajeev
Hi, I posted this problem with MDB and JBoss on the EJB/JBoss forum but no one has replied to it. I do not know if this is the place I should posted it on, below is the link to the original post. http://www.jboss.org/index.html?module=bbop=viewtopict=127924 Thanks Rajeev View the

[jboss-user] [JBoss Messaging] - Occasional NPE when use JGroups multiplexor

2008-01-18 Thread Jeremy Stone
When we start up our JBoss application we sometimes get the exception shown below. It occurs on roughly 1/4 of startups. We are running JBossAS 4.2.0.GA with JBoss Messaging 1.4.0.SP3 (also saw problem with SP2). We are running with clustered destinations (but with just one cluster node at

[jboss-user] [JBoss jBPM] - Re: How to retrieve the Task list of a user ?

2008-01-18 Thread francis1970
Thanks for your kind replies. At the moment I have solved the problem using an assignment handler which fires when the Task node is entered. Thanks for your hints. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121285#4121285 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to retrieve the Task list of a user ?

2008-01-18 Thread dleerob
In your process definition, you have: | swimlane name=user | /swimlane | You've defined a swimlane called user, but you haven't assigned any users to that swimlane. Also, to get a list of tasks that can potentially be assigned to a user, I use a method like this: /** | * Gets

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

2008-01-18 Thread lafaserem
Ups... Ok... That's was consecuence of so many copy-pastes that I have done during all these days :) My Hello.java file is now like this: | package wssec; | | import javax.jws.WebMethod; | import javax.jws.WebParam; | import javax.jws.WebResult; | import javax.jws.WebService; |

[jboss-user] [Management, JMX/JBoss] - Re: ports for application and consoles

2008-01-18 Thread justkeys
I'ld use 8080 for jboss, and put an Apache in front of jboss, and configure it there: which external ports should accept which urls. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121264#4121264 Reply to the post :

[jboss-user] [JBoss Messaging] - Subscribe two diferent topics

2008-01-18 Thread rolmovel
Hi all, Is it possible to subscribe a class to two diferent topics? Tahnks in advance, Rodrigo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121262#4121262 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121262

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

2008-01-18 Thread [EMAIL PROTECTED]
Last time I didn't noticed this: on the client side you should have the interface of you web service, not the implementation. This applies for every webservice client. And of course the interface (which can be generated by wsconsume, otherwise you can code it manually, it is easy for your

[jboss-user] [JBoss jBPM] - jBPM BPEL - hello example error: no processdefinition.xml

2008-01-18 Thread xhiloy
Hi All! I'm using jbpm-bpel-1.1.GA on jbpm-starters-kit-3.1.4\jbpm-server. I have built the jbpm-bpel and deployed it on jbmp-server. Now I can access BPEL console: http://localhost:8080/jbpm-bpel/index.jsp. My second step was to deploy simple BPEL application. I've chosen the hello example.

[jboss-user] [JBoss Seam] - Re: Seam with Hibernate Search

2008-01-18 Thread przemjaskier
I've run into this problem a while ago. I don't recall how I solved this. (Just trying to recall -) this is reported on on HS forum or it's JIRA (cannot access these sites at this moment to provide concrete points, servers overloaded?) and is caused by behind-the-scene casting against an

[jboss-user] [Clustering/JBoss] - deploying web application as a singleton

2008-01-18 Thread uabramov
Hi, Is it possible to deploy web application as a singleton ? When I deploy ear into deploy-hasingleton it looks like the only Web component does not get deployed as singleton. Thanks You, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121361#4121361 Reply

[jboss-user] [JBoss jBPM] - ProcessArchives and ProcessState problem

2008-01-18 Thread rodrobin
Hey..., I've run into a nasty problem when deploying via process archives (PARs) and utilizing sub-processes in process definitions: ClassNotFoundExceptions in the referenced sub-process. The super-process class loader works as expected and locates its serialized resources in the database

[jboss-user] [JBoss Tools (users)] - Re: Add JSF Capabilites or any JBoss Tools options are disab

2008-01-18 Thread chris.simons
Will do. Thanks, Max. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121355#4121355 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121355 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: The old ClassLoading problem with ICEfaces

2008-01-18 Thread jguglielmin
If you are using the async components or render push at all, you will want to load all 3 icefaces jars in the ear\lib. Using seam-gen for Seam-2.0.0.GA just set your icefaces.home property to your 1.7.0.DR3 directory, and use seam new-project to show you the proper configuration for this. If

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Services with EJB dependency do not start up

2008-01-18 Thread tina99
ups, there is copy paste error in my previous post. the mbean declaration is: mbean code=org.jboss.varia.scheduler.Scheduler name=de.dis.set:service=RemoveUnused | attribute name=StartAtStartuptrue/attribute | attribute

[jboss-user] [Installation, Configuration DEPLOYMENT] - Services with EJB dependency do not start up

2008-01-18 Thread tina99
Hi, I am currently upgrading from JBoss 4.0.5 to 4.2.2ga. We have some services defined in the service.xml. This xml has not changed since working with JBoss 4.0.5. However with JBoss 4.2.2ga we get the following error message: | INFO [JmxKernelAbstraction] installing MBean:

[jboss-user] [JBoss Tools (users)] - Re: Add JSF Capabilites or any JBoss Tools options are disab

2008-01-18 Thread [EMAIL PROTECTED]
should just work - we don't pick up the old exadel studio settings so it should just think it is a new project. report in jira with steps/project to reproduce it with and we'll look into it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121330#4121330 Reply

[jboss-user] [JBoss Seam] - Re: ui example: How to add ajax support for selectItems

2008-01-18 Thread jneubert
Thank you for the hint. To Continent.java, I added | public boolean equals(Object obj) { | if(obj != null) { | return (this.name == ((Continent)obj).getName()); | } | else return false; | } | | public int hashCode() { | return this.name.hashCode(); | } | and

[jboss-user] [JBoss Seam] - Re: FailedConfiguration while running test

2008-01-18 Thread hubaghdadi
| [testng] FAILED CONFIGURATION: @BeforeClass init |[testng] java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/ConcurrentReaderHashMap |[testng] at org.jboss.util.collection.CollectionsFactory.createConcurrentReaderMap(CollectionsFactory.java:73) |

  1   2   >