[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-20 Thread [EMAIL PROTECTED]
My impression is he might be using the alpha release instead of the beta1. I'm not sure if I remember it 100%, but the alpha release may or may not include a similar preference page under Window - Preferences - Servers - JBoss Servers. Again, not sure here. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam magic on non-seam-components?

2006-09-20 Thread Eekboom
Oops, I can answer my own question :-( A look into the SeamInterceptor source shows that it explicitly ignores everything that isn't a seam component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972965#3972965 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - IllegalStateException after idle

2006-09-20 Thread jamesclinton
Hi Currently we have a spring app deployed in jboss 4.0.2 (backend hibernate/oracle). All is well until the system is left idle for sometime, after which requesting a page doesn't work and the following exception is thrown in the log. | 00:01:43,359 WARN [IdleRemover] run: IdleRemover

[jboss-user] [JBoss Eclipse IDE (users)] - javax.persistence.GeneratorType cannot be resolved

2006-09-20 Thread ataud
I install JBossIDE-1.6.0.GA-Bundle-win32 and jboss-4.0.4.GA I create a new EJB3 project I create the folowing EntityBean : -- import java.io.Serializable; import java.util.Collection; import

[jboss-user] [JBossWS] - Problem with Web Service compliant WS-I Basic Profile 1.1 an

2006-09-20 Thread alcatelSR
Hi there, I'm writing the WSDL of a web service which implements the WS-Eventing feature. Furthermore I want my web service to be compliant with the WS-I Basic Profile 1.1. In my WSDL, I wrote this: ... | wsdl:portType name=phonebookNotifierPortType wse:EventSource=true |

[jboss-user] [JBossWS] - Re: Are Axis client calls to JBossWS @WebService services su

2006-09-20 Thread c_eric_ray
I have the same problem. Any resolution? I've googled the heck out of this and no luck finding a resolution. I'm stumped. WebService... | @WebService(targetNamespace=http://distributedcapture.vicor.com/ws/rids;) | @SOAPBinding(style=SOAPBinding.Style.RPC) | public class ListDates { |

[jboss-user] [JBoss Getting Started Documentation] - Re: Does anyone go through the Duke's Bank example in the Ge

2006-09-20 Thread dandanch
hello, thanks for replying I followed the instructions in the Guide exactly But seems the AccountControl EJB is missing when I deploy the application I cannot retrieve the transactions when I click into an account. Any hints to solve are appreciated! Thanks! View the original post :

[jboss-user] [EJB/JBoss] - how can i store config file

2006-09-20 Thread kiran25
Hi, I need to read config file during ejb creation time and store it in memory. This ejb is simple stateless session bean. How can I achive it. I mean, I dont want read the config file for every request. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam magic on non-seam-components?

2006-09-20 Thread [EMAIL PROTECTED]
No it does not work, partly because Seam caches all that metadata in the Component object at startup time. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972976#3972976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3972976

[jboss-user] [JBoss Eclipse IDE (users)] - Re: problem with JBoss IDE 1.6.0.GA

2006-09-20 Thread bendanan
I have the same configuration : JBoss IDE 1.6.0 and Eclipse 3.2. I did'nt know that there was an incompatibility. I am new in JBOSS, my problem was to run the JBoss Eclipse IDE Tutorial, and I am facing a problem with the xdoclet configuration wizard in the project property which just display a

[jboss-user] [EJB 3.0] - Re: Very Silly But Valid Question : Annotation Compiler err

2006-09-20 Thread PeterJ
Also, are you using a 5.0 JDK? Annotations won't work with 1.4.2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972981#3972981 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3972981

[jboss-user] [EJB 3.0] - Re: RC9: @EJB Injection not working?

2006-09-20 Thread ALRubinger
Gotta be javax.ejb.EJB, not javax.annotation.EJB now. Updated the Migration Wiki at http://wiki.jboss.org/wiki/Wiki.jsp?page=FromRC8RC9 to include this note. S, ALR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972985#3972985 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Problem with the portal display

2006-09-20 Thread PeterJ
How did you install the portal? The Quick Start Guide contains an installation section that uses the portalappserver bundle. The Reference Guide contains a section on three installation variations - bundle, binary and source. My guess would be that somehow CMS did not get installed, but I

[jboss-user] [JBoss jBPM] - Re: Database description

2006-09-20 Thread mduarte
Maybe I am a stupid one because a could not find. In the topic just have the description for the tables not for the column. For example what the column CLASS_ in table JBPM_ID_GROUP means. Understood? View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Error deploying JSP in a WAR file

2006-09-20 Thread PeterJ
Do you have a package name for your classes? I recall a problem from a while back where the classloader had problems loading packageless classes. Placing the classes in a packaged helped. In other words, it could not find Hello, but could find peter.Hello. View the original post :

[jboss-user] [EJB 3.0] - Re: EJB3 and webservices / problems

2006-09-20 Thread kenny.stainback
Having the same issue deploying a POJO endpoint following chapter 4 of the jbossws user guide. My (condensed) web.xml looks like so: ?xml version=1.0 encoding=UTF-8? web-app version=2.4 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[jboss-user] [JBoss Getting Started Documentation] - Re: Does anyone go through the Duke's Bank example in the Ge

2006-09-20 Thread dandanch
FYI, the error message from the jboss console is as follows: 2006-09-20 10:55:10,875 DEBUG [org.jboss.security.auth.spi.UsersRolesLoginModule] Loaded properties, users=[200] 2006-09-20 10:55:10,891 DEBUG [org.jboss.security.auth.spi.UsersRolesLoginModule] Loaded properties, users=[200]

[jboss-user] [JBoss Eclipse IDE (users)] - Re: problem with JBoss IDE 1.6.0.GA

2006-09-20 Thread bendanan
OK, this problem is already in the following topic: http://www.jboss.com/index.html?module=bbop=viewtopict=88947 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972995#3972995 Reply to the post :

[jboss-user] [Beginners Corner] - Re: exception=java.io.OptionalDataException when running the

2006-09-20 Thread rcjboss
You can completely avoid this problem by changing the port number for the UDP multicast in the cluster-service.xml and tc5-cluster.sar/META-INF/jboss-service.xml (the latter is important). This would be better as your server or servers (change them all if you have a cluster) would be listening

[jboss-user] [JBoss Portal] - Full Text Search Within JBoss Portal

2006-09-20 Thread r_mun
Hello, I'm new to JBoss portall, and portal application architecture. However we are now working over the project, requiring such kind of architecture. Our portal would require full-text search over different kinds of resources (our database, HTML, PDF, etc). I performed some

[jboss-user] [JBoss Portal] - Topic Watch error on Forum Portlet - Jboss portal 2.4 GA

2006-09-20 Thread mmontoni
Hi, I am using Forum Portlet for JBoss Portal 2.4 GA. I was able to build it but now, while using I am having 2 issues. Issue #1: I created a category-forum. When I click on new topic and enter my topic info and press submit. Issue #2: I go to the option Watched Forum and select a forum and

[jboss-user] [JBoss AOP] - Using JBoss AOP with webstart

2006-09-20 Thread UlrichBoss
Hello has anyone been able to use jboss aop with webstart ? When setting the property jboss.aop.class.path in the jnlp file nothing seems to be able find the class path. Running the same code outside webstart works fine, the aspects are all correctly weaved, its just the setting of

[jboss-user] [JBoss Portal] - Alfresco Portlet.

2006-09-20 Thread mmontoni
Hi, I saw on the Portlet Swap that there is a portlet that integrates Alfresco with the JBoss Portal. It seems to be that there is no link available to download that portlet. Does anyone know where I can find that portlet? Thank you so much, Mariella. View the original post :

[jboss-user] [Beginners Corner] - Re: Deploy an application in a diferent port

2006-09-20 Thread feurien
Ok!! Thanks a lot!! I asked just in case there was other solution! regards! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973004#3973004 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973004

[jboss-user] [JBoss Seam] - Could not find Stateful bean

2006-09-20 Thread carojas
Hi, I get this exception | 17:28:57,272 ERROR [SeamExceptionFilter] uncaught exception handled by Seam | javax.servlet.ServletException: Error calling action method of component with id buscarBeneficiario:_id37 | at javax.faces.webapp.FacesServlet.service (FacesServlet.java:121)

[jboss-user] [Beginners Corner] - Scoped class loader in JMX console

2006-09-20 Thread mabc101
Hi: I am using scoped class loaders but have not been able to figure out how to view the scoped classes in the JBoss's JMX Console. Can you point me to the right service that will do that ? Thanks. View the original post :

[jboss-user] [JBoss Portal] - Re: Full Text Search Within JBoss Portal

2006-09-20 Thread unibrew
Hello This topic should partially answer your questions: http://www.jboss.com/index.html?module=bbop=viewtopict=86785 Regards - Ryszard Kozmik JBoss Forums JBoss Labs Team View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973007#3973007

[jboss-user] [JBoss Portal] - Re: Topic Watch error on Forum Portlet - Jboss portal 2.4 GA

2006-09-20 Thread unibrew
Hi Mariella What database and AS are you using? Regards - Ryszard Kozmik JBoss Forums JBoss Labs Team View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973008#3973008 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-20 Thread texan
Probably want to include the target bean java code plus the portion of your page where you reference the action. Also, check your logs for a reference to your target bean. I assume other parts of your application are working with Seam? View the original post :

[jboss-user] [JBoss Portal] - Re: Topic Watch error on Forum Portlet - Jboss portal 2.4 GA

2006-09-20 Thread mmontoni
Hi, I am using MySQL 5 for db and JBoss AS 4.0.4 for App Server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973013#3973013 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973013

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging locked up

2006-09-20 Thread anshah1
Nope not really, I;ve been running it with Java 1.5 all this while.. Anuj View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973014#3973014 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973014

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Error deploying JSP in a WAR file

2006-09-20 Thread xinwan2000
Thanks Peter. My class in the simplest, no package at all. Does anyone know if war file deployment is fully supported by JBoss 4? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973015#3973015 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-20 Thread carojas
my application works with Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973016#3973016 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973016 ___ jboss-user mailing list

[jboss-user] [JBoss Getting Started Documentation] - More info about the error message I got when I go to the ban

2006-09-20 Thread dandanch
11:55:22,765 ERROR [STDERR] Debug: Creating bean manager. 11:55:22,890 ERROR [STDERR] Debug: CustomerControllerBean ejbCreate 11:55:22,921 ERROR [STDERR] Debug: AccountControllerBean ejbCreate 11:55:22,952 ERROR [STDERR] Debug: TxControllerBean ejbCreate 11:55:22,999 ERROR [STDERR] Debug: /main

[jboss-user] [JBoss Eclipse IDE (users)] - web.xml generation with XDoclet / JBoss Eclipse IDE Tutorial

2006-09-20 Thread engela
web.xml and jboss.xml don't get generated: I followed steps in the JBoss Eclipse IDE Tutorial. (I skipped the EJB part as I am not interested in them for the time being.). As described in chapter 7 I enabled the Xdoclet configuration and did add a web doclet configuration but the neither the

[jboss-user] [JBoss Getting Started Documentation] - Re: New Getting Started Guide posted for 4.0.4

2006-09-20 Thread dandanch
hi, I got stuck with the Dukes Bank example By getting the following error messages when going to http://localhost:8080/bank/main Also you can refer to my post as http://www.jboss.com/index.html?module=bbop=viewtopicp=3973017#3973017 Thanks a lot for helping me out! 11:55:22,765 ERROR

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging locked up

2006-09-20 Thread timfox
This is nothing to do with JBoss Messaging. This is a JVM error, you are attempting to run classes compiled using JDK1.5 inside a version 1.4 JVM. The JVM won't allow you to do that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973021#3973021 Reply to the

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-20 Thread texan
sounds good - we still need to see the code View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973022#3973022 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973022 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging locked up

2006-09-20 Thread timfox
Actually this is happening at the compile stage, but the principle is the same. Solution: Use JDK1.5 compiler, OR use JDK1.4 compiler and remove the JDK 1.5 rt.jar from your classpath. Also, next time you get an error you don't understand, try googling for it first. :) In this case you would

[jboss-user] [JBoss Portal] - Re: Topic Watch error on Forum Portlet - Jboss portal 2.4 GA

2006-09-20 Thread mmontoni
Hi, i suspect I am having a db issue reagarding my tables. I saw on google that someone had a problem with a missing setup.dll file for the forums...I don't have that file either form the download I did yesterday from svn. My point is, the setup.sql only brings some dummy data to insert in 3

[jboss-user] [JBoss Messaging] - Re: Remote JMS server

2006-09-20 Thread [EMAIL PROTECTED]
For 4.0.3SP1, additional libraries are needed to be included with the EAR. I've updated http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessagingUser_Deploying_a_scoped_MDB_container to reflect this. I have tested the procedure with 4.0.3SP1 and it works. When you repeat the attempt, make

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-20 Thread carojas
ok, but what part of code??? I have editors, selectors, finders, JSPs, a facade ... Can you help me with the exception? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973028#3973028 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Exception Interception

2006-09-20 Thread ingoott
Hi @All, i want to intecept unhandled exceptions in my webapplication that consists out of jsps and beans and send myself the exception plus the full stacktrace including the causes via mail. if take a look in my log4j logfile i see error messages that are containing the full stacktrace

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Error deploying JSP in a WAR file

2006-09-20 Thread PeterJ
As far as I know, this problem with 'packageless classes' is the only issue with war file deployment in JBoss. But then, you should not be using packageless classes anyway. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973032#3973032 Reply to the post :

[jboss-user] [Clustering/JBoss] - Some Issues with clustering on JBoss 4.0.4 and EJB stub cach

2006-09-20 Thread ablevine1
I am currently usign the JBoss4.0.4 and the EJB3 release that is included with it. I have been using this http://docs.jboss.org/jbossas/jboss4guide/r4/html/cluster.chapt.html as my basis for understanding how jboss clustering works, but I think my understanding of it may be wrong. I am

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Question regarding context and mod_proxy

2006-09-20 Thread vannguyen0
I have two instances on JBoss (one instance for development test and the other one for QA). They both contain the same war files... so they both have the same applications with the same context root. They are running on different jk2 ports. In my httpd.conf, I have this: ProxyPass /app1

[jboss-user] [JBoss Seam] - Re: JSF 1.2 RI escaping problems with inputText

2006-09-20 Thread chuckadams
Having tested this with several configurations on both jboss and glassfish, I'm reasonably sure this is either a 1.2RI bug or a facelets bug. Since it doesn't appear in JSP pages, and given the problems facelets has had with HTML entities before, I'm inclined to blame facelets. I guess I'll

[jboss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-09-20 Thread laszlo.fogas
Hi, Could you take a look at this: http://www.jboss.com/index.html?module=bbop=viewtopict=90076 It' s related to jboss cache too, i think. Thanks, Lazlo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973036#3973036 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Topic Watch error on Forum Portlet - Jboss portal 2.4 GA

2006-09-20 Thread PeterJ
I don't think that the the missing setup.sql file is a problem. I am running JBoss AS 4.0.4GA, Portal 2.4+ (from SVN on Sept18) and MySQL 5.0 and tried the steps you outlined and they worked fine (no error). Since the forums use Hibernate, it is no longer necessary to pre-load the database

[jboss-user] [Installation, Configuration Deployment] - multiple wars dont load

2006-09-20 Thread gforam
I have 2 ear files each containing a war file. the war use webwork so there is a configuration file xwork.xml each war has a diff context root. now when i try to access one war file, all its screens load fine. however, when i try to access the other war file, the config file x.work.xml does

[jboss-user] [JBoss Portal] - Re: Topic Watch error on Forum Portlet - Jboss portal 2.4 GA

2006-09-20 Thread mmontoni
Hello Peter, Yes, I am aware of that MySQL 5 issue. I already fixed that. HummmI can try to delete the tables I created on the database and do another build and see if Hibernate then creates the tables for me... I found a setup.dll and created the tables. Then my error changes to this

[jboss-user] [JNDI/Naming/Network] - The CMP development Problem!!!

2006-09-20 Thread chengshan
When I develop a CMP ,I meet a problem,My env is : 1.dev env:Jbuilder; 2.run env:jboss 4.0,jdk1.5 3.I develop it ,when I deloply success,run my test client,the console information looks like: java.security.AccessControlException: access denied (java.net.SocketPermission 230.0.0.4

[jboss-user] [EJB/JBoss] - The CMP development Problem!!!

2006-09-20 Thread chengshan
When I develop a CMP ,I meet a problem,My env is : 1.dev env:Jbuilder; 2.run env:jboss 4.0,jdk1.5 3.I develop it ,when I deloply success,run my test client,the console information looks like: java.security.AccessControlException: access denied (java.net.SocketPermission 230.0.0.4

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - The CMP development Problem!!!

2006-09-20 Thread chengshan
When I develop a CMP ,I meet a problem,My env is : 1.dev env:Jbuilder; 2.run env:jboss 4.0,jdk1.5 3.I develop it ,when I deloply success,run my test client,the console information looks like: java.security.AccessControlException: access denied (java.net.SocketPermission 230.0.0.4

[jboss-user] [JBoss Portal] - Re: Topic Watch error on Forum Portlet - Jboss portal 2.4 GA

2006-09-20 Thread mmontoni
Hi Peter, you were right. I deleted all the forum tables, then I re started JB As and it did created the tables fine and now eveything seems to be working. Thanks for the tip! -- Mariella. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973044#3973044 Reply

[jboss-user] [Performance Tuning] - JBoss always at 100% CPU but not doing anything!

2006-09-20 Thread [EMAIL PROTECTED]
Hi All, I am having a horrible problem with my JBoss deployment. I am using Jboss-4.0.4CR2 with JAVA_OPTS=-server -Xmx2256m -Xms2256m -Djava.awt.headless=true, the JDK is BEA JRockit 1.5.0_07. The application is a EJB 3.0 application, with lots of servlets, and JSF stuff on the client side.

[jboss-user] [Performance Tuning] - Re: JBoss always at 100% CPU but not doing anything!

2006-09-20 Thread PeterJ
When the processor hits 100%, take a thread dump (actually, take several) and see which thread(s) are running. That should narrow down the list of culprits. Thread dump info: http://www.jboss.org/wiki/Wiki.jsp?page=StackTrace View the original post :

[jboss-user] [JBoss Portal] - Re: Tabs don't show up on the new page in default portal

2006-09-20 Thread halversp
Having to explicitly add common instances like the nav, user, etc. to every page definition (with all the right renderset options, security, etc.) gets really tiresome after a while, particularly in our design where we have several such common elements on a couple dozen pages. Any thought, in

[jboss-user] [JBossWS] - Consuming .net Web Service using JBOSSWS

2006-09-20 Thread vimalm
Hi I am trying to consume a .net webservice (document/literal) inside one of my EJB's or a stand alone client starting from a WSDL URL in the form http://someurl/someservice.asmx The steps I took is to create the supporting classes using WSTOOLS with following configuration and then invoking

[jboss-user] [JBoss Portal] - Nodes vs. PortalObjects?

2006-09-20 Thread halversp
I'm trying to write a custom navigation portlet, using the core NavigationPortlet as a model to access the appropriate JBP apis, but keeping track of when I need a node vs. when I need the corresponding PortalObject instance is driving me nuts. The PortalObject model (pages,portals,windows)

[jboss-user] [JBoss Seam] - Re: I have some problems with an exeption, I need help!!!!

2006-09-20 Thread nicola9000
JSF are perhaps a bit bugged in id generations when many libreries are incvolved. 1. Watch your H:FORM tags and if it is possible use only 1 H:FORM in your page 2. Watch your include pages 3. if you are becoming crazy give an explicit ID to ALL tag in your page 4. pray :-) nicola View the

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-20 Thread texan
Maybe some other folks are familiar with this sort of exception, , but it doesn't mean anything to me except that it appears that you invoked some action and JSF couldn't find the EJB session where the action was implemented. I was hoping to see the JSP code including the reference to the

[jboss-user] [JBoss Seam] - GWT Seam

2006-09-20 Thread robinemig
Anyone have a design for how to integrate google Web Tookit, GWT with Seam? The idea would be basically replace some of the web template pages with a fuller featured, more responsive, ajax page and still maintain access to all the context data. I'm currently thinking of using the

[jboss-user] [JBoss Portal] - Re: I can't see the tabs in my new portal.

2006-09-20 Thread mmontoni
Hi Roy, what do you mean by checked out in to truck? --Mariella. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973067#3973067 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973067

[jboss-user] [Performance Tuning] - Re: JBoss always at 100% CPU but not doing anything!

2006-09-20 Thread [EMAIL PROTECTED]
Hi Joachim, Actually, I don't have the caching service active. (I don't have a ejb3-caching-service.xml (or whatever it is)) in my deploy directory. I am willing to buy that GC might be slamming the CPU, but the used ram is always around 500MB, and I've allocated 2.25 GB of ram. Is there

[jboss-user] [EJB 3.0] - Re: RC9 is out

2006-09-20 Thread Wolfgang Knauf
Some changes from 4.0.4 with installer for RC8 to 4.0.5CR1/RC9 that I noticed (I hope someone can comment on them): Libraries: \client\jboss-ejb3-client.jar was before split to jboss-ejb3-client.jar and jboss-ejb3x.jar \client\jboss-aop-jdk50-client.jar and \client\jboss-aspect-jdk50-client.jar

[jboss-user] [Performance Tuning] - Re: JBoss always at 100% CPU but not doing anything!

2006-09-20 Thread [EMAIL PROTECTED]
Hi Peter, I'm trying to get that thread dump now, actually. I've changed the line in my run.sh to read: -Djava.endorsed.dirs=$JBOSS_ENDORSED_DIRS \ -classpath $JBOSS_CLASSPATH \ org.jboss.Main $@ /tmp/jboss.trace All of the chatter is going to this file, however, when I do a kill

[jboss-user] [Performance Tuning] - Re: JBoss always at 100% CPU but not doing anything!

2006-09-20 Thread otaylor
The method using JMX linked to at the top of the page is likely easier; note the note further down the page of doing the dump via twiddle.sh from the command line. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973071#3973071 Reply to the post :

[jboss-user] [Performance Tuning] - Re: JBoss always at 100% CPU but not doing anything!

2006-09-20 Thread PeterJ
Taking a thread dump is a function of the JVM, not of JBoss. Perhaps JRockit is placing the threadump somewhere else, like the IBM JVM does. You would have the check the JRockit documentation for details. Or it might not even support a thread dump, in which case I suggest trying the Sun JVM

[jboss-user] [Performance Tuning] - Re: JBoss always at 100% CPU but not doing anything!

2006-09-20 Thread Scott.Marlow.Novell
Try redirecting standard error to the file as well: -Djava.endorsed.dirs=$JBOSS_ENDORSED_DIRS \ -classpath $JBOSS_CLASSPATH \ org.jboss.Main $@ /tmp/jboss.trace 21 And check that you are sending kill -3 to the correct java process. View the original post :

[jboss-user] [JBoss Seam] - Problem injecting the value of a context component expressio

2006-09-20 Thread zzzz8
I'm having problems injecting the value of an EL expression, in this case with a session context component. For example, I'd like to inject the following: @In(#{sessionContext.testString1}) | String string1; | | @In(#{sessionContext.testInteger1}) | Integer integer1; Unfortunately,

[jboss-user] [JBoss Messaging] - Re: Problem with callbackURI (Repost)

2006-09-20 Thread [EMAIL PROTECTED]
I'm updating the documentation.. But I just wonder why you didn't just use ./run.sh -b YourIP? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973077#3973077 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973077

[jboss-user] [JBoss Seam] - Re: Problem injecting the value of a context component expre

2006-09-20 Thread [EMAIL PROTECTED]
sessionContext does not implement Map. But you can just use: @In(#{testString1}) | String string1; | | @In(#{testInteger1}) | Integer integer1; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973078#3973078 Reply to the post :

[jboss-user] [EJB 3.0] - Re: How to cause related entities to update when base entity

2006-09-20 Thread epbernard
do a query that load the associated object and remove them View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973076#3973076 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973076 ___

[jboss-user] [JBoss Messaging] - Re: Problem with callbackURI

2006-09-20 Thread [EMAIL PROTECTED]
I'm updating the documentation.. But I just wonder why you didn't just use ./run.sh -b ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973077#3973077 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973077

[jboss-user] [EJB 3.0] - ClassCastException on Stateless Remote Bean

2006-09-20 Thread holmes.j
Howdy, Just started with the new EJB 3 stuff, so I'm guessing I've done something wrong. I just can't see what it is. I'm getting ClassCastExceptions when trying to get the a Remote Session Bean in a JNDI lookup. It's failing on the cast to the GeoFeatureManager. try { |

[jboss-user] [JBoss Portal] - NEW: Forums Portlet Forums!

2006-09-20 Thread [EMAIL PROTECTED]
Questions/Comments about the forums portlet, belong here: http://jboss.org/index.html?module=bbop=viewforumf=242 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973080#3973080 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - jsp exception shuts down jboss

2006-09-20 Thread kistler59
Yup, just like the subject said. Here's what I was trying to do and what happened. I'm using jboss-4.0.3SP1 I need to configure a security domain to authenticate using a mysql database - this is another beast by itself that I am having some trouble with. So first I want to make sure I have

[jboss-user] [EJB 3.0] - Re: EJb 3.0 primary key loose ?

2006-09-20 Thread epbernard
save method impl? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973083#3973083 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973083 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Problem with callbackURI

2006-09-20 Thread CoyoteSqrl
Ah. Like I said, I thought I might have just missed it. Clearly, that would be a preferable solution. Thanks for pointing out to me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973084#3973084 Reply to the post :

[jboss-user] [EJB 3.0] - Re: ejb entity beans need implements

2006-09-20 Thread epbernard
context? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973085#3973085 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973085 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Performance Tuning] - Re: JBoss always at 100% CPU but not doing anything!

2006-09-20 Thread [EMAIL PROTECTED]
Hi Scott, Peter, and Taylor, I switched back to the Sun JVM and redirected stderr, and it works now. Now for the fun part: waiting for everything to blow up. I'll post more details as they come. thanks so much, JLS View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: jsp exception shuts down jboss

2006-09-20 Thread PeterJ
The mysql jdbc jar file goes in jboss_home/server/default/lib. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973087#3973087 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973087

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: jsp exception shuts down jboss

2006-09-20 Thread kistler59
hrm.. ok, thanks peter - thas where I put it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973088#3973088 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973088 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: I can't see the tabs in my new portal.

2006-09-20 Thread [EMAIL PROTECTED]
mmontoni wrote : what do you mean by checked out in to truck? checked in to trunk... as in committed to the subversion trunk. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973090#3973090 Reply to the post :

[jboss-user] [EJB 3.0] - Re: RC9: @EJB Injection not working?

2006-09-20 Thread holmes.j
Do you know if you can use injection in an older EJB2.1 bean? I can't inject an EJB3 session bean into my EJB2.1 session bean. Haven't tried the other way yet. It'd be really nice if it works. -Jason View the original post :

[jboss-user] [JBoss Messaging] - Messaging client can't create connection

2006-09-20 Thread anshah1
I have a simple client.. here's the crux of it.. public void initialize() throws Exception { | // lookup the queue and topic objects | System.out.println(Starting init); | Destination queue = (Destination) mCtx.lookup(/queue/myQueue); |

[jboss-user] [JCA/JBoss] - Re: NameNotFoundException while looking up MySqlDs DataSourc

2006-09-20 Thread smix007
Hello, [EMAIL PROTECTED] wrote : Read the FAQ and stop wasting peoples time. I have the same problem, is what you can say to me of which FAQ it acts. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973099#3973099 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Group By Error

2006-09-20 Thread jgilbert
Thanks! I changed the having to a where and everything is good. | select p.agency.name, p.customer.name, sum(p.amount) | from Payment p | where p.date between :startDate and :endDate | group by p.agency.name, p.customer.name | View the original post :

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

2006-09-20 Thread portalgeek
LdapLoginModule is in java 6, which is still a beta-version. Correct me if i am wrong. But i guess there is some documentation @ sun's website.http://java.sun.com/products/jndi/tutorial/ldap/index.html tell how to integrate. I was thinking, UserPortlet provided in the JBoss source is the

[jboss-user] [JBoss Messaging] - Re: Problem with callbackURI

2006-09-20 Thread [EMAIL PROTECTED]
I'm adding this to the end of Chapter 6. If anyone wants to review it: 6.5. Configuring the remoting connector JBoss Messaging uses JBoss Remoting for all client to server communication. For full details of what JBoss Remoting is capable of and how it is configured please consult the JBoss

[jboss-user] [JBoss Seam] - Re: Seam magic on non-seam-components?

2006-09-20 Thread CptnKirk
You can also define components, including JavaBeans, in components.xml. If you define them here, you don't need the @Name annotation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973104#3973104 Reply to the post :

[jboss-user] [JBoss Seam] - Using Seam for porlet communication

2006-09-20 Thread [EMAIL PROTECTED]
Hello, I'd like to use Seam to help JSR-168 portlets to communicate between each others (e.g. portlet1.jsp, portlet2.jsp). My first very naive approach (using Statefull Session Beans) didn't seem to work. Maybe it didn't work because somebody (JSF,Seam?) sees the two portlets as two different

[jboss-user] [JBoss Messaging] - Re: Messaging client can't create connection

2006-09-20 Thread anshah1
here's my stack trace Full thread dump Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode): | | Timer-4 daemon prio=6 tid=0x28221018 nid=0x1030 in Object.wait() [0x29a7f000.. | 0x29a7fae8] | at java.lang.Object.wait(Native Method) | - waiting on 0x02fa31f8 (a

[jboss-user] [JBoss Messaging] - WAN Support

2006-09-20 Thread wernsman
Will JBoss messaging support WAN cluster support in 2.0? I see where LAN cluster support will be available but I don't see if WAN support is in plan for 2.0. Regards, Bob Wernsman View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973107#3973107 Reply to the

[jboss-user] [JBoss Seam] - Re: Using Seam for portlet communication

2006-09-20 Thread [EMAIL PROTECTED]
According to http://wiki.java.net/bin/view/Portlet/JSR168FAQ How do I achieve inter-portlet communication ? one can use the Application Scope for intra portlet communication. If in action2.java i change the scope to APPLICATION it works as expected. | @Stateful | @Name(action2) |

[jboss-user] [Management, JMX/JBoss] - How to remove a Timer using JMX Console

2006-09-20 Thread icordoba
Hi there, I have repeated timers for the same service due to a error in an application which code cannot be modified now. How can I remove duplicated timers from JMX Console? I don't know which parameters I must introduce in the removeTimerService() MBean Operation I can list them invoking

[jboss-user] [JBoss Seam] - Re: Using Seam for porlet communication

2006-09-20 Thread [EMAIL PROTECTED]
Hmm. In org.jboss.seam.portlet.PortletSessionImpl.java it says | public Object getAttribute(String key) |{ | return session.getAttribute(key); |} | | public void setAttribute(String key, Object value) |{ | session.setAttribute(key, value); |} |

[jboss-user] [Installation, Configuration Deployment] - Re: multiple wars dont load

2006-09-20 Thread gforam
i found out the problem. I had the webwork related jars in a shared/lib. so when i copied them over in each war, the screens come on fine for both the applications. Thanx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973113#3973113 Reply to the post :

[jboss-user] [JBossCache] - Re: TreeCache put causes

2006-09-20 Thread jyoonyang
Brian, Thanks. I got it to work. My UDP configs for cluster-service.xml and jboss-service.xml weren't conflicting. However, my TreeCache configuration was colliding with cluster-server.xml. Thank you. You also mentioned making the ParitionName different from ClusterName. Could you

<    1   2   3   >