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

2007-10-14 Thread JPagera
this is my LoginModule class | | package com.jpagera.login; | | import java.io.IOException; | | import java.util.Map; | | import javax.security.auth.Subject; | import javax.security.auth.callback.Callback; | import javax.security.auth.callback.CallbackHandler; | import

[jboss-user] [JBossWS] - Re: Problems with installation of jbossws2.0.1 on jboss4.2.1

2007-10-14 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bbop=viewtopicp=4094907 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094950#4094950 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094950

[jboss-user] [JBossWS] - Re: jax-rpc/wstools genereate problem

2007-10-14 Thread [EMAIL PROTECTED]
Starting from some months ago, the JBossWS team is putting his main effort into JAXWS. However, you might create a minimal application reproducing this problem and attach it to a new Jira issue. This way somebody from the community may try to fix the potential bug into the codebase. Apart from

[jboss-user] [JBossWS] - Re: ClassCastException @ BaseDeserializerFactory.getSpeciali

2007-10-14 Thread [EMAIL PROTECTED]
Sorry, can't remember of it; moreover as you said, setting the username/pwd into the stub should not cause this. If migrating to a more recent jboss application server and ws stack is not affordable for you, in order to understand what's happening I would suggest you to capture the soap

[jboss-user] [JBossWS] - Re: wstool jboss 4.05 vs jboss 4.2.0GA wsdl-java

2007-10-14 Thread [EMAIL PROTECTED]
nirre wrote : then one included in jboss 4.2 - jbossws-1.2.1.GA (build=200704151756) | | I have another problem now. Wstool now (with the above mentioned version) generates strange array data types in the jax-rpc file (and it does not generate the corresponding java files) - they where not

[jboss-user] [JBoss Seam] - Re: Injecting a narrower-scoped bean into a wider-scoped bea

2007-10-14 Thread adamw
[EMAIL PROTECTED] wrote : Add a FAQ to SeamProblemsFAQ if you like? Added, thanks for the info! Adam View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094956#4094956 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094956

[jboss-user] [JBoss Seam] - Re: El Exception in Seam V2 cr2

2007-10-14 Thread [EMAIL PROTECTED]
spec section? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094957#4094957 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094957 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: faces-config.xml is missing in booking example?

2007-10-14 Thread [EMAIL PROTECTED]
You're using facelets, thats a jsp tld. faces-config.xml is an optional file - if you don't need to configure anything in it, you ca omit it, like in the booking example. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094958#4094958 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: delay task execution jpdl

2007-10-14 Thread cla83
I'm sorry but i'm an unexperieced user of jbpm. There isn't a more simple way(without create an action) using some options of the visual editor of eclipse?? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094960#4094960 Reply to the post :

[jboss-user] [JBossWS] - Re: Deploying 2 web services on JBossWS, and getting differe

2007-10-14 Thread [EMAIL PROTECTED]
Issue created on Jira: http://jira.jboss.com/jira/browse/JBWS-1855 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094959#4094959 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094959

[jboss-user] [JBossWS] - Re: Stop Empty SOAP elements

2007-10-14 Thread [EMAIL PROTECTED]
Could you please capture a soap message exchange showing this and post it here along with the wsdl contract and the stack/version you're using both on client and server side? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094961#4094961 Reply to the

[jboss-user] [JBoss Seam] - Re: Binding HtmlDataTable to h:dataTable in Seam

2007-10-14 Thread [EMAIL PROTECTED]
asookazian wrote : I didn't see any negatives on this technique. Is it something that has to do with JSF and Seam regarding this technique?? thx. IMO it tends to indicate bad design and a lack of proper separation of the UI and business layer (unless of course you bind your components in UI

[jboss-user] [JBoss Seam] - Re: Error after updated CR2!

2007-10-14 Thread [EMAIL PROTECTED]
Take this to the hibernate forum, its not Seam related (i.e. no idea, looks like some change that was caused by changing hibernate versions) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094963#4094963 Reply to the post :

[jboss-user] [JBossWS] - Re: soap message not correct?

2007-10-14 Thread [EMAIL PROTECTED]
Yes, the soap message payload does not match with the specified wsdl. From which version of JBossWS is the wsconsume you're using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094964#4094964 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Deployment fails jee5 GlassFish example

2007-10-14 Thread [EMAIL PROTECTED]
Try CR2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094965#4094965 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094965 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Getting same error screen no matter what Exception is th

2007-10-14 Thread motte79
Your persistencecontext has to be named 'entityManager'. Otherwise you can define it easily in your components.xml | framework:entity-query entity-manager=#{yourEmName} / | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094966#4094966 Reply to the post

[jboss-user] [JBoss Seam] - Re: Some thoughts about abstracting everything from everythi

2007-10-14 Thread [EMAIL PROTECTED]
Seems like you are on the right course, its perfectly possible to introduce more layers into a Seam app - we just find its normally not necessary. You will loose some of Seam's nice features if you remove persistence too far from it (e.g. conversationally scoped persistence contexts). I would

[jboss-user] [JBossWS] - Re: wstool jboss 4.05 vs jboss 4.2.0GA wsdl-java

2007-10-14 Thread nirre
I rewrote the build script and used wsconsume instead and had to rewrite some of my beans etc etc, but eventually I got it working. I still think the change of behaviour of the wtools is strange. thanks anyway. /niclas View the original post :

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

2007-10-14 Thread [EMAIL PROTECTED]
anonymous wrote : | I don't really understand the point you're making or what you are asking (did you read or understand my other comments in this thread ?) | Yes - but i'm simply trying to figure out why I don't see this issue and how many other deployers will have this issue. I fully

[jboss-user] [JBossWS] - Re: jax-rpc/wstools genereate problem

2007-10-14 Thread nirre
I actually did just that ;) Now I use the wsconsume tool instead and rewrote the build script and the bean code that handled all the method/attribute passing. I think jax-ws is simpler with than jaxrpc, it feels more flexible and simpler - dont have to handle all the unwrapping of the types

[jboss-user] [JBoss Seam] - Re: Some thoughts about abstracting everything from everythi

2007-10-14 Thread fhh
I think one think should not be forgotten: The dependency on Seam is different than the dependency on another library. True, if you use annotations the Seam lib has to be present at build time (You can actually work araound this by using XML). But Seam is not required to use these components

[jboss-user] [JBoss jBPM] - Saving clients time.. installing/setting up jBPM

2007-10-14 Thread Ithkul
Hello I've got the pleasure to look at jBPM as a potential system for a client. The demo (video) of the system looks fast and easy. Sadly the installing procedure is complicated and time consuming. On my personal computer I already had eclipse. I jumped at it and followed readme files,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how i can start jboss server

2007-10-14 Thread phonon
We stored JBoss in c:\jboss on a windows xp machine; already have Java v1.5.0_09. However, we get the following log while executing run: anonymous wrote : 16:39:42,218 WARN [Server] Caught Throwable Error, this probably means we've already set the URLStreamHAndlerFactory before |

[jboss-user] [JBoss Seam] - Re: STATE_SAVING_METHOD=server broken for ScopeType.CONVERSA

2007-10-14 Thread baranda
This has now been fixed in MyFaces and will be available in the next release! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094983#4094983 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094983

[jboss-user] [JBoss Seam] - Re: Page parameters - change value

2007-10-14 Thread baranda
The bug has been fixed in MyFaces now and will be available in its next release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094984#4094984 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094984

[jboss-user] [JBoss jBPM] - Re: task form in multipart/form-data

2007-10-14 Thread vtysh
Update task.xhtml file in jbpm-console.war/sa and change enctype of h:form in the 'form' view. After that use gravel file upload components for your needs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094985#4094985 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam EJB Injection Classloading issue

2007-10-14 Thread [EMAIL PROTECTED]
You can't deploy ejb's into wars. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094987#4094987 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094987 ___ jboss-user mailing list

[jboss-user] [JBossWS] - WSSecurity Username token

2007-10-14 Thread Vincent321
Hello, Could you please tell me how to protect a web service with username token ? I am not able to find any sample. Many thanks in advance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094988#4094988 Reply to the post :

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

2007-10-14 Thread cry4dawn
there is no ant on the solaris environments that this is for and since the developers can not install (no root access) we can't build on the environment. can i build it in windows 32 bit then use it in a solaris 10 64 bit system? View the original post :

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

2007-10-14 Thread [EMAIL PROTECTED]
cry4dawn wrote : | can i build it in windows 32 bit then use it in a solaris 10 64 bit system? JBoss Portal is a 100% java and doesn't use any native code at all so I don't see why that would be an issue. View the original post :

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

2007-10-14 Thread [EMAIL PROTECTED]
vinguye2 wrote : 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

[jboss-user] [JBoss Portal] - Re: How to change the order of pages??

2007-10-14 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : | Search for 'order', first result is: | 22.1. Explicit ordering of tabs | I'm sure you meant search for 'ordering', right? :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094993#4094993 Reply to the post :

[jboss-user] [JBoss Seam] - Re: using 2.0.0.CR2 of jboss-seam-ui causes java.lang.Unsupp

2007-10-14 Thread [EMAIL PROTECTED]
Do not use com.sun.faces.verifyObjects with Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094992#4094992 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094992 ___

[jboss-user] [JBoss Portal] - Re: Possible to retrieve authenticated user's username/passw

2007-10-14 Thread [EMAIL PROTECTED]
You might want to look at the Portal reference guide and in particular: http://docs.jboss.com/jbportal/v2.6.2/referenceGuide/html_single/#sso View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094994#4094994 Reply to the post :

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

2007-10-14 Thread [EMAIL PROTECTED]
vinguye2 wrote : I'm building from source and would like to output the final artifact with a custom name like myapp-portal.sar instead of the default jboss-portal.sar. Is this configurable somewhere as part of the current build scripts? Why would that be? If you were using a proprietary

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [JBoss 4.2.1-GA] EJB incongruence deploying an EAR on di

2007-10-14 Thread rigel77
rigel77 wrote : Hi, | | ... | | Tnx in advance | Really strange things happen, it seems that the same EAR loaded on Windows Vista JBoss deploy correctly its datasource, while the EAR loaded on Debian JBoss does not deploy its datasource at all. In fact checking more deeply the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to clean JBoss loaded EARs?

2007-10-14 Thread rigel77
PeterJ wrote : Yes, removing the EAR file (or directory) from the deploy directory is sufficient. | | If you want to start over from a completely clean server configuration, bring the app server down and also remove these directories: | | server/default/data | server/default/log |

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

2007-10-14 Thread [EMAIL PROTECTED]
vinguye2 wrote : I'm building from source and would like to output the final artifact with a custom name like myapp-portal.sar instead of the default jboss-portal.sar. Is this configurable somewhere as part of the current build scripts? Also, please make sure that you abide to our EULA if you

[jboss-user] [EJB 3.0] - EJB3Trail not bound when running the EJB3Trailblazer tutoria

2007-10-14 Thread tanitm
I am getting this error: javax.naming.NameNotFoundException: EJB3Trail not bound when trying to run the EJB3Trail tutorial in JBOSS 4.0.5. This is very strange and i cannot get this to work no matter what i do. It works fine in JBOSS 4.2.x, but it doesn't work in JBOSS 4.0.5. The problem seems

[jboss-user] [JBoss jBPM] - Re: Saving clients time.. installing/setting up jBPM

2007-10-14 Thread kukeltje
Well, I (personally) never needed to do this. But... I have a direct connection to the internet (hence no need for the proxy stuff). For many others this (if needed at all) it has to be a different host and port, so no generic param can be used there and the starterkit is kind of like a

[jboss-user] [JBoss jBPM] - delay task execution jpdl

2007-10-14 Thread cla83
i've tried this solution: | .. | state name=wait | timer duedate=60 seconds transition=continue/ | transition name=continue to=nextstate/ | /state | ... | but i'm not able to deploy the project.. View the original post :

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

2007-10-14 Thread cry4dawn
we have problems in the past going from compiled 32 bit to solaris 64 bit. a good example is anything in the new concurrent packages. they throw no class def found evan though the same jdk version is on bith system. View the original post :

[jboss-user] [JBossWS] - Re: Encoding problem

2007-10-14 Thread nickarls
Any theories as to why the wsdl file is correctly encoded but the .xsd is not? Since they both are generated from the same information, one would assume the encodings would match(?) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095003#4095003 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Steps for building JBoss from source inside eclipse

2007-10-14 Thread SunSpider
Assumptions: Target is JBossAS05_Beta2 Prerequisite: a) Download jboss-5.0.0.Beta2-src.tar.gz, since you need third party libs. b) Have JBossIDE 2.0 installed. Now start: 1.From Eclipse menu choose NewProjectJava ProjectCreate Project From Existing Source.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Steps for building JBoss from source inside eclipse

2007-10-14 Thread SunSpider
It took me rather a while to build jboss's source. since the eclipse.psf in build directory are the same for all tags under svn repository. I have to do it in a manual way. And the orignal JBoss wiki for how to setup jboss source for eclipse doesn't make all things clear, so I wrote a HOW TO

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Steps for building JBoss from source inside eclipse

2007-10-14 Thread SunSpider
You also need to pull out build and tools module, they are needed for compilation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095008#4095008 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095008

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

2007-10-14 Thread [EMAIL PROTECTED]
Portal 2.6.2 doesn't use any Java 5 classes so it should be OK on that front, though, obviously, I cannot guarantee that it will work since I haven't tried it myself. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095009#4095009 Reply to the post :

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

2007-10-14 Thread cubrovic
Nobody have a clue?! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095010#4095010 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095010 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - GWT Remoting Example is not working

2007-10-14 Thread [EMAIL PROTECTED]
OS: Linux Fedora Core 6 JVM: java version 1.5.0_11 JBoss AS: 4.2.1.GA Seam: 2.0.0.CR2 When trying to run the GWT/Remoting example included under examples/remoting/gwt, I am getting the following stack trace: Note: the example is deployed using 'ant deploy' and the following URL:

[jboss-user] [JBoss Seam] - Re: Validation messages with Seam 2.0 and Richfaces 3.1.0

2007-10-14 Thread [EMAIL PROTECTED]
This was fixed in CR2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095013#4095013 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095013 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Random conversation id's

2007-10-14 Thread [EMAIL PROTECTED]
Why do you want to do this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095014#4095014 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095014 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Re: duplicate method: _getAdvisor

2007-10-14 Thread Sharoni
We?ve made some experiments, which made us believe that the problem is the fact that the same classes are being used as hibernate entities. As being part of our mapping, it may contain hibernate advisors and interceptor that may interfere with the new interceptor we were trying to add using the

[jboss-user] [JBoss Seam] - s:button action cannot resolve el expression

2007-10-14 Thread tynor
Seam 2.0.0.CR1 I'm flumoxed. I have a simple rich:dataTable that contains some items. I can happily print property values of the items, and even use s:link to dynamically invoke a view based on an object properly: (this works): | rich:dataTable id=pendingItems |

[jboss-user] [JBoss jBPM] - Re: delay task execution jpdl

2007-10-14 Thread kukeltje
Sure this is also a solution. Modelling an additional node in the process. But we cannot help you find the cause of the problem if you just say 'I am not able to deploy the project'. We need more info e.g. errors View the original post :

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

2007-10-14 Thread [EMAIL PROTECTED]
Sorry about the delay getting to this thread. wschwendt wrote : One problem is that unfortunately Gavin King appears to be no longer present on this forum (yes, I understand that he's probably awfully busy and cannot answer mundane support questions here). If you can persuade it us it's worth

[jboss-user] [Installation, Configuration DEPLOYMENT] - Issue related to HTTP connector threads -- Busy Thread Count

2007-10-14 Thread arparikh
We are running a high volume application (webservice engine platform middleware) on jboss. All the transactions are short lived and we have timeout set on every transaction so we make sure we kill the transaction if exceeds certain time. Noticed yesterday that busy threads value kept on going

[jboss-user] [JBoss jBPM] - How to configure JBPM console to a new JBOSS

2007-10-14 Thread pedroluppi
I found in other topics that exists some in Wiki that explain it, but i did not found. In a new jboss, in put in the folder server/default/deploy the file jbpm-console.war and in the folder server/default/data/hypersonic the localDB.properties and localDB.script. I can see the application,

[jboss-user] [JBoss Seam] - approach using seam tests

2007-10-14 Thread feivele
Hi, one question. What is the right way using test in seam-gen project. I have a project created with seam-gen (using RHDS, same like in console). In my test folder I have created a test class and a testng.xml. If I choose the class and use run as - TestNG Test the result is Total tests

[jboss-user] [JBoss Seam] - Context management for custom servlets

2007-10-14 Thread thatrichard
I'm using Seam-2.0.0.Beta1. According to the docs: anonymous wrote : 25.1.4.6. Context management for custom servlets | | ...Seam provides a servlet filter that can be applied to any other servlet that needs access to Seam components. | | This filter allows custom servlets to interact

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

2007-10-14 Thread rafaelroque
yes I am View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095028#4095028 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095028 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Installation, Configuration DEPLOYMENT] - Error JSF+JBOSS

2007-10-14 Thread rafaelroque
When i try to deploy my jsf app(which is correctly installed in Tomcat) in JBOSS i´m getting the following error: | com.sun.faces.application.ApplicationAssociate cannot be cast to com.sun.faces.application.ApplicationAssociate | Could someone help me with this? Regards, Rafael Roque

[jboss-user] [JBoss Seam] - Re: Context management for custom servlets

2007-10-14 Thread [EMAIL PROTECTED]
thatrichard wrote : I'm using Seam-2.0.0.Beta1. According to the docs: | | anonymous wrote : 25.1.4.6. Context management for custom servlets | | | | ...Seam provides a servlet filter that can be applied to any other servlet that needs access to Seam components. | | | |

[jboss-user] [JBoss Seam] - Re: approach using seam tests

2007-10-14 Thread [EMAIL PROTECTED]
Which version of Seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095029#4095029 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095029 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: Execute Queues in JBoss

2007-10-14 Thread vkviswanadh
HI thanks for your reply. We are in a process of migration from weblogic to JBoss.We are using execute queues in web logic 8.1. We use them some thing like this. If were deploy more than 1 ear files in web logic 8.1 , suppose if any of the ear file (let me call it as application), is having

[jboss-user] [JBoss Seam] - Re: Seam EJB Injection Classloading issue

2007-10-14 Thread rafaelri
I thought it was clear enough on the post below and that was the reason I suggested uploading somewhere the project... I am not deploying EJBs inside an WAR. I am packaging the interfaces for the classes (aka EJB-client package) so I can refer to the SessionBeans inside my Web Application. I

[jboss-user] [JBoss Seam] - Re: approach using seam tests

2007-10-14 Thread hispeedsurfer
Sorry, first time 2.0.CR1 and than latest from cvs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095037#4095037 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095037 ___

[jboss-user] [JBoss Seam] - Re: Seam EJB Injection Classloading issue

2007-10-14 Thread [EMAIL PROTECTED]
Sorry, no way I have time to wade through your project. And no, it was not clear from your post what you were trying to do. anonymous wrote : Lets try to be very straightforward... Is Seam supposed to be able to inject a reference for a SessionBean deployed anywhere in a JNDI compliant Server

[jboss-user] [JBoss Seam] - Re: approach using seam tests

2007-10-14 Thread [EMAIL PROTECTED]
From CVS follow the readme.txt in the src/test folder to set up testng plugin. For Ant, seam-gen expects the test file to be called *Test.xml e.g. FooTest.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095039#4095039 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam EJB Injection Classloading issue

2007-10-14 Thread rafaelri
I had already tried this at my job ... sorry for the delay I had to recreate the project here at home... :D with the interface we get this: | Caused by: java.lang.IllegalArgumentException: component class is an interface: fooBean | at

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

2007-10-14 Thread zzztimbo
I'm using Seam 2.0.0 CR2. I'm new to testng as well as Seam. I had first looked at the examples to create my testng.xml file. It just took me a little bit of time to figure out that the seam-gen created project was expecting a *Test.xml file. View the original post :

[jboss-user] [JBoss Seam] - Re: Random conversation id's

2007-10-14 Thread [EMAIL PROTECTED]
I've always been worried about bookmarked URLs. If you bookmark a URL with, for example, id=5, it's not very farfetched to think that at some point in the future when you use the link that you will have an existing conversation with an id 5 that you'd be stepping into. If conversation IDs

[jboss-user] [JBoss Portal] - Re: ObjectLoader not found error in 2.6.2

2007-10-14 Thread rutfield
I still can not find where this is defined. The source code in jboss-portal-2.6.2.GA-src.zip does not have it, yet SVN as recently as March has the code (trunk/common/src/main/org/jboss/portal/common/concurrent/loader/). I checked the thirdparty libraries by unpacking the jar files, but the

[jboss-user] [JBoss Seam] - Re: Random conversation id's

2007-10-14 Thread wsollers
+1 for a UUID. Random does not guarantee that the id will be unique at the time it is generated so there is a chance for a collision. A UUID on the other hand alleviates that concern. Currently for monitoring purposes from an interceptor I use a UUID that I outject from conversation startup

[jboss-user] [JBoss Seam] - Re: Seam EJB Injection Classloading issue

2007-10-14 Thread [EMAIL PROTECTED]
No, but Seam needs the class to be available to its classloader. I think I got confused and thought this should work - but it only works for local ejbs not remote (where Seam can get at the actual implementation class). So I suggest you use the @Unwrap/manager pattern to make your remote ejbs

[jboss-user] [JBoss Seam] - Re: Random conversation id's

2007-10-14 Thread [EMAIL PROTECTED]
Sounds like a good idea to me :) I'm concerned that trying to hook into current methods like the OP described would break something. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095046#4095046 Reply to the post :

[jboss-user] [JBoss Seam] - Re: #{s:hasRole} causes authenticate method to re-run

2007-10-14 Thread gothmog
hi Shane, I am using Seam 2.0.0.BETA1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095047#4095047 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095047 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Seam EJB Injection Classloading issue

2007-10-14 Thread rafaelri
Hmm... ok... now we have two confused :D I am ok about Seam not supporting remote EJBs but still I feel confused about it supporting local since theoretically the both should have a common behavior in relation to the client. Errr... Let me try to be clearer... I dont follow how Seam accesses the

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

2007-10-14 Thread cubrovic
Just to draw some attention that I posted kind of solution here http://jboss.com/index.html?module=bbop=viewtopicp=4094753#4094753 so if anyone wants to comment or to further elaborate or improve this fell free to add your suggestions. View the original post :

[jboss-user] [JBoss Seam] - Re: GWT Remoting Example is not working

2007-10-14 Thread [EMAIL PROTECTED]
This bug was just fixed recently. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095051#4095051 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095051 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam EJB Injection Classloading issue

2007-10-14 Thread [EMAIL PROTECTED]
The problem isn't accessing the EJB instance (which Seam accesses it through JNDI), but rather the implementing class (which I'm infering isn't on your war's classpath, but on the classpath of the ear which contains it - whats on your wars classpath is the remote interface). I think this is a

[jboss-user] [JBoss Seam] - Re: s:button action cannot resolve el expression

2007-10-14 Thread [EMAIL PROTECTED]
item isn't available when the jsf tree is recontructed in the restoreview phase. Try with h:commandLink (which causes the view to be reconstructed, and so the item variable should be available). Let us know whether that works :) View the original post :

[jboss-user] [JBoss Seam] - Re: s:button action cannot resolve el expression

2007-10-14 Thread tynor
Thanks Pete. That gets me closer -- I now invoke the proper action on the backing bean. I left out a bit of detail in my original query - and that detail is still causing probs. My backing bean has a getHomeComponent() function that does a Component.getComponent() on the proper EntityHome

[jboss-user] [JBoss Seam] - Re: s:button action cannot resolve el expression

2007-10-14 Thread dhinojosa
in jsf, f:param puts the parameter in the request, and doesn't (I believe) set the values to the component the way seam does in pages.xml. There are a lot of ways to skin this cat though...but from what you are doing it looks like you will fare better with @DataModel @DataModelSelection

[jboss-user] [Performance Tuning] - JVM memory foot print on Fedora

2007-10-14 Thread alias
I am running JBoss 4.0.2 with JVM 1.5.0.12, with maximum heap and PermGen memory size set to be 1GB and 256MB, respectively. I deployed JBoss with our application on Fedora 5 (FC5) with 2GB of memory and the memory footprint is as follows: Memory: 634m Virtual Memory: 1712m I then deployed

[jboss-user] [JBoss Seam] - Re: GWT Remoting Example is not working

2007-10-14 Thread [EMAIL PROTECTED]
Is the bug fix related to this report? http://jira.jboss.com/jira/browse/JBSEAM-1102 If so, looks like the bug fix should be included under 2.0.0CR2 which is what I am using, btw- I am using the released package from the JBoss.org site, without any code changes on my part. Just following the

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

2007-10-14 Thread dlmiles
[EMAIL PROTECTED] wrote : I just can't reproduce this error and thus I'm asking you if | | a) this occurs with other deployers too | | b) did you see leftover artifacts when using our jboss deployer | | If a and b then this is most likely limited only to possible issues in

[jboss-user] [JBoss Seam] - Re: s:button action cannot resolve el expression

2007-10-14 Thread tynor
Thanks dhinojosa, That pushed me in the right direction - I've refactored my code to use @DataModel/@DataModelSelection and all is working fine. Thanks to both of you for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095062#4095062 Reply to the

[jboss-user] [Security JAAS/JBoss] - Secure about -ds.xml !

2007-10-14 Thread catania
Hi all ! Before, I showed the article of security inside -ds.xml (inside \server\default\deploy) but now I don't remember its links. My -ds.xml file : . | local-tx-datasource |jndi-nameMySqlDS/jndi-name | connection-urljdbc:mysql://localhost/MyDatabase/connection-url |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how i can start jboss server

2007-10-14 Thread PeterJ
phonon, please do not post your questions at the end of someone else's post. Instead, start a new post. (Or better yet, so a forum search, I recall this exact same issue being addressed in another post.) View the original post :

[jboss-user] [JBossWS] - Re: WSSecurity Username token

2007-10-14 Thread PeterJ
See http://labs.jboss.com/jbossws/docs/jaxws_userguide-2.0/index.html#d0e1165 Also, there was an earlier discussion at http://www.jboss.com/index.html?module=bbop=viewtopict=120353 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095065#4095065 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to clean JBoss loaded EARs?

2007-10-14 Thread PeterJ
Another option, and the one I prefer: never run 'default' or 'all'. Instead, make a copy and run that. Example: copy server/default as server/foobar and then run -c foobar. That way, 'default' and 'all' are always pristene. View the original post :

[jboss-user] [JBoss Tools (users)] - nightly build--JBossTools-200710101613--Where is Seam???

2007-10-14 Thread ybxiang.wolf
nightly build--JBossTools-200710101613--Where is Seam??? http://download.jboss.org/jbosstools/builds/nightly/ Here, 1.I download JBossTools-200710101613-nightly-ALL-win32.zip, 2.unzip file JBossTools-200710101613-nightly-ALL-win32.zip 3.copy all files in

[jboss-user] [JBoss Seam] - Re: Random conversation id's

2007-10-14 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-2105 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095068#4095068 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095068 ___

[jboss-user] [JBoss Seam] - Help - post login and EntityHome instance

2007-10-14 Thread terryb
I am not sure if my problem is conversation related, or something I'm missing. I have two menu links on the page. Login and Add User. Login is via Seam authentication with users in my database. Login link uses UserHome object to update user login history; and AddUser.xhtml is bound to UserHome

[jboss-user] [JBoss Seam] - Re: Remoting with Apache ? a problem

2007-10-14 Thread sumitgarg1
hi am facing same problem while making application on net bean can any one help? my jsp [EMAIL PROTECTED] contentType=text/html% [EMAIL PROTECTED] pageEncoding=UTF-8% %@ taglib uri=/WEB-INF/tlds/common.tld prefix=cm% [EMAIL PROTECTED] prefix=f uri=http://java.sun.com/jsf/core% [EMAIL

[jboss-user] [JBoss Seam] - Re: Remoting with Apache ? a problem

2007-10-14 Thread sumitgarg1
hi am facing same problem while making application on net bean can any one help? my jsp [EMAIL PROTECTED] contentType=text/html% [EMAIL PROTECTED] pageEncoding=UTF-8% %@ taglib uri=/WEB-INF/tlds/common.tld prefix=cm% [EMAIL PROTECTED] prefix=f uri=http://java.sun.com/jsf/core% [EMAIL