[jboss-user] [JBoss Seam] - Re: Accessing a different conversation context

2007-10-28 Thread FabBoco
Pete, thank you for your advice. I have two different scenarios (I have not been able to understand what is the difference yet) one works and the other doesn't. Following the seam code I was able to show that the difference is the get(String) behavior of ServerConversationContext. When I am

[jboss-user] [JBoss Seam] - Re: Accessing a different conversation context

2007-10-28 Thread FabBoco
Sorry, I forgot: SEAM CR3. Fab. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099635#4099635 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099635 ___ jboss-user mailing li

[jboss-user] [EJB 3.0] - Returning File Contents to Client

2007-10-28 Thread tdemuth
Hi, I need to write a Stateess Session Bean which has Methods that return file-contents to the client. The files are text-files (<100 kb) or binary files (<2mb). Just returning a stream or reader isn't possible, because these classes aren't serializable. So how can I do this? Or am I on the wro

[jboss-user] [JBoss AOP] - JBoss AOP and JBoss please Help me! It's ugent!

2007-10-28 Thread abdujaparov
Hi I'm been trying for a week to run a web service with jboss aop on jboss, but I've a lot of problem. 1)I've followed the installation guide of jboss 1.5.6 on jboss4.2.1 for jdk5.0. I've copied the directory "C:\jboss-aop_1.5.6.GA\jboss-40-install\jboss-aop-jdk50.deployer" in the directory "C

[jboss-user] [JBoss Seam] - Catching Runtime Exceptions

2007-10-28 Thread terryb
Runtime exceptions are caught in pages.xml file. Is it possible to append own message specified in pages.xml to the exception message? Say for exception thrown: org.hibernate.id.IdentifierGenerationException: ids for this class must be manually assigned before calling save(): au.edu.tisc.entit

[jboss-user] [JBoss Seam] - Catching Runtime Exceptions

2007-10-28 Thread terryb
Runtime exceptions are caught in pages.xml file. Is it possible to append own message specified in pages.xml to the exception message? Say for exception thrown: org.hibernate.id.IdentifierGenerationException: ids for this class must be manually assigned before calling save(): au.edu.tisc.entit

[jboss-user] [JBoss Seam] - Re: svn co seam ?

2007-10-28 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamRepository -we are still stuck in CVS :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099640#4099640 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099640

[jboss-user] [JBoss Seam] - Re: selectItems - Is it possible?

2007-10-28 Thread [EMAIL PROTECTED]
Look at the EntityConverterStore. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099641#4099641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099641 ___ jboss-user mailing li

[jboss-user] [Beginners Corner] - SAR/EAR : how to start a client application ?

2007-10-28 Thread super_faz
Hello, I have created a SAR archive with three components : - an ejb 3 package : myejb.jar - a web site : myweb.war - a client app : myapp.jar My web site is fully functional, my ejb too, and I have tested my client app in a standalone mode : it works fine. But I don't find how to start my c

[jboss-user] [JBoss Portal] - Re: javascript in html files

2007-10-28 Thread jvence
Any answer to this? I'm also trying to put JSP code within a CMS file but it gets converted: <%out.println("session="+session); %> becomes <%out.println("session="+session); %> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099643#4099643 Reply to the post

[jboss-user] [Beginners Corner] - Re: NetBeans IDE: Classpath not working for a JLabel icon im

2007-10-28 Thread super_faz
Hello, "victorj42" wrote : | gallows.setIcon(new javax.swing.ImageIcon(getClass().getResource("/gallows.gif"))); | Your "gallows.gif" image needs to be in your jar file. The "simpliest" way is to put it in the default package of your source folder. View the original post : http://www.jbo

[jboss-user] [JBossWS] - WebServiceRef & HandlerChain annotations

2007-10-28 Thread egelke
I think I found a bug with the way the HandlerChain annotation is implemented in JBossWS 2.0.1.SP2 on JBoss 4.2.2 It happends when I use @HandlerChain in the following condition: 1) A field in a Stateless Session Bean 2) The type of the field is the port type 3) The field is annotated with @WebSe

[jboss-user] [JBoss Seam] - Re: Accessing a different conversation context

2007-10-28 Thread [EMAIL PROTECTED]
Post the two different scenarios. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099645#4099645 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099645 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: MDB as Seam Component yields an Exception on Shutdown

2007-10-28 Thread [EMAIL PROTECTED]
Can you post a simple example of this to jira? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099647#4099647 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099647 ___ jboss-us

[jboss-user] [JBoss Seam] - Re: Getting proper conversation id after ending nested conve

2007-10-28 Thread [EMAIL PROTECTED]
Please file a jira issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099648#4099648 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099648 ___ jboss-user mailing list jboss

[jboss-user] [Clustering/JBoss] - Re: Load Balancing?

2007-10-28 Thread BruceSpringfield
"[EMAIL PROTECTED]" wrote : Yes, although at this point mod_jk remains the preferred solution. Thanks very much for your comment!! Yes, mod_jk seems to work better with JBoss. Is it possible to create a cluster of jboss clusters with load balancing using mod_jk? I created a cluster of jboss

[jboss-user] [JBoss Seam] - Re: Accessing a different conversation context

2007-10-28 Thread FabBoco
Pete, scenarios belongs to a real application and they are too complex for the purpose. As soon as I have time I have to build two simpler test case, Meanwhile can you tell me what additions are, so that I can try to figure which is the problem ? Thanks Fab. View the original post : http:

[jboss-user] [Clustering/JBoss] - Re: Load Balancing?

2007-10-28 Thread BruceSpringfield
"BruceSpringfield" wrote : But now, I want to createa a cluster the clusters with load balancing. That should be : But now, I want to create a cluster of clusters with load balancing. It would be nice if we could edit our posts :) View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-10-28 Thread susnet
It would be nice if someone would like to post a complete example for this including caching. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099654#4099654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099654

[jboss-user] [JBoss Seam] - LazyInitializationException ans Scope(SESSION)

2007-10-28 Thread miloslav.vlach
Hi. I am using SMPC with Scope(CONVERSATION). All works good. But when I created action (EJB component) @Statefull, scoped to SESSION the lazy doesn't work. When I switch to the Scope(CONVERSATION) all works gut. I Think I need to use SESSION scope, but the lazy loading break this decision. I

[jboss-user] [JBoss Seam] - Re: Accessing a different conversation context

2007-10-28 Thread [EMAIL PROTECTED]
Additions is a map of objects added to the conversation context in this request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099655#4099655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099655 __

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-10-28 Thread [EMAIL PROTECTED]
I blogged about this - see further up the topic. You should cache using the Hibernate 2nd level cache. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099656#4099656 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=409965

[jboss-user] [JBoss Seam] - Re: LazyInitializationException ans Scope(SESSION)

2007-10-28 Thread [EMAIL PROTECTED]
Yes, your SMPC is scoped to the conversation, not the session. So after your first conversation ends, your object will no longer have an open persistence context to load lazily from. Search back through the forum, this has been discussed many times. View the original post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Re: Accessing a different conversation context

2007-10-28 Thread [EMAIL PROTECTED]
Flush the conversation before switching it - Contexts.getConversationContext().flush(); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099658#4099658 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099658 __

[jboss-user] [JBoss Seam] - Re: Strange behaviour on seam 2 and tomcat 6

2007-10-28 Thread Stateless Bean
Any ideas? Should I post jira issue, Pete? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099662#4099662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099662 ___ jboss-user m

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

2007-10-28 Thread kosl
Did any1 tried it? Is there any chance that Seam2 + Icefaces1.6.1 will allow to use Seam emailing capabilities? Cheers, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099663#4099663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBossCache] - Improved performance

2007-10-28 Thread FredrikJ
We have been load testing our system lately and we have been noticing many threads waiting to lock the readOwnerList in the LockMap class. The readOwnerList_ is a CopyOnWriteArraySet and (as the sourcecode comment above clearly states) is not the most effecient implementation to use here. So I

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0 and hibernate search

2007-10-28 Thread slavosk
Now it works. The problem was I used bad @Indexed annotation (from lucene, not from hibernate) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099668#4099668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099668 __

[jboss-user] [JBoss Seam] - [newbie] strategy and implementation of nested java.util.Set

2007-10-28 Thread bolke
Hello, Before I start out with my question I would like to tell you upfront that I am quite new to Seam/EJB3/JSF, I am certain that parts of my question will be a little offtopic with regards to the forum topic. However I did actually search the net and did not really find a solution: most of t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Drools Configuration -No Eclipse?

2007-10-28 Thread arunkrishnank
Did u mean to use Drools in JBoss without extensions of eclipse compiler? Arun Krishnan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099670#4099670 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099670

[jboss-user] [JBoss Seam] - Re: [newbie] strategy and implementation of nested java.util

2007-10-28 Thread [EMAIL PROTECTED]
ui:repeat doesn't support sets. Try something like http://www.jroller.com/pmuir/entry/using_sets_in_jsf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099671#4099671 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40996

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-10-28 Thread nickarls
Yep. Query hints for enabling a 10 minute cache worked out fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099672#4099672 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099672 __

[jboss-user] [JBossWS] - Re: Necessary artifacts/descriptors for JAX-WS web service

2007-10-28 Thread kyriakost
Hi all, I am coming back to this topic because it seems that I have the same problem and I cannot overpass it. I have successfully deployed a POJO. Very easy. I am now trying to deploy a WebServiceProvider but I am getting : Cannot obtain wsdl location This is my web.xml : | | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 5.0.0 beta 2 and virtual hosts

2007-10-28 Thread worldofnic
OK - I've tried 4.2.1 GA and that works fine. So, I'll skip 5.0.0 until it's released and there's a bit more documentation/community knowledge floating about. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099676#4099676 Reply to the post : http://www.jboss

[jboss-user] [JBoss Portal] - Re: Feedback wanted. Would you choose JB Portal again?

2007-10-28 Thread [EMAIL PROTECTED]
I really hope we can get portletswap to a *2 ways* interaction website for portlets. Everything i read in this topic are very valid :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099678#4099678 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: FlushModeType not working in Seam 1.2.1 GA?

2007-10-28 Thread kotlusa
If I could attach the code I would but since I see no way, here's some more inline code. I modified the booking application and deployed it on both 4.2.1GA and 4.2.2GA, both of which appear to have the same FlushMode issue. In addition to my changes to get it working with JSF 1.2 RI I did t

[jboss-user] [JBoss Seam] - Re: FlushModeType not working in Seam 1.2.1 GA?

2007-10-28 Thread nickarls
The documentation for @Begin says "Specifies that a long-running conversation begins when this method returns a non-null outcome without exception" so I've sometimes wondered about this void selectHotel(...). Or is this only applicable to methods returning String? View the original post : ht

[jboss-user] [JBoss Seam] - Re: FlushModeType not working in Seam 1.2.1 GA?

2007-10-28 Thread [EMAIL PROTECTED]
"nickarls" wrote : so I've sometimes wondered about this void selectHotel(...). Or is this only applicable to methods returning String? Only applicable to methods returning String, void allows the conversation to start, with no return value. View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Writing SeamTests with Seam 2.0.0. CR2 - What's Changed?

2007-10-28 Thread bsmithjj
Hello, I used to be able to boot JBoss embedded from Seam tests in my app in the 1.2.1 and earlier days (was it only 6 months ago?). Anyway, now when I run my tests, I am getting null-pointer exceptions from a class called SeamBaseTest. For example: | public class PersistenceUnitConfigura

[jboss-user] [JBoss Seam] - Re: Writing SeamTests with Seam 2.0.0. CR2 - What's Changed?

2007-10-28 Thread [EMAIL PROTECTED]
Brad, I dropped your class above into Seam's integration test suite and it passed with no exceptions thrown (this is head, but nothing much has changed since CR3). So, is that the whole test? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099683#4099683 Rep

[jboss-user] [JBoss Seam] - Re: Writing SeamTests with Seam 2.0.0. CR2 - What's Changed?

2007-10-28 Thread bsmithjj
Pete, Yes - the whole test. I'm mainly trying to recover the ability to bootstrap the JBoss embeddable from maven 2 in the test phase. Figuring that out the first time was horrible (more than a year ago). Is there an enumerated list of dependencies for writing Seam tests that use JPA + EJB3?

[jboss-user] [JBoss Seam] - Re: Writing SeamTests with Seam 2.0.0. CR2 - What's Changed?

2007-10-28 Thread [EMAIL PROTECTED]
No, no enumerated list :( But, if you are using maven, try, for your test environment only, depending on org.jboss.embedded jboss-embedded, org.jboss.seam jboss-seam and that *should* be enough to run just JPA + EJB3. But take a look at the jboss-seam pom to see what dependencies Seam itself ha

[jboss-user] [JBoss Seam] - Re: Writing SeamTests with Seam 2.0.0. CR2 - What's Changed?

2007-10-28 Thread bsmithjj
anonymous wrote : we need JBoss Tools to be able to work with a maven structure first. JBoss Tools? Try IDEA 7.0 - works seamlessly with Maven 2 poms ;-) - no need to wait. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099686#4099686 Reply to the post :

[jboss-user] [JBossWS] - Re: Errors in AS after updating JBossWS - plz help

2007-10-28 Thread [EMAIL PROTECTED]
Hi, which version of JBoss (4.2.0.GA, 4.2.1.GA, ... ?) and JBossESB are you using? Perhaps this might be related to this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=122212 that is going to be fixed soon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBossWS] - Re: Deployed service statistics

2007-10-28 Thread [EMAIL PROTECTED]
"abdujaparov" wrote : Hi Alesso,thanks, now it works! | Another question is it possible to get the statistics of each operation of each endpoint? | Thanks, bye bye. No, not right now. But, as I said, we are thinking of features like this in the productivity thread I mentioned above, feel fre

[jboss-user] [JBossWS] - Re: soap:address location not fully qualified (JSR-181)

2007-10-28 Thread raster69
Edit jbossws.sar/jbossws.beans/META-INF/jboss-beans.xml Here you will find information http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQURLRewriting Good luck ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099689#4099689 Reply to the post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: Nested ui:repeat fails

2007-10-28 Thread susnet
When I read the nabble forum for facelets there seems to still be bugs in this, but I didn't really get which version it concerns, only that there are open bugs. If the bug in ui:repeat is solved i want to use it but if it is not i have read in serveral places that you should use tomahawk datal

[jboss-user] [JBoss Seam] - Re: Nested ui:repeat fails

2007-10-28 Thread [EMAIL PROTECTED]
I suggest you use the latest version of facelets (in which this bug has been fixed. Facelets 1.1.14) and ui:repeat and not tomahawk at all. If you still see this problem with Facelets 1.1.14 then post on the facelets mailing list. View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: Nested ui:repeat fails

2007-10-28 Thread susnet
I found out the problem why it did not work using tomahawk dataList for me. The problem was that i use JBoss 4.2 in my new seam project and then you also have to include the commons-el.jar to your webapp lib. Here is a complete tutorial on how to use tomahawk dataList in a Seam project on JBoss

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

2007-10-28 Thread [EMAIL PROTECTED]
The GWT service is a Seam resource, so you only need to have the Seam resource servlet configured for GWT support to be available. There is only one endpoint in Seam, all GWT services talk to the same one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=409969

[jboss-user] [JBoss Seam] - Re: Function 's:hasRole' not found

2007-10-28 Thread callatis
I'm seeing the same problem, and I cannot upgrade to Seam 1.3.0 until RedHat Developer Studio accepts it. Could you please help me find a work-around? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099702#4099702 Reply to the post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: After adding SeamServletFilte, request.getInputStream()

2007-10-28 Thread chicochen
After adding SeamServletFilte, request.getInputStream() return null? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099705#4099705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099705 __

[jboss-user] [JBoss Seam] - After adding SeamServletFilte, request.getInputStream() retu

2007-10-28 Thread chicochen
| Seam Servlet Filter | | org.jboss.seam.servlet.SeamServletFilter | | | | Seam Servlet Filter | *.serv | | testServlet | | com.ea

[jboss-user] [JBoss Seam] - Re: svn co seam ?

2007-10-28 Thread thejavafreak
Is there any plan to migrate to SVN. I'd really like to support Seam project, but because of the company policy I can not connect to CVS at all. Cheers, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099707#4099707 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.2 & Seam shutdown exception

2007-10-28 Thread thejavafreak
Based on the log it is the problem with EJB3. AFAIK, JBoss 4.2.2 has a major restructuration on EJB3 which mostly is done by the Seam team. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099708#4099708 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: seam log.debug and log.trace

2007-10-28 Thread thejavafreak
You must set your logging level for the console to be DEBUG. The default for JBoss AS is setted to INFO. INFO is higher that DEBUG. So DEBUG levels won't be printed out. Go edit your $JBOSS_HOME/server/default/conf/jboss-log4j.xml Find the CONSOLE appender and set the threshold to DEBUG. But th

[jboss-user] [EJB 3.0] - Re: Extensions to EJB3: Message Driven POJOs

2007-10-28 Thread jkurtz_wa
A broken link exists to the testsuite on this page http://www.jboss.org/wiki/Wiki.jsp?page=MessageDrivenPOJOs Am trying to use a stateless bean to return the contents of a MDB, but am having problems with the callback. The @Consumer and Producer Manager look promising. I need something like th

[jboss-user] [JBoss Seam] - simple question - how to get handle to managed session bean?

2007-10-28 Thread X490812
I have a seam manaaged stateless session bean. It has a method that will call a method from a seam managed stateful session bean. I know the stateful session bean is in session context as I see it there in debug.seam. How can I get a handle to it from my stateless session bean method so that I c

[jboss-user] [JBoss Seam] - Re: Developing with Seam 2 and deploying on WebSphere

2007-10-28 Thread thejavafreak
Use JPA Hibernate and use Java Bean for the business logic component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099712#4099712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099712 _

[jboss-user] [JBoss Seam] - Re: Redirecting a domain in Jboss

2007-10-28 Thread thejavafreak
You should ask this in the JBoss AS form as this is has nothing to do with Seam. Cheers, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099713#4099713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099713 ___

[jboss-user] [JBoss Seam] - Re: Error TestNG in seam application

2007-10-28 Thread thejavafreak
You must create a test suite in your *Test.xml Go read the testng doc here: http://testng.org/doc/documentation-main.html One example is as such: | http://testng.org/testng-1.0.dtd"; > | | | | | | | | | View the original post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: selectItems - Is it possible?

2007-10-28 Thread Kragoth
Ok, I've tried using IGx89's converter but moving the store outside of the converter. And it *almost* works! I'm running into a small problem though. My code is as follows: ObjectConverter.java | package gekko.web.converter; | | import static org.jboss.seam.ScopeType.CONVERSATION; | i

[jboss-user] [JBoss Seam] - Re: After adding SeamServletFilte, request.getInputStream()

2007-10-28 Thread chicochen
up View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099718#4099718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099718 ___ jboss-user mailing list jboss-user@lists.jboss.org h

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException on PortableRemoteObject.narrow(object

2007-10-28 Thread lavkul
When I create local ejb, then I am able to execute ejb from web application. But When I create a remote ejb I face this problem. I have seen the display class info method, it does not return any thing. I guess this method needs class name as i/p. I am new JBoss also, so may be I am not aware

[jboss-user] [JBoss Seam] - Re: simple question - how to get handle to managed session b

2007-10-28 Thread matt.drees
is your SearchPanel component named "sp"? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099720#4099720 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099720 ___ jboss-user ma

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Get the path of JBoss server by API !

2007-10-28 Thread catania
Hi all ! To get the path of Java home. I write: String path = System.getProperty("java.home"); And to get the path of Jboss server, I try: String path = System.getProperty("jboss.home"); But the result is Null. How I can get the path of JBoss home by Java API ? Please guide to me. Th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Get the path of JBoss server by API !

2007-10-28 Thread jaikiran
Use, System.getProperty("jboss.home.dir"); For all other available properties, have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProperties View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099722#4099722 Reply to the post : http://www.jboss.com/i

[jboss-user] [EJB 3.0] - Re: Extensions to EJB3: Message Driven POJOs

2007-10-28 Thread ALRubinger
Thanks for pointing out the broken link in the Wiki, I've updated it: http://anonsvn.jboss.org/repos/jbossas/trunk/ejb3/src/test/org/jboss/ejb3/test/consumer/unit/ConsumerUnitTestCase.java Not sure what you mean by "return the contents of an MDB", or your intent...elaborate? S, ALR View the or

[jboss-user] [EJB/JBoss] - returned failure for com.arjuna.ats.internal.jta.resources.a

2007-10-28 Thread ambika
Hi , I am running the Specj benchmark tool with following configuration details. Jboss 4.2.0. GA MySQL 3.0.36 HPUX 11.23 IA I am getting lots of WARNing messages, as shown below? Did anybody else also got this kind of errors? 15:48:20,648 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinat

[jboss-user] [JBoss Seam] - Re: After adding SeamServletFilte, request.getInputStream()

2007-10-28 Thread dustismo
Not even close.. I think you want: | | (in components.xml) -Dustin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099726#4099726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099726 ___

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

2007-10-28 Thread kamleshkr
Hi, I have tried a lot to download the source file using cvsgrab as per the instructions given above, and also i tried to use wincvs for that, but i am unable to download the source code of jbpm-console application. can anyone help me out as i am in urgent need of the source code. Can anyone mai

[jboss-user] [JBossWS] - Exception when deploying a web service on jboss 4.2.1.GA

2007-10-28 Thread SameerGijare
Hi I have a web service with wsdl ready from weblogic.I am porting it to Jboss 4.2.1.GA.It uses jbossws1.2.1.GA I am also using JAXB 2.1.5 to genarate schema.jar, from XSD using xjc command and then compiling the classes and putting them in schema.jar.But when I deploy the bundled web ap

[jboss-user] [JBoss Seam] - Re: seam log.debug and log.trace

2007-10-28 Thread terryb
thanks. I was using log.debug in try catch block to expecting it print exception stack trace. I guess I will need to specifically print stack trace in catch block when needed and keep AS logging to info. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099730#4

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

2007-10-28 Thread dleerob
Post exactly what/where the problem is, then hopefully someone can help you out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099733#4099733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099733 __

[jboss-user] [JBoss jBPM] - Re: How to save values to a node?

2007-10-28 Thread dleerob
The workaround I used to "save variables to a node", was to use a task node instead, add a task to the node, then add a timer with 0 second due date to the task which had an action that started the the task automatically, added the variables I needed to it, then ended the task. There may be mor

[jboss-user] [JBoss Seam] - More About SEO

2007-10-28 Thread emiperez
Hi, I'm trying to develop a multilingual Blog (Mainly to Learn more About JSF and Seam... and about English Language as well :P). I've created a new Project using seam-gen and I've found the following problems about SEO: 1.- When you type http://localhost:8080/myapp it redirects to http://loca

[jboss-user] [JBossWS] - Re: Deployed service statistics

2007-10-28 Thread abdujaparov
Thanks Alessio, the last question how can I get the statistics of each operation of the web service? Thanks, bye bye. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099738#4099738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - session refresh

2007-10-28 Thread panky_p
Hi, I am trying to add a page in my demo application for that my bean contains | @Entity | @Scope(SESSION) | @Name("myPage") | @Table(name="my_page") | public class MyPage implements Serializable { | | @Id @GeneratedValue | @Column(name="page_id") | private Integer pageId;

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Problems with installation and deployment of jboss aop

2007-10-28 Thread abdujaparov
Hi I'm been trying for a week to run a web service with jboss aop on jboss, but I've a lot of problem. 1)I've followed the installation guide of jboss 1.5.6 on jboss4.2.1 for jdk5.0. I've copied the directory "C:\jboss-aop_1.5.6.GA\jboss-40-install\jboss-aop-jdk50.deployer" in the directory "C

[jboss-user] [JBoss Seam] - Re: tasks and pageflow

2007-10-28 Thread Merziger
I am actually using the business process. Otherwise it would be hard to transport the productId from one user to the user. The problem is how to combine tasks, workflow definitions and business process variables. I experimented a bit further and found out, that the actions defined in my workflo