[JBoss-user] [EJB 3.0] - Re: Session Bean / Classpath trobules

2006-04-09 Thread faelin
Hm, unfortunatelly it won't help me. I am passing a plain java bean as a parameter to a session bean, because the arguments I had to pass are too much. I keep it in the same .jar file with the session beans (because that seems reasonable to me). But thanks for you link - that will be of big ass

[JBoss-user] [JBoss Seam] - JBoss-4.0.4.CR2 and SEAM

2006-04-09 Thread keanmeng1975
Hi, I m created and deploy a SEAM application that runs fine on Jboss-4.0.4RC1 using JBoss SEAM 1.0 beta 2. I am now currently required to deploy to JBoss-4.0.4.CR2 so that i use the JBossWS stack .However it seem my app doesn;t run on the new jboss server. My question is 1)Which version of JBos

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jacorb timeout

2006-04-09 Thread golubec
I'm using JBOSS 4.0.0 (and I can't update it to the new version, since there are some business constraints). So jacorb went along with my JBOSS doesn't have such property , as jacorb.connection.client.connect_timeout=0 So what could you advise me? If there is possibility to update my jacorb ca

[JBoss-user] [EJB 3.0] - not a J2EE 1.4 compatible configuration?????????????????????

2006-04-09 Thread atlinkcom
Hi, I'm new to EJB3.0. When i tried to install "jboss-4.0.4.CR2" it ask to select an installation(Configuration) option, when i select ejb3 in the discription it says "A ejb3 profile supporting the full ejb3 spec with tomcat. Note, this requires a JDK5 runtime and is not a J2EE 1.4 compatib

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-04-09 Thread svoezemtsev
Today I installed the lates version of Eclipse with JBOSS IDE (JBossIDE-1.5.1.GA-Bundle-win32.zip) and tryed to make reverse engineering. I use Oracle9 database. I did not get any errors but in "Hibernate configuration" view I do not see any table. Why? It is my hibernate.cfg.file http://hib

[JBoss-user] [Beginners Corner] - JBoss Log ?

2006-04-09 Thread sranil
How can I look the logs such as any output I write using System.out.println(). Using Tomcat you can look the catalina.out file. What is the equivalent procedure in JBoss. Thanks in advance, Anil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936173#3936173

[JBoss-user] [EJB 3.0] - Re: Session Bean / Classpath trobules

2006-04-09 Thread marcwimmer
I had troubles with that, too... have a look at this post perhaps: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935886#3935886 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936172#3936172 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [EJB 3.0] - Re: Adding jars to ejb3-jar file

2006-04-09 Thread marcwimmer
Hi there, YEEESS! I made it :) You were right with the manfiest.mf-file: I did the following thing: In my class e.g. utils.jar I put complex parameters and functions, that all bean-levels (ejb, par, war) shall be able to use. I put it in a /lib directory of the root in the ear-file. Then I in

[JBoss-user] [JBoss jBPM] - Node by Node Execution Status

2006-04-09 Thread aksharma
I want to write a class which returns me a detailed status on a node by node basis for a execution of a process. So the input would be a process instance id and the output should contain 1. Node Enter Time 2. Start Time 3. End Time 4. Elapsed Time - which is a calulation If we use Token to get

[JBoss-user] [Security & JAAS/JBoss] - Re: Jacc PolicyContext related

2006-04-09 Thread [EMAIL PROTECTED]
I was writing a standalone testcase that would need to set a dummy subject on the thread and I could retrieve later the PolicyContext way. I had to do: a) Register the subjectcontexthandler in the PolicyContext. b) Set the subject on the SecurityAssociation. c) Sometime later, the authenticated s

[JBoss-user] [JBoss Seam] - Re: Refreshing window using seam

2006-04-09 Thread KittyK
Okay will do, thanks! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936168#3936168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936168 --- This SF.Net email is

[JBoss-user] [JBoss Seam] - EntityManager in conventer

2006-04-09 Thread mirko27
How to get instance of EntityManager(SeamManaged or usual) in Conventer? Tried many ways, but nothing worked. And Gavin, what about that JTA exception?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936167#3936167 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [JBoss jBPM] - Re: How to let process stay in node

2006-04-09 Thread hoogenbj
Hi, I posted this some time ago: "Hi Everyone I want to have a node which executes a process for every item in a list. What complicates things is that only one item must be processed per signal. I thought I could do it with a custom actionhandler on a node and just not call context.leaveNode()

[JBoss-user] [JBoss Seam] - Re: Possible to open new window with s:link?

2006-04-09 Thread chane
Good to know. It's just more natural for me to read. I've worked with other languages/applications where the $ was used for expression/variable substitution. It's not a problem to change my style - particularly if that is the way the jsf/facelets community is shaping up. Since el expressions

[JBoss-user] [JBoss Seam] - Re: Possible to open new window with s:link?

2006-04-09 Thread [EMAIL PROTECTED]
Why do you want to use $?? # is preferred. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936164#3936164 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936164 --- Th

[JBoss-user] [JBoss Seam] - Re: Refreshing window using seam

2006-04-09 Thread [EMAIL PROTECTED]
Yep, that looks OK. Try using the debugger and the Seam debug page to find out what is going on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936163#3936163 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936163 ---

[JBoss-user] [JBoss Seam] - Re: Refreshing window using seam

2006-04-09 Thread KittyK
Hi Gavin, Yeah I'm pretty sure.. Here's what I've got. I have 2 classes. 1 for add, the other for delete. Can you please check it out and let me know if you see anything wrong in relation to how I'm using Seam? Thanks heaps I really appreciate your help! Class One - Delete @Stateful @Scope(EV

[JBoss-user] [JBoss Seam] - Re: Possible to open new window with s:link?

2006-04-09 Thread chane
I found the issue. In my s:link command, I was using ${personEditor.view}. When I changed this to #{personEditor.view} it worked! I found this by looking at the code in SeamPhaseListener line 104. But that is probably coincidence as I don't see how that line caused this behavior: | String

[JBoss-user] [JBoss Seam] - Re: Refreshing window using seam

2006-04-09 Thread [EMAIL PROTECTED]
If that is really the case, then it will be rebuilt on every request to the server. Are you *sure* about that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936160#3936160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JBoss Seam] - Re: Refreshing window using seam

2006-04-09 Thread KittyK
It's an EVENT View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936159#3936159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936159 --- This SF.Net email is sponsored

[JBoss-user] [JBoss Seam] - Re: Refreshing window using seam

2006-04-09 Thread [EMAIL PROTECTED]
What scope is the DataModel? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936158#3936158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936158 --- This SF.Net emai

[JBoss-user] [JBoss Seam] - Re: Refreshing window using seam

2006-04-09 Thread KittyK
Hi, I'm not sure what the problem is, as when the delete action is performed the page automatically refreshes. Basically, I have two data table's. For the list table, each column is an outputText value, and basically lists each record in the database. Each row is a record, each column is a fi

[JBoss-user] [JBoss Seam] - Re: Possible to open new window with s:link?

2006-04-09 Thread chane
Although in the log file I see the personEditor being deployed by Seam: | | 2006-04-09 22:58:25,921 INFO [javax.servlet.ServletContextListener] Welcome to Seam 1.0 beta 2 | 2006-04-09 22:58:25,953 INFO [org.jboss.seam.init.Initialization] reading properties from: /seam.properties | 20

[JBoss-user] [JBoss Seam] - Re: Possible to open new window with s:link?

2006-04-09 Thread chane
ok - I removed the and it still doesn't work. Also, when I look at the log file when I execute the booking demo I see the following: | | 2006-04-09 22:46:02,484 DEBUG [org.jboss.seam.contexts.Lifecycle] >>> Begin web request | 2006-04-09 22:46:02,484 DEBUG [org.jboss.seam.Component] ins

[JBoss-user] [JBoss Seam] - Re: Possible to open new window with s:link?

2006-04-09 Thread [EMAIL PROTECTED]
remove the View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936154#3936154 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936154 --- This SF.Net email is sponsored by

[JBoss-user] [JBoss Seam] - Re: Possible to open new window with s:link?

2006-04-09 Thread chane
I have tried the following with and without the . And this the only navigation rule that contains view. | | /results.xhtml | | view | /view.xhtml | | | edit | /view.xhtml | | | View the original post : http://www.j

[JBoss-user] [JBoss Seam] - Re: Possible to open new window with s:link?

2006-04-09 Thread [EMAIL PROTECTED]
What is your navigation rule for the "view" outcome? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936152#3936152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936152

[JBoss-user] [JBoss Seam] - Re: Possible to open new window with s:link?

2006-04-09 Thread chane
Excellent! I just grabbed the latest CVS code and the example works great! However, I can't seem to make it work in my simple application. Is there any special setup I need to do in order to use the Seam UI components? I have my sample appication working almost identically to the booking exam

[JBoss-user] [JBoss AOP] - Re: aop build.xml memory-test FAILED!

2006-04-09 Thread bkeh12
Hi, I will see that thread. Thank you for telling me...:-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936149#3936149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936149 -

[JBoss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-04-09 Thread lowkoen
Thanks kbarfield. I can now access to the Getting Started login page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936148#3936148 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936148 ---

[JBoss-user] [JBoss Messaging] - ebXML Support

2006-04-09 Thread katyal_manish
Hi, We are thinking of using ebXML for sharing the supply chain messages related to Book Manufacturing among publishing vendors. Want to know whether JBoss supports ebXMS and provides the registry for ebXML. Need more details on this. Looking forward for the response at the earliest. As we are

[JBoss-user] [EJB 3.0] - Re: Error deploying ejb3.0 test

2006-04-09 Thread mmmjr1
Bill, Sebastian thanks for your replies. Sorry about the delay... I've try what you suggested and here is the result: (ps.: between my several tries to solve the problem I have changed the database to mysql and upgraded jboss to 4.0.4 CR2.) Sebastian suggestion (put the -ds file directly in dep

[JBoss-user] [Security & JAAS/JBoss] - Re: client ip in loginmodule for ejb clients

2006-04-09 Thread [EMAIL PROTECTED]
Custom client proxy interceptor to propagate this info independent of the transport layer along with a server side interceptor before the security interceptor would work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936144#3936144 Reply to the post : http

[JBoss-user] [JBoss jBPM] - Re: Problem running process state inside a process

2006-04-09 Thread hosierdm
I can do that when I get to work tomorrow, but the basic question is if the behavior I'm seeing is the way it is supposed to work or not. Surely that can be answered without seeing process definitions. When I run the sub-process as its own process, it stops at wait states and doesn't resume un

[JBoss-user] [Security & JAAS/JBoss] - Re: client ip in loginmodule for ejb clients

2006-04-09 Thread gdemir
So, does it mean it is not possible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936143#3936143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936143 --- This SF.

[JBoss-user] [Security & JAAS/JBoss] - Re: Jacc PolicyContext related

2006-04-09 Thread [EMAIL PROTECTED]
What whould be the usage? I don't know what you would gain over the current getContext shortcut to the data. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936142#3936142 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Installation, Configuration & Deployment] - Re: web console not in ejb3 profile for jboss 404 rc2

2006-04-09 Thread [EMAIL PROTECTED]
ejb3 has not been integrated with the mgmt tools. The ejb3 profiles are previews of primarily the ejb3 spec. Until this is finalized and stabilized in jboss I don't expect these profiles to be replacements for default/all. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Deserialization of dynamic proxy classes

2006-04-09 Thread [EMAIL PROTECTED]
Create a jira issue with the details of the object in the message. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936140#3936140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936140 --

[JBoss-user] [The Lizzard's corner] - Re: separation anxiety

2006-04-09 Thread [EMAIL PROTECTED]
Congrats. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936139#3936139 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936139 --- This SF.Net email is sponsored by x

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS dynamic role-based security with a custom Policy?

2006-04-09 Thread [EMAIL PROTECTED]
The jacc integration aspect. When I get around to updating the out of date jaas tutorial to cover ejb3 I will look at what is needed in more detail. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936138#3936138 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [Installation, Configuration & Deployment] - Re: sharing library-jar globally in EAR

2006-04-09 Thread [EMAIL PROTECTED]
The deployment class loader with the manifest. Still waiting for the jira issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936137#3936137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936137

[JBoss-user] [EJB 3.0] - Re: QuerySyntaxException: this makes no sense...

2006-04-09 Thread [EMAIL PROTECTED]
select b from Blog b where b.isDefault = TRUE View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936136#3936136 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936136 ---

[JBoss-user] [JBoss jBPM] - Re: Compile GPD

2006-04-09 Thread [EMAIL PROTECTED]
Hi Matt, There have been a couple of forum posts, but a long while back. You should do the following things : - download and install Eclipse 3.1.2 - download and install WTP 1.0.1 - download and install EMF 2.1.2 - download and install GEF 3.1.1 - download and install JEM 1.1.0.1 After thi

[JBoss-user] [EJB 3.0] - Re: multiple blob update operations hung up JBoss

2006-04-09 Thread r_q_d
inserting several new records seems working. just updating several records does not work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936134#3936134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936134 --

[JBoss-user] [JBoss jBPM] - Re: editing tasks with Eclipse plugin for the JBoss jBPM Vis

2006-04-09 Thread [EMAIL PROTECTED]
It is a known bug which is corrected now. Stay tuned for a release of 3.0.9 this week or so... Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936133#3936133 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss jBPM] - Re: how to deploy process definitions in eclipse process des

2006-04-09 Thread [EMAIL PROTECTED]
If you want to deploy programmatically in your own application, have a look at the DeployServlet code in the jbpm.webapp source tree. This is an example of how you have to do it. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936132#3936132 Re

[JBoss-user] [JBoss jBPM] - Re: Jbpm+Jboss Seam

2006-04-09 Thread [EMAIL PROTECTED]
There is a Seam example on how to use the jBPM integration. Have a look at their docs and examples. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936131#3936131 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [EJB 3.0] - QuerySyntaxException: this makes no sense...

2006-04-09 Thread tsar_bomba
I'm doing the simplest of queries and I'm getting an exception...I'm thoroughly stumped on this one. I'm building a simple blogger app w/ EJB3 & Wicket as a proof-of-concept to see how stable JBoss EJB3 is and if I'll be able to use it in production applications (I know people are doing this no

[JBoss-user] [JBoss AOP] - Re: question about jboss-aop improvements

2006-04-09 Thread [EMAIL PROTECTED]
Yes there is an overhead for using AOP. For around advice, which is the only kind currently supported it is an object allocation per prepared joinpoint that has aspects. Before/after/throwing support is in the works and avoids this allocation. There is very basic support for this in jboss-head

[JBoss-user] [JBoss AOP] - Re: aop build.xml memory-test FAILED!

2006-04-09 Thread [EMAIL PROTECTED]
I am working on this in another branch, and should be merging this into head and 1.3.7 in a day or two. (The reason for another branch was I was not sure how much I'd need to change the API) http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80438 View the original post : http://www.jbo

[JBoss-user] [JBoss Seam] - Re: Problem running Seam Example

2006-04-09 Thread [EMAIL PROTECTED]
this only affected last night's nightly build. it is now fixed in cvs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936123#3936123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936123 --

[JBoss-user] [JBoss Seam] - Problem running Seam Example

2006-04-09 Thread maderam
I built and deployed Seam Booking Example without errors. I went to web browser and got application first page, with user login form. When I chose any: register new user or account login I get following exception: | 17:48:38,781 INFO [STDOUT] Hibernate: select user0_.username as username2_,

[JBoss-user] [Installation, Configuration & Deployment] - Re: Securing the jmx-console in 4.0.3 SP1

2006-04-09 Thread htbeast
You're a hero. That part had me really stuck. The guide is good, although the "securing the jmx-console" section isn't. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936121#3936121 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [JBoss Seam] - Re: Report: CVS Version of Seam

2006-04-09 Thread mirko27
Didn`t know actually. Thanks. Did you get my e-mail Gavin? And please look at that JTA Transaction thread that I posted. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936119#3936119 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [EJB 3.0] - Turning on query print-out

2006-04-09 Thread tsar_bomba
In hibernate I could watch queries in the console as they were generated. How do I turn this feature on w/ EJB3? I'm using JBoss 4.0.4RC1. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936118#3936118 Reply to the post : http://www.jboss.com/index

[JBoss-user] [JBoss Seam] - Re: Report: CVS Version of Seam

2006-04-09 Thread [EMAIL PROTECTED]
Fixed now. You know you can use CVS to checkout a snapshot from any date/time, right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936117#3936117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936117

[JBoss-user] [JBoss jBPM] - modeling a long running process

2006-04-09 Thread fptoth
Hi, I've been making good progress getting jbpm running on a production database and have written some test code, etc. But now I'm trying to understand how to get some real work done! Part 1: Let's say that one thing we have to accomplish in a process is: "ftp large file to remote site" Assu

[JBoss-user] [EJB 3.0] - Re: Session Bean / Classpath trobules

2006-04-09 Thread faelin
Actually, all classes need to be loaded in the same classloader, as I found. The .war's were loaded by the WebappClassLoader, while all other by the JBoss' unified class loader. I solved the problem by making the .war's use the same classloader (which has some disadvantages, but should work for

[JBoss-user] [Installation, Configuration & Deployment] - Re: EJB Deploy, Lookup Problem

2006-04-09 Thread edwinfrederick
I've tried this and it works. i hope it could help you | try | { | InitialContext ctx = new InitialContext(); | | HelloWorld hwRemote = (HelloWorld) ctx.lookup("java:HelloWorld"); | System.out.println(hwRemote.getHelloWorldString("TestThisStrin

[JBoss-user] [Advanced Documentation] - how roll back is done

2006-04-09 Thread sony3002
hello all i created database connection pool in jboss and after taking a connection from datasource i tried to setAutoCommit(false) then i get the following error java.sql.SQLException: You cannot set autocommit during a managed transaction! | at org.jboss.resource.adapter.jdbc.BaseWrapper

[JBoss-user] [Installation, Configuration & Deployment] - configure and use Jboss with MySQL Database instead of the H

2006-04-09 Thread hemophiliac
Hello, I've got a problem in managing my Jboss configuration. I want to program an application based on servlets with a good database in the background. Therefore I thought it is best to use a new jboss version (best would be 3.x) and a new mysql version (best 5.0). But ive no idea how to co

[JBoss-user] [JBoss AOP] - aop build.xml memory-test FAILED!

2006-04-09 Thread bkeh12
| init: | | | compile-test-classes: | | memory-test: | [echo] Source=D:\java\eclipse-workspace1\jboss-head\aop/output/tests.classe | s | [echo] aoppath=D:\java\eclipse-workspace1\jboss-head\aop/src/resources/test | /memoryleaks/jboss-aop.xml | [aopc] Build

[JBoss-user] [Installation, Configuration & Deployment] - Re: sharing library-jar globally in EAR

2006-04-09 Thread asack
"[EMAIL PROTECTED]" wrote : Bingo on the last reply, that is indeed the solution. However, this will work for JBoss 4.0 and not for JBoss 3.x. Remember, at the very least to include the version of JBoss that you are using so we can be of better help. | | Weston (or anyone), can you pleas

[JBoss-user] [JBoss Portal] - Re: No layout found for layout id generic

2006-04-09 Thread DViper01
I just had the same problem with 4.0.4RC2 and found a fix: Open the xml-file 'JBOSS_HOME/server/default/deploy/jboss-portal.sar/META-INF/jboss-service.xml' in an editor. Search for ... name="portal:service=TreeCache,type=transient" ... and add the line ... jboss:service=TransactionManager ...

[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2.1RC3 with JBoss AS 4.0.4RC1

2006-04-09 Thread DViper01
I just had the same problem with 4.0.4RC2 and found a fix: Open the xml-file 'JBOSS_HOME/server/default/deploy/jboss-portal.sar/META-INF/jboss-service.xml' in an editor. Search for ... name="portal:service=TreeCache,type=transient" ... and add the line ... jboss:service=TransactionManager ...

[JBoss-user] [EJB 3.0] - Re: many to many delete

2006-04-09 Thread [EMAIL PROTECTED]
Well, I just found out you can't do a native query to perform deletes (learn something everyday :-). I get this after a createNativeQuery("DELETE FROM...") / executeUpdate(): java.lang.UnsupportedOperationException: Update queries only supported through HQL I'm at a loss as to how I can delet

[JBoss-user] [JBoss Seam] - generating seam files with hibernate tools prob.

2006-04-09 Thread DoubleDenim
I'm trying to generate my seam files from existing ejb3 entity pojos but when i go to run the console i get the following. | org.hibernate.MappingException: An AnnotationConfiguration instance is required to use | | Plus i also get this in the error list. Even though I am not gener

[JBoss-user] [Installation, Configuration & Deployment] - Re: Cannot get debugging to work with JBOSS deployment and M

2006-04-09 Thread asack
"Mork" wrote : I'm using MyEclipse 4.1.1 (current version) for my JBOSS/J2EE project and cannot get debugging working. | | The problem I'm having is that when I try to set a breakpoint in a JAVA file, I get the error that the debugging information for line numbers needs to be added to the p

[JBoss-user] [Installation, Configuration & Deployment] - Classloading issues (help!)

2006-04-09 Thread asack
When you have an EAR, an EAR isolation is turned on, and you have optional libraries that are referenced in an EJB3 module (JAR) via the Class-Path attribute, what classloader is used for these referenced libraries? It seems to me that they libraries should have scope over the EAR to grab resou

[JBoss-user] [JBoss Seam] - Re: org.hibernate.TransactionException:

2006-04-09 Thread mirko27
Little testing showed, that this session-scoped problem. If one connects and gets this error then he gets this all session. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936099#3936099 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [JBossWS] - Invalid WSDL (jsr-181)

2006-04-09 Thread still_aimless
JBoss 4.0.4-CR2 base class: | package test.ws.a; | | public class BaseResponse {} | derived class (notice that it is in a different package): | package test.ws.b; | import test.ws.a.BaseResponse; | public class StandardResponse extends BaseResponse {} | | package test.ws;

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

2006-04-09 Thread mirko27
No stack trace, just h: message that it`s not a valid value. Role is an entity bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936096#3936096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936096

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

2006-04-09 Thread SunFire
selectItems works for me when I use Map. Haven't tried to put others things then String into it yet since usualy a selectItem only accepts Strings as value. btw: I had coffee now and no need to point my silly nose on my obvious errors of my first post! Please just ignore it. :/ View the origin

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

2006-04-09 Thread [EMAIL PROTECTED]
I don't think the exception is anything at all to do with Seam. Looks like a pure JSF problem. I don't think a Role is a valid value for a SelectItem. What is the stacktrace? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936094#3936094 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Converting from EJB collections to JSF models -- techniq

2006-04-09 Thread [EMAIL PROTECTED]
I don't think you can use EL for this. Basically, do it the same way you would do it in plain JSF, ie, write code to build up the TreeModel. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936093#3936093 Reply to the post : http://www.jboss.com/index.html?mod

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

2006-04-09 Thread mirko27
But why doesn`t it like the value options? Maybe I Can`t put value as Object n? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936092#3936092 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936092 -

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

2006-04-09 Thread SunFire
Interesting, then I got a whole lot about Seam wrong and hope even more that Gavin or some other Seam guru is going to enlighten us. :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936091#3936091 Reply to the post : http://www.jboss.com/index.html?module=

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

2006-04-09 Thread mirko27
Factory did get called and rolesMap is in conversational context. It displays verything fine but when I select smth and then submit, then it says this error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936090#3936090 Reply to the post : http://www.jboss.c

[JBoss-user] [Clustering/JBoss] - mysql-xa-ds.xml is not working...

2006-04-09 Thread myself_biswajit
hi all, i am using MySQL Server 5.0 as the database my mysql-ds.xml is working fine when i am working with one database(ie in my machine). MySqlDS false jdbc:mysql://localhost:3306/testing com.mysql.jdbc.Driver root root123 org.jboss.resource.adapter.jdb

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

2006-04-09 Thread SunFire
I am not sure about this and realy like to hear Gavins opinion on my response: anonymous wrote : These attributes occur on component instance variables or property | accessor methodsThis is taken from the manual for bijection annotations and I take it that bijection annotations only work for S

[JBoss-user] [Security & JAAS/JBoss] - Embeddable Ejb problem

2006-04-09 Thread ramanap
When I tried to run Entity Bean from Stateless session beans using Embeddable Ejb, I get the following error: javax.ejb.EJBException: java.lang.IllegalArgumentException: Unknown entity: com.fedcsc.smoportal.model.Users at org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPol

[JBoss-user] [JBoss Seam] - Re: Report: CVS Version of Seam

2006-04-09 Thread mirko27
Yeah, I did get it work. I have no time(deadline) for testing this portlet and so on stuff, but I did find (from harddrive) working version of latest jboss-seam. Could you help me out with this SelectManycheckbox issue? This would be lovely. Thanks for helping. View the original post : http:

[JBoss-user] [JBoss Seam] - Re: Report: CVS Version of Seam

2006-04-09 Thread SunFire
btw: if you want to use the facesmessages change your import from org.jboss.seam.core.FacesContext to javax.faces.context.FacesContext. This way it works for me just fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936085#3936085 Reply to the post : ht

[JBoss-user] [JBoss Seam] - Re: Report: CVS Version of Seam

2006-04-09 Thread SunFire
Hi mirko27, can you please be a little more specific about what does not work, maybe provide specifc cases/traces and maybe provide some information about the version you are useing (myfaces, facelets, ejb3, jboss). Since I am also useing a quite recent CVS version and everything works for me,

[JBoss-user] [JBoss Seam] - SelectManyCheckbox

2006-04-09 Thread mirko27
I`m trying to do following: | | | | | | | | | |

[JBoss-user] [JBoss jBPM] - Re: wrong versions at the download website?

2006-04-09 Thread [EMAIL PROTECTED]
There is some work being done on the labs area in order for the content to be consistent with the main product page. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936082#3936082 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [EJB 3.0] - Re: Data Retrieval Performance

2006-04-09 Thread epbernard
"ejb3workshop" wrote : I think the short answer is yes. I would not recommend EJB3 persistence to be used for report generatation, which typically requires large datasets to be loaded and processed. Vanilla SQL can perform a much better job at that and provides more flexiblity. EJBQL Report que

[JBoss-user] [JBoss jBPM] - Re: Post-Dated tasks

2006-04-09 Thread [EMAIL PROTECTED]
I think the best way to do this is to disable automatic creation of the tasks in the task-node. Then you create your tasks in an action handler when the token enters your task node. Along with creating the task you put the 'visible date' in an additional table you create. You can then in your us

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Doubt: Running EJB with Jbosside

2006-04-09 Thread elfassir1
you just need to go to your project name--> right click --> properties --> choose Xdoclet Configuration --> select 'Enable XDoclet' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936078#3936078 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBoss Seam] - Re: @DataModel design issues -- JSF/HTTP dependency in EJBs?

2006-04-09 Thread mirko27
Use long-running conversation. You have to start thinking this way :D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936076#3936076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936076 ---

[JBoss-user] [JBoss jBPM] - Re: Named query not known: TaskMgmtSession.findPooledTaskIns

2006-04-09 Thread [EMAIL PROTECTED]
This looks like a bug. Can you provide a unit test demonstrating this behaviour? If you do, please file a JIRA issue and attach the test to it, referencing this forum thread. Thanks, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936075#3936075 Reply t

[JBoss-user] [JBoss jBPM] - Re: dialect not found

2006-04-09 Thread [EMAIL PROTECTED]
This is a bizarre failure. Are you sure you are using the correct hibernate archive? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936074#3936074 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936074

[JBoss-user] [JBoss jBPM] - Re: Problem running process state inside a process

2006-04-09 Thread [EMAIL PROTECTED]
Can you at least post your process and your subprocess here? Better yet, also post a unit test demonstrating the behaviour? Without this info it is quite difficult to see what is going on. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936073#3

[JBoss-user] [JBoss jBPM] - Re: JBPM 3.1 : Error while Transitioning to next Token.

2006-04-09 Thread [EMAIL PROTECTED]
This code looks strange to me. Why do you save your jbpmContext in between nodes? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936072#3936072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936072 ---

[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script.

2006-04-09 Thread [EMAIL PROTECTED]
I have the impression that your deadlocks are due to your clientcode using jBPM. Try to analyze the situation when this happens and what the different callstacks of your client applications are. Do you use locks in your client applications? Regards, Koen View the original post : http://www.jb

[JBoss-user] [JBoss Portal] - Re: RenderResponse.createActionUrl() does not work

2006-04-09 Thread gilboay
hi again - This is not a markup problem. I've modified the code to generate valid HTML (enclosing all attributes with double quotes). The problem is with the actual value of the action attribute. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936070#3936070

[JBoss-user] [JBoss Seam] - Re: @DataModel design issues -- JSF/HTTP dependency in EJBs?

2006-04-09 Thread uhyonc
The outjection is tougher than you'd think... The problem is that I have 3 beans that will outject the selectedItem object... I tried it with both the Page scope and the Session scope. Apparently, all 3 of the beans will outject the selectedItem, which means that a random item will get outjecte

[JBoss-user] [JBossWS] - [DeserializationContextImpl] Ignoring invalid namespace mapp

2006-04-09 Thread stickler_orko
I am new in JBoss. I have deployed an EAR, which contains one jar file containg the bean files and one war file containg the webservice related files, including web.xml,wsdl and mapping files. now when i am trying to access this webservice, i m getting error in client side but its showing no err

[JBoss-user] [JBossWS] - Re: ERROR: Ignoring invalid namespace mapping

2006-04-09 Thread stickler_orko
I am new in JBoss. I have deployed an EAR, which contains one jar file containg the bean files and one war file containg the webservice related files, including web.xml,wsdl and mapping files. now when i am trying to access this webservice, i m getting error in client side but its showing no err

[JBoss-user] [JBoss Seam] - Re: @DataModel design issues -- JSF/HTTP dependency in EJBs?

2006-04-09 Thread uhyonc
As to the selectedItem... It works, as long as you make sure that the bean is either a stateful session bean or it's in the page (or longer) scope and the same goes for the scope on the @Out annotation for the selectedItem. View the original post : http://www.jboss.com/index.html?module=bb&o

  1   2   >