[jboss-user] [Performance Tuning] - Re: JBoss 4.05 memory issue

2008-12-21 Thread bakry
hi peter thanks for the reply, I have looked at your presentation before (it was very helpfull)... here is what I got in the GC details during a load test on my server 23.382: [GC [PSYoungGen: 55462K->4583K(78848K)] 55462K->4583K(254976K), 0.0817857 secs] 23.464: [Full GC [PSYoungGen: 4583K-

[jboss-user] [JBossMQ] - Re: Maximum number of topics that jboss can support

2008-12-21 Thread desuraghu
Is there any limit ? Will Jboss support 100+ topics if the memroy is sufficient ? Regards, Raghu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197906#4197906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197906

[jboss-user] [JBoss Tools (users)] - ganymede and jboss tool 3 problem with seam projet

2008-12-21 Thread meissa
I'm trying to use Jboss tool 3 to create a seam (2.1) web project. While deploying an ear project, JBT ignores the essentials of an ear. the librairies that should be on the root of the ear are not copied. The META-INF folder is also not created. Can someone please explain me why the generated ear

[jboss-user] [JBoss Tools (users)] - Re: XSD validation in Eclipse

2008-12-21 Thread max.ander...@jboss.com
The last log seem to indicate some bug in p2 updatesite - it shouldn't throw an exception like this. About dropin then it should work and surprised it doesn't - report it in jira please. And finally missing the birt dependency should *not* result in code completion not working - sounds like so

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Optimistic Locking: newbie question

2008-12-21 Thread georgebdavis
After years of rolling my own ORM, I am loving Hibernate, CMP / CMT, etc: thanks for doing everything for me! My application consists mostly of MDBs which process chunks of work in parallel. Since some chunks overlap, I fully expect many to fail with a StaleObjectState exception. That's ok

[jboss-user] [JBoss Messaging] - Re: JMS ConnectionFactories

2008-12-21 Thread gaohoward
What version of JBM are you using? If you use JBM 1.4, please read the user guide on this topic. you can admin the object thru JBoss jmx console, for example: http://localhost:8080/jmx-console View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197895#4197895 R

[jboss-user] [JBoss jBPM] - JBPM 3.2.3 or 3.3 Data migration

2008-12-21 Thread bhagatkota
>From version 3.1.2 to 3.2.3/ 3.3 , some additional columns have been added to >few tables like ( VERSION_ and PRIORITY). Are there any data patch scripts to >set the values for these columns. I am getting hibernate errors after the >database schema upgrade. View the original post : http://ww

[jboss-user] [Performance Tuning] - Re: JBoss 4.05 memory issue

2008-12-21 Thread PeterJ
Please look at my presentation on Java heap tuning: http://www.cecmg.de/doc/tagung_2007/agenda07/24-mai/2b3-peter-johnson/index.html You need to use the command line options to gather garbage collection statistics and go from there. If it is true that your heap is filling up and major collecti

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deploy a simple war got the following error.

2008-12-21 Thread PeterJ
What JVM are you using? Early in the console log there will be lines such as this: 09:42:25,073 INFO [ServerInfo] Java version: 1.5.0_16,Sun Microsystems Inc. 09:42:25,074 INFO [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 1.5.0_16-b02,Sun Microsystems Inc. Please post your lines.

[jboss-user] [JBoss Getting Started Documentation] - Re: Error logged from Ant UI

2008-12-21 Thread PeterJ
Exactly what do you mean by "JBoss Eclipse IDE" (there are 3 different ones that I know of)? A URL from where you downloaded would be helpful. Get your files out of "J2EE Workspace". Spaces in path names can give various Java libraries fits and can lead to very strange problems. View the origin

[jboss-user] [EJB 3.0] - Re: class java.lang.ClassCastException in EJB3.0 lookup

2008-12-21 Thread PeterJ
Thanks for catching that, Andrew! I saw Bill's name on the list of authors and thought it was the EJB 3.0 version! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197879#4197879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Messaging] - JMS ConnectionFactories

2008-12-21 Thread siddharth_2279
1) How do I create a QueueConnectionFactory / TopicConnectionFactory in JBoss if I want to create my own connection factories ? I have JBoss 4.2.2 installed. Please guide me. Any help would be greatly appreciated. Thanks. 2) In addition to the above query if I want to administer and connect to

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deploy a simple war got the following error.

2008-12-21 Thread hst2506
Hi; The JBOSS is 4.2.3 I am using, java version is 1.5.0_17. The server starts fine in IDE before I deploy the war, the error only occurs when I try to deploy the war. Attahced is the whole trace file once the Jboss server starts. Thanks for the help! hst | 11:40:33,225 INFO [XmlWebAp

[jboss-user] [Performance Tuning] - JBoss 4.05 memory issue

2008-12-21 Thread bakry
hi, I have a problem with jboss memory utilization, I am running one application with minimal hits (memory needs) on a 4.0.5 jboss server... here is the config of jboss >> -Xms128m -Xmx1500m -XX:MaxPermSize=512m -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360

[jboss-user] [JBoss Tools (users)] - Re: XSD validation in Eclipse

2008-12-21 Thread speleomaniaque
Ok if I deploy nightly with dropins I see this in log file !SESSION 2008-12-21 16:35:01.285 --- eclipse.buildId=M20080911-1700 java.version=1.6.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Command-li

[jboss-user] [JBoss Tools (users)] - Re: XSD validation in Eclipse

2008-12-21 Thread speleomaniaque
Ok I guess I figured out what is going on I downloaded latest Ganymede JEE and make the installation from update site 'http://download.jboss.org/jbosstools/updates/nightly/trunk/' also including the BIRT update site 'http://download.eclipse.org/birt/update-site/2.3/' (actually I followed th

[jboss-user] [EJB 3.0] - Re: Ejb 3 - Ignored in ejb-jar.xml inb jboss-

2008-12-21 Thread dejanmr
Although it is not exactly answer to my original question, omitting wsdlLocation from @WebServiceRef will force usage of from ejb-jar.xml. Not exactly overriding (as there is nothing to override), but good enough. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [EJB 3.0] - Re: Binding / JNDI / EJB

2008-12-21 Thread pbaker01
Hi Jaikiran, Thanks so much for looking in to this!!! I have changed both ejb-jar.xml and jboss.xml to use Version 3.0 xsds. See below. A number of errors are now generated in the console start-up. What I am really after, at this point in development, is exposing the start/stopDelivery o

[jboss-user] [EJB/JBoss] - Re: do not auto commit after method is returned

2008-12-21 Thread ywtsang
persistence.xml: | http://java.sun.com/xml/ns/persistence"; |xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; |xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"; |version="1.0"> | | java:/Ora

[jboss-user] [EJB/JBoss] - do not auto commit after method is returned

2008-12-21 Thread ywtsang
jboss 4.2 ejb 3 stateless session bean transaction = container managed, REQUIRED using jboss-spring interceptor to inject dependencies (e.g. the hibernate dao) to the session bean we are using ejb 3 stateless session bean to wrap the hibernate codes to do database CRUD (just simple hibernate, no

[jboss-user] [EJB 3.0] - Re: Binding / JNDI / EJB

2008-12-21 Thread jaikiran
PB, I reread the entire thread again: anonymous wrote : During the initial development we did not use ejb-jar.xml or jboss.xml config files. When the beans were deplyed the system created several entries in the Global JNDI. | | We have now created jBoss.xml and ejb-jar files and now the EJ

[jboss-user] [EJB 3.0] - Re: Binding / JNDI / EJB

2008-12-21 Thread jaikiran
"ALRubinger" wrote : | | Jaikiran, mind opening a JIRA w/ some simple integration test for it? I could reproduce this issue. Created https://jira.jboss.org/jira/browse/EJBTHREE-1649 with a testcase attached. "jaikiran" wrote : | Instead of the jndi-name, try the mapped-name instead. A

[jboss-user] [JBoss Getting Started Documentation] - Re: Error logged from Ant UI

2008-12-21 Thread michealjohnstar
Please find the attached commandline bug report. | "C:\Program Files\Java\jdk1.5.0_15\bin\javaw.exe" -Dant.home=c:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5 -Dant.library.dir=c:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.an

[jboss-user] [JBoss Getting Started Documentation] - Error logged from Ant UI

2008-12-21 Thread michealjohnstar
I have downloaded JBoss Eclispe IDE and trying to follow the "An introduction and walkthrough of JBoss Eclispe IDE 1.5.0". While running the XDoclet, I ahve encountered the following error logs: | Severity:Error | | Message:Error logged from Ant UI: | | Exception Stace Trace: | ja

[jboss-user] [JBoss Getting Started Documentation] - Problem in Starting JBoss Server 4.2.2 GA

2008-12-21 Thread michealjohnstar
I have downloaded the JBoss 4.2.2 GA server and changed the port no to 8082 in the following server.xml file. jboss-4.2.2.GA\server\default\deploy\jboss-web.deployer\server.xml When I stared the JBoss server by running the run.bat in bin folder, I am getting the following error messages in the

[jboss-user] [JBoss jBPM] - Re: Converters saving problem

2008-12-21 Thread frantisek.ko...@gmail.com
I got it working by editing spring jbpm module. But don't know it is done as good as it can be. Instead of new JbpmConfiguration(...) I use JbpmConfiguration.getConfiguration(..) So question is simplier: a) Should I commit transaction before closing context: | tx start | new jbpmcontext

[jboss-user] [EJB 3.0] - Re: @EJB injection in JBoss 5 application clients?

2008-12-21 Thread jaikiran
"Sanjuro" wrote : however only if you JBOSS_HOME does not contain any spaces on Windows. | | It is always recommeded not to install JBoss (or even Java) in a folder contain a space in the path name. You sometimes run into very weird issues when you install in such folders. View the orig

[jboss-user] [EJB 3.0] - Re: @EJB injection in JBoss 5 application clients?

2008-12-21 Thread Sanjuro
I found the problem: Stateless.ear is working perfectly, however only if you JBOSS_HOME does not contain any spaces on Windows. Haven't figured out why yet. Everything else seems to work just fine with spaces in the path. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [EJB/JBoss] - Re: EJB lookup failure in 5.0.0.GA

2008-12-21 Thread jaikiran
Going by the exception stacktrace, its definitely an issue with the client classpath not having the jboss jar file(s). anonymous wrote : This raises two questions: (1) are the JBoss5 client jars available in any maven repository, and | Yes, they are. anonymous wrote : (2) given the indire

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deploy a simple war got the following error.

2008-12-21 Thread jaikiran
Which version of JBossAS and Java do you use? And does it work when you try to start the server from the console instead of the IDE, with the application in the deploy folder? And please post the entire console logs. While posting logs or code or xml content, please wrap it in a code block by

[jboss-user] [EJB 3.0] - Re: Binding / JNDI / EJB

2008-12-21 Thread ALRubinger
I have a sneaking suspicion that jndi-name support is lacking. Jaikiran, mind opening a JIRA w/ some simple integration test for it? I should look when I'm back next week. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197835#4197835 Reply to the po

[jboss-user] [EJB 3.0] - Re: Binding / JNDI / EJB

2008-12-21 Thread jaikiran
| AirlineEjb | Standard Stateless SessionBean | AirlineEjb | Instead of the jndi-name, try the mapped-name instead. And please post the entire console logs. Let us know how it goes. View the original post : http:

[jboss-user] [EJB 3.0] - Re: @EJB injection in JBoss 5 application clients?

2008-12-21 Thread jaikiran
What exactly is not working? You will have to provide us more details about what you are doing and what is the issue. I know there is a very minor change that i have to do that wiki, related to classpath, for JBoss-5.0 GA. However that change, as far as i know, should not stop it from working.