[jboss-user] [JBoss Messaging] - Re: Deadlocks with ClusterRoundRobinDistributor

2007-11-21 Thread timfox
Can you post/send me your full thread dump? Thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106633#4106633 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106633 ___ jboss-user

[jboss-user] [JBossWS] - Question about webservice returning array with nillable=fals

2007-11-21 Thread fheldt
I've got a problem with a webservice and no idea how to solve this. Maybe someone can give me a hint: Java Webservice snippet: | @WebMethod | public Integer[] GetSteps(String ugid) { | Session session = (Session) em.getDelegate(); | List? list = session.createSQLQuery(SELECT QVZAHL

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-21 Thread odin69
The database can also be deleted using the command ant -f jboss-build.xml db-delete but it might be that u have to uncomment it in the jboss-build.xml hope that helps View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106636#4106636 Reply to the post :

[jboss-user] [JBossWS] - Re: Webservice not starting in AS 4.2.2

2007-11-21 Thread [EMAIL PROTECTED]
Hi, try to check your web.xml file, if you're using original or modified one. I think you're problem could be caused by this issue: http://jira.jboss.org/jira/browse/JBWS-1762 Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106635#4106635 Reply to

[jboss-user] [JBossWS] - Re: Question about webservice returning array with nillable=

2007-11-21 Thread [EMAIL PROTECTED]
Hi, let JBossWS generate your WSDL first. Then copy it somewhere and modify its schema. Then update your Webservice java code (using appropriate annotation) to use your modified WSDL file instead of generated one. Richard View the original post :

[jboss-user] [JBoss Seam] - Richfaces configuration issues

2007-11-21 Thread rvkishore
I am trying to get Richfaces configured for my seam application. The richfaces user guide recommends a web.xml config | web-app version=2.4 | | xmlns=http://java.sun.com/xml/ns/j2ee; | | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - question about @ManyToOne and @Where

2007-11-21 Thread fheldt
I've got a nasty problem and no idea how to solve this. First: This is a legacy database, which i cannot change :-( I have 2 entities Drvor and Vdrau both with the same compound key. Vdrau contains additional information, but only if the column DVABNR is 1500 With this solution it works (i had

[jboss-user] [JBoss Tools (users)] - Re: new

2007-11-21 Thread gscalise
elidon wrote : Hi, | | I had the same problem. What I did was to JBoss, a division of Red Hat as the provider for the adapter, and not JBoss, which is the default one provided by Eclipse. After that you can select the JBoss runtime that you want, and it will magically show up in the

[jboss-user] [JBoss Seam] - Re: Idle Page Alert

2007-11-21 Thread damianharvey
just use something like | body onload=startIdleTimer(); Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106641#4106641 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106641

[jboss-user] [EJB 3.0] - Re: Persistent unit problem

2007-11-21 Thread ravisoni1986
I tried with eCMDataSource but it was not working... Is there any configuration changes I have to make in JBOSS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106642#4106642 Reply to the post :

[jboss-user] [JBoss Tools (users)] - JAX WS(JbossWS) support trough JBoss Tools

2007-11-21 Thread baz
Hello, my questions: 1. will there be any support for JAX WS (Jboss WS) bundled with JBTools? 2. in the JIRA there are some issues about web servises. But they are scheduled for LATER. Whta does LATER mean? When looking on this webpage:http://labs.jboss.com/tools/ a jboss WS Tools module can

[jboss-user] [JBoss Seam] - JBoss 4.2.2 and seam problem

2007-11-21 Thread krzysgdynia
In JBoss 4.2.1 explode and restart works fine. From 4.2.2 when I use Stateless beans (for example to authenticate) I get IllegalStateException after restart (and ~5MB memory leak). Is this a bug ? I tested also seam-booking example and I got the same error. | 09:40:36,890 WARN

[jboss-user] [JBoss Tools (users)] - Re: JAX WS(JbossWS) support trough JBoss Tools

2007-11-21 Thread [EMAIL PROTECTED]
LATER means not something we focus on now (meaning it is not scheduled for GA or 2.1) Our current plan is to bundle SoapUI (as we did previously before we moved to eclipse 3.3) but this assume the support they have for jax ws stays around. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: new

2007-11-21 Thread [EMAIL PROTECTED]
That sounds very weird since using the rh adapter is exactly what should be done could you try and use jinq to record what you do and share the link here ? (http://blog.xam.dk/archives/83-Jinq-the-best-tool-for-reporting-bugs-for-any-UI!.html) View the original post :

[jboss-user] [JBoss Portal] - Need help with debugging

2007-11-21 Thread roth
Hi I am trying to debug a problem that shows up when using ldap with an admin role that is not called 'admin' but something else originating from my ldap (I basically did what is described here: http://wiki.jboss.org/wiki/Wiki.jsp?page=GiveAdminPrivileges. Everything except the listing of

[jboss-user] [JBoss Seam] - Seam, remote client and JAAS

2007-11-21 Thread LeonidN
Hi everybody. I use Seam and remote client, which gets EJB (remote interface) with initial context (JNDI). How should I specify the Seam to use the JAAS login module (not default SeamLoginModule) for remote client connectivity? Or if this is not possible what is the work around of it? Thanks

[jboss-user] [JBoss Portal] - Re: Creating a page that is not displayed in Portal Tabs

2007-11-21 Thread bvogt
a more general solution is to introduce a new page property which then is evaluated within the navigation rendering. Our use case for this is: preventing public pages (i.e. role 'unchecked') from being displayed for named users We use the property solution as mentioned above. View the

[jboss-user] [Beginners Corner] - Re: problem with jbpm

2007-11-21 Thread timeagentess
What jBPM version are you using? In newer versions (3.2.GA), the address is http://localhost:8080/jbpm-console. This should solve it, assuming you don't have other problems. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106652#4106652 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Stop undeployment at shutdown

2007-11-21 Thread [EMAIL PROTECTED]
No, can't do that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106654#4106654 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106654 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Begginer question Task forms inside standard Web Applica

2007-11-21 Thread francis1970
Hello! thanks for your reply. So it could be convenient to turn my existing jps based application into a jsf based one..Thanks ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106655#4106655 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JAX WS(JbossWS) support trough JBoss Tools

2007-11-21 Thread baz
Thanks max. So i can assume that JAX WS support will not be bundled in the near future(January/February2008) with JBT, right? What does this paragrapg mean? anonymous wrote : 2007-14-11 : We have decided to discontinue JBoss WS IDE. | | 2007-14-11 : JBoss WS IDE is as of the 14:th of

[jboss-user] [JBoss Tools (users)] - Re: JAX WS(JbossWS) support trough JBoss Tools

2007-11-21 Thread [EMAIL PROTECTED]
baz wrote : Thanks max. So i can assume that JAX WS support will not be bundled in the near future(January/February2008) with JBT, right? We will look at our options after GA - so if it will be possible to get soapui bundled it will start being there around early next year. anonymous wrote :

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM - BPeL - eclipse

2007-11-21 Thread Pebbels
Thanks a lot for the link! I started to create a project like the demo does. The first step is not a problem but when trying to download the wsdl-files I will get the following eclipse-error: IWAB0135E An unexpected error has occurred. UDDIException (502)Proxy Error Do I have to change some

[jboss-user] [JBoss jBPM] - a foreach algorithm

2007-11-21 Thread starbuxman
Hello, Is there a way to have a foreach type of construct? In plain 'ol JBPM JPDL (not BPEL)? More specifically, I want to be able to pass in (say) a java.util.List as a process variable and have it create new branches for each obect in the node and put the object as a process variable in

[jboss-user] [JBoss Portal] - Preferences localization

2007-11-21 Thread syllant
Hi, I don't manage to localize portlet preferences. I've set resource-bundle and supported-locale in portlet.xml but in administration page, I see : LocalizedString[value='xxx',defaultLocale=en]. Besides, bundles are defined in french and english, administrator is configured with french

[jboss-user] [JBoss Portal] - Re: Creating a page that is not displayed in Portal Tabs

2007-11-21 Thread jvence
[EMAIL PROTECTED] wrote : What is the use case? Use case is that we want to create a public profile page (that receives a user id parameter) and displays a public profile of a user. It will contains a bunch of portlets displaying info related to that user. View the original post :

[jboss-user] [JBoss Seam] - Re: Why does EntityQuery auto save updates?

2007-11-21 Thread [EMAIL PROTECTED]
The persistence context is automatically flushed at container invoked method boundaries unless you use flush mode manual. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106664#4106664 Reply to the post :

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

2007-11-21 Thread [EMAIL PROTECTED]
Some classloading problem I think. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106667#4106667 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106667 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM - BPeL - eclipse

2007-11-21 Thread agusgr
Hi Tina, It seems to be an error in your proxy configuration, not eclipse but I'm not sure. There is another way to get the wsdl (my way, :-)). Using your web browser (Mozilla, Internet Explorer) go to the web service page an save the wsld in your local system. Here

[jboss-user] [JBoss Seam] - Re: How to invoking methods with parameters with Seam test?

2007-11-21 Thread [EMAIL PROTECTED]
What fix? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106669#4106669 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106669 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.2 and seam problem

2007-11-21 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-2207 - but I need a runnable example attached to the issue and steps to reproduce. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106670#4106670 Reply to the post :

[jboss-user] [JBoss Seam] - Re: selectOneMenu - NPE

2007-11-21 Thread [EMAIL PROTECTED]
If you can create a runnable example and provide steps to reproduce please put an issue into JIRA so I can take a look. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106672#4106672 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL Eclipse Process Designer interworking

2007-11-21 Thread federicok
First, I am using JBoss 4.0.5.GA, jbpm-bpel-1.1Beta3 and Eclipse BPEL Designer 0.3. Secondly, I made a simple bpel process to test the correlation sets. Later I had to change the xmlns:bpws=http://docs.oasis-open.org/wsbpel/2.0/process/executable; to

[jboss-user] [JBoss Seam] - How to use rich:menuItem?

2007-11-21 Thread MSchmidke
Hello all, can you give me a short advice which is the right way to use a richFaces dropDownMenu with respect to conversations? Selecting a menu item should terminate the current conversation. I've used: | rich:menuItem value=Aufgabenliste anzeigen |

[jboss-user] [JBoss Portal] - Localizing Tab that has spaces in its name

2007-11-21 Thread jvence
I know how to localize a tab by modifying the Resource_xx.properties file as such: PAGENAME_News=News but how do I do it with a tab that has a space in its name such as My Account Tried all possible combination and it did not work PAGENAME_My Account=My Account PAGENAME_My_Account=My Account

[jboss-user] [JBoss Seam] - Re: How to invoking methods with parameters with Seam test?

2007-11-21 Thread paradigmza
This issue... http://jira.jboss.com/jira/browse/JBIDE-1129 and http://jira.jboss.org/jira/browse/JBSEAM-2129 Is there a workaround for now? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106685#4106685 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to invoking methods with parameters with Seam test?

2007-11-21 Thread [EMAIL PROTECTED]
We are waiting on the JBoss AS team stabilising JBoss AS trunk before building a new JBoss Embedded. The workaround is just to run the tests using ant :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106688#4106688 Reply to the post :

[jboss-user] [JBossCache] - Re: Problem reading (deserializing) objects from FileCacheLo

2007-11-21 Thread arjan
Okay, I did some extra checks using some (remote) debugging on the JBoss AS. I added some breakpoints to org.jboss.invocation.MarshalledValueInputStream. It seems like Thread.currentThread().getContextClassLoader() does return a different classloader than

[jboss-user] [JBossCache] - Re: Problem reading (deserializing) objects from FileCacheLo

2007-11-21 Thread arjan
Indeed, the Classloader seems to be changed in org.jboss.mx.server.AbstractMBeanInvoker: | 252:ClassLoader mbeanTCL = resourceEntry.getClassLoader(); | final ClassLoader ccl = TCLAction.UTIL.getContextClassLoader(); | boolean setCl = ccl != mbeanTCL mbeanTCL != null; |

[jboss-user] [JBoss Portal] - Re: Preferences localization

2007-11-21 Thread [EMAIL PROTECTED]
There was a bug that i just fixed, it will be available in 2.6.3 http://jira.jboss.com/jira/browse/JBPORTAL-1809 Thanks for the report ! Don't worry about the default to english you always have to default to something if there is no language defined anywhere. (In this case if your browser

[jboss-user] [JBoss Portal] - Re: Localizing Tab that has spaces in its name

2007-11-21 Thread [EMAIL PROTECTED]
Yes this was a poorly designed stuff. We made changes in that area for 2.6.3. You can have display names in the -object.xml descriptor now, we are working on the GUI to let you do it there too. Check the dsiplay-name tag here:

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL Eclipse Process Designer interworking

2007-11-21 Thread agusgr
What does your process do? First you receive a request for the initiate operation, and then you invoke your own bpel process with the onResult operation, is right?? Why? Saludos Federico, Agus P.D.- Para cuando un foro de BPEL en español??? View the original post :

[jboss-user] [JBossCache] - Re: Problem reading (deserializing) objects from FileCacheLo

2007-11-21 Thread arjan
... No differerence. So, let's summarize: | [li]I have a TreeCache deployed as service (deploy/treecache-service.xml)[/li] | [li]I access the TreeCache over JMX/JNDI (makes no differerence)[/li] | [li]Using the FileCacheLoader fails with ClassNotFoundExceptions[/li] | [li]Since

[jboss-user] [JBoss Seam] - Re: Resetting a form inside a modalPanel

2007-11-21 Thread waynebagguley
Ah, I think I know what the problem is (but not how to fix it). Because the form isn't being submitted, the backing bean isn't getting populated so clearing it down won't work (it doesn't exist yet). The form is getting reRendered but not reset. Looking at this :

[jboss-user] [JBoss Seam] - clickable dataTable: DataModelSelection or method parameter?

2007-11-21 Thread MSchmidke
Hello all, as far as I have understood, I have at least two possibilities to make a clickable list with h:dataTable. The first option is to have the selected row injected per @DataModelSelection. The second option is to have an action method with parameter, for example: | h:dataTable

[jboss-user] [JBoss Portal] - Exception in portlet

2007-11-21 Thread prns
I am creating a portlet in which Jboss portal server and EJB 3.0 is used. My Portlet application throws exception sometimes. Icould not track how this exception is being thrown since it happens only sometimes and not always. Please see the stacktrace below for the details Note: I am not

[jboss-user] [JBoss Seam] - Re: Observer issues - multiple calls + async

2007-11-21 Thread damianharvey
Thanks Pete. I'll give raiseAsynchronousEvent a whirl. 1. http://jira.jboss.org/jira/browse/JBSEAM-2281 2. http://jira.jboss.org/jira/browse/JBSEAM-2280 Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106702#4106702 Reply to the post :

[jboss-user] [JBossCache] - Re: JBossCache with Hibernate on Glassfish v2

2007-11-21 Thread eric.hubert
genman wrote : | I don't personally have a problem with wanting to know about these things | With due respect I wouldn't care much about you having those problems. ;) I read through the official JBoss Cache documentation as well as some outdated wiki entries which did help me to get a

[jboss-user] [JBoss Seam] - Re: How to invoking methods with parameters with Seam test?

2007-11-21 Thread paradigmza
I tried ant and got the same error... (I used the ant file that is automatically created by Eclipse, and just added the testng task... and got the same error. [testng] at org.testng.TestNG.main(TestNG.java:802) |[testng] Caused by: java.lang.IllegalStateException: [EMAIL

[jboss-user] [Clustering/JBoss] - HASingleton-problem on 2 nodes

2007-11-21 Thread greeneagle
Hi, Up to now I've used 2 jboss-instances (4.0.5) where one special service has been configured as a hasingleton. I've never had any problem with it, everything worked fine. But now my infrastructure has changed: I have 3 additional machines in the cluster but the mentioned special service

[jboss-user] [JBossWS] - Re: Cannot obtain java type mapping for String.Array

2007-11-21 Thread paoletto
Which kind of problem? Im having the same problem: im exposing a public String[] hello(); but im getting as well org.jboss.ws.WSException: Cannot obtain java type mapping for: {http://jaxb.dev.java.net/array}stringArray if i use public String hello(), it works. oh, by the way using DII

[jboss-user] [JBossWS] - javax.xml.rpc.JAXRPCException: Cannot create or send respons

2007-11-21 Thread rashmi_yes
Hi, i am new to webservice. I tried to create a web service with a single method called from client. It works fine. But when I add one more webservice method called the first method from the client. The call goes to server works till the return but while returning, it throws the below error.

[jboss-user] [JBossWS] - About jaxrpc-mapping.xml...

2007-11-21 Thread paoletto
I have an ejb3 slsb exposed as web service using jsr181. Now: i'd like to use Dinamic invocation interface because it's possible that some clients dont have the endpoint interface. I get org.jboss.ws.WSException: Cannot obtain java type mapping for: {http://jaxb.dev.java.net/array}stringArray

[jboss-user] [JBoss Portal] - Re: Problem with Refresh of IFrame using IFramePortlet.

2007-11-21 Thread Gopi.Surabhi
Hi, Can you suggest how to implement the solution? I can modify the IFramePortlet and work with it. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106723#4106723 Reply to the post :

[jboss-user] [JBoss Seam] - problem with identity.logout

2007-11-21 Thread thiagu.m
Hai every one i am trying for logout function without redirecting new page it is possible ? i cant do that because it remove the GET method aruments so it gives some problem please any one help me By Thiagu.m View the original post :

[jboss-user] [JBoss Seam] - Isolated classloader and XML defined Factory Components

2007-11-21 Thread sradford
Hi, Got bit of an issue with 2 Seam applications in the same JVM (in own classloader repositories). In both applications there is an Application scoped configuration component (whose classes are within the ears) that are instantiated via a factory defined in their respective components.xml.

[jboss-user] [JBoss Messaging] - how to create new user fro durable topic in jms

2007-11-21 Thread vikas_03
Hi , can anbody give me procedure to to make new user ,password aand clientid fro durable topic in jms thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106727#4106727 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Workspace

2007-11-21 Thread swamigee
That was the problem. The description EL was returning null. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106728#4106728 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106728

[jboss-user] [Installation, Configuration DEPLOYMENT] - Why do we need to check IIS 5 isolation mode

2007-11-21 Thread JLMarques
Does anybody know why we need to check IIS 5 isolation mode when we use Apache Tomcat Connector (isapi_redirect.dll) to redirect requests from IIS 6 to JBoss? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106729#4106729 Reply to the post :

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

2007-11-21 Thread paoletto
[EMAIL PROTECTED] wrote : Your DII client does not have a jaxrpc-mapping.xml. You can use | | | | ServiceFactoryImpl.createService(wsdlURL, serviceName, mappingURL) | | | how is this approach changed now? View the original post :

[jboss-user] [JBoss Seam] - EL expression for accessing a set?

2007-11-21 Thread jamesjmp
Hi, I wonder if there is an EL expression for accessing a set? For instance, I´ve this objects: | public class AssetType implements java.io.Serializable { | | private long idAsset; | private String type; | | private SetInstrument instruments = new

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL Eclipse Process Designer interworking

2007-11-21 Thread federicok
Yes, it´s right. It´s just a project to test some concepts. And the initiate operation and onResult operation was create by default by the Eclipse when I selected create a new Asynchronous BPEL Process. Now I added an assign activity to the process to give it more sense. Saludos Agus,

[jboss-user] [JBossCache] - Passivation and CacheLoader

2007-11-21 Thread bedek
Hi, I'm using jboss cache with jdbc persistence and understand fully passivation true/false setting but is it possible to achieve behavior like this setting options in xml configuration: a) When object is retrieved from RAM and he is NOT in there it WILL_NOT be retrieved from DB (but in jboss

[jboss-user] [JBoss Seam] - javascript error 'Seam' undefined

2007-11-21 Thread panky_p
Hi, I am trying to use seam component in javascript but i am getting java script error anonymous wrote : 'Seam' is undefined why is it so? I have included js in script but.. script type=text/javascript src=seam/remoting/interface.js?gameManager Any help?? Panky View the original post :

[jboss-user] [JBoss Seam] - Re: JBoss tools - Seam generate entities from existing entit

2007-11-21 Thread marius.oancea
There is no plan to create a generate-ui task? For 1.2.1 there is http://jira.jboss.org/jira/browse/JBSEAM-1206; Removing hbm2java is not enough because the entities from db are still considered. No way to use my entitites? View the original post :

[jboss-user] [JBoss Seam] - Re: JBoss tools - Seam generate entities from existing entit

2007-11-21 Thread atao
anonymous wrote : | There is no plan to create a generate-ui task? | Pete Muir just integreted JSEAM 843 (Generate application from existing entities) in CVS. anonymous wrote : | For 1.2.1 there is http://jira.jboss.org/jira/browse/JBSEAM-1206; | This issue is related to improve

[jboss-user] [JBoss Seam] - Accessing bean in @Filter

2007-11-21 Thread Toby451
This is probably simple, but I am really stuck. I have a filter. I also have an application scoped component containing global settings for the application. Here's the problem: I need to retrieve a field from the component in the filter. How do I do that? Any ideas much appreciated!

[jboss-user] [JBoss Seam] - Re: Why does EntityQuery auto save updates?

2007-11-21 Thread terryb
thanks Pete, yeah I figured that out. in my case I have a single jsf page. to get my code working, now I specified its scople to conversation; and save the current entity record in page action method, and then use it in update action method to compare if required data columns have been

[jboss-user] [JBoss jBPM] - Re: Problems

2007-11-21 Thread kaledev
I'm sorry, are you asking if I can contribute to the tutorial? Seeing as I know nothing about this product I would rather not. I do not mean to offend the person who wrote the tutorial - I am just pointing out that I cannot find one that is up to date. If you know of any other tutorials then

[jboss-user] [JBoss Messaging] - Re: Deadlocks with ClusterRoundRobinDistributor

2007-11-21 Thread travisb
I created a JIRA issue to attach the full thread dumps: http://jira.jboss.org/jira/browse/JBMESSAGING-1159 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106766#4106766 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106766

[jboss-user] [JBoss Seam] - Re: Myseam, the jboss seam2.0GA's expander framework, offers

2007-11-21 Thread [EMAIL PROTECTED]
chlol, perhaps you can expand on some of what this does so we can evaluate whether to move upstream. 1) Don't understand this one. 2) Again don't understand 3) http://jira.jboss.com/jira/browse/JBSEAM-1206 4/5/6/7) Sounds like you want to be able to customise the templates easily - perhaps we

[jboss-user] [Beginners Corner] - Re: how to access a remote JBoss server

2007-11-21 Thread [EMAIL PROTECTED]
I'm using 4.2.1.GA, but this is not working for me. I can still only access my dev server as localhost. I tried both the 0.0.0.0 and the hostname option, but neither worked. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106771#4106771 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Multiple JBPM engines on one single JBoss instance

2007-11-21 Thread vtysh
You should use different war names to avoid conflicts. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106770#4106770 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106770 ___

[jboss-user] [JBoss Seam] - Re: JBoss tools - Seam generate entities from existing entit

2007-11-21 Thread [EMAIL PROTECTED]
See, we look at votes :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106772#4106772 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106772 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.2 and seam problem

2007-11-21 Thread krzysgdynia
Try seam-booking example. It works well ;) I mean that you see the same error (explode and restart). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106774#4106774 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106774

[jboss-user] [Management, JMX/JBoss] - tranasction context propagation..ejb 3

2007-11-21 Thread david81
Hi , I am stuck in an issue and need your help on it. I have an ejb (Bean1) where in a transaction is started. From this ejb (Bean1) if I call another ejb(Bean2), and anything wrong happens in Bean2, whole of the transaction is rolled back. This is controlled by the Jboss. My query is.. If

[jboss-user] [Clustering/JBoss] - Re: HASingleton-problem on 2 nodes

2007-11-21 Thread [EMAIL PROTECTED]
Please describe exactly how you are deploying your singleton. I can guess from what you wrote, but I want to be sure. My guess is that you packaged your singleton code in a sar and in the sar's jboss-service.xml included an mbean for your service and an mbean for an HASingletonController to

[jboss-user] [JBoss Seam] - Re: Myseam, the jboss seam2.0GA's expander framework, offers

2007-11-21 Thread atao
About 3), see also http://www.jboss.com/index.html?module=bbop=viewtopict=122806 and the related feature request Namespace or alias of messages' key http://jira.jboss.com/jira/browse/JBSEAM-2237 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106778#4106778

[jboss-user] [JBoss Portal] - IdentityUserPortlet not picking up localized resource file

2007-11-21 Thread jvence
I've added the following to the correct section defining IdentityUserPortlet in portlet.xml: supported-localeen/supported-locale supported-localefr/supported-locale resource-bundleIdentity/resource-bundle When I click on IdentityUserPortlet in the Portlet Definition section, I can see that it

[jboss-user] [JBossWS] - Re: how to dynamically change URL where client is connecting

2007-11-21 Thread sodik
thank you, looks exactly as what I need. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106781#4106781 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106781 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Multiple JBPM engines on one single JBoss instance

2007-11-21 Thread mputz
I haven't tried what you are trying to achieve, but it sounds like you run into this issue of both applications using the same jars/resources because of the flat class loading model JBoss uses. See http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration for more information, and try

[jboss-user] [JBoss Seam] - Re: Seam does not work when using with DAO (No transaction..

2007-11-21 Thread Techieexchange
vietbird wrote : For various reasons, I need to use Seam with a DAO layer. I try the JPA example (comes with Seam 2.0.0.GA) with WAS 6.1.0.11. It works fine. | When I add the DAO layer (i.e. no EntityManager is used within the Action classes, DB operations are carried out through DAO methods),

[jboss-user] [Clustering/JBoss] - Re: HASingleton-problem on 2 nodes

2007-11-21 Thread greeneagle
I did it exactly the way you guessed. The only difference is that I deployed the sar in 'deploy-hasingleton/'. The descriptor 'deploy-hasingleton-service.xml' is present in 'deploy' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106784#4106784 Reply to the

[jboss-user] [JBoss Seam] - Re: Seam + JBoss AOP

2007-11-21 Thread damatrix
I didn't mean EJBs when i said Seam POJOs. I meant java classes without Stateful or Stateless anotations. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106785#4106785 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106785

[jboss-user] [JBoss Seam] - ejb3/seam-gwt-remoting/gwt w/ DTO, JPA?

2007-11-21 Thread hartfordd
Is there an example somewhere of using the EJB3/Seam remoting and GWT with a DTO, or preferably JPA(ejb3 entity)? When trying the DTO approach, it looks like Seam expects the @Name annotation for using the DTO -- at which point, GWT doesn't like the DTO because of the annotation. Does an

[jboss-user] [Clustering/JBoss] - Re: HASingleton-problem on 2 nodes

2007-11-21 Thread [EMAIL PROTECTED]
Put it in deploy, not deploy-hasingleton. Only one server in the cluster will even look at the contents of deploy-hasingleton, and if that server isn't one of the ones you want your service will not get deployed. The deploy-hasingleton dir allows you to deploy stuff like ears, wars, ejb jars

[jboss-user] [Security JAAS/JBoss] - Remote JNDI lookup over http username propagation

2007-11-21 Thread martin ganserer
Hi, I am trying to get an application working that communicates between JBOSS server and a client via HTTP. Basically this works fine. But now I am facing a problem. I want to secure the JNDI lookup by using the default security constraint defined in the web.xml of the invoker.war in the

[jboss-user] [JBoss Seam] - a4j:include and x.page.xml processing

2007-11-21 Thread koenhandekyn
as far as i can debug, if you include a page with the ajax4jsf include, the corresponding (included) xxx.page.xml does not get processed. this basically blocks me from putting for exampe seam-gen generated pages in for example a rich tab control as these pages require the handling of params

[jboss-user] [EJB/JBoss] - Reentrant exception

2007-11-21 Thread nadavfr
Hi all, We are using entity beans version 2.x, jboss 4.0.5. When we load test our system, we keep getting messages such as: javax.ejb.EJBException: Reentrant method call detected: As far as I can see our code does not contain the situation when Bean A calls bean B which, in turn, calls

[jboss-user] [JBoss Seam] - Re: a4j:include and x.page.xml processing

2007-11-21 Thread koenhandekyn
concrete example somewhere rich:tabPanel | rich:tab label=accounts | a:include viewId=/up/admin/accountList.xhtml / | /rich:tab | ... the accountList.page.xml content: | ?xml version=1.0 encoding=UTF-8? | page | xmlns=http://jboss.com/products/seam/pages;

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

2007-11-21 Thread jaikiran
I still have no clue why your packaging should result in that error. Why not try this package structure: - q.ear/lib/utils.jar | - q.ear/META-INF/application.xml (module/ejb=beans.jar) | - q.ear/beans.jar | - q.ear/beans.jar/META-INF/persistence.xml And dont specify the jar-file element

[jboss-user] [JBoss Seam] - odd pages.xml behavior

2007-11-21 Thread beligum
Hi guys, Any idea why this gives a 404 ? | page view-id=/registerBegin.xhtml | navigation | begin-conversation join=true / | redirect view-id=/register.xhtml/ | /navigation | /page | The registerBegin.xhtml is

[jboss-user] [JBoss Seam] - outer joins with seam

2007-11-21 Thread jamesjmp
hi, I wonder if there is a special syntax for defining queries with outer joins in seam. I am trying this query defined in my components.xml file | framework:entity-query name=innerJoinQueryList | ejbql=select instruFund, instru, cash |

[jboss-user] [JBoss Seam] - Re: outer joins with seam

2007-11-21 Thread evdelst
this is really a JPA question, not Seam. But you should map the relations with a @ManyToOne Left outer join is not supported in a query, but 'left join fetch' should do what you want, once you map the entities correctly! View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Problem controlling and deploying to JBoss AS

2007-11-21 Thread rhasselbaum
Thanks, Max, for replying (again)! Ah yes, I do see an error in the event log. It is saying that it failed to deploy because it couldn't copy the WAR file. And when I look at the source path in the error details, it is indeed wrong. It's looking for the file in a subfolder under

[jboss-user] [JBoss Portal] - Re: Localizing Tab that has spaces in its name

2007-11-21 Thread syllant
anonymous wrote : We made changes in that area for 2.6.3. | You can have display names in the -object.xml descriptor now, we are working on the GUI to let you do it there too. Manage titles localization inside resource bundles seems to me more natural : this is the role of bundles !

[jboss-user] [JBoss Tools (users)] - Re: Problem controlling and deploying to JBoss AS

2007-11-21 Thread rhasselbaum
BTW- I did upgrade to last night's build. No change in behavior, though. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106804#4106804 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106804

[jboss-user] [JBoss Tools (users)] - Re: Problem controlling and deploying to JBoss AS

2007-11-21 Thread [EMAIL PROTECTED]
I think you should open two new bugs. One for the not copying from the right location and one for the jndi and show what files you changed Please ASAP then we'll look into them :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106806#4106806 Reply to the

[jboss-user] [JBoss Portal] - Re: IdentityUserPortlet not picking up localized resource fi

2007-11-21 Thread emuckenhuber
Basically not all portlets are translated in every language. And only adding supported-localefr/supported-locale does not help much if no French translation is present ;) Anyway - as far as i can remember someone from the community provided some translations for the IdentityPortlets and

[jboss-user] [Clustering/JBoss] - How does JMS clustering work?

2007-11-21 Thread resh123
Apologize in advance for asking very basic questions, however I am new to JMS/ JBossMQ and trying to understand its intricacies, how it works, etc. Would like to know how exactly JMS supports clustering. i.e. in a distributed environment, where would the JMS queue reside? How would each node

  1   2   >