[jboss-user] [EJB 3.0] - Re: ArrayStoreException when accessing bean from war

2008-01-24 Thread Lorenz Beyeler
The applications are packaged as follows: one .EAR (A) with 3 stateless session beans one .EAR (B) with 1 stateless session bean and a web-service server deployed in a .WAR. The webservice from (B) reads objects from two of the beans in (A). Requests without 'generics' in the interface work perf

[jboss-user] [Beginners Corner] - Re: NotContextException when I deploy ejb3 and ejb2 in the s

2008-01-24 Thread jaikiran
It wont be done by default. You can however specify the jndi-name of your choice (maybe with the ejb3/ prefix) either through annotations or through the jboss.xml file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=412#412 Reply to the post : http:/

[jboss-user] [JBossCache] - Want to do performance test on POJO Cache

2008-01-24 Thread [EMAIL PROTECTED]
Hi, I am using the POJO Cache in clustered enviroment in GlassFish.I want to do performance test on the Cache. Please provide me some step-by-step instructions for doing so. I tried downloading the Performance Test code provided in repository through svn command but not able to do due

[jboss-user] [JBoss Seam] - Cancel application loading in @Startup component

2008-01-24 Thread vladimir.kovalyuk
When application environment/configuration is corrupted the @Startup component should report failure and stop loading application. How to gracefully cancel loading of Seam based application? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123331#4123331 Reply

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuration JNDI

2008-01-24 Thread jaikiran
"benjiii" wrote : | | Where have I to look to get the correct jndi for the entity beans? Is it defined in an JBoss specific file? (ejb-jar.xml e.g?) By default the beans will be bound to a default jndi-name. However, if you have manually specified the jndi-name for that bean, then it goes

[jboss-user] [JBoss Seam] - Re: modify entity after persist from same method

2008-01-24 Thread jsutherland
Oh no I feel really stupid but I think I found the problem to be a bug in my custom hibernation validation. I wasn't thinking about how my hibernate validator was working on an update. I guess what had me fooled was that I didn't recognize the org.hibernate.validator.InvalidStateException as r

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate sql output in Server Log and Console

2008-01-24 Thread jaikiran
"jdijkmeijer" wrote : Wish I had paid more attention during English classes. | I'll try to rephraze. | | I was actually wondering whether people are looking for an extra log type possibility like: | | org.hibernate.type -> log binding and returning statements | org.hibernate.type.bin

[jboss-user] [Beginners Corner] - Re: I want to understand Jboss log files...

2008-01-24 Thread jaikiran
Here's what the logs show (i have just posted the relevant part): anonymous wrote : 2008-01-24 10:53:10,589 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/opt/jboss-4.0.3/server/all/deploy/pwm.war | Here's the error: anonymous wrote : 2008-01-

[jboss-user] [JBoss Seam] - Re: Seam pdf generation with custom font

2008-01-24 Thread [EMAIL PROTECTED]
There's no support for that. Only PDF fonts are supported. You can open a JIRA issue if you like. In generally iText has good font support, so it's probably quite feasible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123325#4123325 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1.CR2 is out

2008-01-24 Thread [EMAIL PROTECTED]
I'm not familiar with the problem you are referring to. Do you perhaps have a pointer to a JIRA issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123324#4123324 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=412332

[jboss-user] [Beginners Corner] - Re: Loading Applets

2008-01-24 Thread jaikiran
Google search for this error, led me to this http://forum.java.sun.com/thread.jspa?threadID=640927. See if it's applicable in your case too. Does the java console show any other exceptions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123321#4123321 Reply

[jboss-user] [JBoss Seam] - Re: Beginner: Bind SelectOneMenu to @onetoone entity object

2008-01-24 Thread nickarls
You might want to. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123322#4123322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123322 ___ jboss-user mailing list jboss-user@l

[jboss-user] [JBoss Seam] - Re: Is it possible to grab the FacesContext in a @WebRemote

2008-01-24 Thread nickarls
I don't think thats possible either. Try ServletContexts.instance().getRequest().getSession() but they will probably give you nulls, too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123318#4123318 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Security & JAAS/JBoss] - LoginContext(init()) Null Pointer Exception

2008-01-24 Thread ashwinikakkeri
Hi! We are using JDK 6.0 and JSF for our web application and the Login Context is givin us some problems. PROBLEM : We are getting blank page displayed when we open home page of our application. SCENARIO: We have two levels of authentication: First Level : Realm Authentication: We are using

[jboss-user] [JBoss Seam] - Re: Security: How to override messages

2008-01-24 Thread Newlukai
Never mind. So normally it's enough to define an own "org ... loginSuccessful" property in the locale? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123316#4123316 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123316

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1.CR2 is out

2008-01-24 Thread thejavafreak
Norman, On Seam 2.0.1.CR1, seam-gen still generate /Application/jboss-4.2.2.GA for jboss.home in the build.properties. Has that been fixed in CR2 yet? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123314#4123314 Reply to the post : http:

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Order of EJB deploying

2008-01-24 Thread ISecure
Hello! Please, help with the following problem. I have several EJB 2.1 in one EJB module. But order of EJB deploying is relevant: one of them should start before others. JBOSS deploys them in order, in which they appear in ejb-jar.xml. But with XDOCLET I can't specify this order - all beans fr

[jboss-user] [JBoss Seam] - How to get out of pageflow conversation?

2008-01-24 Thread thejavafreak
Dear all, When we are in the middle of pageflow conversation, how do we get out of it without getting illegal navigation error? Does seam provide a way to do this? I tried example from here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=120241 By using:

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Keep JBoss running when database is down

2008-01-24 Thread rmartinus
Thanks Jaikiran. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123310#4123310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123310 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Seam] - Re: How do we provide conversationId for unit testing?

2008-01-24 Thread thejavafreak
Hi Christian, Thanks for the hint. I've created an example to be used for integration testing http://joshuajava.wordpress.com/2008/01/25/providing-conversationid-for-testing-in-seam/. I was wondering whether that is the right way to do it. Thanks in advance, View the original post : http:/

[jboss-user] [Management, JMX/JBoss] - Re: Max Memory in JMX cosole

2008-01-24 Thread kathir_bright
10x (thanks) peter , will try the same. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123308#4123308 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123308 ___ jboss-user mai

[jboss-user] [Installation, Configuration & DEPLOYMENT] - NullPointerException in VFSUtils.readManifest during WAR de

2008-01-24 Thread dbbernstein
I have a very simple WAR file that I'm trying to deploy on JBoss 5.0.0.Beta3. I'm using: * Java VM: Java HotSpot(TM) Server VM 1.6.0_03-b05,Sun Microsystems Inc. * OS-System: Windows XP 5.1,x86 I am using the -Dsun.lang.ClassLoader.allowArraySyntax=true option for the JVM for Java 6 with JBoss 5

[jboss-user] [JBoss Portal] - Re: Portlet out of memory problem when calling axis2 stub

2008-01-24 Thread krashsun
After made the changes to run.bat it works. Thanks for the tips. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123304#4123304 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123304 __

[jboss-user] [JBoss Seam] - Re: Component access another component

2008-01-24 Thread [EMAIL PROTECTED]
No. You'd need to declare a getter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123301#4123301 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123301 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - weird navigation error

2008-01-24 Thread gsegura
Hello, I've deployed an application in two machines running windows + tomcat 5.5 and/or tomcat 6.0, everything goes ok. but that same application has this weird navigation problem when deployed in linux + tomcat 5.5 and/or tomcat 6.0: in login page (which is default page) after entering corre

[jboss-user] [JBoss Seam] - Component access another component

2008-01-24 Thread gersonk
Is there a way to access a variable context defined in a component A's fields/methods from the component B's method? It might look like this: | @Name("componentA") | public class ComponentA{ | |@Out |private String fieldX; | | } | | @Name("ComponentB") | public

[jboss-user] [JBoss Seam] - Re: Is it possible to grab the FacesContext in a @WebRemote

2008-01-24 Thread hades_chm
but how to get a httpRequest or httpSession there View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123297#4123297 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123297 ___ jboss

[jboss-user] [JBoss Seam] - Re: Is it possible to grab the FacesContext in a @WebRemote

2008-01-24 Thread hades_chm
but how to get a httpRequest or httpSession there View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123296#4123296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123296 ___ jboss

[jboss-user] [JBoss Seam] - Re: Shortcut for session bean interfaces?

2008-01-24 Thread Oberiko
Aye, a simple annotation like "@DirectLocalInterface" for Session beans would be nice. Still, since EJB 3.1 is due out at the end of this year, I guess the issue is essentially taken care of then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123295#4123295

[jboss-user] [JBoss Seam] - Section 28.5 in the manual...when?

2008-01-24 Thread titou09
Section 28.5." Annotations for use with Seam JavaBean components in a J2EE environment" in the manual is still mostly "TBD" Any chance this section will be complete soon? thx and bravo for the great work.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=412329

[jboss-user] [JBossWS] - Re: Cannot get URL for schema (because of extra slash)

2008-01-24 Thread brintoul
I am also having this problem. I cannot believe that there aren't hundreds of people out there having this problem. Isn't anyone packaging up an EJB into a .jar file with a WSDL and an imported schema like this? Is everyone else using a "bottom up" approach? I am using jbossws-native-2.0.2.

[jboss-user] [JBoss Seam] - Re: Setting Authorization Roles

2008-01-24 Thread [EMAIL PROTECTED]
"asookazian" wrote : What is the recommended alternative implementation strategy to hard-coding the role(s) like above in pages.xml? for example, storing the role information in a RDBMS table so that we can update role data real-time and users are granted roles when they begin a new session.

[jboss-user] [JBoss Seam] - Re: Is it possible to grab the FacesContext in a @WebRemote

2008-01-24 Thread [EMAIL PROTECTED]
There is no FacesContext in a remoting (non-JSF) request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123284#4123284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123284 _

[jboss-user] [JBoss Seam] - Re: Shortcut for session bean interfaces?

2008-01-24 Thread [EMAIL PROTECTED]
This is really something the IDEs should do a better job with. It's a real pain to work with interfaces in eclipse. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123281#4123281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - Re: E-mail attachment: HTML IMG for attached image

2008-01-24 Thread sandy_brydon
more info here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128361 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123280#4123280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123280 __

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1.CR2 is out

2008-01-24 Thread [EMAIL PROTECTED]
Given the amount left to do, I think we can probably get it out early next week. This CR seems really solid, and the remaining issues are primarily documentation-related. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123279#4123279 Reply to the post : htt

[jboss-user] [JBossWS] - Re: Accessing USERNAME_PROPERTY from Web Service class

2008-01-24 Thread mjhammel
I've spent all day on this and found nothing. It appears that *maybe* something called handlers or interceptors might be useful here. The password must be sent in the SOAP message but the question is how to pull it out. I think the PASSWORD_PROPERTY as set by the client is received on the ser

[jboss-user] [JBoss Seam] - Re: inline image email attachment

2008-01-24 Thread sandy_brydon
symptoms as tested: Mozilla Firefox - displays the attached files, does not display inline Apple Mail - displays the attached files then the content of the email (images show up in both) gmail - shows as having attachments, prompts to display images - images display fine hotmail - shows as hav

[jboss-user] [JBoss Seam] - Re: inline image email attachment

2008-01-24 Thread sandy_brydon
now tested with Seam 2.0.1.CR2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123268#4123268 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123268 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: External Static Content in AS 4.2.2

2008-01-24 Thread tsnowden552
Thank you Peter, it is working now. I appreciate the help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123267#4123267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123267 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can JBoss auto un-WAR when deploying?

2008-01-24 Thread PeterJ
Yes, see http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123266#4123266 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123266 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Can JBoss auto un-WAR when deploying?

2008-01-24 Thread babygodzilla
I know that in Tomcat when you deploy a WAR file, that file is automatically un-WARed so you can see and edit its contents. This is very convenient when you want to change a property thats in a text file, such as a .property file, and then simply reload, rather than making the change and then re

[jboss-user] [JBoss Seam] - Re: modify entity after persist from same method

2008-01-24 Thread jsutherland
Pete, Because when I do that I get transient instance problems: | 19:33:15,893 INFO [STDOUT] Hibernate: | insert | into | User_Calendar | (users_id, calendars_id) | values | (?, ?) | 19:33:15,895 ERROR [AbstractFlushingEventListener] Could

[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

2008-01-24 Thread PeterJ
1) You will need a 5.1.x version of PHP. 2) No, having it in your classpath is sufficient In php5servlet-windows-SP1-i586, there should be a php-examples.war directory, copy it to your deploy directory and then access it as http://localhost:8080/php-example/index.php. View the original post :

[jboss-user] [JBoss jBPM] - Re: accessing jbpm from multiple web application

2008-01-24 Thread kukeltje
I think mixing an sar and seam will make two version or at least 2 jars of jbpm in you system. This might be the cause of these issues View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123262#4123262 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: External Static Content in AS 4.2.2

2008-01-24 Thread PeterJ
Try editing the Host tag in jboss-web.deployer/server.xml file like indicated at http://wiki.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123261#4123261 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: [SeamPhaseListener] swallowing exception

2008-01-24 Thread [EMAIL PROTECTED]
Definitely - I normally remember to ask that question, but I forgot. In fact, we aren't doing any more community releases of Seam 1.2, so if you want to get it fixed, you'll need to report it against Seam 2.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123

[jboss-user] [JBoss Seam] - Re: inline image email attachment

2008-01-24 Thread sandy_brydon
I have now tried with Seam 2.0.1.CR1 with the same results. here is what is happening (i'll include all this stuff in the JIRA ticket as well): | Header... | Content-Type: multipart/mixed; boundary="outer-boundary" | | --outer-boundary | Content-Type: image/gif; charset=ISO-8859-1;

[jboss-user] [JBoss Seam] - Re: Seam Exceptions during load testing

2008-01-24 Thread [EMAIL PROTECTED]
Unfortunately there are no more community releases of Seam 1.2 planned, either you need to a) upgrade to seam 2.0. If you see this problem there, then we can certainly see if we can fix it or b) work through the JBoss support channel If you can reproduce using Seam2, and we can fix it, you

[jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS

2008-01-24 Thread kukeltje
anonymous wrote : copies generated GPD jars and makes eclipse distribution ready to use ONLY for Windows. Not as far as I know... it makes a GPD plugin which is totally independent of os version. You should be able to install that in linux also. It does not make a full GPD+eclipse. If it does, i

[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

2008-01-24 Thread rotsen
Peter/nitzan, I was hoping to get a hand from you. I am trying to get jboss-portal-2.6.3.GA to work with php. installation -- JBOSS_HOME: C:\Documents and Settings\nflorez\My Documents\DOWNLOADS\jboss-portal-2.6.3.GA JAVA:

[jboss-user] [JBoss Seam] - Re: modify entity after persist from same method

2008-01-24 Thread [EMAIL PROTECTED]
Why don't you just persist them all at the end? Hibernate doesn't care if the entity is persistent or not when you set up relationships. Or do you need some database trigger to fire? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123251#4123251 Reply to the

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-24 Thread [EMAIL PROTECTED]
And you have @Name on the components? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123252#4123252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123252 ___ jboss-user maili

[jboss-user] [Installation, Configuration & DEPLOYMENT] - External Static Content in AS 4.2.2

2008-01-24 Thread tsnowden552
I've been attempting to configure JBoss AS 4.2.2 to allow my deployed web applications to use a shared image directory on the server file system (ex. /home/www/imagebase). I previously had this setup on AS 3.2.3 using: in the jboss-service.xml, but have been unable to find an equivalent way

[jboss-user] [JBoss Seam] - Re: Problems with @RequestParameter

2008-01-24 Thread damianharvey
It might be helpful to describe what functionality you require. From what you've said so far it sounds like you want to pass in a parameter that is then outjected for another component to use. Is this correct? So this bean is just an intermediary? Cheers, Damian. View the original post :

[jboss-user] [JBoss Seam] - Re: s:link + method parameter

2008-01-24 Thread EricJava
I ran into the same thing. Rather than using DataModel, I simply put an inside the , and then I used a @RequestParameter annotation. It's a bit more verbose but it's clear what it does and how it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=412324

[jboss-user] [Beginners Corner] - Re: Real Memory and JBoss on a Mac

2008-01-24 Thread PeterJ
I assume that "Real Memory" is the current size of the Java object heap, and that "Used" reflects the amount of the heap in use at the time. In which case what you are seeing makes sense, especially if you are not setting min and max heap to the same value. (In other words, once the JVM uses so

[jboss-user] [JBoss Seam] - Re: s:link + method parameter

2008-01-24 Thread damianharvey
This has been discussed on this forum a lot. As Pete says in section 31.1.2 of the doc linked to, if you want to use s:link or s:button inside an iterative component then the list that the iterative component uses must be annotated with @DataModel. In your case your "cat" bean will be something

[jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS

2008-01-24 Thread clandestino_bgd
Hi kukeltje, firstly, thanx for response. anonymous wrote : | 1: could be a slip of the keyboard. I'm not sure. | Maybe :) anonymous wrote : | 2: linux, no not needed. only the java files of eclipse are needed. | My point was: The build procedure unpacks eclipse, copies generated

[jboss-user] [JBoss Seam] - Re: Beginner: Bind SelectOneMenu to @onetoone entity object

2008-01-24 Thread Interista
"nickarls" wrote : Are you using a seam managed persistence context? No actually I don´t.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123240#4123240 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123240 _

[jboss-user] [Beginners Corner] - Real Memory and JBoss on a Mac

2008-01-24 Thread sammcgee
This is both a general and a specific question. Thanks for any help or information. I'm running a J2EE app with JBoss 4.0.5 on a dual Intel Mac and "seem" to have a memory leak. I say "seem" because I'm not sure what to expect anymore. The bottom line issue is that the "Real Memory" allotted to

[jboss-user] [Beginners Corner] - Re: NotContextException when I deploy ejb3 and ejb2 in the s

2008-01-24 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : Thanks Yakiran, i found the problem. | | i was putting the same JNDIName to EJB3 of the entity and EJB2 version. | | are there some way to especify a diferent jndi context? something like "ejb3/" and when the container deploy the component create the binding i

[jboss-user] [JBoss Seam] - Re: Security: How to override messages

2008-01-24 Thread [EMAIL PROTECTED]
Nothing. If you note, it says "COMMITTERS ONLY" on that field ; So, we fill it in normally. I've told Norman about that, he should be able to fix it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123233#4123233 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: Security: How to override messages

2008-01-24 Thread [EMAIL PROTECTED]
Oops, there was supposed to be a ;) in there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123234#4123234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123234 ___ jboss-use

[jboss-user] [JBoss jBPM] - cvs tag for JBPM BPEL GA

2008-01-24 Thread meghanai_99
Hello, I am interested in getting cvs source code for GA version jBPM BPEL 1.1. Can someone please tell me what tag I should use to checkout the same? Thank you, Meghana View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123232#4123232 Reply to the post : http

[jboss-user] [JBoss Seam] - Re: Is it possible to grab the FacesContext in a @WebRemote

2008-01-24 Thread indyJones
in a @WebRemote method i have... FacesContext context = FacesContext.getCurrentInstance(); Which throws a null pointer... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123229#4123229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [Beginners Corner] - Re: NotContextException when I deploy ejb3 and ejb2 in the s

2008-01-24 Thread [EMAIL PROTECTED]
Thanks Yakiran, i found the problem. i have put the same JNDIName to EJB3 of the entity and EJB2 version. are there some way to especify a diferent jndi context? something like "ejb3/" and when the container deploy the component create the binding in that context instead of default. For now i h

[jboss-user] [JBoss Seam] - Re: Is it possible to grab the FacesContext in a @WebRemote

2008-01-24 Thread nickarls
I'm not at all convinced that there should be any faces context available there... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123230#4123230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123230 ___

[jboss-user] [JBoss Seam] - Is it possible to grab the FacesContext in a @WebRemote meth

2008-01-24 Thread indyJones
FacesContext context = FacesContext.getCurrentInstance(); Gives me a null pointer... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123227#4123227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123227 ___

[jboss-user] [JBoss Messaging] - Re: Clustered environment with non persistent messages ?

2008-01-24 Thread timfox
"kemp40" wrote : | Btw, wouldn't be a really cool idea to replicate non-persistent messages among active nodes to gain performance, it's really unlikely to have all nodes crush ... ;) | | Hello kemp, Martin's comment was not correct, JBoss Mesaging *does* cluster non persistent messag

[jboss-user] [JBossWS] - Re: Question about bottom-up web service

2008-01-24 Thread regget
the xsd defines the message payload. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123226#4123226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123226 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Security: How to override messages

2008-01-24 Thread nickarls
Filed as http://jira.jboss.com/jira/browse/JBSEAM-2533 BTW, do you have some jira guidelines somewhere as to what the reporter is supposed to fill in (e.g regarding Fix Version/s)? And a meta-bug, you call it "2.01.GA" and not "2.0.1.GA" in the jira ;-) View the original post : http://www.jbos

[jboss-user] [JBossWS] - Question about bottom-up web service

2008-01-24 Thread regget
Hi, I'm new to jbossws. I'm creating a web service bottom-up. I have a POJO that I want to use as my Web service. I am able to create the web service but I want to reference an xsd file and have the xsd file reference appear in the generated wsdl file. Any help would be appreciated. Vie

[jboss-user] [JBoss Seam] - Re: Beginner: Bind SelectOneMenu to @onetoone entity object

2008-01-24 Thread nickarls
Are you using a seam managed persistence context? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123223#4123223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123223 ___ jboss

[jboss-user] [JBoss Seam] - Re: Two EARs with shared EJB/WAR

2008-01-24 Thread aleeuwen
"nickarls" wrote : It's a long shot since one would think that normally one ear couldn't possible have effect on the other but experience shows otherwise as you have experienced... Yeah I came across that page as well and have indeed put that jboss-app.xml in both of my ears with different 'uni

[jboss-user] [JBossWS] - Re: Accessing USERNAME/PASSWORD_PROPERTY from Web Service cl

2008-01-24 Thread mjhammel
While finding the username wasn't as hard as first thought, it looks like finding the PASSWORD is. It doesn't seem to be in the HttpServletContext anywhere, nor can I find it in the MessageContext anywhere. This piece of code: /* Find out who the user is saying they are in the HTTP ses

[jboss-user] [JBoss jBPM] - accessing jbpm from multiple web application

2008-01-24 Thread apdo
We are upgrading from a old jbpm version to the latest one (3.2). We are also modifying the way we will integrate jbpm to our application. on the same web server, we plan to have one web site by business process. All these web site will share the same jbpm backend. The reason is that we want to

[jboss-user] [JBoss Seam] - InvokeMethod and Test

2008-01-24 Thread DiegoCoronel
Hey, How can i invoke a method with params ? |invokeMethod("#{paisBean.setPais(" + new Pais() + ")}"); | ty View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123217#4123217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Beginners Corner] - Loading Applets

2008-01-24 Thread TnyH
Hi, I'm rather new at thisand am currently taking steps in learning how to use JBoss, anyway my question is... I'm trying to place an applet program within an existing JBoss server application. To do so I placed the applet class files (and JAR on subsuquent tests) into existing folders wit

[jboss-user] [JBoss Seam] - Re: Security: How to override messages

2008-01-24 Thread [EMAIL PROTECTED]
My apologies, you are correct. nickarls is correct, we have the key wrong somewhere. Please report this in JIRA and we'll get it fixed for the GA. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123214#4123214 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: Beginner: Bind SelectOneMenu to @onetoone entity object

2008-01-24 Thread Interista
Hi, new problem when trying to use the convertEntity tag, Page: | | | | | Entity has implemented equals() and hashCode() Exception: | 22:33:26,625 ERROR [[Faces Servlet]] Servlet.service() for ser

[jboss-user] [JBoss Seam] - Re: Security: How to override messages

2008-01-24 Thread nickarls
Am I mistaken or does the manual mention "org.jboss.seam.security.loginSuccessful" but seam-gen messages_en.properties has a "org.jboss.seam.loginSuccessful". Tried that one? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123209#4123209 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Accessing EJB3s through a firewall

2008-01-24 Thread aleks77
I have exactly the same problem. Did you find a solution? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123205#4123205 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123205 _

[jboss-user] [EJB 3.0] - Re: Only on specific scenario -

2008-01-24 Thread Oberiko
Really wish there was an edit. Taking the person out of the page scope prevents me from being able to update (each save is treated as a new user), so it's not a solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123204#4123204 Reply to the post : http

[jboss-user] [JBoss Seam] - Re: Security: How to override messages

2008-01-24 Thread Newlukai
"[EMAIL PROTECTED]" wrote : Did you read the docs (I think not...)? Oh, come on. Of course I read the docs. That was the first I've done. I added a line "org.jboss.seam.security.loginSuccessful=Message" to my property file. But it didn't worked. That's why I'm asking. Perhaps I have to add a bla

[jboss-user] [EJB 3.0] - Re: Only on specific scenario -

2008-01-24 Thread Oberiko
Oh, I should mention that this also works if I take the person out of the page scope and leave it at just | @In(required = false) | @Out | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123202#4123202 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [EJB 3.0] - Only on specific scenario - "all-delete-orphan" was no longe

2008-01-24 Thread Oberiko
Hello. I have a demo app where the user can enter people and save them to a database. Each person can have 0..* email addresses. The user can also go to a seperate page where the people are listed and select one to edit (taking them back to the first screen, now pre-populated with the person

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-24 Thread nickarls
You could try running seam-gen for 2.0.0 and copypaste the code into that structure... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123196#4123196 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123196 ___

[jboss-user] [JBoss Messaging] - Re: Clustered environment with non persistent messages ?

2008-01-24 Thread kemp40
That's bad news. Anyway, as you said - I'm gonna first switch to JBM1.4 + JBOSS4.2, do some real - life stress tests, compare to actual deployment configuration and we'll see. Btw, wouldn't be a really cool idea to replicate non-persistent messages among active nodes to gain performance, it's r

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1.CR2 is out

2008-01-24 Thread kasim
Nice ... when is your target date for the GA release? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123195#4123195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123195 ___

[jboss-user] [JBoss Seam] - Re: s:link + method parameter

2008-01-24 Thread cyberanto
I have the same problem with 2.0.1.CR1; the parameter is null when the action gets called. My action class is a simple POJO in Seam SESSION scope. encasing the s:link in a form did not fix the problem, as described in the other post. Will this be fixed in a future version of SEAM 2.x? Thanks

[jboss-user] [JBoss Seam] - Re: Two EARs with shared EJB/WAR

2008-01-24 Thread nickarls
There is some info here: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration I don't have much experience in this since I haven't had that many classloading problems but following seam-gen example, try putting in the ear META-INF a jboss-app.xml with | | http://www.jboss.o

[jboss-user] [JNDI/Naming/Network] - Re: NameNotFoundException for SLSB Visible in JNDIView

2008-01-24 Thread serac
After careful examination of logger timestamps across several log files, we discovered this was a deployment timing issue. Our MBean JNDI lookup code was executing after the Manager JAR deployed but before the Query JAR deployed, so a lookup on beans in the former succeeded but a lookup on bean

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-24 Thread kasim
you know, it looks like none of my injectable items are getting injected. the interceptors are working because I do see them in the stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123187#4123187 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: Shortcut for session bean interfaces?

2008-01-24 Thread nickarls
No. Unless you want to use session scoped POJOs. Sit down and wait for EJB 3.1 (http://jcp.org/en/jsr/detail?id=318) ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123184#4123184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - Seam 2.0.1.CR2 is out

2008-01-24 Thread [EMAIL PROTECTED]
If you missed the announcement, CR2 is now out: http://in.relation.to/Bloggers/Seam201CR2 Please report back quickly with any problems. We'd like to get GA out really soon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123183#4123183 Reply to the post :

[jboss-user] [Beginners Corner] - Renewing JBoss SSL Cert

2008-01-24 Thread rhsanborn
We have been using an application built on JBoss for which we need an SSL certificate. Through great write-ups online we were able to easily create a key and import a signed cert. We are, however, now at the point where our cert is about to expire, and I'm hoping someone could point me in the ri

[jboss-user] [JBoss Seam] - Re: 2.0.1-SNAPSHOT and JBoss 4.2.2

2008-01-24 Thread [EMAIL PROTECTED]
Sometimes (we don't know why) a bad build can occur. We always QA the released versions for this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123180#4123180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123180

[jboss-user] [JBoss Seam] - Re: Seam with RichFaces

2008-01-24 Thread tulip
Thanks for the reply. Question. How do I instantiate the new session bean from within the old session bean ? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123179#4123179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBossCache] - Problems deploying POJO cache to JBoss AS 4.2.2.GA

2008-01-24 Thread [EMAIL PROTECTED]
I'm trying to use POJO Cache with AS 4.2. If I deploy with just jgroups.jar, jbosscache-core.jar and jboss-aop.jar then I get a Caused by: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/signature/Signature | at org.jboss.cache.pojo.impl.PojoCacheImpl.(PojoCacheImpl.java) | a

  1   2   3   >