[jboss-user] [Security JAAS/JBoss] - Re: Why JAAS authenticate() fails?

2006-11-04 Thread jaikiran
You will have to obtain TRACE level logs of jboss security package as mentioned in Q4 at: http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ Those logs will give you an idea as to what is going wrong in authentication. View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Why JAAS authenticate() fails?

2006-11-04 Thread jaikiran
anonymous wrote : By the way, do you know how to customize the login prompt and error page if login fails? You can use FORM based login instead of BASIC. These might get you started: http://www.roseindia.net/javacertification/wcd-guide/authentical_type.shtml

[jboss-user] [Security JAAS/JBoss] - Re: Error 403 when using DatabaseServerLoginModule

2006-11-04 Thread jaikiran
In your login-config.xml: | module-option | name=usersProperties | SELECT password for principals WHERE principalId=? | /module-option | module-option |

[jboss-user] [Security JAAS/JBoss] - Re: Error 403 when using DatabaseServerLoginModule

2006-11-04 Thread jaikiran
Hang on a moment, even though the properties that you mentioned in the config are wrong, JBoss fires the default queries for the users and roles. Your logs mention: anonymous wrote : 20:01:05,281 DEBUG [RealmBase] Username admin does NOT have role user | 20:01:05,281 TRACE

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss server from Eclipse with JBoss IDE 2

2006-11-04 Thread A_titov82
In order to create a new JBoss server / runtime, you have to put that information in. But there is no places to put this information... The Next button is disabled in New server runtime dialog! If I select JBoss-JBoss v4.0 then I can press Next button and put information there. But if I

[jboss-user] [JBoss Seam] - Re: SeamSelectItems - Not selecting Item Throws Exception

2006-11-04 Thread petemuir
Hopefully a simple one: You've used a hibernate validation property specifying that person.room is not null. Unfortunately Seam's s:validate tags don't catch this (see the SeamProblemsFAQ) so you have to specify this is the JSF as well with a required=true on the JSF tag. View the original

[jboss-user] [JBoss Seam] - Re: Synched with latest code to build/deploy the examples an

2006-11-04 Thread petemuir
What version of Seam? What version of JBoss? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983188#3983188 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983188 ___ jboss-user

[jboss-user] [JBossWS] - Consuming a web service from an EJB3 stateless sb

2006-11-04 Thread aboudank
Hello, I am new to JBOSSWS. I am using JBoss 4.0.4.GA, EJB3 RC8 and JBoss WS 1.0.1.GA. I wrote and deployed a JSR 180 WS which worked fine. I can access it from a .NET C# app. Now I am trying to consume this WS from a statless EJB3 and I am not able to do it. Here is what I did: Using

[jboss-user] [JBoss Eclipse IDE (users)] - Generating EJB 3 with life-cycle methods using hibernate

2006-11-04 Thread A_titov82
Hello. I can use hibernate plug-in to generate EJB 3 Entities from POJOs. But is there any way to define methods that should be copied from POJO to Entity (without change) and methods, that should be copied from POJO to Entity and marked as lifecycle methods (@PreRemove, @PostRemome, etc.).

[jboss-user] [JBoss Seam] - Re: using links with themeSelector instead of selectOneMenu

2006-11-04 Thread Basel
Gavin, Could you please be more specific? Does that mean I'll have to add @RequestParameter to the getTheme method of the current ThemeSelector in Seam 1.1 and recompile it? What I am trying to do is to list the themes in one single line as links instead of having them in a drop down menu with

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Generating EJB 3 with life-cycle methods using hibernate

2006-11-04 Thread [EMAIL PROTECTED]
huh!? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983192#3983192 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983192 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Installation, Configuration Deployment] - Re: Jboss 3.2.7 running with JDK 1.5 and compiling with JDK

2006-11-04 Thread suryapraveensharma
i would like to have a detailed mail regarding the JBoss installation and running in the windows operating system i am using JDK1.4 OS windows /ubuntu linux tomcat 4.1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983194#3983194 Reply to the post :

[jboss-user] [JBoss jBPM] - creating a new user

2006-11-04 Thread Froschfinger
How could i do this? i have the starters kit and there 4 existing users, but i want to add one but i didn't find where i can do this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983193#3983193 Reply to the post :

[jboss-user] [JBoss Seam] - selectBooleanCheckbox and dataScroller

2006-11-04 Thread FabBoco
Hi, I have a dataTable that uses a dataScroller and selectBooleanCheckbox. First problem is that selected items get deselectd when I move from one page to the other. So I tryed to manage selected items myself. Second problem is that when I move from one page to the other the findAll function

[jboss-user] [JBoss jBPM] - Re: creating a new user

2006-11-04 Thread ramzijbpm
their is an xml file i think identity.bd search you will find it regard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983198#3983198 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983198

[jboss-user] [Security JAAS/JBoss] - Re: Error 403 when using DatabaseServerLoginModule

2006-11-04 Thread yj4jboss
Hello , As it seems, the query for principals is working, with users being correctly authenticated ...its only the second query that is posing problems !! The User Admin has the role Admin in the database and the role constraint has been set as Admin in the web.xml for this resource. I

[jboss-user] [JBoss Seam] - Re: SEAM - TOMAHAWK - JSCOOKMENU

2006-11-04 Thread adt
Hi all, I'm using JBoss 4.0.4 with Seam 1.0.1 and myfaces tomahawk 1.1.3. I'm experiencing problems with jscookmenu: menus are rendered fine but when I press an item a javascript error appears: 'elements.jscook_action is null or not an object'. Magically, in a test page, if I remove

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Hot code replacing in debugging?

2006-11-04 Thread susnet
But in the meantime i could use exploded deployment? Is there som changes to that approach with JBossIDE 2.0 than earlier versions? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983200#3983200 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Still have issues with my installation

2006-11-04 Thread Basel
You might need to get jems-installer-1.2.0.BETA3.jar since JBoss-4.0.5-GA does not have ejb3 support. You can get it from here: http://sourceforge.net/project/showfiles.php?group_id=22866package_id=193295release_id=457191 View the original post :

[jboss-user] [JBoss Portal] - Customizing CMS Admin Directory browser

2006-11-04 Thread umesh14uv
Hi everybody, I want to customize the CMSAdmin portlet directory browser. Is there any way provided by JBoss portal so that user can view only those directory for which he has right. Actually there are multiple users they have their corresponding directories in the repository. Can a user can

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-11-04 Thread [EMAIL PROTECTED]
Gavin, Without intending to be picky, I just noticed the Seam 1.1 Beta reference shows it's version as 1.0.1.GA; both for the HTML and PDF versions. This might lead readers to think that it is unchanged from the 1.0.1 release, which almost happened to me. Ian (Sydney) View the original post

[jboss-user] [Security JAAS/JBoss] - Re: Error 403 when using DatabaseServerLoginModule

2006-11-04 Thread jaikiran
You mentioned, your web.xml contains: security-constraint | web-resource-collection | web-resource-nameAll resources/web-resource-name | descriptionProtects all resources/description | url-pattern/*/url-pattern |

[jboss-user] [JBossWS] - Re: ws-security: Problem using encryption

2006-11-04 Thread brianshields
Apologies for the delay in responding to this, anonymous wrote : That should also work, but using this you won't be able to send secured messages outbound. At the moment I am only concerned with securing the client to server messages. anonymous wrote : What encryption options did you use with

[jboss-user] [JBoss Seam] - Re: Combination of JBoss and Seam release that works

2006-11-04 Thread petemuir
Well there are no errors in the log you've posted. But can you please paste the full stacktrace as stacktrace you gave above doesn't tell us anything more than that the deployment failed. Further down there will probably be a root cause. View the original post :

[jboss-user] [JBoss Portal] - Re: Customizing CMS Admin Directory browser

2006-11-04 Thread [EMAIL PROTECTED]
Umesh- Fine grained access control on the CMS will be available in Portal 2.6. That should help with your issue. http://jira.jboss.com/jira/browse/JBPORTAL-328 Thanks Sohil View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983215#3983215 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Jboss 3.2.7 running with JDK 1.5 and compiling with JDK

2006-11-04 Thread jaikiran
You should have opened a new thread for your question, since its not related to the original topic. Anyways, here's a step by step guide for installing JBoss 4: http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch01.html View the original post :

[jboss-user] [Security JAAS/JBoss] - JBSSO-7 of Jira:

2006-11-04 Thread [EMAIL PROTECTED]
-Original Message- From: Sebastian Scotti [mailto:[EMAIL PROTECTED] Sent: Friday, November 03, 2006 7:24 PM To: Sohil Shah Subject: JBSSO-7 of Jira: Hi Sohil, For a project based on jboss (dcm4chee) I worked on the autonomy of a users-module written in ejb3/JSF with Seam I reached a

[jboss-user] [Security JAAS/JBoss] - Re: JBSSO-7 of Jira:

2006-11-04 Thread [EMAIL PROTECTED]
Hi Sebastian- The dcm4chee tool sounds like a user provisioning tool to manage user/roles using a GUI. The FedSSO Administration tool is actually a tool to manage the Federation Server component of the system. Details:

[jboss-user] [Security JAAS/JBoss] - Re: Jboss SSO Web Application

2006-11-04 Thread [EMAIL PROTECTED]
AlrightHook this in as LoginProvider package org.jboss.security.idm.ldap; import java.security.Principal; import java.util.Collection; import java.util.Properties; import org.jboss.security.idm.Identity; import org.jboss.security.idm.IdentityException; import

[jboss-user] [Security JAAS/JBoss] - Re: Jboss SSO Web Application

2006-11-04 Thread [EMAIL PROTECTED]
Ok, took a quick look. Your problem is related to this: The JAAS module and LoginProvider should both pull identical username and password data. Hence, its best to use a JAAS Module that actually uses the same LoginProvider to get username/password information from the datastore.. The

[jboss-user] [Security JAAS/JBoss] - Re: Jboss SSO Web Application

2006-11-04 Thread [EMAIL PROTECTED]
Hi Sohil Great, it worked for me on both case 1. Application B on local machine 2. Application B on remote machine. Thank you very much for all your help. I really appreciate it. Regards Nipun View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983221#3983221

[jboss-user] [Security JAAS/JBoss] - Re: Jboss SSO Web Application

2006-11-04 Thread [EMAIL PROTECTED]
Hi Sohil May be I am wrong but I have few suggestions As a user I write my own LoginModule complaint to JAAS, (class extending AbstractServerLoginModule) We all are famliar with JAAS and we know what methods body shd we for Authentication. Even if we use LoginProvider inside JAAS module,

[jboss-user] [Security JAAS/JBoss] - Re: Jboss SSO Web Application

2006-11-04 Thread [EMAIL PROTECTED]
Nipun- Feedback like this is always welcome from the community... I agree that the LoginProvider needs to evolve and feedback from community will help with that effort. Thanks again Sohil View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983223#3983223 Reply

[jboss-user] [JBossWS] - Re: ws-security: Problem using encryption

2006-11-04 Thread brianshields
Quick addition to the above post...the error posted was the SOAPException as it was received in the client. The following is the server error | 13:26:55,687 ERROR [SOAPFaultExceptionHelper] SOAP request exception | javax.xml.rpc.JAXRPCException: Cannot find child element: String_1 |

[jboss-user] [Beginners Corner] - Re: jmx-console

2006-11-04 Thread editha
Thank you very much! I was indeed looking at the wring name. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983225#3983225 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983225

[jboss-user] [JBoss Seam] - Re: jboss seam @Datamodel

2006-11-04 Thread [EMAIL PROTECTED]
I've been using the selectionIs there any additional benefits if you use @DataModel vs. direct selection through parameter? Simply put, is @DataModel deprecated? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983226#3983226 Reply to the post :

[jboss-user] [JBoss Seam] - Re: jboss seam @Datamodel

2006-11-04 Thread [EMAIL PROTECTED]
Eh, maybe i meant to ask that is @DataModelSelection deprecated/unneeded. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983227#3983227 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983227

[jboss-user] [JBoss Seam] - Re: Synched with latest code to build/deploy the examples an

2006-11-04 Thread [EMAIL PROTECTED]
latest in anoncvs.forge.jboss.com latest Jboss's 4.0.4 and 4.0.5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983228#3983228 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983228

[jboss-user] [JBoss Seam] - Re: Synched with latest code to build/deploy the examples an

2006-11-04 Thread [EMAIL PROTECTED]
trying with jboss-seam-1.0.1.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983229#3983229 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983229 ___ jboss-user mailing list

[jboss-user] [Messaging, JMS JBossMQ] - JBOSS MQ

2006-11-04 Thread Anvar
The JMS clients must be able to recieve asynchronously messages from the server. But how does JBOSS MQ handle this situation. Will it be having client-side UIL2 Socket Manager/HTTPIL invoker, periodically polls the server for incoming messages or is there any way it achieves this? View the

[jboss-user] [JBoss jBPM] - Re: How to save process instance into database?

2006-11-04 Thread dengzi725
hi . maybe it is simple . after you save your processinstance , you must call jbpmContext.save() method . that the log , instance , token etc can be saved in your database . you can try again . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983232#3983232

[jboss-user] [JBoss Seam] - Re: Still have issues with my installation

2006-11-04 Thread petemuir
You sound confused ;) You can run Seam in full JBoss AS, in which case EJB3 is built in. You don't configure embeddable EJB3 in Seam. You use jndiPattern=projectName/#{ejbName}/local. You can run Seam in another container (typically Tomcat), in which case you must provide EJB3 - Embeddable

[jboss-user] [JNDI/Naming/Network] - About DataSource in Project Initial

2006-11-04 Thread giant917
Hi, The problem is I setup the datasource in web.xml. The JNDI name is call DataSource. But I have 2 projects. When startup the server. The first project's datasource is coverd by second project. Is anyone know how to fix it? Max View the original post :

[jboss-user] [JBoss Seam] - Re: problem with deploying in JBoss

2006-11-04 Thread [EMAIL PROTECTED]
Do you have the EJB3 profile installed? I doubt it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983235#3983235 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983235 ___

[jboss-user] [JBoss Seam] - Re: using links with themeSelector instead of selectOneMenu

2006-11-04 Thread [EMAIL PROTECTED]
No, I said a page parameter, not a request parameter. These are defined in pages.xml. Read the Seam 1.1 documentation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983236#3983236 Reply to the post :

[jboss-user] [JBoss Seam] - Re: SEAM - TOMAHAWK - JSCOOKMENU

2006-11-04 Thread [EMAIL PROTECTED]
Sorry, this is the Seam forum. We can't help you solve every problem to do with MyFaces incredibly broken Tomahawk stuff. We try to tell people not to use it, but if they insist on using it, they should go to the MyFaces mailing lists for help. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-11-04 Thread [EMAIL PROTECTED]
yes, this was already fixed in cvs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983238#3983238 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983238 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: jboss seam @Datamodel

2006-11-04 Thread [EMAIL PROTECTED]
No it is not deprecated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983239#3983239 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983239 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - @Within and @Around...

2006-11-04 Thread johnurban
I probably missed the forum post regarding... I can't compile with the latest CVS jboss-seam.jar: | [javac] Compiling 52 source files to /Users/jurban/projects/checkin/build/classes | [javac] /Users/jurban/projects/checkin/src/testSeam/LoggedInInterceptor.java:10: cannot find

[jboss-user] [JBoss Seam] - fetchtype.LAZY results in JSF validation error

2006-11-04 Thread roeber
I found out that setting fetchtype.LAZY on a manyToOne association results in a JSF validation error for an selectOneMenu component. | @ManyToOne(fetch=FetchType.LAZY) | public OrgUnit getOrgUnit() { | return orgUnit; | } | | t:selectOneMenu id=orgunit required=true

[jboss-user] [JBossWS] - Re: NPE in SOAPFaultException + ClientImpl.handleRemoteExcep

2006-11-04 Thread [EMAIL PROTECTED]
This is fixed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983242#3983242 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983242 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss 3.2.5 MySQL 4.0 finder Method gives a Finder Exception

2006-11-04 Thread pintovc
I have created an EJB with CMP in JBoss 3.2.5. It deploys fine. When I try to find a record in the database table it gives me a FinderException error. However, I am able to see the record in the table. Here is the code in the EJB. try{ home.create(test,password); Collection col =

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss 3.2.5/MySQL 4.0 ejbCreate throws NullPointer exception

2006-11-04 Thread pintovc
I have created an EJB with CMP in JBoss 3.2.5. It deploys fine. When I try to create an EJB in the database table it gives me a NullPointerException error. Here is the trace 14:52:53,757 INFO [UserProfile] Table 'UserProfile' already exists 14:52:54,278 INFO [EJBDeployer] Deployed:

[jboss-user] [JBossWS] - Re: Consuming a web service from an EJB3 stateless sb

2006-11-04 Thread [EMAIL PROTECTED]
service-ref is only supported for EJB-2.1 With EJB3 you will have @WebServiceRef. This is available in jbossws-2.0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983245#3983245 Reply to the post :

[jboss-user] [JBossWS] - Re: WS Samples-Failed to authenticate principal=null

2006-11-04 Thread [EMAIL PROTECTED]
I'll look into it http://jira.jboss.org/jira/browse/JBWS-1327 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983247#3983247 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983247

[jboss-user] [JBoss Seam] - Re: Problem with DataModelSelection

2006-11-04 Thread zzzz8
I just saw this... System.out.println(Artikelnummer: + getSelectedSearchArticle().getArtName()); Why are you using getSelectedSearchArticle()... where are you defining this? - I don't see it in your class (I'm wondering why it would even compile, unless you deliberately left this out in this

[jboss-user] [JBoss Seam] - Re: SEAM - TOMAHAWK - JSCOOKMENU

2006-11-04 Thread tazo
jscookmenu control is simply broken in 1.1.3 (they just commented out some code related to dummy form workaround, removed in that release). You can try last snapshot of tomahawk 1.1.5, looks like they fixed this issue (i didn't test). Or if you are using facelets then you can simply add

[jboss-user] [JBossWS] - Re: org.jboss.util.xml.DOMWriter error

2006-11-04 Thread [EMAIL PROTECTED]
What version of jbossws is this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983249#3983249 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983249 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: jaxrpc interop

2006-11-04 Thread [EMAIL PROTECTED]
This is fixed in jbossws-1.0.3.SP1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983250#3983250 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983250 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: Consuming Java Webservice in Coldfusion

2006-11-04 Thread [EMAIL PROTECTED]
There are various array test cases in the testsuite. Please have a look at those. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983251#3983251 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983251

[jboss-user] [JBossWS] - Re: Is JBoss J2EE 1.5 Certified?

2006-11-04 Thread [EMAIL PROTECTED]
JBossAS-5.0 will be JavaEE5 certified View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983252#3983252 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983252 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Synched with latest code to build/deploy the examples an

2006-11-04 Thread [EMAIL PROTECTED]
Works with jboss-seam-1.0.1.GA. I don't think I will use the bleeding edge stuff... Sorry for wasting yuor time. :/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983253#3983253 Reply to the post :

[jboss-user] [JBoss Seam] - Re: fetchtype.LAZY results in JSF validation error

2006-11-04 Thread petemuir
Some suggestions: 1) Association fetching in Hibernate is lazy by default AFAIK 2) How are you getting the EntityManager in your converter? I had problems with getting a reference to the EntityManager from JNDI and found that getting an EntityManagerFactory from JNDI worked better (otherwise

[jboss-user] [JBoss Seam] - Re: Synched with latest code to build/deploy the examples an

2006-11-04 Thread petemuir
you could try -BETA1.1 which works on 4.0.5GA when the ejb3 profile is used from the installer. Up to date but fairly stable... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983255#3983255 Reply to the post :

[jboss-user] [JBossWS] - Re: jaxrpc interop

2006-11-04 Thread zurchman
[EMAIL PROTECTED] wrote : This is fixed in jbossws-1.0.3.SP1 Great! But can you tell me how can I get a copy of 1.0.3.SP1? I'm a lowly user. It was hard enough trying to find a link to download the 1.0.3.GA release. Thanks! View the original post :

[jboss-user] [JBoss Seam] - problems using jboss/seam

2006-11-04 Thread nittm
hi all. we decided to develop our application on jboss using seam but we can't make it work right... we searched for help all over the net but that only confused us more... here's what we got: - jboss 4.0.5 - seam 1.0.1 - eclipse ide with the plugins mentioned in the

[jboss-user] [JBoss Eclipse IDE (users)] - DEMO Creating a EJB Proj fails Debian JBossIDE 2.0.0.Beta2 w

2006-11-04 Thread dgbaker
Debian (sarge) JRE 1.5.0_06-b05 eclipse-SDK-3.2.1-linux-gtk.tar.gz jboss-4.0.5.GA-src.tar.gz I am using the DEMO Create a EJB project under http://docs.jboss.com/jbosside/jboss-as/NewAndNoteworthy/jbosside2.0.0.beta2.html Everything seems to work until I try to create EnterprizeJavaBean. See

[jboss-user] [JBoss Seam] - Re: problems using jboss/seam

2006-11-04 Thread johnurban
1. Go to the Seam getting started road map and follow the install instructions exactly, don't deviate: http://labs.jboss.com/portal/jbossseam/gettingstarted 2. Read the Seam documentation before you do anything. 3. Work through every example, understanding each piece. 4. Subscribe to this

[jboss-user] [JBoss Seam] - Problems loading messages.properties in my first Seam applic

2006-11-04 Thread forumer
I have tried to fashion my seam application after the examples and dvdstore and numberGuess examples do work. But I am having problems with my own application. The .xhtml page tries to load message.properties but, for some reason, can't. This file is in WEB-INF/classes in the war file. I'd very

[jboss-user] [JBoss Seam] - Re: problems using jboss/seam

2006-11-04 Thread nittm
thanks for the reply... we did try to follow the steps in: http://labs.jboss.com/portal/jbossseam/gettingstarted but when we got to the examples it all got messed up.. the first two (booking dvd) did not even pass the build step.. we got a bad file (or something like that) error... the

[jboss-user] [Messaging, JMS JBossMQ] - simple JMS client

2006-11-04 Thread soussou97
Hi; I search a implementation to sent and retrieve JMS message via a queue with natif java code without used J2ee component (MDB). Regards; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983260#3983260 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problems loading messages.properties in my first Seam ap

2006-11-04 Thread forumer
Looks like it was the key that it couldn't find. Your question prompted me to take another look at the properties file. In it I had properties like: | commDevice.title.name=Name | commDevice.title.version=Version | Which then I changed to the following... and it worked! |

[jboss-user] [JBoss Seam] - Re: SeamSelectItems - Not selecting Item Throws Exception

2006-11-04 Thread johnurban
Yes. That fixed it. Is there a way I can post my own message next to the dropdown so that the user does not have to guess what Validation Error means? Thank you for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983268#3983268 Reply to the post :

[jboss-user] [JBoss Seam] - The Same SelectItem Control on Multiple Pages...

2006-11-04 Thread johnurban
I need to put the same dropdown(selectitem) on multiple pages. I am using selectitems-1.1.0rc1. I have successfully place the dropdown on one screen. I am able to populate it and pull the selected value from it. Now, I need that same dropdown on another screen. In in my working screen, I use

[jboss-user] [JBossWS] - Re: Consuming a web service from an EJB3 stateless sb

2006-11-04 Thread aboudank
Thank you for your response. Given that, what is the best way today (before JBOSSWS 2.0 arrival) to consume a web service from EJB3 component? Can u please point me to an example? Thanks. Regards, mka View the original post :

[jboss-user] [JBoss Seam] - Re: problem with deploying in JBoss

2006-11-04 Thread mnrz
Hi I used JBoss installer wizard and from the list of profiles I chose ejb3. I think Seam listener doesnt start properly. I have a question about lib folder of the JBoss server, there are some jar files like hibernate3.jar, some jar files started with jboss*.jar , if I put the jar files palced

[jboss-user] [JBoss Seam] - Re: fetchtype.LAZY results in JSF validation error

2006-11-04 Thread roeber
Thx for your suggestions. Encouraged by your suggestion 3 I have debugged my overridden equals method once again (ignoring the tracing output). What I found out: other.name is null where it shouldn't be null. Changing this line to other.getName() fixed the problem! | public boolean

[jboss-user] [JBoss Seam] - Re: Problem with DataModelSelection

2006-11-04 Thread olafgerwig
hi, thansk for your answer. i solved the problem. i also corrected your remark. olaf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983275#3983275 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983275