[jboss-user] [JBoss Seam] - Re: Simple question: finding the client IP address in a sess

2007-01-05 Thread [EMAIL PROTECTED]
If you add auto-create="true" to the factory definition you could just do: | @In String remoteAddr; | (without auto-create, you need create="true" on the above) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998480#3998480 Reply to the post : http:/

[jboss-user] [JBoss Eclipse IDE (users)] - annoying "Save Resource" popup box

2007-01-05 Thread gduan2000
I am getting this popup box everytime I type a word, sometimes a letter... Is there a way to turn this auto save feature off? I am using Beta 2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998479#3998479 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: Nested Page flows (jpdl) and conversations

2007-01-05 Thread [EMAIL PROTECTED]
I'm not entirely sure I'm following, so I'll start with the obvious and see where it goes. Supposing that you start your nested conversation like this: | @Begin(nested=true,pageflow="two") | public void doSomething() { ... } | Flow "two" just needs to start with a start-state:

[jboss-user] [JBoss Seam] - Re: Simple question: finding the client IP address in a sess

2007-01-05 Thread SmokingAPipe
Thank you Norman. I put that into my components.xml and now I can do an injection like: @In("#{remoteAddr}") private String ipString; and it works, which is pretty cool. Seam. There's quite a bit of a learning curve but once it is working it's pretty cool stuff. View the original post : h

[jboss-user] [Messaging, JMS & JBossMQ] - Starting failed jboss.mq.destination:service=Queue, name=XXXQ

2007-01-05 Thread george.dixon
hiii all, "thanks for ur help in advance" i have created a queue in jbossmq-destination.xml with the following code : mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.mq.destination:service=Queue,name=XXXQueue"> jboss.mq:service=DestinationManager now when i start my jboss

[jboss-user] [JBoss Seam] - Re: Simple question: finding the client IP address in a sess

2007-01-05 Thread [EMAIL PROTECTED]
| | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998470#3998470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998470 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Getting Started Documentation] - Regarding MessageDiveenBean Deployment

2007-01-05 Thread vas_srinuin
Hai to all, I am new to jboss.i getting problem while running MDB, any body cam help me the confiuguring MDB JNDI name,needed deploymnet descriptors for running MDB ,and also tell me how to set the INITIAL CONTEXT variables to run jms topic and queue on jboss Thanks & Regards, Srinivasu.k

[jboss-user] [JBoss Seam] - Re: start and kill a conversation

2007-01-05 Thread [EMAIL PROTECTED]
A conversation is ALWAYS begun, no matter what you do. The only thing that @Begin does is mark it as a long running conversation, one that Seam will keep around between requests. To accomplish what you are after, you need to end the conversation and either redirect to a new page that starts

[jboss-user] [Installation, Configuration & Deployment] - Re: JVM system properties

2007-01-05 Thread visolvejboss
Hello, In /bin/run.conf file, JAVA_OPTS is used to specify options to pass to the Java Virtual Machine. Hope, this may help you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998466#3998466 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Messaging] - Re: Clustering supported with 1.01?

2007-01-05 Thread batter
"[EMAIL PROTECTED]" wrote : There is no cluster support on 1.0... only on 1.2... and we are working on it. | | Tim Fox wrote a presentation about Messaging on JBoss World. I guess you could get it from JBoss World website. I don't have the URL now though. I am tentatively proposing to my te

[jboss-user] [JBoss Messaging] - Re: 1.2Beta: performance test deploy-destination steps gives

2007-01-05 Thread batter
I'll keep that in mind when / if I can convince my team to go this route :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998464#3998464 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998464 __

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE, Eclipse 3.1 and upcoming WTP versions

2007-01-05 Thread farooqm
The only way we have found to "hot deploy" JSP files is to do a file system copy to the destination folder. Is there a similar thing that can be done in JBossIDE for Eclipse 2.0 ? Problem is I am starting the server defining a server in JBoss Inc -> JBoss AS 4.0. Also, how do "Add / Remove Pro

[jboss-user] [JBoss Seam] - Re: start and kill a conversation

2007-01-05 Thread koatto
Thanks, it clarifies a lot. So the only way to implement what i need is to explicitly create a new onversation within the method body, is it correct? does the following link code begin a conversation before the select method of searchResults component is called? Bye. View the original post :

[jboss-user] [JBoss Seam] - Simple question: finding the client IP address in a session

2007-01-05 Thread SmokingAPipe
Let's say I'm writing a session bean that does logins. I may want to log the client IP addresses as they make their attempts. Is there some elegant Seam-style injection way to get an IP address? I tried this: @In("#{request.remoteAddr}") private String ipString; but it did not work. View t

[jboss-user] [Installation, Configuration & Deployment] - JEMS 1.2.0.GA with JBossAS 4.0.5.SP1 ?

2007-01-05 Thread Juergen.Zimmermann
Will JEMS 1.2.0.GA contain JBoss 4.0.5.SP1 or just JBoss 4.0.5? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998460#3998460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998460 ___

Re: [jboss-user] [Installation, Configuration & Deployment] - Jboss plugin for a web server

2007-01-05 Thread Matthew Hannigan
> How can I do the same in Jboss. Is there a Jboss-plugin to popular web > servers such as Apche HTTP Server. Yes, mod_jk for apache1, mod_proxy or mod_proxy_ajp for apache2 These connect to the 8009 port (default value) of jboss. There are many examples on the net; search for tomcat,apache,ajp

[jboss-user] [JBoss Messaging] - Re: 1.2Beta: performance test deploy-destination steps gives

2007-01-05 Thread [EMAIL PROTECTED]
batter wrote : Also noticed that my receive rate is higher than my send rate, impressive :-) Please make sure that you're not in a local singularity area, where the time-space continuum is distorted. :) The story behind the framework is that we wanted to introduce a new kind of tests, the p

[jboss-user] [Beginners Corner] - list JNDI bindings from command line client

2007-01-05 Thread [EMAIL PROTECTED]
Hello, I am trying to use JBoss 3.2.5 as a JNDI server. The JBoss is a vanilla install on Gentoo Linux. The standard default server configuration is running unchanged. I attempt to execute the following program, only to see which bindings are available. Output and classpath follow the progr

[jboss-user] [JBossCache] - Re: Problem with transaction timeout [critical]

2007-01-05 Thread jacek187
Your test is not correct - If rollback() or commit() from DummyTransactionManager is invoked in separate thread, DummyBaseTransactionManager can't find transaction stored in thread_local and IllegalStateException("thread not associated with transaction"); is throwed instead real rollback operat

[jboss-user] [JBoss Seam] - Re: dynamically setting conversation timeout

2007-01-05 Thread [EMAIL PROTECTED]
Seam will come around and overwrite any timeout values you set like that using the page timeouts. You'll need to set the timeout value in pages.xml or in the appropriate *-page.xml files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998432#3998432 Reply

[jboss-user] [JBoss Seam] - Re: IllegalArgumentException: value of context variable is n

2007-01-05 Thread [EMAIL PROTECTED]
Do you have multiple definitions of the bean classes in your classpath somehow? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998431#3998431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998431

[jboss-user] [JBoss Seam] - Re: POJOs instantiated twice

2007-01-05 Thread [EMAIL PROTECTED]
One of them is the proxy instance. I guess there is no way for the generated subclass to avoid calling the superclass constructor. That's an interesting side-effect. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998430#3998430 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: start and kill a conversation

2007-01-05 Thread [EMAIL PROTECTED]
I have no idea why the commandLink doesn't work. Perhaps it is because of something happening in the persist method? @Begin and @End do not really begin and end conversations themselves - they mark the current conversation as being long running or not long running, and Seam makes use of this

[jboss-user] [JBoss Messaging] - Re: 1.2Beta: performance test deploy-destination steps gives

2007-01-05 Thread batter
"timfox" wrote : One word of warning: I wouldn't expect any great performance from beta - it's completely unoptimised and we have made some major changes since then anyway regarding message delivery etc. and there are more to come. But it's a good exercise to get the performance framework up and

[jboss-user] [JBoss Seam] - Re: Application scoped component throws Serialization Except

2007-01-05 Thread [EMAIL PROTECTED]
Java transient fields. It is possible that @Transient works on the fields, but I don't know. You are right - injection doesn't seem to be happening during lifecycle methods. I believe it should, but it might be intentional. I'll have to look into it. I am not that familiar with the jboss

[jboss-user] [JBoss Seam] - dynamically setting conversation timeout

2007-01-05 Thread cfranky
I want to set dynamically the timeout of current conversation through the method org.jboss.seam.core.Conversation.setTimeout() but this method seems not to have no effect as I explains next: in a stateful ejb, in the method that launches a conversation I code: | import org.jboss.seam.core.C

[jboss-user] [JBoss and NetBeans] - Re: Jboss with Jbpm & Jboss Netbeans IDE

2007-01-05 Thread michea
What do you mean by "Netbeans does not currently support jBPM" ? I'm working on a JBPM project on NB and it seems to work (up to the point where I use jaxws webservices... but it is another story) The only thing you might need is the visual development of process graphs. For this you can indeed u

[jboss-user] [JBoss Seam] - start and kill a conversation

2007-01-05 Thread koatto
| http://java.sun.com/jsf/html"; | xmlns:f="http://java.sun.com/jsf/core"; | xmlns:s="http://jboss.com/products/seam/taglib"; | xmlns:t="http://myfaces.apache.org/tomahawk"; | xmlns="http://www.w3.org/1999/xhtml"; version="2.0"> | | search | |

[jboss-user] [JBoss Seam] - Re: Application scoped component throws Serialization Except

2007-01-05 Thread bluetrade
thanks for your reply. Should I use the @Transient (i.e. for entities) or the java-transient ? I am also accessing another EJB which should be initialized before a PostActivate annotated method is called - however, it seams as if my other bean is null at that point: @In(create=true,value="con

[jboss-user] [JBoss Seam] - Re: Application scoped component throws Serialization Except

2007-01-05 Thread bluetrade
another question - is there any way to prevent my bean from being "swapped-out" - ? ~thanks joey View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998414#3998414 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998414 _

[jboss-user] [JBoss Portal] - Re: lossing of attributes in the request scope of jsf

2007-01-05 Thread domyalex
Uh in which version of MyFaces will the fix be available? I recently switched to 1.1.4 but realized that the problem persisted. Regards Alejandro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998416#3998416 Reply to the post : http://www.jboss.com/ind

[jboss-user] [Installation, Configuration & Deployment] - JVM system properties

2007-01-05 Thread cronydude
Folks, Appreciate if anyone here can point me how to configure system properties for the server JVM in JBoss. In WAS, we do this by adding custom properties for JVM under application server process definition. Thanks for your time and help. View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Portal] - Re: lossing of attributes in the request scope of jsf

2007-01-05 Thread [EMAIL PROTECTED]
"domyalex" wrote : Uh in which version of MyFaces will the fix be available? I recently switched to 1.1.4 but realized that the problem persisted. | | Regards | | Alejandro Fixed in 1.1.5. You can use a nightly build. We are also talking about doing a patch branch for 1.1.4. If s

[jboss-user] [Installation, Configuration & Deployment] - Re: Issue with loading jars - NoClassDefFoundError

2007-01-05 Thread cronydude
Solved by setting the attributes "Java2ClassLoadingCompliance" "UseJBossWebLoader" to 'true' in myserver/deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998421#3998421 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Re: Seam design

2007-01-05 Thread [EMAIL PROTECTED]
Yes, absolutely. Just create your methods - they really are just pojos. If the method happens to look like a JavaBean getter/setter you should mark it as @Transient so that the persistence engine won't get confused. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBossWS] - Re: javax.xml.bind.annotation annotations all being ignored

2007-01-05 Thread [EMAIL PROTECTED]
I am getting this too, it appears that the WebParam annotation does not work for me either. Are Web annotations picked up by wstools? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998410#3998410 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss and NetBeans] - Invoke remote EJB3 method from another EJB module NB5.5/Jbos

2007-01-05 Thread michea
I have an EJB-module in a EAN that contains EJB3 entity ans session beans. The session beans are exposed as jaxws webservices. Since I want to invoke these methods in an ejb-module which is in another EAR (same server) I first tried to create a jaxws webservice client (following http://wiki.netb

[jboss-user] [JCA/JBoss] - Can't get JCA datasource using JNDI

2007-01-05 Thread omar_azrat
Actually I'm deploying a website for JBoss. Mi commitment is make this site to work with this databases: ORACLE MYSQL SQL SERVER My fellow and me wrote the access to the database in a simple class (this project has no entity-beans). Servlets and a java application need access to database.

[jboss-user] [JBossWS] - javax.xml.bind.annotation annotations all being ignored

2007-01-05 Thread hitman_in_wis
Hi, my name is Brett, and my company is pretty new to java web services, but we need to use them to communicate between PowerBuilder and EJB3. As far as I can tell, it looks like the annotations from the javax.xml.bind.annotation are being completely ignored in our deployed web services. Below

[jboss-user] [JBoss Seam] - Lazy mans guide to developing SEAM!

2007-01-05 Thread [EMAIL PROTECTED]
The examples in other posts are ant-build-deploy based... including how to connect to a running server "somewhere ourside the IDE" - e.g. a Live/Pre Production Server. For developement you probably don't want to do that! If you have a Good IDE why not use it? I generally work alone on projects

[jboss-user] [JBoss Seam] - Re: Seam design

2007-01-05 Thread monkeyden
When I say "non-persistent method" I'm referring to entity methods which don't have persistable attributes associated with them (i.e. logic only). There is surely a better way of describing it. These methods are actually related to the current state of a PERSISTED entity, so an empty pojo is o

[jboss-user] [JBoss Messaging] - Re: 1.2Beta: performance test deploy-destination steps gives

2007-01-05 Thread timfox
One word of warning: I wouldn't expect any great performance from beta - it's completely unoptimised and we have made some major changes since then anyway regarding message delivery etc. and there are more to come. But it's a good exercise to get the performance framework up and running :) View

[jboss-user] [JBoss Messaging] - Re: Installing beta2 fails with ant error

2007-01-05 Thread batter
Now takes the time to read the JIRA and mumbles shamefully from corner that it is Friday and beer is *way* overdue :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998400#3998400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Messaging] - Re: Installing beta2 fails with ant error

2007-01-05 Thread batter
"[EMAIL PROTECTED]" wrote : How about this: http://jira.jboss.org/jira/browse/JBMESSAGING-725? Better than documentation, for people who don't read the documentation ... To my own defense: the userguide that comes with the zip file states in Chapter 5.1.1 Note that you need Apache Ant 1.6.x o

[jboss-user] [JBoss Messaging] - Re: 1.2Beta: performance test deploy-destination steps gives

2007-01-05 Thread batter
OK, changed it as below; step 0 (drain) always fails and I had to add a to the 0Kb throughput test to actual be able to compare the two. I noticed that only this test turned is on by default in perf.xml. Also noticed that my receive rate is higher than my send rate, impressive :-) Anyways the

[jboss-user] [JBossWS] - Support for the

2007-01-05 Thread saegeun
Hello, I have a fairly critical question for our development team. We are working on a product that uses Microsoft's WS-* library: WSE 3.0 (I'm a long-time Java Dev, but recently have had to work on a .net project. What can you do...). Microsoft's library supports both the "http transport" f

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Unable to Configure JBossWS Project

2007-01-05 Thread MGump
Here's an actual link to the image: http://www.skanpresby.org/JBossIDEProblem.png View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998383#3998383 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998383 _

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Unable to Configure JBossWS Project

2007-01-05 Thread omatzura
Hi, thanks for your post.. we'll have to look into this, as it seems to be some mac-specific problem.. sorry for the inconvenience.. regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998385#3998385 Reply to the post : http://www.jb

[jboss-user] [JBoss Eclipse IDE (users)] - Unable to Configure JBossWS Project

2007-01-05 Thread MGump
Hello All! First off the basics: Operating system Mac OS X 10.4.8 Java version 1.5.0_06 Eclipse version 3.2.1 JBoss-IDE version 2.0.0 beta2 JBoss version 4.0.5 GA As per this tutorial http://www.soapui.org/jbossws/bottomup_example.html I am trying to use the JBoss IDE plugin

[jboss-user] [JBoss Eclipse IDE (users)] - Unable to Configure JBossWS Project

2007-01-05 Thread MGump
Hello All! First off the basics: Operating system Mac OS X 10.4.8 Java version 1.5.0_06 Eclipse version 3.2.1 JBoss-IDE version 2.0.0 beta2 JBoss version 4.0.5 GA As per this tutorial http://www.soapui.org/jbossws/bottomup_example.html I am trying to use the JBoss IDE plugin

[jboss-user] [JBoss Messaging] - Re: 1.2Beta: performance test deploy-destination steps gives

2007-01-05 Thread [EMAIL PROTECTED]
I actually haven't tested the framework with 1.2 yet, so you're running into an incompatible deployment descriptors situation. Update the destination deployment descriptors to be compatible with 1.2. Look at those that come with 1.2. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss jBPM] - Delegation configuration

2007-01-05 Thread leobaz2
Can the configuration of a delegation contain references to variables? Since it isn't in the documentation, I am assuming it can't. I just want to make sure. For example, I want to be able to say: myvar where "myvar" is actually a variable reference. View the original post : http://

[jboss-user] [JBoss Messaging] - Re: Installing beta2 fails with ant error

2007-01-05 Thread [EMAIL PROTECTED]
How about this: http://jira.jboss.org/jira/browse/JBMESSAGING-725? Better than documentation, for people who don't read the documentation ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998378#3998378 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss jBPM] - Re: NEED PLUGIN????

2007-01-05 Thread jainer
I don't want to be intense, but to solve this problem is very important for me, just tell me what i must do... please Regards jainer e. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998376#3998376 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Messaging] - 1.2Beta: performance test deploy-destination steps gives cla

2007-01-05 Thread batter
Trying to run the performance tests against the 1.2 beta and seeing the below exception when I execute the ant deploy-destinations step. 12:59:52,380 ERROR [MainDeployer] Could not create deployment: file:/C:/Program Files/jboss-4.0.5.GA/server/messaging/deploy/messaging-destinations-service.xm

[jboss-user] [JBoss Seam] - Re: s:decorate with h:inputText with f:convertNumber on Floa

2007-01-05 Thread [EMAIL PROTECTED]
How does it fail? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998373#3998373 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998373 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Messaging] - beta1.2: Update in the performance chapter needed

2007-01-05 Thread batter
To run the test you have to call ant run not ant. To stop the executors you need to run ant stop-executors, not kill-executors View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998372#3998372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - Re: Seam design

2007-01-05 Thread [EMAIL PROTECTED]
What is a "non-persistent method"? Create an instance of the pojo entity class without involving an entity manager - call all the methods you want and there is no persistence involved. Set fields - it won't get written to the database. The entity manager on gets involved when you specifical

[jboss-user] [JBoss Seam] - Re: EL enhancements

2007-01-05 Thread [EMAIL PROTECTED]
It is only for invocations, as far as I know. You can, however, create your own EL functions to deal with the type of thing you want to do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998369#3998369 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss jBPM] - Re: GWT with JBPM

2007-01-05 Thread dhartford
jBPM is a business process management engine. Not a RAD suite. if you are looking that uses jBPM to help drive some RAD, one of the more promising ones is at: http://sourceforge.net/projects/taylor/ But, it's not a commercial, buy this and magically gets everything working for you solution...

[jboss-user] [JBoss Seam] - Re: Refreshing dataTable - Too many conversation

2007-01-05 Thread FabBoco
Norman, I have shown only a small part of my code. I have information that should be shared between different conversation so I decided to put the TestManagerBean into the session. Anyway, I have changed the scope from SESSION to CONVERSATION but the behaviour is the same. Each time I refresh

[jboss-user] [JBoss Messaging] - Re: Installing beta2 fails with ant error

2007-01-05 Thread batter
Upgrading to ant 1.7 did the trick, but the documentation should reflect this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998365#3998365 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998365

[jboss-user] [JBoss Seam] - Re: Custom JSF tags

2007-01-05 Thread paulo.dangelo
ok ... problem solved. No need for a xhtml file. I keep all code as initially described in the first post but, instead of using the tld descriptor, I use the xml one as this: http://www.x.com/jsf div javax.faces.Panel com.x.framework.view.jsf.components.Div

[jboss-user] [Installation, Configuration & Deployment] - Slimming JBoss 4.05 Server Configuration

2007-01-05 Thread khanrahan
Where can I find information on slimming a JBoss 4.0.5 server configuration? I see that the Wiki includes a page based on the JBoss 3.2.6: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming I would like to find an updated document, if one exists. Thanks. View the original post

[jboss-user] [JBoss Messaging] - Installing beta2 fails with ant error

2007-01-05 Thread batter
What ant version should I use. Downloaded the beta version and can't install because of below error: [C:/temp/jboss-messaging-1.2.0.Beta1/util] ant -f release-admin.xml | Buildfile: release-admin.xml | | default: | | BUILD FAILED | C:\temp\jboss-messaging-1.2.0.Beta1\util\release-a

[jboss-user] [Clustering/JBoss] - Re: Some trouble with EJB3 StatefulSessionBean in Clustering

2007-01-05 Thread [EMAIL PROTECTED]
Somewhere in the log there's probably a full stack trace. If you can find and post that, it may help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998361#3998361 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998361

[jboss-user] [EJB 3.0] - Re: Multiple persistence.xml files - single persistent unit

2007-01-05 Thread tan.quach
Hi, anyone have any luck with this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998358#3998358 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998358 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Re: Question about injecting env-entry into interceptor

2007-01-05 Thread sbivol
Actually, it works for me only if I specify in the ejb-jar.xml the injection target, as shown in the original message (I use @Resource annotation without any parameters though) However, If I understand the spec correctly, it should work without specifying the , just env-entry name, type, and va

[jboss-user] [JBoss Seam] - Re: How to debug seam-gen generated project in Eclipse (JBos

2007-01-05 Thread SchottenHammel
I might be able to help: 1. Edit run.bat in your jboss/bin directory. 2. Add the following line after the last "set JAVA_OPTS=" line: set JAVA_OPTS= -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=5001,server=y,suspend=n %JAVA_OPTS% (I chose port 5001 but you can choose whatever port y

[jboss-user] [EJB 3.0] - Re: Question about injecting env-entry into interceptor

2007-01-05 Thread sbivol
i'm experiencing the same problem in 4.0.5GA (RC9 of EJB3.0) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998345#3998345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998345 __

[jboss-user] [JBoss Seam] - Re: Seam design

2007-01-05 Thread monkeyden
I see your point, and I'm certainly starting to subscribe to this line of thinking. The only thing I'm still wondering (which may be a better question for the EJB3 forum) is if there is a way to legally implement non-persistent methods in the entity? I guess this would fall into the "behavior"

[jboss-user] [JBoss Seam] - EL enhancements

2007-01-05 Thread monkeyden
Is the "parameterized EL" enhancement only available for action handlers, or can it be used for accessors too? Suppose I have an entity which has the following field: STATUS NUMBER(1) ...and there are two possible values for status(0=OK, 1=BAD). I retrieve a list of these entities within my

[jboss-user] [JBoss Seam] - Re: Custom JSF tags

2007-01-05 Thread paulo.dangelo
Nice .. Thanks for all the replies ?. I saw the facelet tag example but have one doubt: How do I represent a div html tag similar to the nbsp showed there? Would it be something like this? http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; xmlns:f="

[jboss-user] [Installation, Configuration & Deployment] - Issue with loading jars - NoClassDefFoundError

2007-01-05 Thread cronydude
Folks, After successful installation and configuration of JBoss 4.0.5 on AIX 5.1 with JDK 1.4.2, I tried deploying a .ear file that was initailly build for WAS 5. I saw few errors during the deployment and I believe they are because of in-proper loading of jar files. Sample of exception is as b

[jboss-user] [JBoss Seam] - Re: Seam and Portal Future

2007-01-05 Thread [EMAIL PROTECTED]
On your last point, my standard Spring bash is "Spring - a much simpler way to write broken J2EE applications." :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998329#3998329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Beginners Corner] - Re: How to get a WorkManager from a Bean

2007-01-05 Thread [EMAIL PROTECTED]
The WorkManager is reserved for ResourceAdapters and is not applicable to other EE components (Servlets/EJB). At this point, there is no generalized notion of a WorkManagement API across the entire application environment. A JSR has been submitted but there is no work currently being done on it.

[jboss-user] [JBossWS] - Pbs when consuming a Web Service with JBoss WS 1.0.3 and 1.0

2007-01-05 Thread pguillot44
Hello everybody, I'am trying to consume a web service I wrote - based on the samples provided with JBoss WS. I'm using JBoss 4.0.4.GA with JDK 1.4.2_06 - we are using 1.4 because of some other third party software we are using which do not support 1.5 yet. I have no problem with consuming the

[jboss-user] [JBossCache] - Re: Problem with transaction timeout [critical]

2007-01-05 Thread [EMAIL PROTECTED]
I've put together a test, see if this accurately describes your problem. It is in CVS, in Branch_JBossCache_1_4_0. Or, view the test online. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998324#3998324 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [EJB 3.0] - EJB QL - Inheritence Query Question

2007-01-05 Thread costeen21
Assume the following environment: I have a base abstract class setup for inheritence that has a Many-to-Many relationship with another class like: | @Entity | @Inheritance(strategy = InheritanceType.JOINED) | public abstract class Automobile implements Serializable | { |private Se

[jboss-user] [JBossCache] - shun=true and JVM freezes + replication queue

2007-01-05 Thread bruyeron
We are running into issues with our jbosscache cluster running inside a Tomcat 5.5.17 on JDK1.5.08. We are using the BETA of 1.4.1 that was released back in november. Here's the current treecache config and below the current jgroups stack we are using: | | |

[jboss-user] [JBoss Seam] - Re: Seam and Portal Future

2007-01-05 Thread bsmithjj
"swestbom" wrote : What is missing from seam applications is independent state maintenance for the various portlets on the page. We have many applications that we want to bring together under one site. These sites are all intranet based so the weight isn't as much of an issue (this can be amel

[jboss-user] [JBoss Portal] - uri: http://java.sun.com/portlet cannot be resolved

2007-01-05 Thread sjewett
Hi All - We're running JBoss Portal 2.4.0 on AS 4.0.4GA on Enterprise Linux 4 ES. I am following the Portlet Primer tutorial (Roy Russo) that came with the download. I downloaded the HelloWorldJSPPorlet.zip, built the WAR and deployed. I'm getting this error: org.apache.jasper.JasperExcepti

[jboss-user] [JBoss Seam] - Re: Seam and Portal Future

2007-01-05 Thread [EMAIL PROTECTED]
On the other hand, maybe I just wasn't very clever with the way I did the application. If someone has a suggestion for a simpler way to go about it, I'm all ears. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998315#3998315 Reply to the post : http://w

[jboss-user] [JBoss Seam] - Re: Custom JSF tags

2007-01-05 Thread jweidner
Here's a facelet tag example: http://wiki.java.net/bin/view/Projects/FaceletsTaglibsNbsp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998309#3998309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998309 _

[jboss-user] [JBoss Eclipse IDE (users)] - Uninstalling JBossIDE Plugin

2007-01-05 Thread narsibvl
Looks like i messed up the plugin install. I want to uninstall it and start over again. How does one go about unstalling the JBossID plugin ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998311#3998311 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Seam and Portal Future

2007-01-05 Thread [EMAIL PROTECTED]
Sorry - I hope nobody took me to be promoting portal usage. Portals are a great idea, but I don't have any significant experience with JSR 168 or JBoss Portal to know when/where they should be used. I like the idea, but my knowledge of them begins and ends with my conversations with the guys r

[jboss-user] [JBossCache] - Re: Problem with transaction timeout [critical]

2007-01-05 Thread [EMAIL PROTECTED]
This is an interesting issue, that a separate thread is used for commits and rollbacks. I need to investigate how quickly (or otherwise) such a fix can be implemented. Do you have a unit test that recreates this outside of WebLogic, i.e., as a standalone JUnit test? View the original post :

[jboss-user] [JBoss Seam] - Re: Refreshing dataTable - Too many conversation

2007-01-05 Thread [EMAIL PROTECTED]
Taking a step back, why are you trying to start a conversation with a session scoped component? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998305#3998305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998305 _

[jboss-user] [JBoss Seam] - Re: Diff in behaviour with STATE_SAVING changed to server fr

2007-01-05 Thread [EMAIL PROTECTED]
Can you show some code that can reproduce this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998306#3998306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998306 ___ jbos

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

2007-01-05 Thread [EMAIL PROTECTED]
I can see no way that changing the context root in application.xml, by itself, could possibly have that effect. I cannot reproduce it doing this: build/deploy messages to jboss test application change context-root in application.xml build/deploy to jboss test application I would recommend caref

[jboss-user] [Installation, Configuration & Deployment] - jboss 5.0.0 beta1 deeployment problem

2007-01-05 Thread zlajaj
Hi, I have problem with deployment when I put scheduler-service.xml in last.deploy directory. If I remove last.deploy directory everything works fine. Errors I've got: 16:24:14,483 ERROR [ReadOnlyAccessFilter] Failed to init ReadOnlyAccessFilter javax.management.InstanceNotFoundException: jbos

[jboss-user] [JBossWS] - Re: Web Service as an Stateless Session Bean on JBoss 5.0

2007-01-05 Thread [EMAIL PROTECTED]
I meant to say little experience with JBoss 5 and JBossWS 2.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998302#3998302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998302

[jboss-user] [JBoss Seam] - Nested Page flows (jpdl) and conversations

2007-01-05 Thread nthompson
Hello all, I'm trying to understand how to properly implement nested page flows and conversations with jpdl. I would like to have a page flow that will be able to start a new nested flow, but take the outer flow back to a page within itself (but have the client display the start-page of the ne

[jboss-user] [JBossWS] - Re: Web Service as an Stateless Session Bean on JBoss 5.0

2007-01-05 Thread [EMAIL PROTECTED]
Just curious, I have no experience with Jboss 5 and JBossWS, do you have to have a webservices.xml in the ejb jar? In JBossWS 1.0, you needed the wsdl, webservices.xml and the jaxrpc-mapping.xml for deploying regular POJOs. I would assume some JBoss specific descriptor is needed to deploy t

[jboss-user] [JBoss Seam] - Re: No concurrent calls on stateful bean!

2007-01-05 Thread [EMAIL PROTECTED]
I have never used @SerializedConcurrentAccess, but I'm sure it is not the exactly the same. (practically speaking, it may be roughly equivalent though - but I haven't looked into it) You are actually right, seam does serialize access to stateful session beans. I didn't realize we did that.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How to invalidate SSL Session?

2007-01-05 Thread venia
Is there any ways to invalidate SSL session (ex. SSLSession.invalidate()) in the web application? The problem is that we are using client certificate authentication and after the user performs logout on re-login we need to check his client certificate again without restarting the browser. The o

[jboss-user] [Beginners Corner] - Re: Can't access jmxconsole

2007-01-05 Thread cronydude
If you can't access jmx/web console, then the respective application is not deployed. I bet you should have got some exceptions while starting the server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998292#3998292 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss jBPM] - jBPM 3.1.3 and JMS

2007-01-05 Thread dnunley
I'm seeing references to MDB classes in the developer forum, for example CommandListener. Am I going to find any supporting code in jBPM 3.1.3 to implement JMS messaging? I've been through most of the code and do not find anything but the JmsMessageServiceImpl and factory. Do I have everythi

[jboss-user] [JBoss Seam] - IllegalArgumentException: value of context variable is not a

2007-01-05 Thread fabricio.lemos
Hi, I have a problem with a very simple page. When I call the page, I get the following error: | INFO [Events] no events.xml file found | INFO [Pages] no pages.xml file found | ERROR [STDERR] 05/01/2007 11:59:08 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Li

[jboss-user] [JBoss jBPM] - jPDL 3.2.Beta 1 released

2007-01-05 Thread [EMAIL PROTECTED]
check out the new email and jee integration. also the new web console is worth to take a look. the navigation in the web console needs some rework before the final release, though. it even contains a minimal web app with a minimal mail server to check what emails have been sent from the engin

  1   2   >