[JBoss-user] [JBoss Seam] - How to access Seam components in a Filter class?

2006-05-28 Thread evanzeng
I have defined a Seam components like the following: @Stateless @Name("userManager") public class UserManagerImpl implements UserManager { .. } How can I access the "userManager" component in a Filter class ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Jboss 4.0.4 not closing SessionFactory? Redeploy fails

2006-05-28 Thread Duffcase
Is anybody else having problems with redeploying on 4.0.4? My application works fine on 4.0.3, but fails miserably on 4.0.4GA. I've traced down the problem to having something to do with not closing the sessionfactory. So it's propably either a problem with the undeploy process or cglib? Vie

[JBoss-user] [Remoting] - Using JBoss Remoting with Sateful session beans

2006-05-28 Thread yair.zaslavsky
Good day, I would like to know if it is possible to write a JBoss remoting client that will address a sateful session bean. Thanks, Yair View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947263#3947263 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss jBPM] - Re: Help needed ! Adding SelectItems Tag in the home.jsp pa

2006-05-28 Thread kukeltje
is the new bean active? Could there be an old version somewhere on the classpath? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947262#3947262 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947262 --

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-05-28 Thread kukeltje
please no thread-hijacking and double postings. Keep postings in thread related to the subject the have View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947261#3947261 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394726

[JBoss-user] [JBoss Seam] - Re: jBPM and Exception problem

2006-05-28 Thread [EMAIL PROTECTED]
created jira issue http://jira.jboss.com/jira/browse/JBPM-666 to fix the hiding if the original cause. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947260#3947260 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947260

[JBoss-user] [EJB 3.0] - Extended EntityManager

2006-05-28 Thread echon
Hi, is there a way, to share an Extended EntityManager between Stateful SessionBeans (SFSBs)? If i inject an SFSB B in another A with an injected EM in both the lifecycle of A and B are bind together, but not the transaction. So if A is removed B is also removed but both synchronizations toget

[JBoss-user] [Beginners Corner] - Re: jboss-4.0.4.GA administration console problem

2006-05-28 Thread adrienogee
Heeelp I have 2 weeks to get to know ejb3, please tell me how to fix this bug ! Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947258#3947258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947258

[JBoss-user] [Advanced Documentation] - Virtual Hosting

2006-05-28 Thread rohithadg
Hi all, I'm new to jboss. Any body know how to configure virtual hosts in jboss 4.0.3. please let me know which file(s) should I edit, and how to add or change configuration properties. Thanks Rohitha View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947256

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-05-28 Thread LeeMeg420
How about running jbpm on openxava. My environment list: jbpm-3.0.1; eclipse 3.1.2; jdk 1.5.0_01; mysql-5.0.18-win32; apache-ant-1.6.5; openxava-2.0-jetspeed2 Thax View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947255#3947255 Reply to the post : http://w

[JBoss-user] [Clustering/JBoss] - Re: HAPartition not bound

2006-05-28 Thread misge
I'm using AS 4.0.4GA and this is my cluster-service.xml file | | | | | | | | | | | | | | | | | | ${jboss.partition.name:DefaultPartition} | | | ${jboss.bind.address} | | |

[JBoss-user] [JBoss jBPM] - Re: how to assign a task with multiple users?

2006-05-28 Thread kpavan_8
Ronald, I am using jBPM 3.1.1 I dont think the tasks assigned to group are automatically assigned to the individual users in the group, i tried it in the websale example. i could not find the tasks in the UI for the individual users. Mathew, I think I should also do the same thing, write my own a

[JBoss-user] [JBoss jBPM] - Re: JBPM deployment problem

2006-05-28 Thread kanishkavatsa
Koen sorry for late reply. Is it what you were looking for. Can you please tell me where the stack is stored. I am new to this so please bear with me. regards kanishk View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947252#3947252 Reply to the post : http

[JBoss-user] [JBoss jBPM] - how to do jbpm run on openxava?

2006-05-28 Thread LeeMeg420
Hi, I wan to jbpm run on openxava,but failed. my environment list: jbpm-3.0.1; eclipse 3.1.2; jdk 1.5.0_01; mysql-5.0.18-win32; apache-ant-1.6.5; openxava-2.0-jetspeed2 I've already put mysql.jar,hibernate-2.1.1.jar,c3p0.jar,dom4j.jar,cglib2.jar,ehcache.jar, odmg.jar,commons-collections.ja

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem in persisting session data

2006-05-28 Thread Er. Ashish
Hi Cgriffith, Thanks alot for your reply. Please find my reply inline, MARKED AS RED. The flow should occur like this... 1 User A is on page 1 2 User A's session expires 3 Your session listener is invoked and does some majic to save the session stored objects.

[JBoss-user] [JBossWS] - Re: Standalone client for JBoss hosted Web Service [using JB

2006-05-28 Thread vink
Still the non J2EE client is not running, it is raising the same exception which it is raising earlier. Is there anybody who has tested this scenario on Jboss AS 4.0.4.GA. I think it is not yet in usable state for the web service clients. View the original post : http://www.jboss.com/index.ht

[JBoss-user] [EJB 3.0] - Re: @GeneratedValue for non-PK fields

2006-05-28 Thread epbernard
yes, this case is rare enough for being left out of the spec View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947248#3947248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947248

[JBoss-user] [EJB 3.0] - Re: persistence.xml parsing

2006-05-28 Thread epbernard
Please post a JIRA issue View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947246#3947246 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947246 --- All the advantages o

[JBoss-user] [EJB 3.0] - Re: cache problem

2006-05-28 Thread epbernard
if you can post a minimal reproducable test case, please post a JIRa issue, that will help us. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947245#3947245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947245 -

[JBoss-user] [EJB 3.0] - Re: Malformed URL Exception trying to access EJB 3.0 remote

2006-05-28 Thread epbernard
"kimbaltrue" wrote : I may have found my answer, but I'm not sure I like it. Apparently, you can't eagerly fetch OneToMany relationships. I had two such fetchs because I'm using disconnected entites, and had to make sure record sets were available. | | How do I eagerly fetch OneToMany relat

[JBoss-user] [EJB 3.0] - Re: @Lob doesn't clean up large objects on PostgreSQL?

2006-05-28 Thread epbernard
so doing delete from MyTable does not delete lobs on postgreSQL?! Then PostgreSQL needs to be fixed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947243#3947243 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947243

[JBoss-user] [EJB 3.0] - Re: EJB3 Specification...

2006-05-28 Thread epbernard
you shouldn't see much difference with the RC7 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947242#3947242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947242 --

[JBoss-user] [EJB 3.0] - Re: Error with @EntityListeners

2006-05-28 Thread epbernard
dunno, you either have some old ejb3 annotations in your CP or the vm is going crazy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947241#3947241 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947241 ---

[JBoss-user] [EJB 3.0] - Re: Change the default value to Eager

2006-05-28 Thread epbernard
1. simulate the transaction boudaries / session lifecycle in your test boudaries 2. use JBoss Embeddable eJB3 in your unit test View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947240#3947240 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: redeploy har without restarting server?

2006-05-28 Thread LiuHaibin
1.delete your har file and the hibernate session factory will be closed; 2.copy your new har file in the ../deploy, then server will start the service. if you find more convinent way,please tell me! thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JBoss jBPM] - Re: How to Deploy my process?

2006-05-28 Thread LeeMeg420
single click the *.par, there will be a option window, u will find "Deploy Process Archive" option. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947238#3947238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947238

[JBoss-user] [Security & JAAS/JBoss] - Re: ModelLoginModule vs DatabaseServerLoginModule

2006-05-28 Thread cpegwilliam
fine. I do a post on the JBoss Portal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947237#3947237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947237 --- All the

[JBoss-user] [EJB 3.0] - Can not deploy EJB3.0 application in jboss-4.0.4.GA

2006-05-28 Thread mpaltanwale
When deployed i get the following error message: 2006-05-28 19:07:29,718 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/jboss-4.0.4.GA/server/default/tmp/deploy/tmp36404VCCSecurity.ear-contents/vcc_security_ejb.ejb3 2006-05-28 19:07:29,718 DEBUG [org.jboss.deployment.M

[JBoss-user] [EJB 3.0] - Re: Performance EJB2 v EJB3

2006-05-28 Thread [EMAIL PROTECTED]
Also, you shouldn't take in consideratio any warm up times. Start measuring after some time after. On the beggining of these tests usually JIT kicks on, pooles are being filled, and that kind of thing. Also, make sure your test is fair to EJB2 and EJB3. they both have to be under the same cach

[JBoss-user] [EJB 3.0] - Re: Performance EJB2 v EJB3

2006-05-28 Thread [EMAIL PROTECTED]
Don't you want to contribute your tests? That would help IMO. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947234#3947234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947234 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: 4.0.4GA bug port conflict snmp

2006-05-28 Thread chrisbitmead
In case you don't understand the ed editor syntax, all I did was uncomment the ServiceBinding section. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947232#3947232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947232

[JBoss-user] [Installation, Configuration & Deployment] - Re: 4.0.4GA bug port conflict snmp

2006-05-28 Thread chrisbitmead
But a brand spanking new 4.0.4GA instance has the problem. Below is an actual cut and paste session showing the exact edits down to a new installation. This example is when run from the command line with run.bat, but the exact same thing happens running under eclipse debug mode: /cygdrive/c/d

[JBoss-user] [Security & JAAS/JBoss] - what ist what: jaas, jbossSX, httpAuth

2006-05-28 Thread paper
Hi All, I've a big problem. I developed a JBoss / Seam / JSF / EJB3 App for my mastethesis. everything works fine, but now i've write about and to describe how it works. the security parts are my problem, i don't exactly know, what are the basic technologies (jaas, jbossSX, httpAuth, ...) for

[JBoss-user] [JBoss Portal] - Re: CMS access for any registered user.

2006-05-28 Thread johnpoole
Thanks for the reply Silicio. Is there a security link in the CMS admin portlet? I can't find it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947229#3947229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947229 --

[JBoss-user] [Management, JMX/JBoss] - Re: org.jboss.varia - Where is it?

2006-05-28 Thread nvanevski
Yes, that's it. I was actually looking at the client libraries (at least, the ones that Borland JBuilder automatically loads in the classpath). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947225#3947225 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [JBoss Portal] - CMS portlet and file privileges like Unix FS

2006-05-28 Thread Silicio
I'm serching for a portlet (or servlet or something else) that permit upload for register users for integrating into Jboss Portal. Every user has own home directory where files begin uploaded and other users cannot read (see too) or edit them if they not have correct rights, like unix file syste

[JBoss-user] [JBoss jBPM] - Help needed ! Adding SelectItems Tag in the home.jsp page

2006-05-28 Thread ssquare
Hi, In jbpm demo environment, I am trying to add two checkboxes for languages using SelectManyCheckBox in the home.jsp file and its associated details in the homeBean.java. private String[] lang =null; public String[] getLang(){ return lang; } public void setLang(String[] s) {

[JBoss-user] [EJB 3.0] - Re: EntityManager and exceptions

2006-05-28 Thread tzablock
Ok maybe I'll specify the question in a different way: How can I use a non-injected entity manager? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947221#3947221 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947221

[JBoss-user] [JBossWS] - return attachment example?

2006-05-28 Thread omatzura
Hi! are there any examples/tutorials available on how to return attachment(s) from a POJO or EJB? the user-guide only shows how to send them.. thanks for any help! /Ole View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947220#3947220 Reply to the post : htt

[JBoss-user] [Remoting] - Re: ServerThread never dies

2006-05-28 Thread [EMAIL PROTECTED]
I thought this had been fixed. A test case would be great, but obviously having one for something like this is close to impossible. Can you create a jira issue for this and will look into it again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947219#39472

[JBoss-user] [Beginners Corner] - cant get the 404GA running from eclipse IDE

2006-05-28 Thread woodmawa1
Just starting out and have run into a problem run the install for jboss 404 ga. if i go to the bin dir and run by hand it starts fine. Kill server. go into eclipse with 1.6GA IDE I try and setup a server on the bottom line of the screen vm options are | -Dprogram.name=run.bat -Djava.endo

[JBoss-user] [Remoting] - Re: InvokerLocator: Why always resolve(host) ?

2006-05-28 Thread [EMAIL PROTECTED]
There is already a forum thread on this (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=82345&start=0&postdays=postDays&postorder=postOrder&highlight=highlight) and a jira issue (http://jira.jboss.com/jira/browse/JBREM-497). Although I still perfer to resolve a host name only once (and

[JBoss-user] [Remoting] - Re: how to know if a transport requires SSL configuration?

2006-05-28 Thread [EMAIL PROTECTED]
To provide this functionality, I would prefer to have the invoker implementations provide the flag needed to determine if is secured by ssl so that if another transport is added, this can be determined during runtime. Then maybe have another method within InvokerRegistry that can also do the up

[JBoss-user] [Remoting] - Re: ssl key alias and key password configurable only on one

2006-05-28 Thread [EMAIL PROTECTED]
Originally, the idea was that the SSLSocketBuilder would be only used on the server side (for ssl server socket creation) and thus only needed keystore info. The RemotingSSLSocketFactory was intended only for use on the client side (thus only needed truststore info). Recently, it has become

[JBoss-user] [Remoting] - Re: error while shutting down multicast detector

2006-05-28 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBREM-498 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947212#3947212 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947212 --- A

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss Eclipse IDE TrailBlazer with EJB 3.0?

2006-05-28 Thread grosensteel
Can someone comment to when the JBoss Eclipse IDE TrailBlazer with EJB 3.0 will be ready? I am looking for a tutorial that shows how to create AND deploy the EJB 3.0 project using the JBoss Eclipse IDE. The EJB 3.0 Trail only shows how to create the java files, not configure a project,compile, a

[JBoss-user] [Security & JAAS/JBoss] - Re: problem 'timing out' JAAS jboss login

2006-05-28 Thread afjochnick
Junkie, yeah, you got it right, user basically gets a popup window, app first authenticates directly against our LDAP, then uses jboss clientloginmodule to put params in, which then are used when client app uses EJB's on the jboss server. EJB's are setup so that access is secured through LDAP,

[JBoss-user] [JBoss Seam] - Re: jBPM and Exception problem

2006-05-28 Thread drapierwim
"[EMAIL PROTECTED]" wrote : Looks like jBPM is being naughty and swallowing the underlying exception. Bad jBPM! | | What version of jBPM is this? | | But a breakpoint in addBooking() and find the real exception. Ok something wierd happend here, i've restarted my AS marked my method wit

[JBoss-user] [JBoss Portal] - Re: Files Uploaded in CMS

2006-05-28 Thread Silicio
Downloading problem not yet resolved. I try to download jboss_logo.gif putting in the browser http://localhost:8086/portal/content/default/images/jboss_logo.gif as specified in the portal reference guide, it works. I see this gif by CMSAdminportlet in: +\ | +default | +images |

[JBoss-user] [Security & JAAS/JBoss] - Combination of LdapExtLoginModule and BaseCertLoginModule

2006-05-28 Thread logankiefer
I'm currently using LdapExtLoginModule to take advantage of ldap searches features. This works great. However, our apps also use certificates so our user does not need to login if they have a cert. I was looking for something like CertRolesLoginModule or DatabaseCertLoginModule but one for L

[JBoss-user] [JBoss Seam] - Re: jBPM and Exception problem

2006-05-28 Thread [EMAIL PROTECTED]
seems that this is a problem copied from el: the root cause is a special member instead of using the exception cause. public class ELException | extends Exception | { | private static final long serialVersionUID = 1L; | | //- | // Member

[JBoss-user] [JBoss Seam] - Re: java.lang.NullPointerException at at org.jboss.seam.con

2006-05-28 Thread [EMAIL PROTECTED]
Then I don't know. Perhaps you have two SeamPhaseListeners registered. Use your debugger. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947204#3947204 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947204 --

[JBoss-user] [JBoss Seam] - Re: java.lang.NullPointerException at at org.jboss.seam.con

2006-05-28 Thread MmarcoM
hello gavin, but problem here is that i am not clicking at all... i am just loading a page.. | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml";> | | | | Untitled Document | | | | | | it is while this page is getting lo

[JBoss-user] [JBoss Seam] - Re: jBPM and Exception problem

2006-05-28 Thread [EMAIL PROTECTED]
Looks like jBPM is being naughty and swallowing the underlying exception. Bad jBPM! What version of jBPM is this? But a breakpoint in addBooking() and find the real exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947202#3947202 Reply to the post

[JBoss-user] [JBoss Seam] - Re: java.lang.NullPointerException at at org.jboss.seam.con

2006-05-28 Thread [EMAIL PROTECTED]
This can sometimes happen if you double-click. You might need some solution to serialize requests. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947201#3947201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947201 -

[JBoss-user] [Installation, Configuration & Deployment] - Problem with JNDI EJB3

2006-05-28 Thread wikey
Hi, I've followed the tutorial from http://www.laliluna.de/ejb-3-tutorial-jboss.html and created a jar file FirstEJB3Tutorial.jar. But, when when deployed the jar file to the JBOSS 4.0.4, the jmx-console does not show the JNDI deployed service. Please help. The jar file available at http://www

[JBoss-user] [JBoss Seam] - Re: dvdstore app fails on JBOSS4.0.4GA / solved

2006-05-28 Thread MmarcoM
hi all, my mistake. i guess i was using an older version, everything looks fine as of now.. thanx and regards marco View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947199#3947199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss Seam] - Re: dvdstore app fails on JBOSS4.0.4GA

2006-05-28 Thread MmarcoM
Hello, i forgot to mention that i am using seam from CVS and jboss-4.0.4.GA... will it make any difference (in better or worse :) ? regards marco View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947198#3947198 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [EJB 3.0] - Re: querying with persited enums throws class cast exception

2006-05-28 Thread binario
Seeing as no one seems to be able to help me with this, I'd like to try to debug through ejb3 to see where the actual problem is. Can someone point me to a source download so I can debug it in eclipse please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947

[JBoss-user] [JBoss Seam] - java.lang.NullPointerException at at org.jboss.seam.context

2006-05-28 Thread MmarcoM
Hi all, i m trying to write a small app using jboss-seam i am using latest seam from CVS and i am deplolying on jboss-4.0.4.GA. i am getting this exception while accessing a index.html page (similar to those of examples...), and i am using facelets... here's exception | 17:14:48,781 ERROR [Se

[JBoss-user] [JBoss jBPM] - Re: Problems with jbpm-starters-lit

2006-05-28 Thread hosierdm
Here is your problem: 19:44:02,593 ERROR [Http11Protocol] Error initializing endpoint | java.net.BindException: Address already in use: JVM_Bind:8080 You have something already running on port 8080. Find what that is and shut it down. View the original post : http://www.jboss.com/index.html

[JBoss-user] [JBoss Seam] - jBPM and Exception problem

2006-05-28 Thread drapierwim
I have a SFSB method that is a part of my jBPM pageflow, when the UnValidBookingExeption is thrown i get an error, what is wrong here? | public void addBooking() { | if(transaction == null) | createTransaction(); | try { | transaction.add(booking); |

[JBoss-user] [JBoss Portal] - Re: CMS access for any registered user.

2006-05-28 Thread Silicio
Select CMSAdmin instance, than security, than allow users to view the istance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947193#3947193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947193 --

[JBoss-user] [EJB 3.0] - Re: Circular @EJB annotation can not deploy.

2006-05-28 Thread javierpedrido
Hi, I also had this problem. The solution is here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=83327 Regards, Javier View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947192#3947192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [JBoss Portal] - Re: JBoss Portal Webinar - May 24th 1PM EST

2006-05-28 Thread sverker
Will a recording of the webinar be made availible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947191#3947191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947191 --

[JBoss-user] [JBoss Seam] - Re: dvdstore app fails on JBOSS4.0.4GA

2006-05-28 Thread [EMAIL PROTECTED]
works for me Make sure you use "ant build" to build seam, not "ant jar". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947190#3947190 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947190 ---

[JBoss-user] [JBoss Seam] - Re: Web services and Seam

2006-05-28 Thread [EMAIL PROTECTED]
Not really correct. For example, if I call a Seam component via RMI, Seam can set up an event context and application contect for me. It just cant do a session or conversation context because RMI can't propagate conversation or session ids. View the original post : http://www.jboss.com/index.h

[JBoss-user] [JBoss Seam] - Re: Scoping for events

2006-05-28 Thread [EMAIL PROTECTED]
No it is not clear. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947188#3947188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947188 --- All the advantages of Li

[JBoss-user] [JBoss Seam] - Re: Injection via abstract getters

2006-05-28 Thread [EMAIL PROTECTED]
By the way, it is utterly irrelevant whether it is "conceptually" or actually abstract. In either case my arguments apply. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947187#3947187 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBoss Seam] - Re: Injection via abstract getters

2006-05-28 Thread [EMAIL PROTECTED]
It is difficult to test because new ComponentA().doStuff() throws an UOE. I have to subclass the class before I can call its methods. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947186#3947186 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss Seam] - dvdstore app fails on JBOSS4.0.4GA

2006-05-28 Thread MmarcoM
HI ALL, i just got Seam from CVS and tried to compile and runt hedvdstore application and deploy it on Jboss4.0.4GA (installed with ejb3 profile) i got followiing exception: | 8:45,437 ERROR [org.apache.myfaces.util.ClassUtils] Class org.jboss.seam.debug.jsf.SeamDebugPhaseListener not found

[JBoss-user] [JBoss Portal] - Re: Layout, theme, renderSet, strategy usage property name

2006-05-28 Thread wlchung
Oh, I found the answer. The document I used was the one comes with the portal 2.2 src download. It was not up-to-date. The one in the following link is http://labs.jboss.com/portal/jbossportal/docs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947184#3

[JBoss-user] [JBossCache] - Re: Distributed Transactions in Standalone Mode

2006-05-28 Thread u_arunkumar
Hi Manic, I was messing around with all the different Isoloation levels and Node locking schemes. So I do think I tried Optimistinc locking. But I'll give it another shot and let you know the result. Thanks, Arun View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [JBoss Seam] - Re: Web services and Seam

2006-05-28 Thread abirkmanis
I stand corrected - Seam does not require JSF. But all the operation modes I've seen - JSF, servlet, remoting - assume that the client is HTTP-based. Is this statement more correct? Will the next version (probably in addition to SOA layer, and the already existing client technology adapters) expo

[JBoss-user] [JBoss Seam] - Re: Scoping for events

2006-05-28 Thread abirkmanis
An application-wide instance of Init contains a map from event names to ObserverMethod. While each ObserverMethod certainly has a reference to component to be notified, this is not the feature I miss. My problem is that this mapping from event names to observers is application-wide (read: monol

[JBoss-user] [Security & JAAS/JBoss] - Re: getting the role name after form login

2006-05-28 Thread bezdomny
Does anyone think this code is off-base? It seemed to me that the only way to get the role, once the correct group was discovered, was to loop over the Enumeration of members. For me this will be ok since the users of my app won't have multiple roles assigned to them. Unless someone has a better

[JBoss-user] [JBoss Seam] - Re: Injection via abstract getters

2006-05-28 Thread abirkmanis
I might have not stressed that enough in the previous posts, but I meant the methods to be conceptually abstract, not formally, e.g.: @Name("a") public class ComponentA { @In("b") protected IComponentB getB() { throw new UnsupportedOperationException(); } public void doStuff() {

[JBoss-user] [JBoss Portal] - Re: One portlet - two window

2006-05-28 Thread PMO
You could have two instances on the same portlet, one per window. Then adding preferences to each, so one is using controller 1 and the other controller 2. see instance descriptor to add preferences. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947178#39471

[JBoss-user] [JBoss jBPM] - Re: Problems with jbpm-starters-lit

2006-05-28 Thread beth_queiroga
The log archieve have more information. I think this is not the better way to send the log for you. I put the log full version in this URI: http://www.tidbitweb.com.br/jbpm/log Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947177#3947177 Reply to

[JBoss-user] [JCA/JBoss] - Re: Caused by: javax.naming.NameNotFoundException: env not b

2006-05-28 Thread Niki600
I have got the same problem, and I don't know how to solve it, so if you find out what is the solution I will be gratefull if you post it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947175#3947175 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBossCache] - Re: Distributed Transactions in Standalone Mode

2006-05-28 Thread [EMAIL PROTECTED]
Have you tried optimistic locking in the JBC 1.3.x series? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947174#3947174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947174 --

[JBoss-user] [EJB 3.0] - Re: PersistenceContext and EntityManager

2006-05-28 Thread rmic
In fact, I think I'm really doing something wrong ... the @EJB annotation doesn't work either ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947173#3947173 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947173 -

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Is this a Java Or JBoss bug?

2006-05-28 Thread bentins
On EJbPostCreate I get an "IndexOutOfBoundsexception: Index: 0, Size: 0" The following is the complete EjbPostCreate method code that fails: public void ejbPostCreate(StatusLocal statusLocal, Long userId) | throws javax.ejb.CreateException, ApplicationException { |

[JBoss-user] [JBoss Seam] - Re: cancelling remoting requests

2006-05-28 Thread sbryzak2
I've checked into CVS support for cancelling a remote call. Now when you execute your remote method, you will be returned a Call object, which has the following properties: data - contains the call in serialized XML form id - the ID of the call callback - the callback method reference asyncReq

[JBoss-user] [J2EE Design Patterns] - Re: boss is not creating pool for stateless session bean

2006-05-28 Thread balellu
Even im facing the same problem i am not getting help any where in the web...iw onder if there is something to it. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947169#3947169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBoss Messaging] - Re: A simple JMS Client won't work - Errors with different j

2006-05-28 Thread timfox
Is this a stand-alone client? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947168#3947168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947168 --- All the advant

[JBoss-user] [EJB 3.0] - Re: PersistenceUnitInfo.getNewTempClassLoader() is null.

2006-05-28 Thread jjklappenbach
I'm using EJB3.0 on jboss-4.0.4.GA and am getting this error and I am *not* using ORM.xml files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947167#3947167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947167 ---

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-05-28 Thread craig1980
Hi. Infact this is my requirement i must change portal layout by user choice. But i think this is a very normal requirement. So is it possible that nobody has had it? If anybody has resolved this problem can he/she give me a little sample? Thanks again for your pacience. Regards Angelo. View the

[JBoss-user] [JBoss jBPM] - Re: Actions and Tasks

2006-05-28 Thread hosierdm
You should read these two sections of the User Guide to get a feeling for the differences bewteen Tasks and Actions: http://docs.jboss.org/jbpm/v3/userguide/processmodelling.html#actions http://docs.jboss.org/jbpm/v3/userguide/taskmanagement.html#tasks As far as your second question, there can be

[JBoss-user] [Installation, Configuration & Deployment] - Re: 4.0.4GA bug port conflict snmp

2006-05-28 Thread [EMAIL PROTECTED]
Works for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947164#3947164 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947164 --- All the advantages of Linux Man

[JBoss-user] [Management, JMX/JBoss] - Re: org.jboss.varia - Where is it?

2006-05-28 Thread [EMAIL PROTECTED]
server/default/lib/scheduler-plugin.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947163#3947163 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947163 --- All t