[jboss-user] [JBoss Seam] - Re: DataModel in two SFSB issues (regression)

2007-10-12 Thread lcoetzee
Thanks Pete... my Eclipse code completetion, combined with the default value tripped me up a bit. Thanks L View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094362#4094362 Reply to the post :

[jboss-user] [EJB 3.0] - Re: How to connect multiple databases at same time?

2007-10-12 Thread oskar.carlstedt
Hello! AFAIK the whole idea with JPA is to have one data source per ejb-jar-file (but I might have misunderstood everything). If you need to persist data into several schemas you have to create a super/delegating ejb that will lookup the correct ejb to use for persistence. So, you have to

[jboss-user] [JBossWS] - Problems with installation of jbossws2.0.1 on jboss4.2.1, he

2007-10-12 Thread abdujaparov
Hi, In the last 2 day I tried to install jbossws2.0.1 on jboss4.2.1 but I have some problems. In the installation guide it said I must copy the ant.properties.examples into ant.properties, but there isn't the first file. I have only set the path of jboss4.2.1 in ant.properties and then I've

[jboss-user] [JBoss Portal] - Re: dojo + jboss portlets

2007-10-12 Thread angelo.dangelo
Hi, I'm using dojo widgets in my jsf portlets (specifying the widget in styleClass attribute of jsf components). I put dojo initialization inside my custom layout (in index.jsp and in maximized.jsp) and it was ok in JB Portal 2.2.1SP3. Now I'm porting my application in JB Portal 2.6.1 and I

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke?s Bank code compile error

2007-10-12 Thread jaikiran
anonymous wrote : jboss.home= D:\EE557ServerSide\ejb3\jboss Try the forward slash jboss.home= D:/EE557ServerSide/ejb3/jboss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094371#4094371 Reply to the post :

[jboss-user] [JBossWS] - Re: wsprovide : NoClassDefFoundError: com/sun/codemodel/JExp

2007-10-12 Thread saho
I have also the same Problem. Did you find any solution ? Thanks for any help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094372#4094372 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094372

[jboss-user] [JBoss Seam] - Re: seam remoting problem

2007-10-12 Thread barbazu
[EMAIL PROTECTED] wrote : Are you telling the Remoting API which conversation to use? | | Seam.Remoting.getContext().setConversationId( #{conversation.id} ); now everything works fine :) thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094373#4094373

[jboss-user] [JBossWS] - Re: Web seervice with authentication and wsconsume

2007-10-12 Thread Christy
[EMAIL PROTECTED] wrote : | In case you actually need to password protect your service only i.e. not your wsdl contract, see this: http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_User_Guide#WebContext | I changed my class, here it is: @WebService @SOAPBinding(style =

[jboss-user] [EJB 3.0] - Re: unable to find LoginModule class

2007-10-12 Thread jaikiran
anonymous wrote : im using EJB3 and no security restrictions on any EJB method Can you post the EJB3 with annotations? If you dont have any restrictions on the EJB methods, then you should not be seeing the authentication exceptions. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: WTP2.0.1, JBossAS-Tools-1.0.0.beta4 not publishing corre

2007-10-12 Thread [EMAIL PROTECTED]
I never seen anything in that tmp file location you mention - it just contains a profile.dat file which I think just represents the last list of resources that have been copied ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094367#4094367 Reply to the post

[jboss-user] [JBossWS] - Re: Web seervice with authentication and wsconsume

2007-10-12 Thread Christy
No, I'm sorry, It was just cash... I still have wsdl contract protected with password. I added to my service only this: @SecurityDomain(e2edmwsSecurity) @WebContext(secureWSDLAccess = false) Maybe it is not enough? View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: jboss sheduler issue

2007-10-12 Thread Pop Octavian
A simple way to create a sceduler is to implement Schedulable interface, you have to implement public void perform(Date data, long l) method. This interface is found in sceduler-plugin.jar, for jboss 4.0.5. A sample cod is: public class MyScheduler implements Schedulable | { |public

[jboss-user] [JBossWS] - Re: wsprovide : NoClassDefFoundError: com/sun/codemodel/JExp

2007-10-12 Thread richard_opalka
You're missing jaxb-xjc.jar file in classpath. Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094384#4094384 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094384 ___

[jboss-user] [JBoss jBPM] - Re: some jBPM questions...

2007-10-12 Thread dleerob
- Do you mean a database connection to another database, or to the Jbpm database. If you mean another database, then you would do it like you would any java application. Use Jdbc or something of the sorts, and write your own code to do it. If you mean to the Jbpm database, then read the

[jboss-user] [JBoss jBPM] - Re: [HOW-TO] Programmatically create and cancel Timers

2007-10-12 Thread dejan
Thanks. However, I already found another solution that better suited my needs. http://www.jboss.com/index.html?module=bbop=viewtopict=119652 Anyway, I am sure your code will help other people. I know that I had hard time trying to configure Jbpm executor with Spring. View the original post :

[jboss-user] [JBoss Tools (users)] - Web Service with JBoss Eclipse

2007-10-12 Thread turburator
Hi, I would have banged my head for almost 5-6 hours but I am not able to find a tutorial for building a simple web service using JBoss and Eclipse. I tried lomboz, jbossws but there isn't enough documentation to get going. I would highly appreciate if anyone can point me to the

[jboss-user] [Microcontainer] - Re: Unable to build the project

2007-10-12 Thread alesj
genman wrote : I checked in a test+fix for this .. hope it's okay I removed the Signature(Method) constructor, since it should be all (Method, Fields, Constructor, MethodInfo, FieldsInfo, ...) or nothing. And I also refactored your test case to use existing assertion util methods on jboss test

[jboss-user] [JBoss Seam] - Re: Disabling browser cache ???

2007-10-12 Thread lisaanm
terryb wrote : | Anyone knows how to set response header in Seam/JSF to stop browser cache? | | I have a problem which is turing out to be a pain. Say I have a JSF page to view a record, then I delete it. But everytime I bring up view page, it still shows the record, even though its been

[jboss-user] [JBoss Seam] - Injecting a narrower-scoped bean into a wider-scoped bean

2007-10-12 Thread adamw
Hello, I looked through the manual, but couldn't find an answer. Let's say I have beans with following scopes: * A - application * S - stateless * C - conversation In the examples I have often seen C-beans are injected into S-beans. As I understand, this is correct wrt to concurrent requests,

[jboss-user] [EJB 3.0] - embedded-jboss-beans.xml and no-tx-datasource

2007-10-12 Thread heapifyman
Hello. What would I have to add to the embedded-jboss-beans.xml to specify an additional datasource that is a no-tx-datasource? I couldn't really find any examples for that on the web. Or is this not supported by the embedded jboss? Thanks in advance. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Overriding universal classloader, JBoss 4.2.1GA

2007-10-12 Thread jaikiran
anonymous wrote : Caused by: | java.lang.ClassCastException: org.hibernate.search.event.FullTextIndexEventListener I remember seeing this specific class, running into ClassCastException, in quite a number of posts. And incidentally, all those posts seem to complain that the same application

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: HSQLDB troubles with JBoss 4 in Unix System Services on

2007-10-12 Thread alois28
Solution was: - follow setup on http://wiki.jboss.org/wiki/Wiki.jsp?page=MainframeSetup - additional in JBoss 4.0.4 or higher: all xml-files in JBoss MUST be in ASCII. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094399#4094399 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: javax.naming.CommunicationException while executing a cl

2007-10-12 Thread mahak
Hi i am also facing same problem /* * CartClient.java * * Created on October 11, 2007, 10:31 AM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package ejb_stateful; import java.util.Collection; import java.util.Hashtable; import

[jboss-user] [JBoss Portal] - Re: BUG with portlet session

2007-10-12 Thread [EMAIL PROTECTED]
Ii's already fixed in SVN, but i might have forget to create a Jira for it :-/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094411#4094411 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094411

[jboss-user] [Security JAAS/JBoss] - Re: java.policy : crash after some hours

2007-10-12 Thread jogregoire
the web app isn't accesible, changes made in the file aren't useful. I'm fed up, i'll grant allpermission. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094417#4094417 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to write a validator that compares two fields

2007-10-12 Thread chawax
I found my error : my validator class just had to implement javax.faces.component.StateHolder interface, then it works. Anyway, I think there is a bug with @Validator annotation. Or maybe I misunderstood what this annotation is used for. I though this annotation was used to prevent from

[jboss-user] [JBoss Seam] - Again - conversation and browser refresh

2007-10-12 Thread amashtakov
I'm doing the same thing as it was in the following post http://www.jboss.com/index.html?module=bbop=viewtopict=120698, i.e. menu which should end old conversation and start new one on selection. Here is a snippet from my pages.xml: page view-id=/admin/* #{s:hasRole('admin')}

[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss libraries

2007-10-12 Thread DrNickIT
Hello, I'm currently having problems that one of my classes is loaded incorrectly in jboss. I'm thinking that Jboss is using the wrong jar, but i can't seem to find which jar it is using. Is there a way to print the libraries (and their location) JBoss is using? kind regards View the

[jboss-user] [JBoss Seam] - Re: Quartz question

2007-10-12 Thread damianharvey
I've just tried it under JBoss 4.2.1 and it works fine. No idea why my 4.2.0 instance was b0rked. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094408#4094408 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Application Context availability

2007-10-12 Thread harpritt
Dude Thank you very much indeed. you are super!... Super Dan super!..without his chin! i can believe i was being so thick. I was overriding the init(config) and not calling super soo getServeltContext was allways going to be null... baz Shane what does

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.beta4 released

2007-10-12 Thread ybxiang.wolf
If there are no changes to files, why shuold the files be redeployed ? ~I have deleted EAR AND WAR from deploy directory and have shut down JBoss, so i think they should be redeployed when i run this project again. That is because you used Seam 1.2.1.GA which seam-gen is generating files

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.beta4 released

2007-10-12 Thread [EMAIL PROTECTED]
ybxiang.wolf wrote : Max, RHDS is wonderful now, but has too many bugs. You and your team have some work to do to make it perfect! | Report the bugs in jira please! :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094434#4094434 Reply to the post :

[jboss-user] [Remoting] - Re: Mobile phone/J2ME - JBoss - anyone with starting point

2007-10-12 Thread trustin
I think we need to provide a JME client that is dedicated to JME platform, not like the current approach to maintain the same codebase. For example, we could define a very simple protocol that can be implemented very easily in JME and provide the support for that protocol in Remoting.

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-10-12 Thread Alesque
Hi Ales, Any progress on OSGi integration? I noticed that WebSphere 6.1 made the choice to supply fully JEE stack atop of OSGi framework. JONAS and BEA are moving to OSGi too. I hope that OSGi integration is still underway. Regards, Alexandre View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.beta4 released

2007-10-12 Thread ybxiang.wolf
Max, RHDS is wonderful now, but has too many bugs. You and your team have some work to do to make it perfect! I don't think you will disappoint all guys who love JBoss deeply. I am just waiting... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094431#4094431

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.beta4 released

2007-10-12 Thread ybxiang.wolf
ybxiang.wolf wrote : Max: | There are still some bugs about seam's EAR project, but the generated project does work!!! That's enough for me! | | Bugs are: | 1.After having Installed JBossAS with RHDS in winXP, some error windows pop up. | | 2.I cann't run EAR on server, but i do

[jboss-user] [JBoss Portal] - Re: removing the default portal

2007-10-12 Thread vinguye2
If building from source, the reference guide says you can edit the file $PORTAL_HOME/build/local.properties and change portal.web.context-root. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094424#4094424 Reply to the post :

[jboss-user] [JBoss Portal] - custom portal file name

2007-10-12 Thread vinguye2
I'm building from source and would like to output the final artifact with a custom name like myapp-portal.sar instead of the default jboss-portal.sar. Is this configurable somewhere as part of the current build scripts? View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.beta4 released

2007-10-12 Thread [EMAIL PROTECTED]
thanks ybxiang! but ...please report each issue in seperate jira isssues; otherwise this will just get lost since you are talking about different issues. anonymous wrote : | 1)bugs about installing RHDS | My OS is winXP, JDK1.6 | steps: | .--copy rhdevstudio-win32-1.0.0.beta2.jar into

[jboss-user] [EJB/JBoss] - reusable SessionBean

2007-10-12 Thread fermat42
Hello, I am writing a Metadata-Server for a Storage virtualisation using JBoss 4.2.1. There I have a couple of physical disks used to build a virtual disk. There are EntityBeans for the the virtual disks and the physical disk. Next there exists a SessionBean to be called by the storage servers

[jboss-user] [Microcontainer] - lifecycle-configure not found as a child of {urn:jboss:bean-

2007-10-12 Thread ataylor
i'm using JBossMC 2.0.0.Beta4 with JBossaop 2.0.0.beta1. With the following configuration: | ?xml version=1.0 encoding=UTF-8? | | deployment xmlns=urn:jboss:bean-deployer:2.0 | | bean name=MBeanServer class=java.lang.Object | constructor

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-10-12 Thread alesj
Alesque wrote : | Any progress on OSGi integration? | Working on JBoss5_beta3 (coming out soon), which will already have a new CL layer. An initial OSGi work will be present there. But should wait for GA for full impl. Give beta3 a try, and let us know how it works out for you. ps: our

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: persistence.xml : jar-file tag doesn't work with relativ

2007-10-12 Thread JPaumard
I came across the same issue, it seems to be an old bug, since a Jira has been openned on it 2 years ago. I could work around the problem by putting an absolute file name in the persistence.xml jar-file subelement. Just a temporary solution of course. José View the original post :

[jboss-user] [Microcontainer] - Re: lifecycle-configure not found as a child of {urn:jboss:b

2007-10-12 Thread alesj
You do have aop-mc-int artifacts? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094445#4094445 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094445 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Problem with s:selectItems not showing correct value

2007-10-12 Thread david.spark
I have a problem with a h:selectOneMenu using a s:selectItems list. The code is: h:outputText value=#{webUser.clientContact.client.dressCode.maleTop}/ | h:selectOneMenu value=#{webUser.clientContact.client.dressCode.maleTop} | s:selectItems value=#{maleTops.resultList} |

[jboss-user] [JBoss Messaging] - Re: JBM 1.4.0.GA and JBoss AS 4.0.5.GA

2007-10-12 Thread timfox
You may have luck scoping on the server side, but the main problems are on the client side (where you can't scope). You'll need to have the JBM latest versions of remoting on the client classpath before anything else, and this may not work well with the other things from JBAS 4.0.5 which need

[jboss-user] [JBoss Seam] - Re: How to write a validator that compares two fields

2007-10-12 Thread [EMAIL PROTECTED]
seam.properties... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094546#4094546 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094546 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How to write a validator that compares two fields

2007-10-12 Thread chawax
Well ... It looks like the problems comes from the place where I deploy the validator classes. My application is deployed as an EAR. If I put the validator classes in WEB-INF/classes, the validator components don't start when Seam starts. If I put them in a JAR on EAR root, it works. Same thing

[jboss-user] [JBoss Seam] - Re: @In(required = false,value=

2007-10-12 Thread [EMAIL PROTECTED]
So probably the solution is to lazy load the injection on request using Expressions.getInstance().createValueExpression(#{sections.rowData}, Foo.class).getValue(); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094544#4094544 Reply to the post :

[jboss-user] [JBoss Seam] - Re: ManagedEntityIdentityInterceptor and Stateful Session Be

2007-10-12 Thread [EMAIL PROTECTED]
wschwendt wrote : My understanding of the ManagedEntityIdentityInterceptor (which could be wrong) is that it serves to ensure that Entities referenced by a stateful component such as a stateful session bean (SFSB) maintain their object identity within the JVM even across passivations and

[jboss-user] [JBoss jBPM] - getting problem with working jbpm-bpel-1.1.Beta3

2007-10-12 Thread pHitesh
I m getting following exception while runing ant generate-service I miss some configuration setting i suppose... pls help me to solve this problem thanks in advance pops org.jbpm.jpdl.JpdlException: [[ERROR] no processdefinition.xml inside process ar chive] at

[jboss-user] [JBoss Seam] - Html element's ids contain colon which screws css

2007-10-12 Thread franck93
Apparently firefox 2.0.07 is not able to apply id based css styles (select#mySelectsId) if the id contains colons (:) Unfortunately JSF and possibly jboss seam tend to generate ids using colons. has anyone faced this issue and resolved it? View the original post :

[jboss-user] [JBoss Seam] - Re: @In(required = false,value=

2007-10-12 Thread lcoetzee
Oops.. title should have read: @In(required = false,value=#{sections.rowData}) issues L View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094537#4094537 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094537

[jboss-user] [JBoss Seam] - Re: How to write a validator that compares two fields

2007-10-12 Thread chawax
Hmm ... No ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094535#4094535 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094535 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: removing the default portal

2007-10-12 Thread cry4dawn
1) i would love to go to orlando, but as i make burger king wages for not having any college i cant (stay in school kids) 2) i will give building from source a try, dont get the warm fuzzies from that though. ill let u know how i make out. View the original post :

[jboss-user] [JBoss Messaging] - Re: JBoss appl. server 4.2.1 and JBoss Messaging.

2007-10-12 Thread timfox
Hi- There are some pretty thorough instructions on how to deploy JBoss Messaging in JBoss AS 4.2.x in the JBoss Messaging user guide. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094526#4094526 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Creating components

2007-10-12 Thread [EMAIL PROTECTED]
You're almost there component name=customerTable class=my.TableBean | property name=entityNameacme.Customer/property | property name=propertyNames | valuename/value | valueemail/value |/property | property name=columnTitles |valueCust. Name/value |

[jboss-user] [JBoss Messaging] - Re: Question about jboss-messaging-1.4.0.GA and #JBMESSAGING

2007-10-12 Thread timfox
Ok, I believe this is now fixed in TRUNK. You could take it for a spin if you like? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094523#4094523 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094523

[jboss-user] [JBoss Seam] - Re: Conversation management in a desktop-like applikation

2007-10-12 Thread jbuechel
I'm still fighting with the conversation management: I'm trying to begin and end conversations through configuration within the pages.xml: page view-id=/* login-required=true | action execute=#{conversationTracker.logConversationState} / | | navigation |

[jboss-user] [JBoss jBPM] - Re: [HOW-TO] Programmatically create and cancel Timers

2007-10-12 Thread kukeltje
There is a jBPM wiki where you can add these kinds of things... feel free View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094519#4094519 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094519

[jboss-user] [JBoss jBPM] - Re: Is JBPM authorization model broken ?

2007-10-12 Thread kukeltje
there currently is a console/src/main/webapp/sa/tasks.xhtml page for te admin (sa=system administrator I assume). This page contains the jsf4jbpm tag listTasks. A copy of this page with which uses the tag listTasksForActor should give you what you want. Maybe some more work is needed, but

[jboss-user] [JBoss Seam] - Re: @In(required = false,value=

2007-10-12 Thread [EMAIL PROTECTED]
Yes, @DataModel != @In @Out - you should regard it as equivalent to @Out with the extra databinder stuff. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094585#4094585 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094585

[jboss-user] [JBoss Messaging] - Re: Removing a single message

2007-10-12 Thread mskonda
http://jira.jboss.com/jira/browse/JBMESSAGING-1106 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094582#4094582 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094582 ___

[jboss-user] [JBoss Seam] - Re: HOWTO: Seam 2.0 and s:cache

2007-10-12 Thread [EMAIL PROTECTED]
I updated the docs to reflect some of your suggestions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094580#4094580 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094580 ___

[jboss-user] [JBoss Seam] - Re: EntityHome and EntityQuery difference/problem

2007-10-12 Thread dnikolov
Also, I tried only setting the scope on the data model, but this also didn't seem to have an effect. I've seen the scope descriptions in the Seam tutorial, but since I am new to Java EE in general, I might need to do a bit more reading. Any suggestions for good online tutorials or books? View

[jboss-user] [JBossWS] - trouble calling web service

2007-10-12 Thread fjump
HI, i need help please, i got the following problem: when i made a call to the web service, appears the error avax.xml.ws.WebServiceException: java.io.IOException: Could not transmit message org.jboss.ws.core.jaxws.client.ClientImpl.handleRemoteException(ClientImpl.java:317)

[jboss-user] [JCA/JBoss] - Re: How to deploy resource adapter in JBoss

2007-10-12 Thread [EMAIL PROTECTED]
ihari2004 wrote : | My queries are the parameter value of connection-definition must be a connectionfactory class, but the class i provided is implementing ResourceAdapter. connection-definition is for outbound not inbound. It is the user connection factory, e.g. javax.sql.Datasource for

[jboss-user] [JBoss Seam] - Re: How to write a validator that compares two fields

2007-10-12 Thread [EMAIL PROTECTED]
So there's the problem - make sure you have a seam.properties in the root of that archive. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094542#4094542 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094542

[jboss-user] [JBoss Seam] - Re: Calling a Method on a Home Object

2007-10-12 Thread christian_zeidler
Here comes some code... I hope somebody can give me a hint Here is the entity: @Entity | public class Foo implements Serializable { | | //seam-gen attributes (you should probably edit these) | private Long id; | private Integer version; | private String name; |

[jboss-user] [JBoss Messaging] - Re: Jboss Messaging Firewall

2007-10-12 Thread stefa975
Yes, you need ports 1099, 1098, 4457, 4460. You have to add 4460 as secondaryClientPort in the JBM bisocket config. See jboss-remoting 2.2.2 for that new config attribute. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094648#4094648 Reply to the post :

[jboss-user] [JBoss OSGi] - Re: OSGi features

2007-10-12 Thread Alesque
Ales, It's a good news that OSGi integration is aligned to JBoss 5 roadmap. Any approximative date regarding the release of JBoss 5 GA? It's a question of weeks/months/years? I found not related information about that on JBoss Community Web Site. Of course, I will give it a try! I have

[jboss-user] [JBoss Seam] - Re: Facelets Debug feature broken in Seam 2 Beta 1

2007-10-12 Thread smithbstl
Thanks Pete! I guess this bug slipped in there during the Facelets 1.1.12 or 1.1.13 release View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094641#4094641 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094641

[jboss-user] [JBoss Seam] - Re: Identity.hasPermission

2007-10-12 Thread jteb
Thank you very much. I was thinking about something like that, but didn't know whether I could just extend / wrap it. I'll give it a go tonight. Thanks, Jan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094711#4094711 Reply to the post :

[jboss-user] [JBoss Portal] - WARN [LoadContexts] ?

2007-10-12 Thread remi_dong
Hi, I have the WARN when i show the page portal: - 19:08:03,203 WARN [LoadContexts] fail-safe cleanup (collections) : [EMAIL PROTECTED][EMAIL PROTECTED] 19:08:03,203 WARN [LoadContexts] fail-safe cleanup (collections) :

[jboss-user] [JBoss Seam] - Re: Issue with ValueChangeListener and calling SLSB in Seam

2007-10-12 Thread mheidt
I know, this thread is old...but for the record... @c_eric_ray Did you declare the valueChangeListener method in your session bean interface? When i forgot it, no error was displayed (and I didn't forget h:messages) View the original post :

[jboss-user] [JBoss Seam] - Re: poor performance of getId() in Seam

2007-10-12 Thread [EMAIL PROTECTED]
Ok, I think we need to narrow down *where* these calls are coming from before we can work on performance improvements here. Have you filed a jira issue for this one? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094706#4094706 Reply to the post :

[jboss-user] [JBoss Portal] - Possible to retrieve authenticated user's username/password

2007-10-12 Thread doranen
Hi all, I've been trying to find a definitive answer on this topic and seemingly some people have gotten it to work. I'd like to retrieve the user's username/password they used to login to JBoss Portal so I can forward it to external sites. I've been trying to use the Valves

[jboss-user] [JBoss Seam] - Re: Ajax4JSF problem regarding Cr2+

2007-10-12 Thread amitev
it cannot find org/apache/commons/digester/Digester try putting commons-digester.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094726#4094726 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094726

[jboss-user] [JBoss Seam] - JAR with entities in a WebApp

2007-10-12 Thread yuriy_zubarev
Hello, I'm trying to set up Seam (2.0.0) Web App under Tomcat 6.0 in a such a way as to have 2 POM project. One is with entities (@Entity) and another one is a web app itself (and there is a parent POM of course). The idea is that entities could be re-used between different sub-projects. He

[jboss-user] [JBoss Seam] - Re: Jboss Seam Generates wrong mapping for char(2) type.

2007-10-12 Thread [EMAIL PROTECTED]
Ask this in the ejb3 forum. You can use other servers like glassfish View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094741#4094741 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094741

[jboss-user] [EJB 3.0] - Re: SessionBean as WebService - again complex data structure

2007-10-12 Thread CarstenRudat
... I forgot: I use JBoss 4.2.1 and updated JBoss Web Services to version 2.0. And my question is: What am I doing wrong? Is there any way to get user datastructures work? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094742#4094742 Reply to the post :

[jboss-user] [JBoss Seam] - Re: No tag defined for name: convertEntity

2007-10-12 Thread [EMAIL PROTECTED]
I forgot to define the tag in Seam 1.2, yes you'll need to update to Seam 2 OR create the JSP tag and add a .tld enter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094744#4094744 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Intercommunication between Seam's applications?

2007-10-12 Thread [EMAIL PROTECTED]
Build as seperate modules that you assemble in a single ear. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094743#4094743 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094743

[jboss-user] [JBoss Seam] - Re: EntityHome and EntityQuery difference/problem

2007-10-12 Thread [EMAIL PROTECTED]
You should use EntityHome inside a long running conversation and EntityQuery should be in the event scope. You should use page parameters not datamodel/datamodelselection. You could try Michael Yuan's books on Seam. View the original post :

[jboss-user] [EJB 3.0] - Re: How to connect multiple databases at same time?

2007-10-12 Thread waynebaylor
| persistence xmlns=http://java.sun.com/xml/ns/persistence; |xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |xsi:schemaLocation=http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd; |version=1.0 | |

[jboss-user] [JBoss Seam] - Re: Seam example app.

2007-10-12 Thread [EMAIL PROTECTED]
This is working correctly in Seam 2CR2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094736#4094736 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094736 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Manager.instance().getCurrentConversationId() and nested

2007-10-12 Thread [EMAIL PROTECTED]
cingram wrote : Another Seam user(Stu) and I are integrating Seam and Flex. We have made a lot of progress. In my testing of conversations I noticed that if I have a nested conversation inside of a long running conversation. When I call @End the conversationId is not Popped back to the parent

[jboss-user] [JBoss Seam] - Re: MDBs are devils advocat... JMS, Transactions and SMPC

2007-10-12 Thread [EMAIL PROTECTED]
Are you using @PersistenceContext or @In to get your entity manager. Can you try with @PersistenceContext. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094717#4094717 Reply to the post :

[jboss-user] [JBossWS] - Re: Troble Connecting a client to web service

2007-10-12 Thread [EMAIL PROTECTED]
Hi, could you please provide us some more details (wsdl, SEI, etc). Generally speaking, I would suggest you to upgrade to jbossws 2.0.1.GA and use the jaxws tools to create the SEI and in/out classes that correctly fit the wsdl contract I think you need to remain unchanged. View the original

[jboss-user] [JBoss Seam] - Identity.hasPermission

2007-10-12 Thread jteb
Hi, I was going through the sources of seam-1.2.1.GA and 2.0.0.CR2 and noticed something I found odd. According to the documentation, I can use s:hasPermission to check for certain ACL like permissions. However in the code when I click through the functions, I get to checkPermission, which

[jboss-user] [JBoss Seam] - Re: advice needed - jsf components vs. ajax

2007-10-12 Thread smithbstl
What is the trouble with RichFaces? Technical difficulties or just missing component types you need? Trinidad is probably the most comprehensive component set that supports Ajax (They call it Partial Page Rendering PPR) View the original post :

[jboss-user] [JBoss Seam] - Re: s:fileupload validation

2007-10-12 Thread [EMAIL PROTECTED]
Don't push the data directly into an entity, use an action component instead - probably the one you already have for the submit action. Then validate it in the submit action method manually. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094700#4094700 Reply

[jboss-user] [JBoss Seam] - Re: Calling a Method on a Home Object

2007-10-12 Thread [EMAIL PROTECTED]
I don't know what you want to do, because obviously printing something on the console is not a regular case. You can call getInstance() _after_ the @Create method and _after_ the page action. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094698#4094698 Reply

[jboss-user] [JBossWS] - Re: Web seervice with authentication and wsconsume

2007-10-12 Thread [EMAIL PROTECTED]
Yes, you need to also specify the authMethod and transportGuarantee. You can also take a look at the samples, in particular the jaxws-samples-context features this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094696#4094696 Reply to the post :

[jboss-user] [Microcontainer] - Re: Unable to build the project

2007-10-12 Thread genman
Probably should have ones for java.lang.reflect fields at least. The Javaassist classes create an external dependency I think. One thing I ran into creating tests is that the compiler can't figure out how to distinguish these two constructors: |public Signature(String... parameters) |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unexpected error processing socket in jboss-4.0.5.GA

2007-10-12 Thread remi_dong
I have this problem also. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094690#4094690 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094690 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - sc.exe to create service

2007-10-12 Thread mike22584
Hello, Is it possible to create a jboss service on a windows machine using the command line program sc.exe. If so, how can I do it. Any help is greatly appreciated. I am having some problems with running on a 64-bit server. Here is the sc.exe documentation:

[jboss-user] [JBoss Seam] - Re: Weird random

2007-10-12 Thread IGx89
Ok, sounds good :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094677#4094677 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094677 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: cant start jboss AS 5 clean from europa eclipse

2007-10-12 Thread rasisuku
Hi, I am getting the error as mentioned in http://www.jboss.com/index.html?module=bbop=viewtopict=121113 can you please help? not sure what dependency the error msg talks about ... Thanks, Sukumar View the original post :

[jboss-user] [JBoss Seam] - Re: Calling a Method on a Home Object

2007-10-12 Thread [EMAIL PROTECTED]
That is currently not doable with the entity framework in Seam and something I recently discussed with Gavin. You can't call getInstance() in either a page action or an @Create method, the identifier binding will happen afterwards (if it's a page parameter). Really, there is no obvious

  1   2   3   >