[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: PB with wrapping my oracledatasource

2008-02-07 Thread jaikiran
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=48716 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127690#4127690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127690

[jboss-user] [EJB/JBoss] - jboss 5.0 release date

2008-02-07 Thread mohammadk
Is there any release date for JBoss 5.0? Seems that delivering a fully JEE 5 compliant server is not hight priority for JBoss team. Is it because of lack of demand? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127688#4127688 Reply to the post : http://www.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to get access to OracleDriver java.sql implementatio

2008-02-07 Thread jaikiran
See this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=48716 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127687#4127687 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127687 ___

[jboss-user] [JBoss Messaging] - Re: java.lang.IllegalArgumentException: No such SQL statemen

2008-02-07 Thread timfox
"mr.colin.daly" wrote : | for the record setting Clustered to false fixes that last problem... | Yes, if you want clustering you need to make sure you are in the all configuration, I suspect you are using a non clustered configuration like "default". View the original post : http://www.j

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to listen when EJBDeployer deploy or undeploy a .jar

2008-02-07 Thread jaikiran
See these http://wiki.jboss.org/wiki/Wiki.jsp?page=NotificationsEmittedByJBossMBeans and the Notifications section at http://wiki.jboss.org/wiki/Wiki.jsp?page=FAQJBossJMX View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127680#4127680 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: label and value

2008-02-07 Thread nickarls
Thanks, that did it! I was under the impression that I had to use the entityConverter since the backing data weren't SelectItems, but it seems that the entityConverter (and the SMPC to avoid LIE:s) are only required when actually inserting an entity? That pretty much moves my SelectItem usage i

[jboss-user] [JBoss jBPM] - Re: Need jbpm database ?

2008-02-07 Thread debnathm
Hi As per your suggestion I have tried the sub-process resolver. I did not understand your comment: anonymous wrote : - main should become before sub if binding is not 'late' or left out Anyway, I ran into another problem which I have posted: http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1GA : EJB Blockers with Weblogic 9.x/10.x

2008-02-07 Thread joerg.schneider
Hi Christian, could you let me know the case number with BEA ? Since I opened a case myself I could refer to your number when talking to BEA. You can send me the case number to : [EMAIL PROTECTED] Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127675

[jboss-user] [JBoss Seam] - Outjected variables flawed.

2008-02-07 Thread [EMAIL PROTECTED]
I keep having to put all the getters and setters into my beans and not use @Out as I need the bean to have its @Create run (which populates the variables I am Outjecting)... Basically: Outjecting variables means that you don't have the @Create run. for the bean that holds them Anyone any idea

[jboss-user] [JBoss Seam] - serializing access to resource

2008-02-07 Thread gsegura
Hello, I need to access an entity bean instance in a serial fashion, so I kindly request for any pattern to implement this. The use case is similar to managing an account balance, the account must be blocked during modification. I need to block other requests until the resource is available (as

[jboss-user] [Messaging, JMS & JBossMQ] - Receiving JMS messages with a JSP

2008-02-07 Thread bsonrisa
I need to write a JSP that does the following: When a JMS message comes in on a certain queue, the JSP refreshes the screen and displays the message's text. Is there a way to do this on JBoss? For example, is it possible to run a Message-Driven Bean and somehow refresh the JSP during the onMessa

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-07 Thread matt.drees
You could also read through Seam's code for doing facelets-based emails. It essentially renders a facelets xhtml template to a string. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127663#4127663 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: s:graphicImage problem

2008-02-07 Thread dhinojosa
Did you install the seam resource servlet in your web.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127659#4127659 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127659 _

[jboss-user] [JBoss Seam] - s:graphicImage problem

2008-02-07 Thread seammm
Hi - I am having difficult time for seemingly trivial task that is uploading a picture into a byte[] and displaying it. Uploading does not give any error but s:graphicImage does not show anything although productHome.instance.picture ne null IS satisfied. Any idea is appreciated. Thanks. THIS

[jboss-user] [JBoss Seam] - Re: programmatic starting a list of conversations

2008-02-07 Thread dhinojosa
@Timo Show us your page, where the user selects the cars. ;) Maybe we can find something for you. Danno View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127656#4127656 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to listen when EJBDeployer deploy or undeploy a .jar

2008-02-07 Thread sebgorilla
Hi, I want to listen EJBDeployer to be notified when an enterprise bean jar is added to or removed from the deploy directory. I want the deployment process occurs normaly but just know when the jar is deployed/undeployed with success. I think to do that in a MBean calling the addOperationInter

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-07 Thread monkeyden
anonymous wrote : Ahh, I see FacesContext.getCurrentInstance().getApplication().getViewHandler(). Is that what you mean? yep "JakeC" wrote : OK, I'm trying getApplication().getViewHandler(), but how do I get the rendered HTML afterward? Is that through FacesContext.getResponseStream()? As I

[jboss-user] [JBoss Seam] - Re: Specifying filename for Seam PDF attachement

2008-02-07 Thread terryb
jira done. I thought better confirm first, just in case there was a way to do it. :). http://jira.jboss.com/jira/browse/JBSEAM-2605 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127651#4127651 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Remoting] - Re: JBREM-877: New Socket Connection is being Created for Ev

2008-02-07 Thread [EMAIL PROTECTED]
Hi Darren, Thanks for the big hint, which I had forgotten. I believe the problem is that a stateless EJB has no natural place for disconnecting a Remoting client, so they create a new one each time. I'll look into the connection pool issue. -Ron View the original post : http://www.jboss.com

[jboss-user] [Remoting] - Re: Concurrency Issue (ClassCastException) in MicroRemoteCli

2008-02-07 Thread [EMAIL PROTECTED]
Hi Paul, I will look into this problem shortly. As a matter of fact, I'm pretty sure I'm the one who added the line | setUnMarshaller(unmarshaller); | when I noticed the unmarshaller was getting recreated with each invocation. As my JBoss colleague Aleksandar Kostadinov says, "If it i

[jboss-user] [JBoss Messaging] - Re: java.lang.IllegalArgumentException: No such SQL statemen

2008-02-07 Thread mr.colin.daly
for the record setting Clustered to false fixes that last problem... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127648#4127648 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127648

[jboss-user] [JBoss Seam] - Re: URGENT: question on seam filter in web.xml

2008-02-07 Thread tinatina
Jan, What is the code tag? Could you give me a sample? Thanks, Tina View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127646#4127646 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127646 __

[jboss-user] [JBoss Seam] - Re: URGENT: question on seam filter in web.xml

2008-02-07 Thread tinatina
Hi Jane, thank you for the reply. JBoss: jboss-4.2.2.GA; Seam:Seam 2.0.1.CR2. The web.xml is created by myself under WEB-INF. Face and Seam application work seperately. But not combined. I suspect the seam filter takes * servlet and caused the confustion. Please help. Tina View the original p

[jboss-user] [Remoting] - Re: What are you using Remoting for?

2008-02-07 Thread [EMAIL PROTECTED]
Cool! Could you elaborate? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127644#4127644 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127644 ___ jboss-user mailing list jbo

[jboss-user] [Remoting] - Re: Bug in CompressingUnMarshaller

2008-02-07 Thread [EMAIL PROTECTED]
Hi Alex, Thanks for the input. I'll look into it. -Ron View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127643#4127643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127643 _

[jboss-user] [Remoting] - Re: problem wiht Identity object

2008-02-07 Thread [EMAIL PROTECTED]
Hi John, I assigned JBREM-901 "can't start NetworkRegistry if hostname is not resolvable" to release 2.4.0.CR1. I can't think of an automated unit test for it. Could you test it when the fix is in? Thanks, Ron View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Messaging] - Re: java.lang.IllegalArgumentException: No such SQL statemen

2008-02-07 Thread mr.colin.daly
Hi Peter i tried what you suggested anyway and you're right - it works. well i get | jboss.messaging:service=PostOffice -> java.lang.NoClassDefFoundError: org/jgroups/Channel | but that should be easy fix... Thanks a lot. Colin View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Messaging] - Re: java.lang.IllegalArgumentException: No such SQL statemen

2008-02-07 Thread mr.colin.daly
Hi Peter I'm building JBossAS from trunk (latest) source and I get my postgresql-persistence-service.xml from thirdparty/jboss/messaging/resources I really don't see how the version of the file matters considering the error. It can't find MOVE_REFERENCE which is in the file. But it can't find i

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-02-07 Thread nandhusriram
Thanks Jay , here is my components.xml. http://jboss.com/products/seam/components"; xmlns:core="http://jboss.com/products/seam/core"; xmlns:persistence="http://jboss.com/products/seam/persistence"; xmlns:transaction="http://jboss.com/products/seam/transaction";

[jboss-user] [Remoting] - Re: SSLBisocket is continually throwing ConnectionExceptions

2008-02-07 Thread [EMAIL PROTECTED]
If the network and/or server are busy, it could be that the default timeout (1000 ms) is too stringent. You can set the org.jboss.remoting.ConnectionValidator timeout by passing ConnectionValidator.VALIDATOR_PING_TIMEOUT (actual value "validatorPingTimeout") with a string value such as "5000"

[jboss-user] [JBoss Messaging] - Re: java.lang.IllegalArgumentException: No such SQL statemen

2008-02-07 Thread PeterJ
You need to make sure to use the postgresql-persistence-srvice.xml file from the proper version of JBoss Messaging binary. JBossAS beta3 uses JBoss Messaging 1.4.0.SP1. If you use the persistence service file from the latest JBoss Messaging release (1.4.1.SP3) you will get this error message.

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-07 Thread JakeC
OK, I'm trying getApplication().getViewHandler(), but how do I get the rendered HTML afterward? Is that through FacesContext.getResponseStream()? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127633#4127633 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-07 Thread JakeC
Ahh, I see FacesContext.getCurrentInstance().getApplication().getViewHandler(). Is that what you mean? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127630#4127630 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127630

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-07 Thread JakeC
Hmm, I don't have getViewHander(), but getViewRoot(). This is in javax.faces.context.FacesContext, in jsf-api.jar in Seam 2.0.1.CR1. org.jboss.seam.jsf.SeamApplication has getViewHandler(), and org.jboss.seam.jsf.SeamViewHandler() has restoreView(ctx, viewId), but I don't know how to get a hand

[jboss-user] [Messaging, JMS & JBossMQ] - ActivationConfigProperty "port"

2008-02-07 Thread drab
Hi, I have a MDB that I want to listen to mail. Unfortunately, it doesn't work. I always get an error message: 2008-02-08 00:03:44,421 ERROR [MailActivation] Failed to execute folder check, spec=MailActivationSpec(mailServer=... Since the mail server is running on port 993, this is no surprise

[jboss-user] [JBoss Messaging] - java.lang.IllegalArgumentException: No such SQL statement: M

2008-02-07 Thread mr.colin.daly
Hi I'm trying to get messaging working with Jboss-5-Beta3 and postgresql-8.2.6. I get the following exception when I start jboss. I checked JDBCSupport.java and because getDefaultDMLStatements() and getDefaultDDLStatements() both return Collections.EMPTY_MAP, I see why this happening but I don

[jboss-user] [JBoss Portal] - Re: minimum portal

2008-02-07 Thread [EMAIL PROTECTED]
Peter, thanks for correcting me and I did not mean to scare. :-) I probably was thinking about samples directory in the bundled distro. When you unzip normal or bundled distro, there is samples folder along with setup. But I see that samples is inside jboss-portal.sar as well. Hence the confusi

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1GA : EJB Blockers with Weblogic 9.x/10.x

2008-02-07 Thread lauerc
Hi Guys, in parallel I'm running a support case at BEA. Surprisingly they seem to be on the move to fix the EJB3 compiler bug. I've received a first patch, which didn't fully fix it but it seems they are on a good way. I'll keep you informed about the progress. Regarding the interceptor change

[jboss-user] [JBoss Seam] - Re: Annotation Interception Question

2008-02-07 Thread monkeyden
Ah, I see what you mean. I was looking at the EJB3 example. @Target(TYPE) @Retention(RUNTIME) @Interceptors(LoggedInInterceptor.class) public @interface LoggedIn {} View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127622#4127622 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Re: Annotation Interception Question

2008-02-07 Thread monkeyden
You mean @AroundInvoke? The example uses it on a method: http://docs.jboss.com/seam/2.0.1.GA/reference/en/html_single/#d0e4342 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127621#4127621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Re: [Beginner]SLSB in seam

2008-02-07 Thread jpbievenour
doh! That was it. I can't believe I missed that. I was concentrating so much on Seam that I forgot to update the EJB parts. Thanks, for your reply reind. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127619#4127619 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: [Beginner]SLSB in seam

2008-02-07 Thread reind
Do you have a @Local or @Remote annotated interface with "int getValue();" in it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127618#4127618 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127618

[jboss-user] [JBoss Seam] - [Beginner]SLSB in seam

2008-02-07 Thread jpbievenour
I've been trying to figure out this very simple question for a while. If I have a stateless session bean and place a private property with getters/setters in it: | @Stateless | @Name("MySLSB") | ... | ... | ... | private int value; | | public int getValue() { | return value;

[jboss-user] [JBoss Seam] - Annotation Interception Question

2008-02-07 Thread kasim
So with the Seam's version of Interceptors it appears to make the code look MUCH nicer. I have 2 questions. I gather i can only do it at the class level, and not the method level?? Secondly. Inside the annotation itself, can i define it as a Seam component? It doesnt appear i can because I

[jboss-user] [EJB 3.0] - Re: EJB Local Home in EJB 3.0

2008-02-07 Thread asookazian
We are using Seam 2.0 with JBoss 4.2.1.GA. In EJB3 session beans, you only need a local interface and the SFSB/SLSB implementation class. There is no need for LocalHome interface with EJB3 as far as I know. example: @Stateful | @Name("orderAction") //@Name is Seam specific annotation | pu

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-07 Thread monkeyden
...and call renderView on the ViewHandler View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127614#4127614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127614 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-07 Thread monkeyden
Never tried it and not sure if it will work correctly but: FacesContext.getCurrentInstance().getViewHandler().restoreView(ctx, viewId) If it does work (fingers crossed), you'd have to ensure that the state is available for the particular viewId. View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-07 Thread JakeC
I'd rather not scrape the page. We are running behind SSL, and setting that up in HttpClient is a pain. I just want to be able to trigger a JSF Render via Java code and get the resulting HTML back. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127610#412761

[jboss-user] [JBoss Seam] - Re: URGENT: question on seam filter in web.xml

2008-02-07 Thread jteb
Which version of Seam? Which version of JBoss AS? How was this web.xml generated? The combination has always worked fine for me. And please use code tags. Regards, Jan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127609#4127609 Reply to the post : http:/

[jboss-user] [JBoss Portal] - Re: minimum portal

2008-02-07 Thread PeterJ
You scared me, Prabhat. I thought I might have mislabelled my portal download, but I grabbed 2.6.3 again and it does have the jboss-portla.sar/samples directory. Perhaps you mean that in the future it will not be there? View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - Re: NPE with migration to Seam 2.0.1- JBoss 4.2.2

2008-02-07 Thread reind
Make sure you have the following in components.xml | #{entityManager} | Incidentally, I think this component should have a lowerCamelCase name ("entityConverter" rather than "EntityConverter") as this would be more consistent with other seam component names. View the original post :

[jboss-user] [JBoss Seam] - Jboss 4.2.0 to 4.2.2 causes LazyInitializationExceptions

2008-02-07 Thread reind
I just recently moved my project to JBoss 4.2.2 from 4.2.0. I've noticed many LIEs where there weren't any before. I could not isolate the cause. I've moved the project back to JBoss 4.2.0 and the LIEs no longer occur. Anyone have any ideas / suggestions? | 22:02:27,095 ERROR [LazyInitiali

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-07 Thread monkeyden
Is this what you're looking for? http://www.thescripts.com/forum/thread721450.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127600#4127600 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127600 ___

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-02-07 Thread [EMAIL PROTECTED]
OK - I did not need the j2ee.jar in my application lib dir. But could you post your components.xml file - I'm curious whats in there. Thanks, Jay View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127598#4127598 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Portal] - Re: minimum portal

2008-02-07 Thread [EMAIL PROTECTED]
If you are using the latest portal version, 2.6.3 and onwards then samples is not a part of jboss-portal.sar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127596#4127596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Portal] - Re: minimum portal

2008-02-07 Thread [EMAIL PROTECTED]
You can also remove portal-wsrp.sar if you do not need WSRP stuff. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127595#4127595 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127595 ___

[jboss-user] [JBoss Seam] - How do I fetch the HTML source of a page programatically?

2008-02-07 Thread JakeC
We have a XHTML page that includes various jsf and seam taglibs. From my Java code, is there a way to process the page (with jsf tags) and have the resulting HTML passed back to me as a String? This is a page we use in our site, but I now need to store a static version of it at various stages i

[jboss-user] [JBoss Portal] - Re: minimum portal

2008-02-07 Thread PeterJ
To get a basic, one page portal, you need to modify the *-object files that define the portal. See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=121025 for some hints. To reduce the size of the portal, you could remove things you do not need. You need these directories: jboss-port

[jboss-user] [JBoss Seam] - JSP Tag files

2008-02-07 Thread mcrandall
Can you use JSP tag files with a facelet? We have some tag files that we were using with our JSP files. | <%@ tag trimDirectiveWhitespaces="true"%> | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> | | <%@ attribute name="var" required="true" rtexprvalue="false" %>

[jboss-user] [JBoss Seam] - Re: how to leave a long running conversation and start a new

2008-02-07 Thread marcelkolsteren
Leaving the long-running conversation programatically in the action method turns out to be no solution: Seam's ConversationInterceptor throws an IllegalStateException before the method is executed, because the @Begin annotation doesn't specify "join=true". I could try to work around this by reg

[jboss-user] [JBoss Seam] - Re: Seam Design Question

2008-02-07 Thread [EMAIL PROTECTED]
So obvious really.. | @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) | @Create | public void init() { | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127584#4127584 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBossWS] - Re: JMX like web service

2008-02-07 Thread mendaye
Can some one answer my question? Does anyone know if the latest version of JBoss Web Service support this? Thanks inadvance for answering my questions. Surafel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127583#4127583 Reply to the post : http://www.jbos

[jboss-user] [J2EE Design Patterns] - Re: EJB3 and JBoss client java.io.InvalidClassException

2008-02-07 Thread SpawnOfLinkTIS
Update: a new serialVersionUid has appeared when i started cutting out .jars however this could have been caused by other things as well, i thought maybe eclipse was causing the problem so i started another project with just my client in it, and set up a jar file (the exact same one that deploys

[jboss-user] [JBoss Seam] - URGENT: question on seam filter in web.xml

2008-02-07 Thread tinatina
Dear Seam Experts, I am having a headache here. In my project, I use both seam (itext, pdf) and faces. They work fine seperatedly. But the seam filter gives me error like (see end). I believe the seam filter confused the faces servlet. Please help and I will wait on line. Thanks, Tina The we

[jboss-user] [JBossWS] - Reserved Service Names?

2008-02-07 Thread CBax007
Is there something in JBoss 4.2.2GA where certain service names are reserved? I have a session bean that I am setting up as a webservice (through annotations) called AgentInfoBean (that implements the AgentInfo interface). When I try and deploy it, it fails saying something about not being abl

[jboss-user] [JBoss Portal] - Authentication portal and seperate ears and wars

2008-02-07 Thread [EMAIL PROTECTED]
Hi, Everybody. Has anybody know how to configure. jboss so that an ear file uses the same authentication info and table as the portles where a user is logged in. Thanks Marteijn Nouwens View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127574#4127574 Reply to

[jboss-user] [JBoss Seam] - Re: When to use @PersistenceContext vrs @In EntityManager (S

2008-02-07 Thread [EMAIL PROTECTED]
Uhm, that is "interesting"... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127573#4127573 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127573 ___ jboss-user mailing list j

[jboss-user] [JBossCache] - Can I ask a cache for its current size?

2008-02-07 Thread nanreh
I can see the total element count for my cache in a JMX console but I'm wondering if there's any way to ask an instance of Cache for that value without going through JMX. I've looked over the Cache API and I may be missing it. thnx... n View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBossCache] - Re: REPL_ASYN replication question.

2008-02-07 Thread nanreh
Great information, thanks for the replies. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127568#4127568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127568 ___ jboss-user m

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-02-07 Thread [EMAIL PROTECTED]
I'm checking my deployment now - it is possible that I had to include the j2ee.jar in the ear lib directory so that the class loaders played nice. If you want to try that - I am checking it as well. If that is the case - I'll update the docs too. View the original post : http://www.jboss.com/i

[jboss-user] [Security & JAAS/JBoss] - JAAS Security conversion from WebSphereAS to JBossAS

2008-02-07 Thread plscstx
JBoss Team -- I am trying to convert an application using JAAS on WebSphere to be using JAAS on JBoss. I have been reviewing the documentation about JBossSX and the JBoss Security Integration Guide and counteless other documentation. However, I feel like I am still missing some things. 1. Th

[jboss-user] [JBoss Seam] - Re: FlushMode=MANUAL -- not immediately commited to db?

2008-02-07 Thread tynor
anonymous wrote : | You need to use a bean-managed transaction (BMT) bean if you want to control the transaction - i.e. tx.begin() tx.commit() etc. | As I suspected :). Can you point me to what I need to do to declare bean managed persistence? My backing bean is just a POJO/Seam compone

[jboss-user] [JBoss Seam] - Re: When to use @PersistenceContext vrs @In EntityManager (S

2008-02-07 Thread kasim
Christian ... i tried to find your book on amazon so i searched for your name and this showed up instead http://www.amazon.com/Christian-Bauer-Loves-T-Shirt-XL/dp/B0011H0542/ref=sr_1_2?ie=UTF8&s=apparel&qid=1202413814&sr=8-2 ... looks around nervously ... View the original post : http:

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: separating Hibernate and Struts logs

2008-02-07 Thread babygodzilla
thanks! the hibernate part works, but the Struts one did not. i suspect its because there is this in jboss-log4j.xml anonymous wrote : | | | my guess is since org.apache.struts2 is a subset of org.apache, the configuration you gave me did not work. can we make a categ

[jboss-user] [JCA/JBoss] - Re: deployment of RAR inside of EAR

2008-02-07 Thread [EMAIL PROTECTED]
Look in the server.log to see what the ConnectionFactoryBinding shows; i.e., INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService:160] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=IWMDT_EAR_GDFResourceAdapter.rar to JNDI name 'eis/??' View th

[jboss-user] [JBoss Seam] - Injection of non-Entity bean failing

2008-02-07 Thread BrettG
I have a simple application that I've set up, with a feature to perform searches. I've created a POJO to hold the search values: | @Name("sCriteria") | public class SearchCriteria implements java.io.Serializable{ | | private static final long serialVersionUID = 4249273907087086393L;

[jboss-user] [JBoss Seam] - Re: When to use @PersistenceContext vrs @In EntityManager (S

2008-02-07 Thread [EMAIL PROTECTED]
Folks, it's quite simple: - EJB 3.0 defines injection rules for EntityManager with @PersistenceContext - For consistency reasons with the rest of the component model, they decided to make the _propagation_ rules (one component that has @PersistenceContext calling another component that also has

[jboss-user] [JBoss Seam] - Re: FlushMode=MANUAL -- not immediately commited to db?

2008-02-07 Thread msystems
anonymous wrote : | I am using EJB3/JPA persistence and am having trouble with a manually flushed transaction. Even after a call to em.flush(), the data is not visible to an external db client -- it seems that even though manually flushed, the transaction is not committed until after the oute

[jboss-user] [JBoss Seam] - Re: Seam Design Question

2008-02-07 Thread [EMAIL PROTECTED]
Having slept on this; I think that since it's a Seam Bean now; I can just call it from other beans... The bean can check if its been initialised already.. Really sub optimal solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127546#4127546 Reply to the

[jboss-user] [JBossWS] - wsconsume generates annotations instead of xml file

2008-02-07 Thread limousyf
Hello, We develop 2 years ago an application using jbossws and jboss-ide (it was version 1.6). Today we have moved to Seam and it's way easier to make WS. The problem is to maintain the old-fashioned jaxrpc-mapping.xml and the newly generated annotated mapping. Concretely we want the client to

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Troubles getting RichFaces to work.

2008-02-07 Thread grimholtz
Why is there no list of dependent jars needed for RichFaces? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127542#4127542 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127542 __

[jboss-user] [JBoss Seam] - Re: When to use @PersistenceContext vrs @In EntityManager (S

2008-02-07 Thread msystems
"kasim" wrote : "msystems" wrote : Use @PersistenceContext if you are using EJB3 and if you need a new transaction (@TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) ) - Seam ref: | | | | anonymous wrote : | | | If you are using EJB3 and mark your class or method @Tran

[jboss-user] [JBoss jBPM] - Problem with nodes with async=

2008-02-07 Thread osganian
Hi i have the following process def: | | | start of the process | | | | | System.out.println(1); | executionContext.leaveNode(); |

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1GA : EJB Blockers with Weblogic 9.x/10.x

2008-02-07 Thread joerg.schneider
Hi, does that mean the changes (finally :-) find their way into the next release of Seam ? That is at least what I'd expect and as far as I understood from Gavin, support for other appservers than JBoss has become a top priority for the Seam project (see respect. Seam 2.0.0 announcment thread i

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss Federated SSO: Does it support?

2008-02-07 Thread [EMAIL PROTECTED]
Antonio anonymous wrote : | do you know if JBoss SSO Federated 1.0 RC1 is compatible with JBossAS 4.2 and 4.3 ? | So far the release supports till 4.0.5. Higher versions will be supported soon. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=412

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss Federated SSO: Does it support?

2008-02-07 Thread [EMAIL PROTECTED]
Arjun- anonymous wrote : | .. Why would I run two instances of the server to test? To test shouldnt I be just deploying a random test WAR and have the "VALVE" configured. Any request to that application/WAR would require SSO. If I need to run SSO instances on each application server, whats t

[jboss-user] [JBoss Seam] - FlushMode=MANUAL -- not immediately commited to db?

2008-02-07 Thread tynor
Seam 2.0.0.GA Hibernate 3.2.4.sp1 MySQL 5.0.16 I am using EJB3/JPA persistence and am having trouble with a manually flushed transaction. Even after a call to em.flush(), the data is not visible to an external db client -- it seems that even though manually flushed, the transaction is not com

[jboss-user] [JBoss Portal] - minimum portal

2008-02-07 Thread wizumwalt
I'm having a bit of a problem just finding the exact minimum that I'd need to deploy a portal, a single tabbed page. I downloaded the portal w/ the AS, and there are a large number of dirs/webapps w/ all the same files and I'd like to be able to just grab a single war or sar or whichever I need

[jboss-user] [JBoss jBPM] - JBPM Running Process without jbpm-console

2008-02-07 Thread RichardC
Hi: I am using http://labs.jboss.com/downloading/?projectId=jbossjbpm&url=http://downloads.sourceforge.net/jbpm/jbpm-jpdl-suite-3.2.2.zip Java version jdk1.6.0_03. I am running Windows XP SP2. The changes I've made to the default configuration is adding PHP support based on http://labs.jboss.c

[jboss-user] [JBoss Portal] - Re: Anybody got seam 2.0 portlets working?

2008-02-07 Thread [EMAIL PROTECTED]
Keep an eye on annoucements ;) Hint: Next week is JBoss World View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127526#4127526 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127526

[jboss-user] [JBoss Seam] - Re: GWT-Ext or Ext JS with Seam apps?

2008-02-07 Thread gad.jakob
See http://sharesource.org/project/lilya/ ExtJs/JSF 100% compatible with Seam. i use it in 4 Seam projects. I like it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127522#4127522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - Re: Example of using Seam (without EJB) with ExtJS

2008-02-07 Thread gad.jakob
See http://sharesource.org/project/lilya project Jsf/ExtJs 100% Seam compatible. I use it in more than 4 seam projects I like it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127518#4127518 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBossWS] - Need example StockQuote client

2008-02-07 Thread mgk
Hi, I've deployed a web service for StockQuote from the WSDL available at http://www.webserviceX.net Can someone please give me an example of how to access it using a java program? When I generated a StockQuoteClient, it didn't generate the complete working file. Basically, I just need

[jboss-user] [JBoss Portal] - Re: deploy jsp-jsf

2008-02-07 Thread PeterJ
OK, so you are saying that JSF navigation links are not correctly working when you deploy your app as a portlet. I will let someone else answer as I have not used JSF within portlets. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127510#4127510 Reply to th

[jboss-user] [JCA/JBoss] - Re: deployment of RAR inside of EAR

2008-02-07 Thread vickyk
-ds.xml files are deployed before the EAR . The -ds.xml file basically gets converted to the xml services during XSLSubDeployer , these converted services are deployed before the EAR . Check this http://wiki.jboss.org/wiki/Wiki.jsp?page=DeploymentScanner The ordering of suffixes is: "sar", "servi

[jboss-user] [JBoss Portal] - Re: deploy jsp-jsf

2008-02-07 Thread giuseppe.sassone
sorry and thanks for replay, I open the application under JBoss Portal like portlet correctly. The first page call me a string in a textfield, I click the button and it go at success.jsp correctly. Then I click "try again" (code on jsp success.jsp= try again ) and not return on register.jsp inst

[jboss-user] [JBoss Seam] - Re: label and value

2008-02-07 Thread dhinojosa
@nickarls You have to choose either of these options. Note:removed because a java.lang.String is not an entity | | | | | or Note: I am using because User is indeed an entity. | | | | | | View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss jBPM] - Generate Form not load variables from Controller

2008-02-07 Thread edson.carara
I'm troubleshoot to generate form in the Task. The form Generate Task Form not load the variables defined in Controller tab. In Controller tab, the variables is defineds with name, mapped name, read is checked, write is checked and required is checked. When I go out and go back in the Controller t

[jboss-user] [JBoss Seam] - Is @BypassInterceptors going to be removed for Validators, C

2008-02-07 Thread dhinojosa
I hope it does soon. | Component.getInstance("<<>>") | is such a pain in the ass, and makes unit testing real difficult View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127497#4127497 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Tools (users)] - Re: Packaging support?

2008-02-07 Thread [EMAIL PROTECTED]
I don't belive much in generating more artifacts...but I do belive in better integration ;) Look up http://in.relation.to/Bloggers/FastAndIncrementalPackagingInJBossTools for the current options - there is an example of the current ant integration. View the original post : http://www.jboss.c

  1   2   3   >