[jboss-user] [JBoss Seam] - Re: binding attribute doesnt work with Seam?

2007-10-12 Thread mnrz
I really stuck View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094844#4094844 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094844 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [Installation, Configuration & DEPLOYMENT] - EAR Isolation and remote calls

2007-10-12 Thread dfisher
I have 2 ears deployed in the same jboss instance (4.2.1) and one makes a remote call to the other. Both of these ears have isolated classloaders and contain the same entity bean jar. (Entities are not deployed on this server, just used as detached.) JBoss is configured to use call by value for t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jbossall-client.jar causes exception IncompatibleClassCh

2007-10-12 Thread jaikiran
anonymous wrote : I have jbossall-client.jar in the lib directory of the war file Why are you packaging that JBoss specific jar in your application? It's already present in JBoss' lib folder. You dont have to package that in your application. Packaging that in the application can lead to error

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error starting JBOSS

2007-10-12 Thread jaikiran
Are you packaging commons-logging related jar files in your application? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094841#4094841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094841 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to shutdown one JBoss instance when there are two JB

2007-10-12 Thread jaikiran
Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ShutdownDifferentInstancesOfJBoss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094838#4094838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094838

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

2007-10-12 Thread jaikiran
You will have to post the entire exception stacktrace, you are seeing and also provide more details of your application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094837#4094837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss jBPM] - Problem using jBPM in eclipse (Unable to create process proj

2007-10-12 Thread maverickcoolmail
Hi I have downloaded the jBPM plugin for eclipse and installed it successfully in eclipse. But now when I create a new process project , the "next" button is disabled. I have check in eclipse preferences and there when I open jBPM link it gives some error(null pointer exception). Any quick he

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

2007-10-12 Thread jaikiran
anonymous wrote : did u got my problem ?? Not really. anonymous wrote : 02:00:14,593 INFO [STDOUT] LOGIN_USER = null | 02:00:14,593 INFO [STDOUT] LOGIN_PASSWORD = nulll | | | System.out.println("LOGINNN_USER "+ ((NameCallback) callbackx[0]).getName()); |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to add authentication on JBoss home web site

2007-10-12 Thread hung_hin_chu
Will authentication apply to following? http://192.168.11.22:1234/status http://192.168.11.22:1234/status?full=true http://192.168.11.22:1234/status?full=false View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094833#4094833 Reply to the post : http://www.jbos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to add authentication on JBoss home web site

2007-10-12 Thread hung_hin_chu
When I installed the Jboss using IP 192.168.11.22 with port 1234, Browse http://192.168.11.22:1234 will return the [JBoss Online Resources] and [JBoss Management]. How to add authentication on this URL "http://192.168.11.22:1234";? View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to shutdown one JBoss instance when there are two JBoss

2007-10-12 Thread hung_hin_chu
There are two JBoss installed on the same machine. For example, /instance1/jboss /instance2/jboss Both JBoss service using the same IP address but different port. For example, instance1 using 192.168.11.22 with port 1234 instance2 using 192.168.11.22 with port 1235 When I using shutdown one of th

[jboss-user] [JBoss Seam] - Issues regarding integration testing using seam-gen

2007-10-12 Thread zzztimbo
I used seam-gen to create my Eclipse project. Here is my single test: | package com.mcc.test; | | | import org.jboss.seam.mock.SeamTest; | import org.testng.annotations.Test; | | | public class TestTest extends SeamTest { | | @Test | public void testNothing()

[jboss-user] [Installation, Configuration & DEPLOYMENT] - jbossall-client.jar causes exception IncompatibleClassChange

2007-10-12 Thread mthias99
JBoss 4.2.1 I am deploying a very minimal JSF application. I have jbossall-client.jar in the lib directory of the war file. Upon deployment I get the following exception: 2007-10-12 22:06:40,397 INFO [STDOUT] 22:06:40,390 ERROR [[/spokes]] Exception sending context initialized event to list

[jboss-user] [JBoss Seam] - Re: How to call a web method in Seam 2.0 ?

2007-10-12 Thread [EMAIL PROTECTED]
You can consume Seam web services using whichever web services client you want, whether it be JBossWS, Apache Axis, .Net, Delphi or whatever. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094826#4094826 Reply to the post : http://www.jboss.com/index.html?mo

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

2007-10-12 Thread dlmiles
"[EMAIL PROTECTED]" wrote : I stepped through the code of jstpublisher andi don't see any temp file copying being performed when we use our adapter...I do realize that tomcat and jboss adapter does this of different reasons (tomcat - has it as a "deploy" location and jboss wtp as a tmp storage b

[jboss-user] [JBoss Seam] - Re: OneToMany & h:selectOneMenu

2007-10-12 Thread matt.drees
Check out the ui example (selectItems.xhtml in particular). generate-entities does do OneToMany, but not using h:selectOneMenu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094824#4094824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

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

2007-10-12 Thread [EMAIL PROTECTED]
"cry4dawn" wrote : well building from source did not go so well but Could you elaborate on this? Did you encounter an issue? If yes, we'd like to know about it. "cry4dawn" wrote : i love how loosely coupled this server is. Good to hear you're happy about it! :) View the original post : ht

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

2007-10-12 Thread JPagera
hey friend i knew the problem but do u have solution?? when im readin my custom login debug i found that the name and password in custome login module is null .. 02:00:14,593 INFO [STDOUT] LOGIN_USER = null 02:00:14,593 INFO [STDOUT] LOGIN_PASSWORD = nulll 02:00:1

[jboss-user] [JBoss Seam] - OneToMany & h:selectOneMenu

2007-10-12 Thread yuriy_zubarev
Hi, I was wondering which 2.0.0CR2 example works with one-to-many relationship and uses h:selectOneMenu on facelets page to display it. (for example, when you create a book, there is a drop-down box of genres to choose from. Both Book and Genre are coming from a database and there is one-to-man

[jboss-user] [JBoss Seam] - Re: Workaround for bug JBSEAM-1322?

2007-10-12 Thread EricJava
I made the change to the code suggested in the bug comments, recompiled, and it now works fine. So I have my own patched version of it. Fortunately the build script in Seam works great with no external dependencies so recompiling the whole thing is trivial. View the original post : http://ww

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

2007-10-12 Thread [EMAIL PROTECTED]
These are just warnings issued by Hibernate. You can safely ignore them (they should be removed from newer version of Hibernate). See: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2795 If you don't want to see them anymore, please edit the jboss-log4j.xml file in your AS configu

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

2007-10-12 Thread [EMAIL PROTECTED]
Do you really mean the ids are different - if the ids are different then you won't get the objects selected. Do you mean the hashcode - in which case, yes, the session scope is probably the problem and nickaris's solution is probably correct - either that or follow the pattern i documented on th

[jboss-user] [JBoss Seam] - Re: List re-initialization after nested conversation

2007-10-12 Thread [EMAIL PROTECTED]
This is against CR2 or CVS? In that case attach it without the libs and we'll add the libraries - or if it's from seam-gen, even better! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094811#4094811 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: fresh cvs co build

2007-10-12 Thread Daoud
"[EMAIL PROTECTED]" wrote : Try again now - looks like some transient problem with the jboss repository. Thanks that worked great besides the minor ui jars thing. In tonight cvs update I've seen the main build.xml file was changed but still I have to manually copy the ui jars. Best Regards Daou

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

2007-10-12 Thread [EMAIL PROTECTED]
You should ask this question in the hibernate jpa forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094807#4094807 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094807 __

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

2007-10-12 Thread [EMAIL PROTECTED]
>> I still don't understand the "copied = copied && fileSafeCopy(etc)" assume: fileSafeCopy returns true or false; prime copied: boolean copied = true; in a loop: copied = copied && fileSafeCopy(next file) which means new value of copied = old value of coppied &&

[jboss-user] [JBoss Tools (users)] - Oracle10gDialect not in Database Dialect DropDown - Configur

2007-10-12 Thread fischman_98
Received this warning in the console - 2007-10-12 17:32:10,677 WARN Worker-0 org.hibernate.dialect.Oracle9Dialect - The Oracle9Dialect dialect has been deprecated; use either Oracle9iDialect or Oracle10gDialect instead Oracle10gDialect dialect is not available from the dropdown in the new Hibe

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

2007-10-12 Thread yuriy_zubarev
At the same time. This is not flexible enough. If entity.jar gets distributed everywhere with its own persistence.xml that looks something like this: | | http://java.sun.com/xml/ns/persistence"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http:

[jboss-user] [Performance Tuning] - Re: High System CPU Time

2007-10-12 Thread PeterJ
Getting a few thread dump might help pinpoint where in the application the problem is. I recall helping one customer whose system was showing 80% CPU usage when no sessions were active. Turns out that the application code had an infinite loop, and three of the requests were in that loop. Doing s

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

2007-10-12 Thread yuriy_zubarev
Ok I got it. I had persistence.xml both in entity.jar and under META-INF of the webapp. As soon as I removed it from webapp the app started working. Thank you, Yuriy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094801#4094801 Reply to the post : http://w

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

2007-10-12 Thread [EMAIL PROTECTED]
Surely persistence.xml should be in the entity jar? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094799#4094799 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094799 ___ jbo

[jboss-user] [Performance Tuning] - Re: High System CPU Time

2007-10-12 Thread hamilrk1
Interesting there are no other takers on this ... Nobody else is seeing high system time (1:1 with User cpu time)? I separated apache and Jboss to different physical boxes and the problem followed jboss/jvm. So under load, apache is truely snoozing... I'm looking into things like strace, oprof

[jboss-user] [JBoss Tools (users)] - Re: Problem about specifying a jndi source for eclipse hiber

2007-10-12 Thread fischman_98
Max, Can you offer any suggestions for using the plugin when you're using Tomcat JDNI? Is there a simple way to keep two hibernate.cfg.xml files in sync? OR Do you comment out/delete the line when you want to use the hibernate plug-in features? Any suggestions? Thanks. I'm a long time Exad

[jboss-user] [JBoss Seam] - Re: messageformat error blows up (JBSEAM-1859)

2007-10-12 Thread atao
Good! May I suggest that, in place of the partial result of interpolation, the wrong message is also shown to the user by returning it in the catch block: | log.warn("exception interpolating string: " + string, e); | return string; | It gives then a direct clue th

[jboss-user] [JBoss Seam] - Re: conceptual question about concurrency

2007-10-12 Thread matt.drees
Thanks Pete View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094795#4094795 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094795 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss Seam] - Re: Filtering the ConversationStack based on view-id for bre

2007-10-12 Thread [EMAIL PROTECTED]
Do you have a jira issue open describing this use case - sounds like we need to get this working better in Seam... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094793#4094793 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

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

2007-10-12 Thread yuriy_zubarev
entity.jar is under lib folder of course. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094791#4094791 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094791 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: Feature request regarding nested conversations

2007-10-12 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-2094 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094792#4094792 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094792 ___ jboss-use

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

2007-10-12 Thread yuriy_zubarev
It looks like this: | webapp | |-- META-INF | | |-- persistence.xml | | |-- context.xml | |-- WEB-INF | |-- web.xml | |-- components.xml | |-- pages.xml | |-- classes | | |-- seam.properties | | |-- webpackage | | |-- Bo

[jboss-user] [JBoss Seam] - Re: Problems with HtmlSelectOneListBox and EntityConverter a

2007-10-12 Thread [EMAIL PROTECTED]
As long as all the objects come from the same persistence context you should not need to override equals View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094789#4094789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40947

[jboss-user] [JBoss Seam] - Re: coerceToType / javaassist error

2007-10-12 Thread [EMAIL PROTECTED]
If you can produce a runnable example showing this simply with no extra cruft, please report a jira issue so I can look :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094788#4094788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

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

2007-10-12 Thread mgrouch
I've opened another one http://jira.jboss.org/jira/browse/JBSEAM-2093 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094786#4094786 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094786

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Error starting JBOSS

2007-10-12 Thread rafaelroque
Folks, when i try to deploy my NetBeans Visual Web application on JBOSS i am getting the following error: | Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: Invalid cla

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

2007-10-12 Thread [EMAIL PROTECTED]
make the interface public View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094785#4094785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094785 ___ jboss-user mailing list jboss

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

2007-10-12 Thread [EMAIL PROTECTED]
What is the structure of the archives when deployed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094784#4094784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094784 ___ jb

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

2007-10-12 Thread [EMAIL PROTECTED]
1) with this pattern, no 2) With join=true and an SMPC (not an extended pc) then yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094781#4094781 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094781 _

[jboss-user] [JBoss Seam] - Re: Getting the Seam context in a Filter

2007-10-12 Thread [EMAIL PROTECTED]
Use the context filter (rtfm) and then use Component.getInstance() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094783#4094783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094783

[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-10-12 Thread [EMAIL PROTECTED]
correct View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094779#4094779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094779 ___ jboss-user mailing list jboss-user@lists.jboss.

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

2007-10-12 Thread [EMAIL PROTECTED]
"dlmiles" wrote : | "[EMAIL PROTECTED]" wrote : I never seen anything in that tmp file location you mention - it just contains a profile.dat file which I think just represents the last list of resources that have been copied ? | | Can you be more specific? Are you windows or linux ? |

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

2007-10-12 Thread [EMAIL PROTECTED]
Access instance through the getter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094776#4094776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094776 ___ jboss-user mailing

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

2007-10-12 Thread enrokuta
I have a stateless session bean called UploadService that handles file uploads. I was able to use it with no problems for days till I added few setters/getters and a method to scale the uploaded image. After login and once a reference of uploadService is encountered, an instantiation exception

[jboss-user] [JBoss Seam] - Re: Re-working EJB Extended Context To Use SMPC - Need Help

2007-10-12 Thread [EMAIL PROTECTED]
Post code for scenario2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094775#4094775 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094775 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Seam] - Re: Log and EntityManager are not injected in integration te

2007-10-12 Thread [EMAIL PROTECTED]
This should work - post your log. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094774#4094774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094774 ___ jboss-user mailing li

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

2007-10-12 Thread [EMAIL PROTECTED]
Ugh, my bad. I was wrong and confused this with something else (mostly the @Create page param problem). Of course you can call a page action and the entity instance should be available in that page action if its identifier is set as a page parameter. No idea why it doesn't work in that particul

[jboss-user] [JBoss Seam] - Re: Noob conversation confusion

2007-10-12 Thread [EMAIL PROTECTED]
propagation="none" on s:link. Yes - a maximum of one active conversation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094772#4094772 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094772

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

2007-10-12 Thread [EMAIL PROTECTED]
Neither of those deal with this issue. If you want us to look this issue please file a specific issue for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094771#4094771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

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

2007-10-12 Thread mgrouch
There is this one http://jira.jboss.org/jira/browse/JBSEAM-2001 and another one (similar) http://jira.jboss.org/jira/browse/JBSEAM-1966 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094769#4094769 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Portal] - saving admin portlet-based config as default portal config

2007-10-12 Thread vinguye2
Currently, the admin portlet is used to configure the portal at runtime. Instead of having the info saved to the db, is there a way to make it output to actual descriptor files that can be used to replace the original JBoss Portal descriptors, to make it the default configuration of the Portal

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How can I deploy different version of the same class in othe

2007-10-12 Thread Fulo
Hi, I have a problem. Namely, I want to deploy different version of the same class in other .ear(already deployed in other .ear) and I want the first application to use new deployed one. I want it to look as updated without redeploy all application(first .ear) View the original post : http://

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

2007-10-12 Thread [EMAIL PROTECTED]
It would be interesting to see if you can generalize this approach a bit to produce a validator that can work with two fields If you aren't interested in doing this, please open a jira issue - I've been wanting to look at something like this for a while. View the original post : http://w

[jboss-user] [JBossWS] - Re: jbossws-2.0.1 released

2007-10-12 Thread ptenn10
Richard, Thanks very much for your response. I downloaded a pure copy of the JBoss AS 4.0.4GA and compared default/conf/standardjboss.xml to our /conf/standardjboss.xml. It appears that in the pure 4.0.4GA, the interceptor is: org.jboss.ws.server.ServiceEndpointInterceptor and we had change

[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-10-12 Thread NM-156
JBoss AS 4.0.5 JBP 2.6.1 Two things. I got an error deploying the pet store app related to this class: org.jboss.portal.portlet.bridge.JBossServletContextProvider I checked my test app, and I updated the pet store .war file's portlet.xml to use: org.jboss.portal.bridge.JBossServletContextProvi

[jboss-user] [JBoss Getting Started Documentation] - Eclipse plugin tutorial (please update it!)

2007-10-12 Thread SlowStrider
I'm a part-time Java developer with some years of J2SE experience, but I am new to J2EE/EJB. So I downloaded JBoss (first the latest version, but then I discovered 4.0.5.GA with windows installer) and installed the JBoss plugin in my Eclipse 3.3. 1. It turns out the plugin doesn't work at the "

[jboss-user] [JBoss Seam] - Re: FR: Make all Seam-originated internal FacesMessages opti

2007-10-12 Thread [EMAIL PROTECTED]
You can override the messages by setting the key to an empty value. Seam-gen generates a messages.properties which has the keys in. But feel free to add an FR if you like. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094759#4094759 Reply to the post : ht

[jboss-user] [JBoss Seam] - Re: NPE during persisting an EB

2007-10-12 Thread [EMAIL PROTECTED]
Did you get this sorted? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094757#4094757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094757 ___ jboss-user mailing list jboss-

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

2007-10-12 Thread fhh
Use | @Column(columnDefinition="CHAR(2)")) | Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094756#4094756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094756 ___

[jboss-user] [JBoss Seam] - Re: multiple data sources

2007-10-12 Thread [EMAIL PROTECTED]
"gstacey" wrote : I'm looking into overriding EntityManagerFactory to possibly create the correct Entitymanager on login (when the source is chosen) and put it into the session at that point. Does this seem like a viable approach? I would put the correct EntityManagerFactory into the session sc

[jboss-user] [JBoss Seam] - dropdownmenu dinamically

2007-10-12 Thread cubrovic
Sorry for crossposting I wasn't sure where to ask this so i put it in richafeces forum and link it here http://jboss.com/index.html?module=bb&op=viewtopic&p=4094753#4094753 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094755#4094755 Reply to the post : htt

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

2007-10-12 Thread cry4dawn
well building from source did not go so well but i removed all the war/sars from jboss-portal-ha.sar except server and core. i then went into core to remove all the layouts, and themes and now have a nice streamlined portal/as server that is clustered, starts in 49 seconds, and can handle 2

[jboss-user] [JBoss Seam] - Re: Unable to bootstrap testNG...

2007-10-12 Thread joeyxxx
Yes Sir. Thanks You helped me in another post actually. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094752#4094752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094752 ___

[jboss-user] [JBoss Seam] - Re: Audit Interceptor with State

2007-10-12 Thread JakeC
I am trying to create an Audit record using Hibernate Interceptors, but I'm having trouble figuring out how to configure it within Seam. In order to get the userId into the Audit record, I need to create a new Interceptor per Session, passing in the userId via the Interceptor's constructor. Acc

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Jar conflict with Tomcat

2007-10-12 Thread rejhoule
Tomcat needs the jasper-compiler-jdt.jar file to compile jsp files. But my deployed application also needs the jasper-compiler-jdt.jar but in a different version than the one used by Tomcat 5.5. So how do I make this work. Only one version of the jasper-compiler-jdt must be in the /server/defaul

[jboss-user] [JBoss Seam] - Re: Unable to bootstrap testNG...

2007-10-12 Thread [EMAIL PROTECTED]
Have you got this working? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094747#4094747 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094747 ___ jboss-user mailing list jbos

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

2007-10-12 Thread matt.drees
I'm confused. Doesn't seam gen create edit pages with a wire() page action which calls getInstance()? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094746#4094746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40947

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

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

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

2007-10-12 Thread [EMAIL PROTECTED]
Build as seperate modules that you assemble in a single ear. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094743#4094743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094743 __

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

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

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

2007-10-12 Thread [EMAIL PROTECTED]
Ask this in the ejb3 forum. You can use other servers like glassfish View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094741#4094741 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094741 _

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

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

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

2007-10-12 Thread [EMAIL PROTECTED]
You should use EntityHome inside a long running conversation and EntityQuery should be in the event scope. You should use page parameters not datamodel/datamodelselection. You could try Michael Yuan's books on Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [EJB 3.0] - SessionBean as WebService - again complex data structures

2007-10-12 Thread CarstenRudat
Hi all, I have a SLSB and want it to be accessable through a webservice. So I write | package com.genloop.ejb.beans.service; | | import javax.ejb.Remote; | import javax.jws.WebMethod; | import javax.jws.WebService; | import javax.jws.soap.SOAPBinding; | | @WebService | @SOAPB

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

2007-10-12 Thread [EMAIL PROTECTED]
This is working correctly in Seam 2CR2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094736#4094736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094736 ___ jboss-user maili

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

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

[jboss-user] [JBoss Seam] - Re: Workaround for bug JBSEAM-1322?

2007-10-12 Thread [EMAIL PROTECTED]
There is no plan currently for a Seam 1.2.2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094732#4094732 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094732 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Trinidad/TreeTable and how to determine selected rows

2007-10-12 Thread [EMAIL PROTECTED]
It should be possible, but its not on the roadmap for Seam. It would be better to get the listener style approach working properly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094731#4094731 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Workaround for bug JBSEAM-1322?

2007-10-12 Thread EricJava
http://jira.jboss.com/jira/browse/JBSEAM-1322 I'm hitting it, getting: java.lang.ArrayIndexOutOfBoundsException: 2048 | at org.jboss.seam.web.MultipartRequest.checkSequence(MultipartRequest.java:466) | at org.jboss.seam.web.MultipartRequest.parseRequest(MultipartRequest.java:333) | at org

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

2007-10-12 Thread vinguye2
Thanks Peter, Yep, that would have been easy to do:) But, I wanted to know if there was a documented way to do this kind of configuration in some properties file somewhere instead of modifying the actual build scripts. The reason I ask is because I'd like to use JBoss Portal to build and custom

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

2007-10-12 Thread amitev
it cannot find org/apache/commons/digester/Digester try putting commons-digester.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094726#4094726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094726 _

[jboss-user] [JBoss Seam] - Re: How to modify a detached entity

2007-10-12 Thread dustismo
Sounds like your merge is not cascading to the lazy collection.. did you set cascade=ALL? i.e. in your entity: | @ManyToOne(fetch=FetchType.LAZY, cascade = CascadeType.ALL) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094722#4094722 Reply to the

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

2007-10-12 Thread Yacho
Ive read the migration guide from snapshot and took web.xml from seam-gen ... Ended up stuck with following exception on deploy : 19:47:52,843 ERROR [STDERR] javax.faces.FacesException: org.ajax4jsf.renderkit.ChameleonRenderKitFactory | 19:47:52,843 ERROR [STDERR] at javax.faces.Factor

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

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

[jboss-user] [JBoss Seam] - Re: messageformat error blows up (JBSEAM-1859)

2007-10-12 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-2024 - better logging was added. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094718#4094718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094718 _

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

2007-10-12 Thread [EMAIL PROTECTED]
Are you using @PersistenceContext or @In to get your entity manager. Can you try with @PersistenceContext. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094717#4094717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

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

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

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

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

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

2007-10-12 Thread dlmiles
"[EMAIL PROTECTED]" wrote : Thanks for all your help in this. I really wish I could have dedicated more to it before you did, but hey, thats hte benefit of community right? | | >> What does this idiom "copied = copied &&" do ? | | That's my attempt to make sure *all* files were copied

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

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

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

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

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

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

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

2007-10-12 Thread wiberto
I wanted to use the hasPermission in a different way than what is used by default. By default it loads it from the business rules engine and I wanted to do it from a database where I had all the permission infromation stored. What I did was to extended the Identity class and then tell Seam to u

  1   2   3   >