[jboss-user] [JBoss jBPM] - Re: Problems with deploying process with mail nodes or eleme

2007-07-11 Thread rossputin
excellent, just tried 3.2.1, deploys fine, thanks for that View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063147#4063147 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063147

[jboss-user] [JBoss Seam] - EntityHome and optimistic transaction

2007-07-11 Thread azalea
Hi, Now I struggle with EntityHome :) my environments: JBoss AS 4.2.0.GA Seam 2.0.0.BETA1(CVS) Seam gen-generated project(ear) I have a simple CRUD app using EntityHome. The app needs the optimistic transaction. Scenario: 1. In browser tab#1, display the person list. 2. In tab#1, select a

[jboss-user] [JBoss Seam] - Abandon a taskInstance

2007-07-11 Thread szaccaria
Hello again, Suppose I want to exit from a bussines process for after re-enter in a second moment, how can reach this? I'll try to explain it in best way: I've a simple process definition like this: | | | | | | | | |

[jboss-user] [Clustering/JBoss] - Re: topic not bound in HAJMS

2007-07-11 Thread bdecoste
I've just checked in a fix for EJBTHREE-975 into Branch_4_2. The changes are being reviewed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063144#4063144 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063144 _

[jboss-user] [JBoss Seam] - Re: How do i check which conversation ids are in the stack?

2007-07-11 Thread [EMAIL PROTECTED]
#{org.jboss.seam.core.manager.currentConversationIdStack} View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063143#4063143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063143

[jboss-user] [JBoss jBPM] - Selecting non-string valued variable instances

2007-07-11 Thread pbrewer_uk
I'm using Hibernate 3.2.2 and jBPM 3.1.4 in a Seam 1.2.1GA environment. I have a problem with a query that should return VariableInstance entities based on a particular name and value. The variable instance is actually an instance of org.jbpm.context.exe.variableinstance.LongInstance. The follo

[jboss-user] [JBoss Seam] - Re: Error in international-2.0.xsd

2007-07-11 Thread [EMAIL PROTECTED]
I went ahead and fixed the version online. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063140#4063140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063140 ___ jboss-user m

[jboss-user] [EJB 3.0] - Returning @generatedvalue primary key on creation?

2007-07-11 Thread KevinNCSU
Is it possible to retrieve and return the auto-generated primary key that was created for an entity when you persisted it in the database? I'd like to have the entities primary key be the returned from the method which creates it. View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBossWS] - Re: JBossWS supports pluggable Web Service stacks

2007-07-11 Thread jbride
Hi Thomas, Could you please elaborate (or direct us to some discussions that elaborate on) the following comment from your earlier post : "There will be a common deployment model and management interface to all deployable stacks. " Thank you! jeff View the original post : http://www.jboss.

[jboss-user] [JBoss jBPM] - FileUploadException

2007-07-11 Thread Heiner Niehues
Hi I am new with jBPM and my first successful try was with jbpm-starters-kit-3.1.4. I could also upload a new process with Eclipse. To be up-to-date I download the packet: jbpm-jpdl-suite-3.2.1.zip The Jboss runs and i can create new users and start processes. But i can't deploy a new process, w

[jboss-user] [JBoss Seam] - s:selectItems question

2007-07-11 Thread sunil.su
Hi, I'm using seam 1.2.1 and JBoss AS 4.0.5, Here is the selectOneMenu in my page | | Org Level: | | | | | | | | | | | When the page is rendered, the value selected is not the "noSelection

[jboss-user] [JBoss Seam] - Re: selectOneMenu and selectItems problem

2007-07-11 Thread trickyvail
If your Company object is an entity you need to be aware of: http://hibernate.org/109.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063133#4063133 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063133 ___

[jboss-user] [JBossWS] - setting up an ssl web service & client

2007-07-11 Thread gryffin
I am running JBoss 4.0.5 w/ JbossWS 1.2.1. I have enabled the SSL connector and am able to access the WSDL for my web service using a browser on port 8443 with a certificate I created using keytool. The client works if I provide it the old http/port 80 URL in it's local WSDL. If I try to ai

[jboss-user] [JBoss Portal] - Re: correct use of processAction and doView

2007-07-11 Thread sudarshanacharya
setRenderParameter(name, value) takes only string parameters.Is there any method for objects in processAction to be rendered tio doView without putting in session?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063126#4063126 Reply to the post : http://www

[jboss-user] [Microcontainer] - Re: Injecting a beans name into the bean

2007-07-11 Thread alesj
Currently there is no 'easy' way. I'll have a look. Here is JIRA task for you to watch: - http://jira.jboss.com/jira/browse/JBMICROCONT-192 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063130#4063130 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JCA/JBoss] - Re: Apparently wrong driver class specified for URL

2007-07-11 Thread wfay
It didn't work because you had a bad connection url. You had: jdbc:thin:... And it should have been: jdbc:oracle:thin:... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063128#4063128 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss installation with easyEclipse JbossIDE

2007-07-11 Thread PeterJ
No need to apologize for your English, I found your post much easier to read than the posts from people who think that this is an IM forum. But on to your problem. This is my personal opinion, you should try running JBoss AS from the command line first and get comfortable using it that way bef

[jboss-user] [JBoss jBPM] - building jbpm-jpdl.jar from jbpm source

2007-07-11 Thread meet_nagi
Hi, I want to build the jbpm-jpdl.jar file from the source provided in jbpm-jpdl-3.2.1 suit instead of taking the available jar file. I am anot able to find the build.xml that is having targets to build this jar file. Any suggesstions will be helpful. Thanks Nagesh View the original post : h

[jboss-user] [Clustering/JBoss] - Re: JBossAS 4.2.0, TCP Stack, Segmenting Partitions

2007-07-11 Thread [EMAIL PROTECTED]
"nhelder" wrote : | 1) I assume that the tc5-cluster.sar has been replaced with jboss-web-cluster.sar in AS 4.2.0? Yes, that's correct. We decided to give it a name that isn't tied to whatever Tomcat version we integrate. "nhelder" wrote : 2) The ejb3-clustered-sfsbcache-service.xml and ej

[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB

2007-07-11 Thread [EMAIL PROTECTED]
weell securing the web console etc. would probably also prevent jboss as adapter to interact with it. does it make any difference if you use the wtp provided jboss as provider or the red hat provided jboss as provider ? It sounds like we need to raise this against JBoss EAP... View the origina

[jboss-user] [Beginners Corner] - Re: A simple question about JBoss Portal

2007-07-11 Thread PeterJ
I sort of wondered about that post because you already started the conversation here. Besides, that is a general forum so you might not get an answer to a portal-specific question. Finally, it is preferred that you don't ask the same (or a similar) question in multiple forums. And actually, I t

[jboss-user] [JBoss Seam] - Re: selectOneMenu and selectItems problem

2007-07-11 Thread mttu
OK, it started to worked after i had changed: | @Out | private Company selectedCompany; | and implemented equals in Company. It's still not clear to me why selectedCompany should be outjected in this case. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB

2007-07-11 Thread flindet
Max, Thanks for creating the JIRA entry. I'm adding the VM argument to the JBoss AS launcher. I've opened a JBoss Server View provided by JBoss Tools. I right-click on my server, edit launch configuration, then add the option to the VM arguments tab. This got me past the IPv6 issue, but the

[jboss-user] [JBoss Seam] - two basic questions for EntityHome

2007-07-11 Thread azalea
Hi, I'm writing a CRUD app using a extended EntityHome class. *** Q1 *** I want to reuse one EntityHome instance for more than one CRUD operations in a long-running conversation. But EntityHome instance is caching the entity and other states. How can I reset the state of EntityHome instance befo

[jboss-user] [JBoss Seam] - Re: seam v2.0beta takes ages to start on WebSphere v6.1.0.9

2007-07-11 Thread [EMAIL PROTECTED]
I've fixed this problem in CVS. Please reopen the related JIRA issue if there are any other related issues. http://jira.jboss.com/jira/browse/JBSEAM-1646 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063112#4063112 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: PageFlow on Role Base

2007-07-11 Thread [EMAIL PROTECTED]
I suggest you take this to the jbpm forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063111#4063111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063111 ___ jboss-user ma

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss installation with easyEclipse JbossIDE

2007-07-11 Thread wagner
PS. Sorry for my english... wagner View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063109#4063109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063109 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Starting pageflow with decisions

2007-07-11 Thread [EMAIL PROTECTED]
I should think so (if you are starting with start-state, obviously if you start with start-page it's not going to work). What happens when you try? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063108#4063108 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Portal] - Re: An error occured while rendering window 'default.Admin.M

2007-07-11 Thread polles
excelente i gonna tried View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063107#4063107 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063107 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB

2007-07-11 Thread [EMAIL PROTECTED]
ooh - interesting. i've created jbide-576 for tracking this which we should see if we could handle more transparently. let us know if other issues pops up... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063106#4063106 Reply to the post : http://www.jboss

[jboss-user] [JBossCache] - Re: Exception occured during transaction commit - JBoss tree

2007-07-11 Thread [EMAIL PROTECTED]
Right, you need to redesign the way you store this data in the cache's tree structure. Try something like /Table#1/Row#1 and put row #1's data under that node. Row #2's data in /Table#1/Row#2, etc etc. This will reduce contention a great deal. If you want to take things a step further, you co

[jboss-user] [JBoss Messaging] - Standalone JBM 1.3GA?

2007-07-11 Thread btillson
Is it possible to run JBM 1.3 without the rest of the JBOSS plumbing? I have perused the doc and it does not seem to be described outside the realm of the AS. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063103#4063103 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: Web Application Deployment (JSF [with Seam] + EJB3 [with

2007-07-11 Thread tcavaleiro
Thanks! The reason for the dissociation (in three tiers) is that we are gone be evaluated separated. Is like two projects that connect each other. You may say "ok, use jsf backing beans", but seam rulez :) (XML hand-writing not) I'm gonna see what @EJB brings and so on. For the second doubt:

[jboss-user] [Clustering/JBoss] - Re: JBossAS 4.2.0, TCP Stack, Segmenting Partitions

2007-07-11 Thread nhelder
Thanks. For whatever reason, that phrasing sunk in and made sense. :-) Two things... 1) I assume that the tc5-cluster.sar has been replaced with jboss-web-cluster.sar in AS 4.2.0? 2) The ejb3-clustered-sfsbcache-service.xml and ejb3-entity-cache-service.xml files don't contain example TCP sta

[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB

2007-07-11 Thread flindet
Oh, well, the mystery is solved regarding why I only have to do the IPv4 trick in Eclipse. In run.sh there is: # Force IPv4 on Linux systems since IPv6 doesn't work correctly with jdk5 and lower | if [ "$linux" = "true" ]; then |JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true" |

[jboss-user] [JBoss jBPM] - Re: Newbie question...

2007-07-11 Thread kukeltje
what you seem to want is get a taskinstance by name or am I wrong? And then only the first one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063098#4063098 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063098

[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB

2007-07-11 Thread [EMAIL PROTECTED]
but that doesn't look like a ip6 issue ? its a different error. are you adding that vm argument to the command line when starting eclipse or in the launcher for jboss ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063097#4063097 Reply to the post : http:

[jboss-user] [JBoss jBPM] - Re: Problems with deploying process with mail nodes or eleme

2007-07-11 Thread kukeltje
Oh shoot, sorry... this was a problem in 3.2GA, you should use 3.2.1 fixed there View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063096#4063096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063096 _

[jboss-user] [JBossWS] - Re:

2007-07-11 Thread chris05atm
To be more specific: the server service classes were also generated by wsconsume tool. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063095#4063095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063095 ___

[jboss-user] [JBoss Seam] - Re: selectOneMenu and selectItems problem

2007-07-11 Thread milli
If you are converting ID from long to string and vice versa, why don't you try . But you would still get the same error unless you override equals in your Company class to equate id's. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063094#4063094 Reply to th

[jboss-user] [JBoss jBPM] - Re: problem to start a taskinstance

2007-07-11 Thread kukeltje
what error? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063093#4063093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063093 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss jBPM] - Re: processInstance.getRootToken() issue

2007-07-11 Thread kukeltje
the latter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063092#4063092 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063092 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Seam] - Re: Email does not reach recipient and no debug messages app

2007-07-11 Thread [EMAIL PROTECTED]
"dkane" wrote : The first question : does components.xml settings override mail-service.xml settings ? You have to tell it to use the mail service in JBoss AS e.g. If you specify this, then yes, it uses this config rather than that in component.xml. anonymous wrote : It is weird, however, wh

[jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss installation with easyEclipse JbossIDE

2007-07-11 Thread wagner
Hi, I'm new in ths forum, and in the jboss world. As a insttallation method I just extract the jboss zip downloaded, then I have a folder "jboss-4.0.5.GA" created as a result it. So in the easyeclipse I turned to JBoss AS view, and configured a new Jboss inc server 5.0 whith proper wizard. Whe

[jboss-user] [Clustering/JBoss] - Re: JBossAS 4.2.0, TCP Stack, Segmenting Partitions

2007-07-11 Thread [EMAIL PROTECTED]
The messages you are seeing are not related to the channel created in cluster-service.xml. If you have EJB3 in your AS config, there are typically 4 channels created: cluster-service.xml tc5-cluster.sar/META-INF/jboss-service.xml (in 4.2 now called jboss-web-cluster.sar) ejb3-clustered-sfsbcach

[jboss-user] [JBoss jBPM] - New Eclipse Project

2007-07-11 Thread awhitford
I am trying to mimick the demo: http://docs.jboss.com/jbpm/v3/demos/movies/jbpm-overview.htm But I am stuck on the first point... My Eclipse 3.2 does not have a New JBPM project option. I have JBossIDE installed: http://download.jboss.org/jbosstools/updates/development Do I need another si

[jboss-user] [JBossWS] - Re:

2007-07-11 Thread chris05atm
The classes were generated by the wsconsume tool. The warning isn't the concern so much as the Endpoint error that occurs when the ping command is actually called. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063087#4063087 Reply to the post : http://www.

[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB

2007-07-11 Thread flindet
Okay, I've found the wiki entry explaining issues with IPv6 on GNU/Linux. http://wiki.jboss.org/wiki/Wiki.jsp?page=IPv6 I don't know why I'm not seeing this when starting from the command line and only when starting from Eclipse, but adding the following to my VM arguments in Eclipse did seem t

[jboss-user] [Beginners Corner] - Re: A simple question about JBoss Portal

2007-07-11 Thread thomas2004ch
I just posted a question under "http://jboss.org/index.html?module=bb&op=viewtopic&t=113247";. Maybe you can give me an answer? Better simple example? :-) Many thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063084#4063084 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: Email does not reach recipient and no debug messages app

2007-07-11 Thread dkane
Got it myself. I put jboss-seam-mail.jar into the ear root instead of putting it into war/WEB_INF/lib. It is weird, however, why no exceptions or debug messages appeared.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063082#4063082 Reply to the pos

[jboss-user] [Clustering/JBoss] - Re: JBossAS 4.2.0, TCP Stack, Segmenting Partitions

2007-07-11 Thread nhelder
Thanks for the tip, but changing the TCP start_port (along with changing the partition name) doesn't seem to do the trick... I still see messages along the lines of: anonymous wrote : 2007-07-11 10:44:15,658 WARN [org.jgroups.protocols.UDP] discarded message from different group "DefaultPartit

[jboss-user] [Beginners Corner] - Help in Setting up Servlet which receives/sends SOAP request

2007-07-11 Thread helgravis
Hi, I'm fairly new in JBoss and I was wondering how to properly implement a JAXMServlet. Basically I needed a servlet which receives SOAP messages which is then passed to some EJBs. Here's my code, compiled with jaxm-api.jar and jboss-saaj.jar. The servlet just receives a soap message, prints

[jboss-user] [JBoss Tools (users)] - Re: Upgrade to last nightly build - HOW

2007-07-11 Thread krasig
Ok.Thanks for taking the time to answer! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063074#4063074 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063074 ___ jboss-user mai

[jboss-user] [JBossCache] - Re: Exception occured during transaction commit - JBoss tree

2007-07-11 Thread sesha.govindan
I am not getting the problem if the no of rows in each table is 50 or less.If it crosses the limit I am geeting it out . As per the business need each table might have more than 2500 rows. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063073#4063073 Reply t

[jboss-user] [EJB 3.0] - Re: Better debug logging during EJB3/Hibernate automatic DDL

2007-07-11 Thread hermida
Hi, Thanks for the help. I did end up finding out yesterday that $JBOSS_HOME/server/default/log/server.log had more detailed debugging information, particularly a DEBUG level Hibernate log. I also found that the default configuration in $JBOSS_HOME/server/default/conf/log4j.xml was filtering

[jboss-user] [Beginners Corner] - Re: A simple question about JBoss Portal

2007-07-11 Thread PeterJ
Several ways: 1) In the Management Portlet (accessible after you log in as 'admin') you can change the theme for the portal. Everyone sees the new theme. 2) Each user can change the theme on the user preferences page. The change applies only to that user. 3) If you define a portal using *-obje

[jboss-user] [EJB 3.0] - Re: entity relationship from several jars

2007-07-11 Thread waynebaylor
is the persistence-unit name in client.jar the same as the one used in guesbook.jar? if not, then i bet that's why you had to include the client class in the guestbook's persistence.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063068#4063068 Reply to

[jboss-user] [JBossCache] - Re: Exception occured during transaction commit - JBoss tree

2007-07-11 Thread [EMAIL PROTECTED]
How many rows in each table? I presume this corresponds to a number of key/value pairs in each node? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063059#4063059 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063059

[jboss-user] [JBoss Tools (users)] - Re: Upgrade to last nightly build - HOW

2007-07-11 Thread flindet
Err... I did give you bad advice. Do not do what I've done. I have tons of different builds in my eclipse/plugins directory. That's surely a nasty thing! If there's a wiki, follow that. Otherwise start with a clean Eclipse, or maybe remove the previously nightly plugins before install the ne

[jboss-user] [EJB 3.0] - Re: what can be done for not real remove

2007-07-11 Thread waynebaylor
i agree, if you have set CascadeType.ALL or CascadeType.REMOVE on the "phones" collection, then when you call person.getPhones().remove(phone) the phone will be removed from the db. if you only have CascadeType.PERSIST and/or CascadeType.MERGE, then only the "link" from person to that phone wil

[jboss-user] [Microcontainer] - Re: Injecting a beans name into the bean

2007-07-11 Thread [EMAIL PROTECTED]
I've found similar need in the past as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063063#4063063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063063 ___ jboss-user

[jboss-user] [Microcontainer] - Injecting a beans name into the bean

2007-07-11 Thread [EMAIL PROTECTED]
How can I do this | | WSDeploymentAspectManagerJSE | | without defining/invoking the 'name' property explicitly? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063062#4063062 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [EJB 3.0] - Re: Better debug logging during EJB3/Hibernate automatic DDL

2007-07-11 Thread waynebaylor
as far as logging, i think you can provide a log4j.properties in your EAR to adjust the default logging. you should be able to identify the error in your entity annotations though. ps. have you looked at jboss_home/server/***/log/server.txt? View the original post : http://www.jboss.com/inde

[jboss-user] [JBossWS] - Re: Endpoint does not contain operation meta data for: getAc

2007-07-11 Thread lacp46
The error. {"Endpoint {http://.com/}UniversalManagementEndPointPort does not contain operation meta data for: {http://.com/}startSession"} thanks .. Luis. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063055#4063055 Reply to the post : http://www.

[jboss-user] [EJB 3.0] - Re: EntityNotFoundException during Entity load

2007-07-11 Thread waynebaylor
how can you set the id=0 if the object is null? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063054#4063054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063054 ___ jboss-u

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to configure the portal to show my own Themes and layout

2007-07-11 Thread thomas2004ch
I read this doku and example under "http://docs.jboss.com/jbportal/v2.0Final/reference-guide/en/html/themeandlayouts.html";. But it seems it is not the latest version, since it's about version 2.0 but I use 2.6-GA. For example, it tels in the doc that one has to configure the "$PORTAL_HOME/po

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Connection not authorized to addMessages to destination

2007-07-11 Thread [EMAIL PROTECTED]
"teodoro21" wrote : Hi Adrian, | yes, I'm reading the documentation, ..probably I'm asking because I don't understand what says the documentation about JBossMQ's configuration. (I'm a newbie so I'm learning..) | Then quid pro quo. Tell me which parts you are having difficulty understandin

[jboss-user] [EJB 3.0] - Re: inserting object into database using ejb3

2007-07-11 Thread waynebaylor
EntityManager.merge(Object) works too. persist is like an SQL INSERT merge is like an SQL INSERT/UPDATE View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063051#4063051 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406

[jboss-user] [Clustering/JBoss] - Re: JBossAS 4.2.0, TCP Stack, Segmenting Partitions

2007-07-11 Thread quinine
TCP.start_port You will find this wiki useful: http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroups I wish I had found it earlier. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063050#4063050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBossWS] - Re: Endpoint does not contain operation meta data for: getAc

2007-07-11 Thread lacp46
Hi, do u resolve your problem? I have the same error, I installed Jboss 4.2.0.GA and deployed my old web services packages that work fine in Jboss 4.0.5.GA. Thanks ... Luis. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063049#4063049 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Nested conversations - potential bug in Manager.beginNes

2007-07-11 Thread [EMAIL PROTECTED]
You can't end two conversations in a single request. That's not how the model works. @End simply says "at the end of the request, end the current conversation". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063048#4063048 Reply to the post : http://www.jbo

[jboss-user] [JBoss Tools (users)] - Re: Upgrade to last nightly build - HOW

2007-07-11 Thread flindet
I've just been unzipping each nightly build in my eclipse directory overwriting the previous nightly and it seems to work properly. I apologize if this is bad advice. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063047#4063047 Reply to the post : http://w

[jboss-user] [JBoss jBPM] - LinkageError

2007-07-11 Thread ricardomarques
Hi I'm getting this throw when running a TaskInstanceEndCommand, and i get no idea why this is happening or what it means. Appreciate any feedback on this! | 16:13:47,593 INFO [STDOUT] THROW: java.lang.LinkageError: loader constraints violated when linking javax/transaction/Synchronizatio

[jboss-user] [JBoss Seam] - Re: Is it possible to access the outer instance of a Seam Co

2007-07-11 Thread youngm
http://jira.jboss.org/jira/browse/JBSEAM-1642 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063035#4063035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063035 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: seam v2.0beta takes ages to start on WebSphere v6.1.0.9

2007-07-11 Thread [EMAIL PROTECTED]
Hi titou09, While we (well, Norman :)) are fixing this issue, could you share your app with me? I am interesting in seeing working WebSphere apps for Seam2. Thanks a lot. cheers Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063043#4063043 Reply to

[jboss-user] [JBoss Seam] - Re: EntityHome usage recommended?

2007-07-11 Thread matt.drees
As a thought... you may find it useful to subclass MutableController, or PersistenceController, or Controller. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063039#4063039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Seam] - Re: examples didn't work

2007-07-11 Thread enzhao
have you tried http://localhost:8080/seam-booking/? Have you seen the ear file(or directory) in your jboss deploy directory? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063038#4063038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - examples didn't work

2007-07-11 Thread guiltyxsin
Hi, I am new to Jboss seam and I followed the instructions in getting started section, and whenever I redirect my web browser to "http://localhost:8080/seam-bookings/"; link I always got 404 error. I am using windows XP sp2, I installed jdk 6u2, ant1.7, jboss AS 4.2 and seam1.3. The build proc

[jboss-user] [JBoss Seam] - Re: Class Inheritance and the EntityHome Framework Class

2007-07-11 Thread trickyvail
It turned out to be pretty simple to get it working. @Entity | @Inheritance(strategy = InheritanceType.SINGLE_TABLE) | @DiscriminatorColumn(name = "discriminator", discriminatorType = DiscriminatorType.STRING) | public abstract class BaseClass implements Serializable | { | private S

[jboss-user] [JBoss Messaging] - Re: strange failover behaviour in clustered config

2007-07-11 Thread [EMAIL PROTECTED]
If nodeA was the last node to crash, and is lost forever (it will never come back again) you could update the serverID on the database (or to have another node with the same ID as you described). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063033#40630

[jboss-user] [JBoss jBPM] - processInstance.getRootToken() issue

2007-07-11 Thread remon_sherin
Hi All, If I have a process instance that have been signalled many times (token doesn't refer to root node anymore), does calling processInstance.getRootToken() create another token referring to startState, or does it return current token. Thanks in advance. View the original post : http:/

[jboss-user] [JBoss Messaging] - Re: strange failover behaviour in clustered config

2007-07-11 Thread ramazanyich
Thanks for explanation. Just some real case for clearance. Imagine node A is crashed completely (disk failure). It means that I will not be able to start it. Do I understand correctly that I have to install jboss messaging server on new machine and assign the same serverpeer id as it was on nod

[jboss-user] [JBoss Seam] - How do i check which conversation ids are in the stack?

2007-07-11 Thread enzhao
Hi, I want to debug a conversation with about 5 nested conversationsneed to check which conversation entries are in the conversation stack, how do I do it? Thanks! Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063028#4063028 Reply to the

[jboss-user] [JBoss Seam] - Email does not reach recipient and no debug messages appears

2007-07-11 Thread dkane
Hello In mail-service.xml I only changed debug="false" to "true" , and did not touch server addresses, etc. In components.xml, I added the line : | The first question : does components.xml settings override mail-service.xml settings ? Then, I have a page http://www.w3.org/1999/xht

[jboss-user] [JBossCache] - Re: Exception occured during transaction commit - JBoss tree

2007-07-11 Thread sesha.govindan
Unfortunately I don't have much log since this a Batch application. The way Data was organized is I have around 32 tables and each has pointed to a node. Possible that lot of read /Writes happening with the same node. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - Re: Nested conversations - potential bug in Manager.beginNes

2007-07-11 Thread enzhao
There is a method which ends a mother conversation like this: | | @End | public void doA(){ | ... | // call a method of another action bean which is annotated with @Begin(nested=true) | ... | // call a method of another action bean which is annotated with @End | ...

[jboss-user] [JBoss Messaging] - Re: strange failover behaviour in clustered config

2007-07-11 Thread [EMAIL PROTECTED]
When you killed nodeA all your message were merged into nodeB. When you killed nodeB, you didn't have any nodes to accept the failover. Later you started nodeA.. nothing was merged from nodeA... When you started nodeB back... messages were loaded on the cluster again. I would say you aways ne

[jboss-user] [Messaging, JMS & JBossMQ] - Too many MDB's

2007-07-11 Thread lfhaddix
I am trying to set up mdb's to integrate 5 applications. I am trying to set up an WSMQ queue/mdb for each function. I can define 4 mdbs in ejb-jar.xml and jboss.xml with no problems but once I define 5, I start getting an error (see below) on the last ones defined in ejb-jar.xml. I assume th

[jboss-user] [JBoss Seam] - Re: [2.0beta1]s:button + pages.xml behaviour change

2007-07-11 Thread enzhao
sorry, I forgot to add the code tag...the code should be: | | ... | ... | ... | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063018#4063018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406301

[jboss-user] [JBoss Seam] - Re: [2.0beta1]s:button + pages.xml behaviour change

2007-07-11 Thread enzhao
Matt you are right. That was my mistake, sorry. I should have known more about the pages-2.0.xsd first.Now I wrote the navigations this way: ... ... ... all the navigation rules work fine now. :-) Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Why does JBoss rewrite web.xml

2007-07-11 Thread DjHitItUp
I'm still at a lost for this information. Please help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063015#4063015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063015 ___

[jboss-user] [EJB/JBoss] - NoRouteToHostException on local lookup

2007-07-11 Thread kanth_seenu
I have read and understood that if I specify kind="physical" in my tag in build script, even my local lookup's will use JNDI. I found some exceptions in my server log, when it was trying to do some local lookups and when my server had actually lost its network connectivity(I unplugged the cab

[jboss-user] [JBoss Messaging] - strange failover behaviour in clustered config

2007-07-11 Thread ramazanyich
Hi, I'm testing failover situations with JBOSS Messaging server 1.3GA running on jboss4.2.1GA (got it from branch as it is not yet released, but almost ready for release) on two node cluster. I installed clustered jboss messaging server 1.3.0GA using release-admin.xml build script. And did addi

[jboss-user] [EJB/JBoss] - Re: What append when a Session bean timed out?

2007-07-11 Thread buggsbunny101
No one? really. I'm sure that someone know that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063010#4063010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063010 ___ jbos

[jboss-user] [EJB/JBoss] - sessionContext and getInvokedBusinessInterface

2007-07-11 Thread buggsbunny101
Hi all, What a surprise! I try to call sessionCOntext.getInvokedBusinessInterface() without succes. This call throw java.lang.RuntimeException: NOT IMPLEMENTED Is that the normal behaviour? I'm surprise since this is a STANDARD method. In fact my problem is simple: I try to know if the caller i

[jboss-user] [JBossCache] - Re: Could this be deadlock when modifying TreeCache

2007-07-11 Thread [EMAIL PROTECTED]
You'd need to tune your flow control stack. the JGroups FC protocol blocks when you have fast senders and slow receivers in your cluster. Are you using your cache in REPL_SYNC mode? If so you can just remove FC from your JGroups configuration. View the original post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: bug in exception handling ?

2007-07-11 Thread lklm
Hi. The same thing happens with Seam 2. No change here at all. To my knowlegde end-conversation isn't possible in jpdl.xml. I had env-conversation in pages.xml from the start, like: | | | | Unexpected failure | | | First request is redirected to gener

[jboss-user] [JBoss Seam] - Hibernate2 Problem

2007-07-11 Thread ralscha
Hello I found a strange behaviour with Hibernate2 Example in Seam 2.0.0B1. I deployed the example into Tomcat and it starts fine. In the browser I see the homepage with the login form. But everytime I start a request for example with "Register New User" or "Register" in the New User form the p

[jboss-user] [JBoss Seam] - Re: org.jboss.seam.web.isUserInRole issue

2007-07-11 Thread [EMAIL PROTECTED]
Right, the $ stuff was deprecated in Seam months ago. You can write; #{org.jboss.seam.web.isUserInRole['ServiceTopicManager']} View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063003#4063003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Re: EntityHome usage recommended?

2007-07-11 Thread maku01
"denis-karpov" wrote : What ever you do, you will need some functionality in your application that is already in EntityHome. At least, I suggest you to examine sources of it and catch the ideas and approaches . Then you can try to reuse it. I know, I already have a common class which is respons

<    1   2   3   4   >