[JBoss-user] [Persistence & CMP/JBoss] - Re: MySQL Primary Key Problem

2005-07-05 Thread spiffer
I have updated jbosscmp-jdbc.xml to be as follows, and I get the same behavior: Subject Subject id id name name description description Thanks in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883789#3883789 Reply to th

[JBoss-user] [Beginners Corner] - Order of Java lib loading

2005-07-05 Thread txie2000
In my exploded SAR, I have some dependent 3rdparty libraries. What is the order of the jars loading? Is it by alphabetly? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883785#3883785 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invoking a session bean from Message Driven Bean

2005-07-05 Thread lkamal
For sure you can invoke a session bean from a MDB, I have experience in that. Kamal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883782#3883782 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883782

[JBoss-user] [Installation & Configuration] - Re: Jboss class loader issue

2005-07-05 Thread stevenpeh
Scott, we read through that post. Unfortunately, although it explains a lot of the UnifiedClassLoader, there is scarcely any information or use cases on WAR deployment, in fact, it is listed in the todo list of that wiki page. Unfortunately, we are still getting class loader problems in JBoss

[JBoss-user] [Javassist user questions] - Hot Deployment For Single Context.

2005-07-05 Thread gopikrishna
I will be thankful if any body clarify the below questions: 1. How To Config 3Rd Party Logging, Without Jboss Log4J 2. Apache With Jboss(Jboss Died After 600 Concurrent Hits, ). 3. Is there any facilty in jboss to restrict hot deployment for a single context? View the original post : http

[JBoss-user] [Beginners Corner] - Singleton to be used by EJB and Servlet - classloader dramas

2005-07-05 Thread carson_batltlite
I have a singleton that is used by the client (we have two flavours Swing and Servlet) and the server. When the classes are loaded by different JVMs (e.g. Swing client JVM and JBoss JVM) everything works fine. When we run in JBoss, the Servlet and EJBs are in the same JVM so trying to split the

[JBoss-user] [Installation & Configuration] - 700 file handles on Error.log

2005-07-05 Thread bpowell
After being up for 1 month, linux runs out of file handles (max 1000). There are 700 handles on jboss_home/bin/Error.log. Is this a bug? Will a trace level of FATAL minimise this? thanks Bruce View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883778#3883778 Repl

[JBoss-user] [Persistence & CMP/JBoss] - Re: XAPoolDataSource

2005-07-05 Thread dhansen1969
Hello, I'm not 100% certain, but you might try using the XA DataSource that ships with Pointbase (com.pointbase.xa.xaDataSource). Also, the following is cut and pasted directly from the Pointbase Developer documentation: Important Note To successfully run your XA application with PointBase, y

[JBoss-user] [JBossCache] - Re: How does

2005-07-05 Thread [EMAIL PROTECTED]
OK, I have checked in the code. You can grab the cvs and build for yourself if you want. I have added a new test case FileCacheLoaderAopTest to test it out. Release 1.2.4 is scheduled for end of August now. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [EJB/JBoss] - Re: Deployment of EJB3Trail.ear example

2005-07-05 Thread jbossChecker
I have tried to use the web-installer, but it didn't work... So I had to take the jar version. In the meantime, I became successful on my secound machine, with 90% exactly the same configurations.. Now I am sreaching the reason, why it works on my other pc, but not on my first one, with nea

[JBoss-user] [HTTPD, Servlets & JSP] - taglibs not printing variable's values

2005-07-05 Thread just_a_w
I'm trying to use taglibs but am having some problems. I added an entry in my web.xml for the 'core' taglib (c.tld). I also added c.tld into the WEB-INF directory of my .war file and appserv-ext.jar, appserv-jstl.jar, and appserv-tags.jar (taken from the Sun app server) into JBoss' lib directo

[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-07-05 Thread joff
Oops, hit 'submit' instead of 'preview' anyway.. to continue: the jboss.xml for the SLSB is: | TransactionConductor | TransactionConductor | TransactionConductorLocal | True | | DefaultPartition | |

[JBoss-user] [Clustering/JBoss] - Load-Balancing SLSB

2005-07-05 Thread joff
I'm having some trouble with loadbalancing a Stateless Session Bean. What we have is two application servers running JBoss 4.0.2. An incoming webservice request arrives at either one of the JBoss nodes (via a loadbalancing device in front of them) which does some processing, and then sends a me

[JBoss-user] [Persistence & CMP/JBoss] - Why is my EJB 3 query case-insensitive?

2005-07-05 Thread zorzella
I'm running a query like the one below on my JBoss 4.0.3 (EJB3), and it successfully returns a DB row with name "a" for both when pname = "a" and when pname is "A" (i.e. it is case-insensitive). It is also returning the same for when pname is "a " (i.e. with trailing spaces). Any help? em.creat

[JBoss-user] [EJB/JBoss] - Re: Deployment of EJB3Trail.ear example

2005-07-05 Thread [EMAIL PROTECTED]
Did you use the installer for jboss installation or the standard distribution (jboss-4.0.3RC1.tar.gz/zip)? The jboss-4.0.3RC1.tar.gz/zip does not contain EJB3 because it needs to be j2se 1.3 compatible. For 4.0.3 Final, we plan to have a seperate zip distribution built with jdk 1.5 in addition

[JBoss-user] [EJB/JBoss] - Re: Deployment of EJB3Trail.ear example

2005-07-05 Thread jbossChecker
I am already working with jdk1.5.0_03, and I have even tested the jdk1.5.0_04. I can not imagine, the jdk is the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883763#3883763 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [JNDI/Naming/Network] - Re: comp not bound error

2005-07-05 Thread darranl
For the moment just look up the bean using the name in the global namespace. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883759#3883759 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883759 --

[JBoss-user] [Management, JMX/JBoss] - how to tell JBoss do not wait for startService() one mbean a

2005-07-05 Thread mikek753
Hello all, I have one mbean (let say MyMBean) that is "slow" takes 2 min to go through startService() - by design a lot of logic is inside it. That MyBean depends from BBean that depends from ABean. MyBean --> BBean --> ABean Then I have CBean depends from BBean and DBean depends from the same B

[JBoss-user] [JNDI/Naming/Network] - comp not bound error

2005-07-05 Thread jamesohearn
I originally posted this in the "Beginner's Corner" but did not receive any feedback. Therefore, since it is likely a JNDI related issue, I have moved my post here: I am adapting a stand-alone java application to use ejb(s). I am running from class files, not a jar. When the app attempts to

[JBoss-user] [JCA/JBoss] - Re: Connection not getting closed on JBOSS 4.0.1

2005-07-05 Thread darranl
Yes that is the correct bahaviour, the main reason you have deployed a data source that you access through JNDI is because the connections are pooled. This means that after a connection has been created it can be re-used for subsequent requests. The call to close just puts the connection back

[JBoss-user] [EJB/JBoss] - Re: Deployment of EJB3Trail.ear example

2005-07-05 Thread [EMAIL PROTECTED]
You need to be using Java 1.5. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883755#3883755 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883755 --- SF.Net email

[JBoss-user] [Persistence & CMP/JBoss] - Re: Multiple Datasources

2005-07-05 Thread darranl
Can you post the contents of your ejb-jar.xml and wrap it in [ code ][ / code ] tags without the spaces so that it displays correctly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883753#3883753 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [JCA/JBoss] - Connection not getting closed on JBOSS 4.0.1

2005-07-05 Thread kakkodi
Hi, In order to recreate the problem of number of open connections with our application, I created a test case with a simple application. While running stress tests on this simple application I noticed that database connections are not getting closed even through the application invokes clos

[JBoss-user] [JCA/JBoss] - problem w/ OracleValidConnectionChecker

2005-07-05 Thread dabramov
Using: JBoss 3.2.6 Java 1.4.2_05-b04 Oracle: 9.2.0.1.0 Oracle driver: 9.0.2.0.0 I'm trying to use the OracleValidConnectionChecker, but get the exception below when a connection is requested. >From the error and taking a look a the OracleValidConnectionChecker, it looks >like Connection being

[JBoss-user] [Security & JAAS/JBoss] - Two sites with different keystores... Nobody has done this?

2005-07-05 Thread combsv
Hasnt anyone ever tried connecting to two different sites using SSL using different keystore files for each of them? Any help would be greatly appreciated! Many Thanks, Vaughn I am trying to interract with an

[JBoss-user] [Persistence & CMP/JBoss] - Re: Multiple Datasources

2005-07-05 Thread Pablogra
I checked my descriptors and there is nothing about the hypersonic DB... Can somebody give tell me the steps to perform? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883749#3883749 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [JBossWS] - Hey ... I need a complete example of web service ... could y

2005-07-05 Thread Novice
Anyone could help me .. i was starting with webservices and i could not find a complete tutorial .. HELP!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883744#3883744 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [JBossWS] - JBOSS doen't deploy webservice

2005-07-05 Thread kvreddy74
Hi All, I deployed a ear file which is having a webservice, into jboss server version 4.0.2,but it didn't deploy the webservice at all(I mean it doesn't show the url of the WSDL file on console) and it didn't throw any error message also.what is the problem for this. View the original post :

[JBoss-user] [JBossWS] - JBossWS Client complains of log4j No engine configuration f

2005-07-05 Thread [EMAIL PROTECTED]
After several hours figuring out what jar files to include in my JBossWS client and other issues related to insufficient and outdated documentation on JBoss 4.0.2 Web Services, I run my stand-alone client application and it throws an exception: log4j:WARN Please initialize the log4j system prop

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss4.0 and JAAS/Login-config.xml

2005-07-05 Thread ddkilzer
You appear to be missing the root nodes in your login-config.xml document, as defined in the DTD: http://www.jboss.org/j2ee/dtd/security_config.dtd Dave View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883741#3883741 Reply to the post : http://www.jboss.or

[JBoss-user] [JBossWS] - Unable to deserialize simple arrays of int and String

2005-07-05 Thread bsheward
Hi, I thought that it would be easy to pass arrays of int and java.lang.String. I looked at http://wiki.jboss.org/wiki/Wiki.jsp?page=WSArrayTypeMapping but that seems to apply to custom data types. However, on my client, I always get: deserialization error: unexpected XML reader state. expected

[JBoss-user] [HTTPD, Servlets & JSP] - Re: servlet mapping

2005-07-05 Thread gmoh
sorry, i meant to say that http://host/myapp/a/myservlet and http://host/myapp/b/myservlet be mapped to the same servlet. however, i want to avoid have to hardcode the context subpath "a" and "b" in web.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38837

[JBoss-user] [Installation & Configuration] - Re: Problem with automatically exploded .sar file

2005-07-05 Thread zedonis
As it turns out, rewriting the code was a better option than manually exploding the .sar file each time, so that is what we did. The underlying code was using classLoader.getResource(filename) which we were able to change to classLoader.getResourceAsStream(filename) The first call gets a URL, a

[JBoss-user] [Beginners Corner] - Re: JDK vs. JRE

2005-07-05 Thread frankgrimes
Yes, what you're looking for is the J2SDK (Java 2 Software Developement Kit)... it used to simply be called the JDK (Java Development Kit). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883737#3883737 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.2 and Jetty 5.1.4 problem (yes i have looked a

2005-07-05 Thread frankgrimes
FYI, jboss-ws4ee.sar contains jboss-ws4ee.war, which contains the invalid web.xml that was being referred to in previous posts. A fix for this was subsequently checked into jboss CVS and should have been included in 4.0.3RC1. I suggest you try jboss-4.0.3RC1. You'll probably still need to commen

[JBoss-user] [Beginners Corner] - Re: JDK vs. JRE

2005-07-05 Thread eliepash
where is the JDK download? If you check out: http://public.planetmirror.com/pub/java-sun/JDK-1.4.2_04/linux/ you'll see only JRE and SDK? where's the JDK for 1.4.2_04 thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883734#3883734 Reply to the post :

[JBoss-user] [JBossWS] - Re: Questions about the Wiki Page WSServerEJB

2005-07-05 Thread bsheward
Claire, Thanks. I'm now able to call a really simple web service. I think the problem was that I had a lot of these files at the EAR level, rather than the JAR level. Once I changed things to: test.ear test.ear/META-INF/MANIFEST.MF test.ear/META-INF/application.xml test.ear/test.jar test.ear/te

[JBoss-user] [JBossWS] - Re: could not find deserializer for type

2005-07-05 Thread bsheward
Thomas, Re: | ServiceFactoryImpl factory = (ServiceFactoryImpl )ServiceFactory.newInstance(); | Service service = factory.createService(wsdlURL, qname, mappingURL, portName); | I can't see anything in javax.xml.rpc.ServiceFactory which resembles the createService() method shown ab

[JBoss-user] [Security & JAAS/JBoss] - Re: Can't get ssl redirection to work properly

2005-07-05 Thread lafr
Do you have something like | FORM | mbi | | /faces/Login.jsp | /faces/LoginError.jsp | | | in web.xml ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883731#3883731 Reply to the

[JBoss-user] [Beginners Corner] - Re: jboss-web.xml location

2005-07-05 Thread lafr
jboss-web.xml has to be in directory WEB-INF, same as for web.xml. Make shure that you are using capital letters ! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883727#3883727 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Beginners Corner] - Re: JBoss as a JavaService fails to boot

2005-07-05 Thread darranl
Here is the link to some instructions that I have tested in the past: - http://wiki.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows The main differences I can see are the differences in the classpath and the arguments passed to the main method, if you are starting the default configura

[JBoss-user] [Beginners Corner] - Re: JDK vs. JRE

2005-07-05 Thread lafr
JRE is part of the JDK. Set the environment variable JAVA_HOME to the directory containing the JDK. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883725#3883725 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883725 -

[JBoss-user] [Security & JAAS/JBoss] - Trace the source of access attempts to the JBoss console

2005-07-05 Thread klegrow
We have configured basic authentication for the JBoss console and have redirected the logon attempts to a new log file instead of the server.log file by including this code in log4j.xml: | | | | | | But we need to trace the source (e.g. source IP address) of console logon at

[JBoss-user] [Beginners Corner] - JDK vs. JRE

2005-07-05 Thread eliepash
Upon running the initial run.sh to test if JBOSS has been installed properly I get: run.sh: Missing file: /lib/tools.jar run.sh: Unexpected results may occur, Make sure JAVA_HOME points to JDK and not JRE. I thought the JDK was part of the JRE. I have an installed JRE and SDK. thanks for any

[JBoss-user] [Installation & Configuration] - Running JBoss as a Windows service

2005-07-05 Thread jzstancil
I am not sure if my problem is with JBoss or is with Window service. Please advise me. Here is the problem: In one servlet, we launch an executable (myTool.exe) using System.out.println(s); where s="cmd.exe /C myTool.exe some_options" This myTool.exe uses some script to invoke Adobe Reader to

[JBoss-user] [JBossWS] - Re: could not find deserializer for type

2005-07-05 Thread kvreddy74
Hi All, Thanks to you all for your support.Finally this problem is resolved.But I have a situtaion.I was porting this webservice on another jboss server,but that server didn't start the webservice at all.It din't show the wsdl file at all.It doesn't throw any exception also.What could be the pr

[JBoss-user] [Beginners Corner] - Re: Saving hibernate object throws IllegalArgumentException

2005-07-05 Thread gbrasher
I was able to resolve my problem with the help of the post by kaba in this topic in the hibernate forums: http://forum.hibernate.org/viewtopic.php?t=943266 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883716#3883716 Reply to the post : http://www.jboss.or

[JBoss-user] [EJB/JBoss] - acessing log4j.xml

2005-07-05 Thread JulesVerne
I have an ear which contains an har,jar and war... And i am using log4j for logging. I want a single log4j.xml file in my ear so my web and ejb application can acess it. how do i go about it. and how do i acess the xml file in the code DOMConfigurator.configureAndWatch("/home/verne/workspace/TxC

[JBoss-user] [JBossWS] - Re: WSDLException deploying jBPM BPEL Extension

2005-07-05 Thread jccantu
Hi John, The BPEL library applies a xsl transformation to wsdl files in order to upgrade its bpel extensible elements. If you are running on jvm 1.5, the xsl template used doesn't work with the underlying implementation of javax.xml.transform.Transformer We'll try to fix the template in the

[JBoss-user] [Beginners Corner] - JBoss as a JavaService fails to boot

2005-07-05 Thread slb0971
I am attempting to configure JBoss to run as a Windows Service. Following the advice and info I've been able to find on the web, I was able to get it running finally. However, it won't completely load. The service starts fine, I can't connect to the JMX console. Upon further investigation, I dis

[JBoss-user] [JBossCache] - Re: How does

2005-07-05 Thread [EMAIL PROTECTED]
Release 1.2.4 is scheduled at the end of August for now. But you are welcome to try out the development version once I get it fixed. Stay tune, -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883704#3883704 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [JBossCache] - Re: org.jboss.cache.lock.TimeoutException

2005-07-05 Thread [EMAIL PROTECTED]
If you update on both nodes, locks will be acquired in both places. So it depends on where O1 and O2 are located? If they are under the same fqn, yes, you will have deadlock and rollback will be resulted. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [JBossCache] - Re: How does

2005-07-05 Thread mohamedj
Great news! Is there a scheduled build release coming soon after? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883700#3883700 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883700 --

[JBoss-user] [Installation & Configuration] - Re: Problem with Euro and Yen currency characters

2005-07-05 Thread Lviz
hi 1: how do you export into an excel sheet? 2: if you write a simple text file with the same application is the euro and yen character in the text file? 3: simple code to read a file with euro and umlauts | public String readISO8859Message(String filename) { | | String fi

[JBoss-user] [JBossCache] - org.jboss.cache.lock.TimeoutException

2005-07-05 Thread canghel
Hi, I get a org.jboss.cache.lock.TimeoutException in the following scenario: 1. I have 2 cluster nodes: N1 and N2 2. I have 2 caches: C1 and C2 (both started on both cluster nodes) 3. I start a new transaction on node N1 3.1 I put O1 in C1 3.2 I put O2 in C2 4. A listener on C2 is called on node N

[JBoss-user] [Persistence & CMP/JBoss] - Re: could not instantiate CacheProvider: net.sf.hibernate.ca

2005-07-05 Thread wendy.sue
I'm having the same problem and when I look in the ehcache-1.1.jar the ehcache-failsafe.xml file is there. Would someone please tell me how to fix this WARN! SPECIFIC LOG MESSAGE: WARN [Configurator] No configuration found. Configuring ehcache from ehcache-failsafe.xml faound in the classpat

[JBoss-user] [JBoss Portal] - Re: Unable to download few files

2005-07-05 Thread scottlholmes
I spent a good chunk of the holiday weekend getting Portal to work. The first thing I did was download both JBoss and Portal distribution - but the way this was set up, you really couldn't follow along with the user's guide. So I downloaded JBoss 4.0.3 separately, got that working good with no e

[JBoss-user] [Installation & Configuration] - Log and web.xml

2005-07-05 Thread darras77
Hello, I have a problem when i deploy a web application (based on Struts framework) When jboss loaded my WAR application, i obtain this resultat in my console anonymous wrote : | 16:33:38,812 INFO [TomcatDeployer] deploy, ctxPath=/ressources, warUrl=file:/D:/ProgramFiles/jboss-3.2.7/server

[JBoss-user] [JBossWS] - Re: restriction base='soapenc:Array' in WSDL

2005-07-05 Thread pankon
Thanks for your quick answer. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883686#3883686 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883686 --- SF.Net email is

[JBoss-user] [JBossWS] - Re: could not find deserializer for type

2005-07-05 Thread [EMAIL PROTECTED]
Location of your jaxrpc-mapping.xml file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883684#3883684 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883684 --- SF.

[JBoss-user] [JBossWS] - Re: could not find deserializer for type

2005-07-05 Thread kvreddy74
Hi Thomas, [Code: ServiceFactoryImpl factory = (ServiceFactoryImpl )ServiceFactory.newInstance(); Service service = factory.createService(wsdlURL, qname, mappingURL, portName); ] Thanks for your reply.I will try this.what is the mappingUrl ? View the original post : http://www.jboss.org

[JBoss-user] [Installation & Configuration] - Problem with Euro and Yen currency characters

2005-07-05 Thread suthakar
Hi All, I'm trying to export the application data into excel sheet. When i do the export of the currency symbols, it is not getting exported and displaying a blank characters in excel. Any one of you, can help me to solve this issue? Here the details, what i've tried, I passed the java -Dfi

[JBoss-user] [Persistence & CMP/JBoss] - EJB 3 / Hibernate

2005-07-05 Thread haninaguib
Hi I was reading the persistence related TrailBlazers yesterday and I have a question I am hoping someone here may able to help with. >From what I read it seems that I could code my persistence using EJB3, and at the same time be able to deploy the application outside of a J2EE application server

[JBoss-user] [JBoss Portal] - Unable to download few files

2005-07-05 Thread brp
Hi, I am beginner to JBoss Portal.And downloaded JBoss portal from the site but I was not able to find some files as portal-forums.ear, portal-ds.xml,cms-content.zip and setup.ddl.Please can anyone help me regarding this. Regards, brp View the original post : http://www.jboss.org/index.htm

[JBoss-user] [JBoss.NET] - Re: Where are the jboss axis packaged

2005-07-05 Thread [EMAIL PROTECTED]
Thanks for the reply. Can you point me to how you would call a web service from a JSP page using JbossWS client implementation. I would also like to know where any imported libs are packaged. Thank You, Herb View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JBoss.NET] - Re: Where are the jboss axis packaged

2005-07-05 Thread [EMAIL PROTECTED]
The classes live in axis-ws4ee.jar. Are you sure you cant use J2EE-1.4 compliant webservices with JBossWS? It has a very neat client deployment model useable from jsp pages as well. JBoss.NET is dead. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883675#388

[JBoss-user] [JBossWS] - Re: restriction base='soapenc:Array' in WSDL

2005-07-05 Thread [EMAIL PROTECTED]
The second version is BP-1.0 compliant the first is not since it uses soap encoding, which is not allowed by the profile. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883671#3883671 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [JBossWS] - Re: How to specify ctxPath for ejb endpoint web service

2005-07-05 Thread [EMAIL PROTECTED]
>From jboss_4_0.dtd View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883670#3883670 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883670 --- SF.Net email is sponsored

[JBoss-user] [JBossWS] - Re: Namespace problems invoking document/literal web service

2005-07-05 Thread [EMAIL PROTECTED]
This is beeing addressed by our new SOAP stack JBossWS, which is available in HEAD and will hopefully get backported to jboss-4.x in Q3/2005 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883669#3883669 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [JBossWS] - Re: could not find deserializer for type

2005-07-05 Thread [EMAIL PROTECTED]
In future versions we might auto-discover jaxrpc-mapping.xml http://jira.jboss.org/jira/browse/JBWS-314 IMHO, this is a flaw in the jaxrpc API that forces a provider to generate static stubs. The wsdl/java mapping is however defined in JSR-109 and should be usable with jaxrpc View the origina

[JBoss-user] [Persistence & CMP/JBoss] - Performance is very poor

2005-07-05 Thread mdakin
Hi, I'm evaluating JBoss and, one of the first things I made is to do two tests, writing and reading big amounts of data. (Jboss 4.0.2 and Oracle) - Writing a few thousands of rows to a simple table is very slow. I have a client, calls a simple stateless session bean, and it sends the data using

[JBoss-user] [JBossWS] - Re: could not find deserializer for type

2005-07-05 Thread [EMAIL PROTECTED]
Your client is aware of the wsdl, which defines the abstract contract, but is unaware of the java/wsdl mapping information. Use the WS4EE client deployment model, i.e. a JNDI lookup of a preconfigured stub or use | ServiceFactoryImpl factory = (ServiceFactoryImpl )ServiceFactory.newInstanc

[JBoss-user] [EJB/JBoss] - Re: JBoss 4.0.2 CreateException

2005-07-05 Thread rkite01
Thanks for the help. I am going to stick with 4.0.1 for now and try 4.0.3 when it comes out. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883664#3883664 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883664

[JBoss-user] [JBossWS] - Re: Starting from jboss-4.0.2 we use org.jboss.axis

2005-07-05 Thread [EMAIL PROTECTED]
Prior to JavaOne 2004 we had to modify the last stable axis (axis-1.1) release considerably to achieve J2EE-1.4 compliancy for web services. Axis-1.2beta was technically not usable at the time. The current implementation in jboss-4.x passes >2200 web service tests from Sun's compatibility test

[JBoss-user] [JBossWS] - Re: WSDLException deploying jBPM BPEL Extension

2005-07-05 Thread [EMAIL PROTECTED]
This has been assigned to http://jira.jboss.org/jira/browse/JBPM-279 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883662#3883662 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883662 --

[JBoss-user] [JCA/JBoss] - unclosed connections

2005-07-05 Thread alflaro
Hi, is it possible with 3.2.6 version to tell JBoss to keep track of unclosed connections ? I'm not using EJB in my applications but simple JDBC prepared statement. I would like to know, If the application does not close the connection, where it happens. Thanks a lot. Alfredo View the origina

[JBoss-user] [JBoss Getting Started Documentation] - multi-tenant application with jboss

2005-07-05 Thread email2shailesh
I have one ear file and separate war file for each instance. I have successfully created multiple instances. Like i can open application with http://domain.com:8080/appname and http://domain1.com:8080/app1name. Then i want to connect to different database using each instance. Now using instance

[JBoss-user] [JBoss Getting Started Documentation] - Remove Jetty from Jboss 3.0.8

2005-07-05 Thread email2shailesh
can anybody please tell me steps to configure tomcat 4.1 with jboss 3.0.8. I do not want to use integrated jboss and tomcat. Also plz tell me what is difference between integrated tomcat with jboss and separate jboss with tomcat. Thanks in Advance. View the original post : http://www.jboss.

[JBoss-user] [JBossWS] - restriction base='soapenc:Array' in WSDL

2005-07-05 Thread pankon
Hi , I am using JBoss4.0.2 and should make WEB Service which has WSDL | | | | | | | | | | | | | When I try JWSDP (wscompile, wsdeploy) and receive |

[JBoss-user] [JBossWS] - Re: Client side JAX-RPC handler

2005-07-05 Thread [EMAIL PROTECTED]
What part of the step by step wiki is unclear? http://wiki.jboss.org/wiki/Wiki.jsp?page=WSRPCClientStepByStep View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883655#3883655 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Beginners Corner] - Class loading ...

2005-07-05 Thread armandota
Here is the deal ... I read that if I put into my jboss-service.xml file in ma .sar folder in my server/{instance}/deploy folder this will load all my .jar files needed for my app to run .. well .. this is not happening .. and I would really like to know why .. since I'm a newby and this i

[JBoss-user] [Beginners Corner] - Re: Class loading ...

2005-07-05 Thread armandota
| | | | | this is missing in the previous post !!! bye Armando View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883654#3883654 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883654 ---

[JBoss-user] [JBossWS] - Re: How to specify ctxPath for ejb endpoint web service

2005-07-05 Thread clairecostello
Hi, I've done this to change the context path for services. However, where can I get detailed guide to jboss.xml? Many thanks, Claire. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883653#3883653 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Installation & Configuration] - Re: HotSpot Virtual Machine Error

2005-07-05 Thread sixcharlie20
I have created a very simple application where I will attempt to reproduce the problem: 1 jsp, 1 servlet, 1 session bean, and 1 java class deployed in the war and jar. It seems that his scenario worked. I will toy around with it some more to try to recreate the problem. If this does not work

[JBoss-user] [The Lizzard's corner] - Jboss+Springframework+Hibernate

2005-07-05 Thread sherwinds
OS: WXP SP2 JBoss: 4.0.2 (with Tomcat) Springframework 1.2.1 Hibernate 3.0 JVM: Sun Jdk 1.5.0 / BEA JRockit 1.5.0_03 IDE: JBossIDE 1.5M1 Observations: When undeploying .war file (through IDE) and monitoring memory through task manager, it seems that java.exe is not releasing memory previously use

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBOSS IDE tutorial

2005-07-05 Thread darranl
Inside your servlet code you have commented out the lookup line and replaced it with one that just looks up "ejb/Fibo" - you should change that back to lookup "java:/comp/env/ejb/Fibo". Also where you catch the exception after the lookup you are hiding the cause of the error, you should add the

[JBoss-user] [Beginners Corner] - Re: UDP WARN Messages

2005-07-05 Thread darranl
Which version of JBoss are you working with? If it is 4.0.3RC1 how did you install it? Did you use the installer or did you use a zip bundle? Also how do you start the server? Do you pass any arguments to the run script? View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Javassist user questions] - Re: monitors asssistance required

2005-07-05 Thread wsweetman
sorry that should be the wrong forum. My appologies to the rest of the users. Is there any way of deleting a topic? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883639#3883639 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Javassist user questions] - Re: monitors asssistance required

2005-07-05 Thread wsweetman
Well say that instead of being an idiot about it. I obviously added the post to the forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883638#3883638 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883638

[JBoss-user] [Javassist user questions] - Re: monitors asssistance required

2005-07-05 Thread darranl
"wsweetman" wrote : darranl I fail to see how this helps my query. Could you be more specific please That was the point, this forum as absolutely nothing to do with your query. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883636#3883636 Reply to the post

[JBoss-user] [Beginners Corner] - Re: Problems with hibernate

2005-07-05 Thread franz77
Strange! Everything works, if i left the sess.close(); in the doPersistence() method. Is there an explanation for this What is wrong?? Thx! Franz View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883635#3883635 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [Javassist user questions] - Re: monitors asssistance required

2005-07-05 Thread wsweetman
darranl I fail to see how this helps my query. Could you be more specific please View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883633#3883633 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883633 --

[JBoss-user] [Javassist user questions] - Re: monitors asssistance required

2005-07-05 Thread darranl
What is Javaassist? Javassist (Java programming assistant) is a load-time reflective system for Java. It is a class library for editing bytecodes in Java; it enables Java programs to define a new class at runtime and to modify a class file before the JVM loads it. View the original post : htt

[JBoss-user] [Performance Tuning] - monitors asssistance required

2005-07-05 Thread wsweetman
I am trying to configure/set up pesistance on various jboss and application properties (eg # of expired session, # of active session, active thread count, etc) - JBoss version 3.2.4 - OS windows 2000, NT, XP - JDK Version 1.4.2_05 >From the investigation done so far I can see that this can be a

[JBoss-user] [Management, JMX/JBoss] - monitors asssistance required

2005-07-05 Thread wsweetman
I am trying to configure/set up pesistance on various jboss and application properties (eg # of expired session, # of active session, active thread count, etc) - JBoss version 3.2.4 - OS windows 2000, NT, XP - JDK Version 1.4.2_05 >From the investigation done so far I can see that this can be a

[JBoss-user] [Javassist user questions] - monitors asssistance required

2005-07-05 Thread wsweetman
I am trying to configure/set up pesistance on various jboss and application properties (eg # of expired session, # of active session, active thread count, etc) - JBoss version 3.2.4 - OS windows 2000, NT, XP - JDK Version 1.4.2_05 >From the investigation done so far I can see that this can be a

[JBoss-user] [Installation & Configuration] - JBoss 4.0.2 and Jetty 5.1.4 problem (yes i have looked at th

2005-07-05 Thread MetaTom
Hi all, Trying to get JBoss and Jetty to play together nicely seems to be abit of a problem, reading through the other posts many people have had this trouble. My problem is that most of the replys either rubbish the person trying to use Jetty and don't offer any constructive advice or refer to

[JBoss-user] [Clustering/JBoss] - Different behaviors between windows and linux

2005-07-05 Thread lyc1
Hi, I'm trying to deploy 2 clusters into 1 jboss instance either on windows, or on linux. Everything is working fine on windows, but on linux I get that : 11:38:10,668 WARN [org.jgroups.protocols.UDP] discarded message from different group (partition1). Sender was blanc:33432 (additional data:

[JBoss-user] [Beginners Corner] - Problems with hibernate

2005-07-05 Thread franz77
Hello! I'm using JBoss 4.0.2. I want to access a hibernate persistence layer from stateless session beans. To test this i created a POJO and the configurations as described in the Application Server Guide, apart from some class names in the hibernate-service.xml. I had to rename "net.sf.hiberna

[JBoss-user] [Installation & Configuration] - Re: Problem with JBoss 4.0.1sp1 und j2sdk1.4.2_04

2005-07-05 Thread reiasmus
i clear the problem. i'am on a machine with different java versions. the stop from jboss_init_suse.sh used the false version. now i put the javapth in the cmd_stop command. so the cmd_stop use the right version. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

  1   2   >