[jboss-user] [JBossWS] - Re: 1.2.0CR3 returns

2007-02-19 Thread Juergen.Zimmermann
This following namespace declaration is not generated by wstools xmlns:ns1='http://jaxb.dev.java.net/array' After fixing this defect I had no problems in generating a client using JAX-WS RI !!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018949#4018949

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

2007-02-19 Thread badlogic
Wouldn't it help to annotate the entity bean with conversation scope? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018946#4018946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018946 _

[jboss-user] [Management, JMX/JBoss] - Re: how can i check if some ear file is deployed?

2007-02-19 Thread PeterJ
If you deploy an ear file named myapp.ear, you could look for an mbean named: jboss.j2ee:service=EARDeployment,url='myapp.ear' If it exists, the ear has been deployed. You could also look at the State or StateString attribute of that mbean. View the original post : http://www.jboss.com/index.h

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: CAnnot deploy exploded war

2007-02-19 Thread PeterJ
mailinator, you should have created a new post, not appended to an existing one. But to answer your question, set URLs to: deploy/,file:/ws/default/SCB_US/Engineering/ The key is that any URLs entry ending in '/' is trated as a direcotry and that directory is scanned for things to deploy (both

[jboss-user] [JBoss Seam] - Re: SFSB vs SLSBs for implementing actions in a conversation

2007-02-19 Thread petemuir
Just to complicate it even further you can use Seam managed JavaBeans with methods marked @Transactional and an SMPC instead (these are by default conversational - e.g. EntityHome). I tend to use these instead of SLSB/SFSB View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [Installation, Configuration & Deployment] - Re: Out of Memory Error while performing Application deploym

2007-02-19 Thread jiwils
Could this be related to this JIRA issue (http://jira.jboss.com/jira/browse/JBAS-2299)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018942#4018942 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018942 __

[jboss-user] [JBoss Messaging] - Re: Receiving IllegalStateExceptions in client

2007-02-19 Thread timfox
I've just been informed by the remoting team that the attributes need "isParam=true" to ensure they're passed to the client side. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018939#4018939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException in remote EJB3.0 lookup from tomcat w

2007-02-19 Thread PeterJ
Please do not ask the same question in multiple posts. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018714 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018938#4018938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Seam] - SFSB vs SLSBs for implementing actions in a conversation

2007-02-19 Thread lawrieg
Hi, One thing that is still confusing me with Seam is when you should implement your conversational action methods in one stateful session bean and when you should choose to implement them in one or more stateless session beans. What are the advantages / disadvantages of each approach? In what

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

2007-02-19 Thread xinhua
I can get sessionContext only from | Contexts.getSessionContext() | Why @In does not work ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018934#4018934 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018934

[jboss-user] [Beginners Corner] - Re: Server not Starting

2007-02-19 Thread PeterJ
I think you are still wrestling with making the Sun JVM the default JVM on your system. While that is a worthwhile goal (I did the same on my FC6 box), it is not necessary to run JBoss AS. All you should need is the following line in your .bashrc file: export JAVA_HOME=/usr/java/jdk1.5.0_10 T

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2007-02-19 Thread bdaw
Happy to hear that :) Look here. It's the second login module (commented). It's just a quick prototype so it's not much tested but should work. The code is also quite simple (ext one here: here) We may think about providing something more general to use with any login module if there will be

[jboss-user] [JBoss Seam] - Re: Problem debugging Seam apps in Eclipse/JBossIDE

2007-02-19 Thread fhh
anonymous wrote : | I take it I would have to set up my Seam project completely as an Eclipse project (with compile/build/deploy being performed by Eclipse rather than Ant) in order to set up debugging as detailed in the other post? | Just start the JBoss server in debug mode from the serv

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2007-02-19 Thread dhartford
That's great bdaw!! I would like to carry over roles from the LDAP, but since the Portal may have new roles I was going with the use-case of moving all the roles to the portal-oriented-DB. With that last option for the SynchronizingLdapLoginModule: - authenticate against LDAP + synchronize ldap

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: CAnnot deploy exploded war

2007-02-19 Thread mailinator
I have a same problem. My exploded war resides outside jboss's deploy directory and is linked to be deployed in jboss-service.xml | | ... | |deploy/,file:/ws/default/SCB_US/Engineering/selenium-test.war | I have tried also to put / character at the end

[jboss-user] [JBoss Seam] - Re: Problem debugging Seam apps in Eclipse/JBossIDE

2007-02-19 Thread petemuir
Nope. I use an seam-gen based ant script, I just add -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n as 'VM arguements' to the server launch config, start it in normal mode, then attach a debugger as described. I've never got it to launch using the debug start. View the

[jboss-user] [JBoss Seam] - Re: Problem debugging Seam apps in Eclipse/JBossIDE

2007-02-19 Thread lawrieg
Currently I'm freally just using Eclipse as a glorified editor, and using Ant to compile/build/deploy, but I am using JBossIDE JBoss Server View to start JBoss AS in debug mode. I take it I would have to set up my Seam project completely as an Eclipse project (with compile/build/deploy being pe

[jboss-user] [JBoss jBPM] - Re: Creating a custom controller

2007-02-19 Thread Johan.Parent
Maybe you'll find what you need in : jbpm-3.1.2\src\java.jbpm\org\jbpm\taskmgmt\def\ There are a few controllors in that example. Best regards, Johan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018917#4018917 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss jBPM] - Re: Implementing data flow

2007-02-19 Thread drjava
I'm interested in hearing from other jBPM contributors if they see data flow, as I am describing it, as being a possible feature addition to future versions of jBPM. Andrew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018916#4018916 Reply to the post : h

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2007-02-19 Thread bdaw
I recently added SynchronizingLdapLoginModule that extends LdapLoginModule from JBossSX and SynchronizingLdapExtLoginModule that does the same for LdapExtLoginModule You can use them to - just authenticate against LDAP + inject additional role principal which is used to secure portal applicati

[jboss-user] [Security & JAAS/JBoss] - Re: Latest JAAS Tutorial for Database communication

2007-02-19 Thread aleksab
What about when you want to secure a client? I've added a policy to the conf/login-config.xml, which seems to work. It connects to the database, but the username is always null (found out by examining the mysql log) In the client i'm using a LoginContext, and i've included | |

[jboss-user] [JBoss Seam] - Re: parameterised method receives null object

2007-02-19 Thread damatrix
To correct the first post it should have appeared as follows | | | | | | | | | |

[jboss-user] [Beginners Corner] - Re: Server started but not working

2007-02-19 Thread PeterJ
Please post the contents of your /etc/hosts file. Most likely localhost is not properly registered. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018909#4018909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018909 __

[jboss-user] [JBoss Seam] - Help: sessionContext

2007-02-19 Thread xinhua
Hallo all, i have a problem when i want to inject sessionContext in code: | @In Context sessionContext; | The bean is SLSB and sessionContext is always "null"!!! Need help! :(( Thanks in advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018907#4

[jboss-user] [JBoss jBPM] - Missing (config) files starters kit?

2007-02-19 Thread Johan.Parent
Hi all, Our sys. admin. pointed out to me that the Websale demo code repeatedly looks for files which are not present. This of course create additional work at the fs level. The JVM is constantly calling stat() for the missing files. So the sys. admin. is not very happy with this... You can se

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

2007-02-19 Thread petemuir
Sorry, I'm blind :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018905#4018905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018905 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBossCache] - Re: Performance expectations

2007-02-19 Thread mvlior
anonymous wrote : I'd recommend to try it with pessimistic locking. Not sure how much of the performance impact it will have but I think it does without further tuning. After changing to pessimistic locking, our test results have dramatically improved. It turns out to be a known issue in 1.2.4

[jboss-user] [JBossWS] - Re: 1.2.0CR3 returns

2007-02-19 Thread Juergen.Zimmermann
Instead of the WSDL file generated by "wstools" I used the WSDL file in server\default\tmp\jbossws: Eclipse' Web Services Explorer works fine. Thus there seems to be any difference between the output of wstools and the WSDL file generated at runtime... However, using JAX-WS RI for the client st

[jboss-user] [Security & JAAS/JBoss] - Re: Latest JAAS Tutorial for Database communication

2007-02-19 Thread smeaggie
don't know about jGuard, but this is JAAS with database login (a real quicky tho, feel free to ask more). 1) setup the connection to the database. put a "database-ds.xml" file in the deploy directory wich contains something like: | | | exampleDS | jdbc:pos

[jboss-user] [JBoss Seam] - outject problem

2007-02-19 Thread laxu
I already (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=101517) had asked this in this forum and I could not solve the problem yet. Here I have downsized my dummy app to even simpler and it still cannot outject. I must be missing or misunderstanding something fundamental. I have the

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

2007-02-19 Thread laxu
How do I do that? "go" is annotated with @Begin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018899#4018899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018899 ___ jboss-

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

2007-02-19 Thread petemuir
You probably need to be in a conversation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018896#4018896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018896 ___ jboss-user ma

[jboss-user] [JBoss jBPM] - Re: How to tell how far the process has moved along in the w

2007-02-19 Thread kukeltje
no problem just don't expect any further help in the future... oh and just for the sake of ignoring this thread... sometimes sticky posts at the top of the forum are interesting...at least others have told us that it was real helpful... but I will not tell you this. View the original po

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-19 Thread petemuir
Post the stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018893#4018893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018893 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-19 Thread piotr.walczyszyn
I guess I wasn't clear in my previous posts. This is exactly what I'm doing, I tried to stick it in to all possible contexts that are available throug Contexts class. Everytime I get NPE when running Renderer.render() method and I understand that this is because my objects are not found in those

[jboss-user] [Management, JMX/JBoss] - Retrieve ObjectName of webapp without id

2007-02-19 Thread chicklin
Hi, I'm trying to write a very simple web page to monitor the status of some other services and web apps. I have no problem retrieving an ObjectName of the services using "domain.com:service=ServiceName", etc., but it appears that the only way to retrieve a reference to the web app is by know

[jboss-user] [Security & JAAS/JBoss] - Re: https

2007-02-19 Thread smeaggie
you can use a tag in your web.xml to enforce https connections: | -- snip -- | | manager_access | | manager_pages | | /secure/* | GET | POST |

[jboss-user] [Management, JMX/JBoss] - how can i check if some ear file is deployed?

2007-02-19 Thread gmeroz
I want to check if an ear file was deployed. what is the best way to do it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018884#4018884 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018884 ___

[jboss-user] [Beginners Corner] - Re: Server not Starting

2007-02-19 Thread luke802
Okay.. I fixed the Sym link of the java file and I was able to get the system up... many thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018877#4018877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018877

[jboss-user] [JBossWS] - 1.2.0CR3 returns

2007-02-19 Thread Juergen.Zimmermann
I tested the new JBossWS 1.2.0CR3 with a) Eclipse/WTP and the generic "Web Services Explorer" b) The reference implementation for JAX-WS on the client side. There is no problem if the web service doesn't need any input parameter and just returns a result, e.g. a string. However, if the web servi

[jboss-user] [JBoss Eclipse IDE (users)] - JBoss-IDE preferences and Launch Configuration not working i

2007-02-19 Thread RuiRosado
Hi all, I am working in the JBossIDE-2.0.0 Beta 2 on Eclipse 3.2. Using JBoss server v4.0.5GA. Things are working fine. One thing I cannot do is changing the server configuration: 1. First of all, in the Window>preferences ...>JBoss-IDE page I get an error: "The currently displayed page contai

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2007-02-19 Thread dhartford
Usecase: *Use LDAP for username/passwords (authenticate). *Use DB for roles/ACL/everything else related to Portal (authorization/etc). I've been poking at this for a while on the 2.6 alpha1, and alpha2. There are some comments in the configs, but no success yet. Is there a reason not to re-u

[jboss-user] [JBoss Seam] - Re: parameterised method receives null object

2007-02-19 Thread damatrix
that error is a typo when i was posting. parameter is still received as null. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018872#4018872 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018872 _

[jboss-user] [JBossWS] - 1.2.0CR3: Default for @WebService(targetNamespace=

2007-02-19 Thread Juergen.Zimmermann
I just tried 1.2.0CR3 from the repository location and was using JEMS 1.2 / JBoss 4.0.5 If I ommit the attribute "targetNamespace" within the annotation @WebService then the resulting target namespace is "http://my.package";. IMHO according to the spec it should be "http://my.package/jaws"; Vi

[jboss-user] [JBossCache] - One node in two clusters?

2007-02-19 Thread chrismeadows
Is it possible for one cache node to be in two clusters? I've read in a couple of places around the JBoss website that it is possible, but haven't seen how to configure the cache in that way. What config sections do I duplicate? The reason I want to do this as follows; I have a cluster in Euro

[jboss-user] [JCA/JBoss] - Re: idle time out question

2007-02-19 Thread arparikh
Here is the code snippets. Below is the getConnection which returns Connection object public void init(String resourceId, String resourceName, boolean defaultResource) throws DBException { try { Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.l

[jboss-user] [JBoss Seam] - Re: Problem debugging Seam apps in Eclipse/JBossIDE

2007-02-19 Thread petemuir
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=98294 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018865#4018865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018865

[jboss-user] [JBoss Seam] - Re: Problem debugging Seam apps in Eclipse/JBossIDE

2007-02-19 Thread lawrieg
Is it only me having this problem? (Or perhaps I'm the only person on this forum who uses Eclipse ;) ) Are you able to successfully debug your Seam apps in Eclipse? (And, if so, what versions are you using, and did you have to set up any special config options?) Any help would be much appreciat

[jboss-user] [JBoss jBPM] - Re: How to tell how far the process has moved along in the w

2007-02-19 Thread kpalania
Anyone else with some useful answers, please respond (and kukeltje, please ignore this thread). Are there some samples out there that could help someone get a quick start on this? I've worked on several different technologies over the years, and I don't believe the jBPM documentation is upto th

[jboss-user] [JBoss Seam] - Re: parameterised method receives null object

2007-02-19 Thread petemuir
You've misspelt the parameter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018860#4018860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018860 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - parameterised method receives null object

2007-02-19 Thread damatrix
I'm using Seam 1.1.6.GA. My problem is with the following bit of code on my facelet: | | | | | | | |

[jboss-user] [Management, JMX/JBoss] - Re: Management interface to webapps

2007-02-19 Thread nappinc
Problem solved! By ignoring the advice to use a .sar file, I've added code to my main application that programmatically registers the MBean. And if using Spring this code can be replaced by some very simple configuration instead. | // get the JBoss JMX MBean Server | MBeanServer server = (

[jboss-user] [JBoss Seam] - Re: Help, who uses EntityHome with SFSB? I don't know how to

2007-02-19 Thread Seto
Thanks, that's the problem of remove(). It cause the exception that void and String method return. I will wait for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018850#4018850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JNDI/Naming/Network] - ClassCastException in remote EJB3.0 lookup from tomcat webap

2007-02-19 Thread skymic
Hi everyone, I am trying to connect to an EJB3.0 remote session bean (deployed in an ear on JBoss V4.0.5) from a tomcat V5.5 webapp. The tomcat and the JBoss installation are deployed on different machines. I get the following ClassCastException in a call to PortableRemoteObject.narrow: java.l

[jboss-user] [JBoss Seam] - Re: Help, who uses EntityHome with SFSB? I don't know how to

2007-02-19 Thread petemuir
[url]http://jira.jboss.org/jira/browse/JBSEAM-474[/ur] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018848#4018848 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018848 ___

[jboss-user] [JBoss jBPM] - Runa

2007-02-19 Thread petitit
Hi everybody, I would like to know if you ever use Runa (http://wf.runa.ru/English/About/About.html) to design your processes. Is it stable? Is it powerful? I'm searching a good way to design processes graphically for JBPM... thanks, François Petitit View the original post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: Help, who uses EntityHome with SFSB? I don't know how to

2007-02-19 Thread Seto
No one knows it? help me please. Waiting urgently. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018846#4018846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018846 ___ jbos

[jboss-user] [JBoss Seam] - DataModelSelection with two beans without using session scop

2007-02-19 Thread hamtho2
Hi, is there a possibility to use the @DataModelSelection over two different beans without using the session-scope for injection? Right now it works if I use the bean with the @DataModel and the @DataModelSelection with session-scope and use this value through an @In annotation in my other bean

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-02-19 Thread [EMAIL PROTECTED]
"ekusnitz" wrote : I'm also trying to get this running on jboss 4.0.5 and I observe the following: | 1. In jbossweb-tomcat55.sar, the web.xml in the conf folder does not have any reference to "myfaces-api.jar", but it does refer to "myfaces-impl.jar" | There is a mistake in Gavin's original

[jboss-user] [JBoss Seam] - Re: A question about facelets

2007-02-19 Thread xinhua
Thank you Carsten. My app runs fine, actually the facelets jar comes from seam.1.1.6GA. If it is only something about debug, i will take your advice and ignore them:P ciao,ciao xinhua View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018843#4018843 Reply to the

[jboss-user] [JBoss Seam] - Re: Another Seam, Myfaces, Facelets, Ajax4JSF and Trinidad p

2007-02-19 Thread ehstowa
Yep, finally... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018842#4018842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018842 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Seam] - Re: Seam Authenticator and GlassFish

2007-02-19 Thread umrzyk
"[EMAIL PROTECTED]" wrote : Does the glassfish version of the booking demo work? It uses a SLSB for authentication. yes, it works perfectly but it doesn't use JAAS SeamLoginModule what I would like to achieve. The only example that uses JAAS is propably seamspace but i cannot get it working on

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Unable to load to deserialize result

2007-02-19 Thread morenito9000
I changed java type from Object to byte[] and everything (insert, select, remove) seems to be ok (I hope ;-)). Moreno View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018838#4018838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - Re: Another Seam, Myfaces, Facelets, Ajax4JSF and Trinidad p

2007-02-19 Thread lowecg2004
Thomas, Are your Ajax4Jsf components rendering correctly? Regards, Chris. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018839#4018839 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018839 __

[jboss-user] [Beginners Corner] - Re: Unable to load to deserialize result

2007-02-19 Thread morenito9000
I changed java type from Object to byte[] and everything (insert, select, remove) seems to be ok (I hope ;-)). Moreno View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018837#4018837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Portal] - Re: WebObject Integration in portal

2007-02-19 Thread nils_kassube
What do you want to do? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018835#4018835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018835 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Re: Another Seam, Myfaces, Facelets, Ajax4JSF and Trinidad p

2007-02-19 Thread ehstowa
Hi again, thanks but as I am using the correct view_handler | org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER | org.jboss.seam.ui.facelet.SeamFaceletViewHandler | | | as I am using Trinidad. The problem is solved however, it was

[jboss-user] [JBoss Seam] - Re: extended EL & rendered=

2007-02-19 Thread petemuir
No, it's for method bindings only. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018833#4018833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018833 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - extended EL & rendered=".."

2007-02-19 Thread sherkan777
Hi, Can I use seam extended el in rendered parameter like this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018830#4018830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018830 ___

[jboss-user] [Messaging, JMS & JBossMQ] - JMS Exception - session closed

2007-02-19 Thread rnavanee
Hi, I tried to process a huge volume (50 to 100 messages per sec) of messages. I am using jBoss as JMS provider. I am using 3 separate queues to process incoming data and to send response back. I have the following code in constructor of message producer qProducer.q = QueueUtil.getQueue(QueueU

[jboss-user] [Installation, Configuration & Deployment] - How do I configure a MDB so that multiple instance of it are

2007-02-19 Thread kspreddy
Hello All, I have configured and deployed a jms queue and a MDB that is listening to the queue. I am observing that at any point of time, there is ONLY one receiver/consumer for this queue. The MDB is configured to have a minimum of 10 instances in the pool. ThreadPool is also setup to have at

[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-19 Thread lowecg2004
Pete, Nope - I have had no success, but would very much like to have this functionality. Cheers, Chris. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018827#4018827 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=401

[jboss-user] [Beginners Corner] - Re: Server not Starting

2007-02-19 Thread luke802
Below please see my Java.conf in /etc/java But when i execute the java -version command it still comes back with Java 1.4.2... Hate to sound like a n00b but am I editing the wrong file? # System-wide Java configuration file-*- sh -*- # # JPackage Project

[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-19 Thread lowecg2004
ehstowa, >From your stack trace I agree with lawieg so give his suggestion a go, however >please be aware that the Trinidad Wiki specifies that *no* view handlers >should be defined in faces-config.xml http://wiki.apache.org/myfaces/TrinidadSeamAjax4Jsf If you do get past your current issue, c

[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-19 Thread petemuir
I never managed to get the EL extension working with Trinidad (no Ajax4JSF in there) - have others? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018826#4018826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018826 __

[jboss-user] [JCA/JBoss] - Howto retrieve DataSource inside of WrapperDataSource

2007-02-19 Thread aschulz
Hi, I have configured a datasource for oracle connections. The datasource object that i retrieve from the JNDI-Context is of typ WrapperDataSource. I need the datasource as parameter for Oracle AQ AQjmsFactory.getTopicConnectionFactory(someds). Now I get "JMS-112: Connection is invalid" from O

[jboss-user] [Security & JAAS/JBoss] - Re: Help ... flushAuthenticationCache don't work

2007-02-19 Thread kristof.devos
sorry, this won't help you but I'm having the same problem. I can put the new credential in the securityassociation but new time the loginmodule is called still the old password in returned from the getCredential method. I even do a login logout and still the previous password is used In this c

[jboss-user] [Beginners Corner] - Re: Deploying TrailBlazer

2007-02-19 Thread eiben
OK, I figured something ... if I change the annotation of the @Remove to @Remove(retainIfException=false) at least my solution can be deployed ... but why do I have to add this attribute? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018815#4018815 Reply to

[jboss-user] [JBoss jBPM] - Creating a custom controller

2007-02-19 Thread Froschfinger
Hi, i implemented my own webapplication using JBPM-3.1.2. Now i want to create some own controllers for the tasks. Has somebody an example custom controller, where i could see how you could do it? Thanks for any help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-19 Thread lawrieg
@ehstowa I believe that in order to pass parameters to your EL action listener method you need to be using Seam's enhanced expression language (and from your stack trace it doesn't look like you've got this configured). >From the Seam reference manual (Chapter 23): anonymous wrote : To use thi

[jboss-user] [JBoss Seam] - Re: Another Seam, Myfaces, Facelets, Ajax4JSF and Trinidad p

2007-02-19 Thread dajevtic
see your original post in another thread View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018810#4018810 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018810 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-02-19 Thread h0ppy
I don't use eclipse so I can't comment on that, but I think the tutorial asks you to use the el jars from the faclet project (https://facelets.dev.java.net/servlets/ProjectDocumentList?folderID=3635&expandFolder=3635&folderID=0) althogh wsollers suggested the juel el implementation packaged as a

[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-19 Thread dajevtic
Use the SeamFaceletViewHandler instead of sun's as the alternate view handler. Parameters for method bindings are seam specific. the sun facelet view handler does not know how to handle those. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018808#4018808 Rep

[jboss-user] [JBoss Seam] - Another Seam, Myfaces, Facelets, Ajax4JSF and Trinidad probl

2007-02-19 Thread ehstowa
Hi, I m using Seam 1.1.6 , Myfaces 1.1.4 , Facelets 1.1.12 , Ajax4JSF 1.0.6 , Trinidad incubator-m1-SNAPSHOT , but cant get it to run with the trinidad part. I have tried to follow all the example apps the a4j, seam and trinidad sites have posted, but still get the error below. My web.xml: anon

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread grdzeli_kaci
Great Thanks petemuir, i got seam from CVS and i found your examples and all works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018806#4018806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018806 _

[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-19 Thread ehstowa
I have a problem with the same components as you, however I get a significant stack-trace... 2007-feb-19 13:58:37 com.sun.facelets.FaceletViewHandler handleRenderException ALLVARLIG: Error Rendering View[/start.jspx] com.sun.facelets.tag.TagAttributeException: /menu.jspx @34,173 action="#{mainBe

[jboss-user] [JBoss Seam] - this forum / max topics per page

2007-02-19 Thread baz
Hello, The count of newly posted topics per day increases. For me, it would be nice if the topic count per page would be increased, too. Perhaps up to 25. Possibly configurable in my profile. Other opinions? Ciao, Carsten View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss Seam] - Re: A question about facelets

2007-02-19 Thread baz
Hello, The messages are expected and normal. facelets initialize. But when i start my app (using the facelets version form seam1.1.6) i my output looks like: 19.02.2007 13:57:38 com.sun.facelets.compiler.TagLibraryConfig loadImplicit So i thing there could be an erroneus debug level in facelets, I

[jboss-user] [Installation, Configuration & Deployment] - Is JBOSS AS 4.03SP1 compatible with jdk 1.6?

2007-02-19 Thread seanduddy
Does anyone know if JBOSS AS 4.03SP1 is compatible with jdk 1.6? i.e. I want to run the AS with 1.6 and deploy code compiled with 1.6 onto it... I looked at the following matrix but it does not have any entry for jdk 1.6... http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix Vie

[jboss-user] [JBoss Seam] - Re: Booking example question

2007-02-19 Thread lawrieg
Also, is there any reason why you couldn't / wouldn't code the method as follows instead??? @Begin | public String selectHotel(Hotel selectedHotel) { | hotel = em.find(Hotel.class, selectedHotel.getId()); | return "hotel"; | } View the original post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Re: Choosing JBPM?

2007-02-19 Thread kukeltje
dashboard is such a broad term that you have to define that. The upcomming webconsole can show you some statistics, but maybe not all what you want. The log is in the DB View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018792#4018792 Reply to the post : http:

[jboss-user] [Beginners Corner] - JBOSS SEAM and JavaScript

2007-02-19 Thread andipesel88
Hello to everyone! I'm a bloody Jboss novice - the only thing already now are Java itself and JSP's. Right now I need to learn JBOSS Seam in connection with hibernate for a school project. The installation and development of my project is fine, everything works. But my problem is the following:

[jboss-user] [JBoss Seam] - Re: Seam Authenticator and GlassFish

2007-02-19 Thread [EMAIL PROTECTED]
Does the glassfish version of the booking demo work? It uses a SLSB for authentication. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018790#4018790 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018790 _

[jboss-user] [Security & JAAS/JBoss] - Use JBoss behind a DMZ

2007-02-19 Thread jrapillard
Can somebody explain me how to use JBoss behind a DMZ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018788#4018788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018788 ___

[jboss-user] [JBossWS] - Re: Help: how to consume webservice in ejb3 ?

2007-02-19 Thread michea
Solved, thanks to rlamie : The port=null problem came from the configuration of jboss server in netbeans. I just had to uncheck "Use IDE Proxy Settings" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018781#4018781 Reply to the post : http://www.jboss.com

[jboss-user] [Management, JMX/JBoss] - Management interface to webapps

2007-02-19 Thread nappinc
We have an existing J2EE 1.4 (servlets/JSP only) web application we'd like to add a management interface to, so application server administrators can manage our application via the JBoss JMX/Web Console (get status, alter configuration, get monitoring stats). I've been advised to create a new .

[jboss-user] [JBoss Seam] - Re: Security Remember Me Functionality

2007-02-19 Thread przemjaskier
Ok, but in case when only user name is used for creation of the "remember me" cookie, someone can simply create such cookie without performing any "sophisticated" attacks like XSS or cookie-hijacking. Amazon's approach mentioned by Christian and hashing cookie value can be the recommended appr

[jboss-user] [JBossWS] - Rpc client

2007-02-19 Thread tremalnaik
Hello, I've configured a jax-rpc style service in jboss version 4.0.2, which looks to work fine, if I access it using SOAPUI. The request get a response back from jboss. But when I try to access the server using a java client, I have the exception: serialization error: serialization error: java

[jboss-user] [JBoss jBPM] - Re: Choosing JBPM?

2007-02-19 Thread angra81
Hi again, please, tell me if i got it. With jBPM : . you can have a static bpel scenario . but there is not a ready plug in which makes a dashboards of my business process (business activity monitoring) for run time monitoring . you can develop a (maybe simple) dashboard your self using Java API

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread grdzeli_kaci
"petemuir" wrote : "grdzeli_kaci" wrote : i could not find about converter into seam-ui examples. | | | | examples/ui/src/org/jboss/seam/example/ui/Converters i've downloaded both of them jboss-seam-1.1.5.GA and jboss-seam-1.1.5.GA. both of them contains examples package but none of the

<    1   2   3   >