[jboss-user] [JBoss Seam] - Seam and EJB paradigm.

2007-07-31 Thread grob
Hello, I`m quite new to EJB and Seam som sorry for may be a stupid question. EJB were created to be use with many types of clients. Java rich clients and also Web clients for example. Advanteg of EJB is that if it is wel designed it provides bussiness methods to Swing or JSP presentation layer.

[jboss-user] [EJB/JBoss] - Re: jbos-4.0.5.GA error

2007-07-31 Thread jaikiran
See if this helps: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069498#4069498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069498 __

[jboss-user] [JBoss Seam] - after switching to CVS build, jndi names won't be resolved

2007-07-31 Thread atzbert
Hi there, don't know what's happening to me here... I just exchanged all seam jars with the freshly built ones from CVS because of that "convertEntity-EntityManager closed - bug" and now when starting up JBoss it's complaining that I didn't give it the necessary JNDI pattern for the otherwise i

[jboss-user] [JBoss jBPM] - jbpm-jpdl-suite-3.2.1 Source Code

2007-07-31 Thread dleerob
Hi, I downloaded jbpm-jpdl-suite-3.2.1, and got the web-console.war found under the deploy directory up and running in tomcat. Does anybody know where I can find the source code for the web-console? I would like to take a look at how it all works, and also make use of the web-console Upload Se

[jboss-user] [Clustering/JBoss] - Re: Session Replication deadlock

2007-07-31 Thread stringaling
Thank-you for the prompt reply. I will try upgrading jgroups. Would it be advisable to upgrade jboss-cache to SP4 as well? [EMAIL PROTECTED] lib]$ java -cp jgroups.jar org.jgroups.Version Version:2.4.1 CVS:$Id: Version.java,v 1.42.2.1 2006/12/04 13:57:06 belaban Exp $ His

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Problem on multiple CPU Solaris 9 machine

2007-07-31 Thread aschbacher
Hello, we try to run JBoss 4.0.3 on Solaris 9, on a 24 CPU Fujitsu/Siemens. It works perfectly using Java 1.4, but with Java 1.5/1.6 the JBoss process consumes up to 35% CPU time (8 CPUs of the 24 available!) during startup. (We then kill the process(after 2/3 minutes), it would finally make the

[jboss-user] [Clustering/JBoss] - Re: Session Replication deadlock

2007-07-31 Thread [EMAIL PROTECTED]
That's clearly a bug in JGroups. I think I fixed it in 2.4.x. Which version of JGroups are you running ? java -cp jgroups.jar org.jgroups.Version will tell you. If you use 2.4.1.SP4, this will disappear (probably 2.3 already fixes this issue too). View the original post : http://www.jboss.c

[jboss-user] [JBoss jBPM] - Re: Hibernate config problem

2007-07-31 Thread Vorsorge
That worked! Thanks! Martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069489#4069489 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069489 ___ jboss-user mailing list j

[jboss-user] [JBoss Seam] - Re: Conversation ID in web service response

2007-07-31 Thread [EMAIL PROTECTED]
It looks like the interceptor isn't being hit, and I'm guessing it's a packaging issue. Is your standard-jaxws-endpoint-config.xml inside the JAR file containing your web services inside an EAR? Look at the packaging for the seambay example to see how it should be. View the original post : h

[jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ?

2007-07-31 Thread [EMAIL PROTECTED]
Possibly, however I know that remoting doesn't work in standalone Tomcat (there's a JIRA issue for it). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069488#4069488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406948

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Drools 4 on GlassFish

2007-07-31 Thread genman
Open up the .war file, fix the web.xml file, redeploy. Follow up with a patch and log it in JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069485#4069485 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069485

[jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ?

2007-07-31 Thread samdoyle
"[EMAIL PROTECTED]" wrote : "samdoyle" wrote : It is being deployed in GlassFish V2 build 56 | | Ah I missed this bit before. It is possible that this has something to do with remoting not working, however go ahead and send me your test case and I can at least try it with JBossAS. If it w

[jboss-user] [JBoss Seam] - Re: Conversation ID in web service response

2007-07-31 Thread shakenbrain
I used SoapUI to issue the following request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:com="http://com.twocoast.tcsc.web.service";> | | | | QUATTRO | | | and got the following response (no conversation Id): http://schemas.xmlsoap.org/so

[jboss-user] [JBoss Seam] - Re: Use Seam to generate XML documents

2007-07-31 Thread [EMAIL PROTECTED]
If the XML is to be a representation of the View then supply a different renderer that produces XML from each UI component in the server side component tree (JSF) and this will get called when JSF reaches the Render phase... or if you just want to create XML then look at something like JDom whic

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS 3.2 - windows 2003 shutdown issue

2007-07-31 Thread genman
Port 1099 is used to locate the MBeanServerConnection, which needs to be available to shut down the server using the shutdown script. Sending a kill signal (in UNIX) or hitting ctrl-c also initiates clean shutdown. Crashing or rebooting ... It could be OS, JVM as well as hardware related. Updat

[jboss-user] [EJB/JBoss] - jbos-4.0.5.GA error

2007-07-31 Thread thompsonluque
I am working with jboss 4.0.1 and EJB and all my ejb modules work but when I changed to jboss 4.0.5 I got the following error the plataform where I installed jboss is windows 98 type Exception report message description The server encountered an

[jboss-user] [JBoss Seam] - Use Seam to generate XML documents

2007-07-31 Thread mgrouch
What is the best way to generate XML documents (instead of html) from Seam beans? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069471#4069471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069471

[jboss-user] [JBoss Seam] - Seam and Top Ajax frameworks

2007-07-31 Thread mgrouch
Does Seam work with these "top 4" AJAX frameworks (see the article)? http://www.infoworld.com/article/06/11/27/48FEajax_1.html Here are the links to their web sites Backbase http://www.backbase.com/ JackBe http://www.jackbe.com/ Bindows http://www.bindows.net/ Tibco GI http://www.tibco.com/de

[jboss-user] [JBoss Seam] - Re: Is there a JBossWS client example for invoking a Seam ws

2007-07-31 Thread [EMAIL PROTECTED]
Actually, SoapUI does support cookies. When you create a multi-step test case, you can right click on the test case, select Options and then "Maintain HTTP Session". It can also be configured to support the Seam conversationId in SOAP header. See: http://www.michaelyuan.com/blog/2007/07/31/seam

[jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ?

2007-07-31 Thread [EMAIL PROTECTED]
"samdoyle" wrote : It is being deployed in GlassFish V2 build 56 Ah I missed this bit before. It is possible that this has something to do with remoting not working, however go ahead and send me your test case and I can at least try it with JBossAS. If it works there, then I may be able to get

[jboss-user] [JBoss Seam] - Re: Is there a JBossWS client example for invoking a Seam ws

2007-07-31 Thread [EMAIL PROTECTED]
I've been using soapUI (http://www.soapui.org/) for some testing, though in my limited experience I don't think it supports cookies. The web services test page in the seambay example actually sends a web service request from the browser, so it automatically gets cookie support (and therefore se

[jboss-user] [JBoss Seam] - Re: external authentication-any pointers for a beginner?

2007-07-31 Thread [EMAIL PROTECTED]
You currently can't specify a restriction on the "*" view like that (in fact you should be using the login-required attribute anyway). There's an outstanding JIRA issue to that effect: http://jira.jboss.org/jira/browse/JBSEAM-1009 What happens when you move your restriction to a more specific

[jboss-user] [EJB 3.0] - Re: Storing Password as MD5 Hash

2007-07-31 Thread blackers
Thanks for all your help. I have used Karl's method and it is now working as I would have liked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069460#4069460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069460

[jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ?

2007-07-31 Thread samdoyle
Will do, I'll send you my project and ear tomorrow when I'm back in the office. It is being deployed in GlassFish V2 build 56 Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069459#4069459 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Conversation ID in web service response

2007-07-31 Thread [EMAIL PROTECTED]
Can you confirm whether the conversation ID actually exists in the SOAP response? (in the actual XML) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069458#4069458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069458

[jboss-user] [JBoss Seam] - Re: Client-side Seam remoting calls from a static web page o

2007-07-31 Thread [EMAIL PROTECTED]
Are you setting Seam.Remoting.resourcePath? View the end of the source for the interface.js that is generated within your Seam app to see how this is set. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069457#4069457 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ?

2007-07-31 Thread [EMAIL PROTECTED]
Your code looks fine to me, and is about as simple as the HelloWorld example, which definitely works. I'm guessing there's some other issue which I can't determine from the code you pasted, so I really need to have a deployable test case that reproduces the issue. You can send it directly to m

[jboss-user] [JBoss Seam] - Re: Seam conversations and third party JSF components libs

2007-07-31 Thread mgrouch
I've got rid of some exceptions by improving beginCall() | if (!Contexts.isConversationContextActive()) { | Lifecycle.beginCall(); | } | if (!Contexts.isPageContextActive()) { | FacesLifecycle.resumePage(); |

[jboss-user] [JBoss Seam] - Re: GWT example: WebRemote method always returns failure

2007-07-31 Thread kingcu
JIRA issue created: http://jira.jboss.org/jira/browse/JBSEAM-1748 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069452#4069452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069452 _

[jboss-user] [JBoss Seam] - Re: GWT example: WebRemote method always returns failure

2007-07-31 Thread kingcu
Just confirmed this works for GWT 1.3.3, but not 1.4.10. I will open a JIRA issue for this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069451#4069451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069451 __

[jboss-user] [JBoss Seam] - Re: AJAX question: how to dynamically add fields to a form?

2007-07-31 Thread SmokingAPipe
Actually I mean DHTML, not AJAX. Anyway, in this case, it might be better for me to have a scrollable panel that opens up, and provide a couple hundred number fields, and be done with it. Easy to implement, and if we need something more advanced later, I'll change it. View the original post :

[jboss-user] [Beginners Corner] - Re: What's the jboss?

2007-07-31 Thread xuyanning
Thank you very much, PeterJ! I hava downloaded the documents about jboss4.0.2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069448#4069448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069448 ___

[jboss-user] [JBoss Seam] - Re: AJAX question: how to dynamically add fields to a form?

2007-07-31 Thread samdoyle
Um, off hand I think you would have to use some DHTML to do this and not necessarily use AJAX. I never tried doing that before with JSF components so I don't know how that would work since the the DHTML is primarily all client side and JSF requires the backing beans and in Seam's case EJB. View

[jboss-user] [JBoss Seam] - AJAX question: how to dynamically add fields to a form?

2007-07-31 Thread SmokingAPipe
Simple question here: A user has to enter a series of serial numbers on a form. We don't know in advance how many serial numbers the user will enter. It could be five or fifty. What would be cool is if a new text field would get added when the last empty one is filled in. I'm sure there's so

[jboss-user] [JBoss Seam] - Re: convertEntity - someone must know

2007-07-31 Thread KimLord
I took the seam jars from version 1.2.1 and put them in the lib directory of my project and built the project but I still get the same error. What am I doing wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069445#4069445 Reply to the post : http://

[jboss-user] [Performance Tuning] - Re: No Managed Connections Available

2007-07-31 Thread genman
>From the JMX console, you can actually see where those open connections were >created and, possibly, what thread created them. This should answer where >you're leaking connections. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069444#4069444 Reply to the p

[jboss-user] [JBoss Seam] - Re: How do I upgrade my Seam version?

2007-07-31 Thread KimLord
Yes, that is what I did so now I have a directory with the date. So now I take all the jars in that dated directory and put them in the lib directory of my project and then build my project? Thanks for helping, Kim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [Performance Tuning] - Re: Measuring deployment time for ear on JBOSS

2007-07-31 Thread genman
If you turn on DEBUG logging, you should be able to see the time deployment started to completion based on the timestamp of the logging messages. JBoss does several things while deployment: * Unpacks .ear/.war deployments. (Use exploded jars to keep this from happening.) * Scans for various file

[jboss-user] [Performance Tuning] - Re: Performance Tuning .. Requests get lost?

2007-07-31 Thread genman
First, create a simple JSP that counts the number of requests (use java.util.concurrent.AtomicInteger), then verify no requests are lost. And then application code and functionality, and figure out the performance issue. Likely, it's your backend DB that can't keep up. View the original post :

[jboss-user] [JBoss Seam] - seam-ui example: s:selectItems example is broken

2007-07-31 Thread stephen.friedrich
On a fresh Seam from CVS and pristine JBossAS 4.2.1: - Deploy the seam-ui example - Select the s:selectItems topic - Select the "Edit the continent/country relationship" - Add some countries to Antarctica - Click on Apply - Select the s:fragment topic - Select the s:selectItems topic again (you'll

[jboss-user] [Performance Tuning] - Re: RMI per call overhead?

2007-07-31 Thread genman
RMI is slow, hence the creation of asynchronous interfaces such as JMS. There may be certain instances you can cache, so subsequent calls can be done using the same objects. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069439#4069439 Reply to the post : h

[jboss-user] [JBoss Seam] - Re: Message bundle in an EAR is not working

2007-07-31 Thread reind
That worked, thanks very much atao! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069438#4069438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069438 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: How do I upgrade my Seam version?

2007-07-31 Thread chrismalan
Just download the version you want and unpack it. Then use the jars (jboss-seam.jar, etc.) in its root directory in your application instead of your older seam version jars. If you need any of the jars in the /lib directory on your classpath, use them instead of others with the same name you

[jboss-user] [EJB 3.0] - Re: Storing Password as MD5 Hash

2007-07-31 Thread genman
What I have often done with entities is create a setter, such as "setUnencryptedPassword" and made a getter (dummy) that is marked @Transient. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069436#4069436 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [EJB 3.0] - MDB inflow; does the context classloader get set during TX c

2007-07-31 Thread genman
I posted this message in other forums, but I figure this problem is really centered around EJB3. 2007-07-25 11:14:41,313 ERROR [AbstractFlushingEventListener] Could not synchronize database state with session | org.hibernate.type.SerializationException: could not deserialize | at org.hiber

[jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ?

2007-07-31 Thread samdoyle
bumping in the hopes someone knows something about this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069434#4069434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069434 _

[jboss-user] [JBoss Seam] - Re: Client-side Seam remoting calls from a static web page o

2007-07-31 Thread samdoyle
btw you can't make cross domain ajax requests. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069433#4069433 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069433 ___ jboss-us

[jboss-user] [JBoss Messaging] - Re: ClassLoader issue with MDB and Hibernate

2007-07-31 Thread genman
Well, the problem is not during the message processing, but during the transaction commit. Hibernate doesn't see the context classloader used in a transaction commit, because the transaction commit happens outside the message delivery handling. Or so I'm guessing. View the original post : http

[jboss-user] [JBoss Seam] - How do I upgrade my Seam version?

2007-07-31 Thread KimLord
How do I upgrade my Seam version? I tried to follow the few directions that were on the jboss site but am still using the older version. Could someone tell me what to do or point me to some detailed directions? I really appreciate your help. Thanks, Kim View the original post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: Message bundle in an EAR is not working

2007-07-31 Thread atao
and what if: ear/a.war/WEB-INF/classes/Messages.properties ear/b.war/WEB-INF/classes/Messages.properties View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069429#4069429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069

[jboss-user] [JBoss Seam] - Re: Some doubts about Seam

2007-07-31 Thread magoicochea
Thanks for your answers, I have another questions: 1.- When I developed applications with JSF I used a JSF/Spring/Hibernate architecure using Managed Beans/Services/DAOs, the managed beans had the presentation logic, the Services had the business logic and the DAOs had the data access logic, it

[jboss-user] [JBoss Seam] - Message bundle in an EAR is not working

2007-07-31 Thread reind
I have an ear packaged as: ear/ | a.war | /WEB-INF/faces-config.xml | a.jar | /com/example/a/Messages.properties | b.war | /WEB-INF/faces-config.xml | b.jar | /com/example/b/Messages.properties faces-config.xml in a.war has: com.exam

[jboss-user] [JBoss Seam] - Re: s:convertEntity - EntityManager is closed.

2007-07-31 Thread trouby
Hey, I upgraded to CVS version and the entityManager error stopped from hapening, but I have encountered another issue, when I add a search parameter to the EntityQuery that has a tag, + the parameter within the myList.page.xml file, submitting the form results a argument type mismatch I ass

[jboss-user] [JBoss Seam] - Re: Seam conversations and third party JSF components libs

2007-07-31 Thread mgrouch
I've made some progress with this issue by adding page action action="#{myBean.beginCall}" http://jboss.com/products/seam/pages"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pa

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to I upgrade seam version?

2007-07-31 Thread KimLord
How do I upgrade my Seam version? I tried to follow the few directions that were on the jboss site but am still using the older version. Could someone tell me what to do or point me to some detailed directions? I really appreciate your help. Thanks, Kim View the original post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: Some doubts about Seam

2007-07-31 Thread [EMAIL PROTECTED]
"magoicochea" wrote : 1.- How is persistence managed? Does it use EJB 3.0 persistence (I don't know much about EJB) or can I use hibernate? If it uses Hibernate how is it implemented? As usual with Hibernate or does it uses some kind of annotations for it? Seam provides a Seam Managed Persisten

[jboss-user] [JBoss Portal] - Re: multiple header support

2007-07-31 Thread pucky
I'm trying to do something similar and I think I'm just getting more confused. I have 2 portals and one portal needs to have the header links wrapped in divs but the other needs them to be wrapped in a table. Looking at the documentation and reading this forum makes me think that you can only h

[jboss-user] [JBoss Seam] - Re: Some doubts about Seam

2007-07-31 Thread SmokingAPipe
To answer your questions: 1. Seam works with either EJB3 or Hibernate. I'm using EJB3 in my projects because EJB3 is a standard. I think that Hibernate itself is a bit more powerful in what it can do. Under the hood, JBoss EJB3 is based on Hibernate I believe. 2. Don't use Tomahawk. I trie

[jboss-user] [JBoss Messaging] - Re: ClassLoader issue with MDB and Hibernate

2007-07-31 Thread timfox
We only set the context classloader in one place and this is nowhere near any message delivery code. We also unset is immediately afterwards in a finally, so I doubt it is the cause of your problem. Earlier versions of JBM did set the context classloader in other places - what version are you

[jboss-user] [JBoss Seam] - Re: Could not create Component : class is abstract!

2007-07-31 Thread szaccaria
Thanks Diego, I appreciated your reply!!! I had already resolved the problem, but you have cleared me the thing ulteriorly. Scusa, ma sei italiano? Grazie comunque ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069410#4069410 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: persisting messages for audit

2007-07-31 Thread timfox
Yes you could add your own interceptor (aspecy) on the server aop stack. Take a look at the aspects that already exist e.g. SecurityAspect for an idea of how to do this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069409#4069409 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: Client-side Seam remoting calls from a static web page o

2007-07-31 Thread samdoyle
Which version of Seam are you using? I wasn't able to get the remoting working with the head version of 2.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069408#4069408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Seam] - Some doubts about Seam

2007-07-31 Thread magoicochea
Hello everyone, I have just come across JBoss Seam some days ago when I heard about it in an announcement regarding Red Hat Developer Studio and it caught my attention. I sill have some doubts about it: 1.- How is persistence managed? Does it use EJB 3.0 persistence (I don't know much about EJ

[jboss-user] [JBoss Seam] - Open PDF in new window

2007-07-31 Thread jfrankman
I am trying to stream a PDF to a new browser window. I can get this to work, but the strange thing that happens is that a new browser window gets opened, but instead of the PDF geting displayed inside the browser window, it is opened separately by Adobe Acrobat. So, the user is forced to close t

[jboss-user] [JBoss Seam] - Re: Injecting @Unwrap'ed component

2007-07-31 Thread harpritt
Nice one mate i shall give it a go *crosses toes* View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069404#4069404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069404 ___ jbo

[jboss-user] [JBoss Seam] - Re: show me the right way to access row of datatable with Se

2007-07-31 Thread tim_ph
Correction: when using selectPersonnel(Personnel p) with #{applicationHome.selectPersonnel(personnel)}, it is NOT NULL. But the value is always the value of the first row of the list, no matter what row you click on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Portal] - Re: HUSTON WE GOT A PROBLEM. JSF, portal, jboss-container. S

2007-07-31 Thread anders3
By adding the following to my wars WEB-INF/web.xml The warning disappered | org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL | true | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069402#4069402 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: Component configuration with complex types

2007-07-31 Thread atao
It's really a work in progress. I just checked it againt Seam 2 cvs. So, the code as it is... All the calls go through MenuManager | package org.jboss.seam.menu; | | import static org.jboss.seam.ScopeType.APPLICATION; | import static org.jboss.seam.annotations.Install.BUILT_IN; |

[jboss-user] [JBoss Seam] - Re: Component configuration with complex types

2007-07-31 Thread [EMAIL PROTECTED]
You could do this via components.xml but it would be quite verbose due to not being able to nest components. If this is a static menu, then I would ui:include a facelet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069400#4069400 Reply to the post : http

[jboss-user] [JBoss Seam] - Re: convertEntity - someone must know

2007-07-31 Thread KimLord
How do I upgrade my Seam version? I tried to follow the few directions that were on the site. Could you tell me what to do or point me in the direction of some detailed directions? I really appreciate your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Managing queues

2007-07-31 Thread arnold.maderthaner
Hi ! Thx for your reply. Will such features be implemented or are there some things planed for the future ? yours arnold View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069398#4069398 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Re: s:fileUpload & required

2007-07-31 Thread [EMAIL PROTECTED]
s:fileUpload doesn't support the required attribute. http://jira.jboss.com/jira/browse/JBSEAM-1683 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069397#4069397 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069397 ___

[jboss-user] [JBoss Seam] - Re: convertEntity - someone must know

2007-07-31 Thread [EMAIL PROTECTED]
So thats not Seam 1.2.1.GA but some older version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069396#4069396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069396 ___ jbos

[jboss-user] [JBoss Seam] - Re: Hot deployment and HQL

2007-07-31 Thread [EMAIL PROTECTED]
Feature ;) . Model and related classes shouldn't go into dev View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069395#4069395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069395 _

[jboss-user] [JBoss Messaging] - Re: Receiver got Stopped with Different JBM Version(1.0.X an

2007-07-31 Thread timfox
Craig- As already mentioned, 1.0.1.GA is *not* the latest in the 1.0 series. Also, 1.2.0.GA is *not* the latest 1.2 release (1.2.0.SP2 is). The latest GA release is 1.3.0.GA, and 1.4.0.CR2 will be out shortly followed shortly after by 1.4.0.GA. We simply do not have the time to give free suppo

[jboss-user] [JBoss Seam] - Re: convertEntity - someone must know

2007-07-31 Thread KimLord
This is the error: An Error Occurred: /ClassificationsEdit.xhtml @47,56 Tag Library supports namespace: http://jboss.com/products/seam/taglib, but no tag was defined for name: convertEntity +- Stack Trace com.sun.facelets.tag.TagException: /ClassificationsEdit.xhtml @47,56 Tag Library suppor

[jboss-user] [JBoss Seam] - Re: Problem with manual flush mode for managed persistence c

2007-07-31 Thread [EMAIL PROTECTED]
No, both would return an SMPC (getPersistenceContext can also return a Seam managed hibernate session) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069389#4069389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069389

[jboss-user] [JBoss Seam] - Re: convertEntity - someone must know

2007-07-31 Thread [EMAIL PROTECTED]
So, post the whole error. Btw, you won't get very far asking for help being that vague. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069386#4069386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069386 _

[jboss-user] [JBoss Seam] - Re: Calling Identity.instance() from a servlet

2007-07-31 Thread [EMAIL PROTECTED]
http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/configuration.html#d0e12758 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069385#4069385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069385 _

[jboss-user] [JBoss Seam] - Re: Injecting @Unwrap'ed component

2007-07-31 Thread [EMAIL PROTECTED]
IIRC you can do: taskInstanceListForType['LeTaskOPeril'].size in recent (I'm not sure since when) Seam (this isn't standard in JSF) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069384#4069384 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: convertEntity - someone must know

2007-07-31 Thread KimLord
Yes, I am using facelets, but am getting the error I mentioned. Do I have something set up incorrectly? I thought I followed the directions on the jboss site. I think I just typed ant from the 1.2.1 GA directory and it said that it was successful. I don't know what else I was supposed to do.

[jboss-user] [JBoss Seam] - Client-side Seam remoting calls from a static web page outsi

2007-07-31 Thread art_jones76
I'd like to embed client-side Seam remoting calls on a static web page outside of my Seam application. I have all the code for the "Hello World" Remoting sample application working fine. All the Seam remoting calls work properly when the page that serves it comes from within the application.

[jboss-user] [JBoss Tools (users)] - Re: Exadel Plugins available in opensource

2007-07-31 Thread kito99
I'm glad to hear about the time line :-). Here's what I mean by templates. With Exadel Studio, I can save any project as a "template". Then, I can create a New project using that template. Basically, it just copies the project's resources from a .metadata folder, but it works well for courses -

[jboss-user] [JBoss Seam] - Re: I'm back

2007-07-31 Thread harpritt
Dude http://www.jboss.com/index.html?module=bb&op=viewtopic&t=89940 Nice one... sorry if its noobie question View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069375#4069375 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

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

2007-07-31 Thread atao
in generate-entities target, add a hbmtemplate to create some hibernate-console.cfg.xml file. | | | with template | | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> | | | <#foreach entity in cfg.classMappings> | |

[jboss-user] [JBoss Seam] - Re: Injecting @Unwrap'ed component

2007-07-31 Thread harpritt
Gavin or Pete or anyone. Just seen this thread Whats the SEAM approved way of getting the size of taskInstanceListForType['LeTaskOPeril'] in the view Ive seen some people use http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069371#4069371 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JNDI/Naming/Network] - Super slow initial lookup from standalone client

2007-07-31 Thread tldtld
I have a strange problem that I cannot seem to crack. I have a stand alone client connecting up against a JBoss on a Linux Suse machine. All local traffic. he very first lookup through JNDI takes _ages_ (~2-3 mins) and afterwards it just blazes through with no issues. Been trawling the forums

[jboss-user] [JBoss Seam] - taskInstanceListForType Size

2007-07-31 Thread harpritt
Hi everybody its me Dr Nick!.. no no no no no quick question whats the best way to display the size of this list without having to write a backing bean also, what is going here, how is the string being passes back to the component #{taskInstanceListForType['ap_approve_cr']} Cheers ever

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - portable j2ee application - how to handle persistence part

2007-07-31 Thread ajay662
I need to write a small j2ee application that I can deploy on jboss, weblogic and websphere. This application needs to run alongside customer's any other application already running on the application server. My application will have a need to persist some simple data. I am looking for suggest

[jboss-user] [JBoss Seam] - show me the right way to access row of datatable with Seam F

2007-07-31 Thread tim_ph
I've been trying and trying but cannot do a simple thing like this: | | | action | | | | where applicationHome is generated by Seam-gen and modified a bit | @Name("applicationHome") | public class ApplicationHome extends EntityHome | { | ... |

[jboss-user] [Clustering/JBoss] - Session Replication deadlock

2007-07-31 Thread stringaling
Hi, We are using Jboss 4.0.5 in a cluster. We are experiencing deadlock within the Jboss Cache, which is causing out of memory problems on the server. The Jboss Cache Version is 1.4.1SP3 (bundled Cache for jboss 4.0.5). We only expirience this issue when BUDDY replication is enabled. The thr

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

2007-07-31 Thread mrohad
great , can u give me a tip how to implement it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069352#4069352 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069352 ___ jboss-

[jboss-user] [JBoss Seam] - Re: Little problem using seam-gen

2007-07-31 Thread atao
See http://jira.jboss.com/jira/browse/JBSEAM-994 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069351#4069351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069351 ___ jboss-

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

2007-07-31 Thread atao
why not. IMO a better trick would be to use hibernate custom value types for the foreign keys. Then it will be easy to check these types in the template. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069349#4069349 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Portal] - Re: Unable to Access a preference values from portlet-instan

2007-07-31 Thread PeterJ
Here are the files. I used JBoss AS 4.0.2.GA and Portal 2.6.0. package com.portlet; | import java.io.*; | import javax.portlet.*; | public class PlainRenderPortlet extends GenericPortlet { | @Override | protected void doView(RenderRequest request, RenderResponse response) |

[jboss-user] [JBoss Seam] - Re: I'm back

2007-07-31 Thread lmehret
"[EMAIL PROTECTED]" wrote: anonymous wrote : If there are any issues you want me to look at, please post a link to them in this topic. I got one... http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114926 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [EJB 3.0] - Re:

2007-07-31 Thread prohgy
Very good, Sandello. I had this problem, I removed log4j.jar from my application on Jboss and it startup without problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069339#4069339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [EJB 3.0] - Re: Why is injection not working in AS 4.0 and 4.2 (servlets

2007-07-31 Thread ALRubinger
Regarding getting the EM from JNDI, see: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=113694&postdays=0&postorder=asc&start=10#4069334 S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069338#4069338 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Calling Identity.instance() from a servlet

2007-07-31 Thread lmehret
Hi, If I call Identity.instance() from a servlet or a filter I get the following IllegalStateException. I assume I 've miss configured something... Any Ideas? | java.lang.IllegalStateException: No active session context | at org.jboss.seam.security.Identity.instance(Identity.java:106)

[jboss-user] [EJB 3.0] - Re: what happen with my entity bean , need expert help

2007-07-31 Thread ALRubinger
Well, since your EjbLocator class is not itself a Service (Stateless EJB or JMX), you can't inject into it. It's just a POJO; there's no way for the container to know that it should be scanned for dependencies or injection. So you can do one of a couple things: 1) Make your EjbLocator itself a

  1   2   3   4   >