[JBoss-user] [Messaging, JMS JBossMQ] - Re: Docs\examples\ejb\simplemessage

2005-01-11 Thread genman
What is your JNDI conf. on your client? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861527#3861527 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861527 --- The

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Docs\examples\ejb\simplemessage

2005-01-11 Thread andrejt
Here is my jndi.properties: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url=jnp://localhost:1099 java.naming.factory.url.pkgs=org.jboss.naming.client j2ee.clientName=si.avris.prevoznik.SimpleMessageClient But in the mean time I have the solution.

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0.1 Linkage Error Nightmare

2005-01-11 Thread jgra
All JBoss classloading scenarios are available on following wiki page: http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases Try to test them on your server before deploy of your real applications. BTW, You should never ever add rt.jar to ear archives, it's completely wrong. Regards

[JBoss-user] [JCA/JBoss] - Re: Jboss 4.01 - Configure Pool Connection for MSSQL 2000

2005-01-11 Thread konrad1980
Oh I am sorry. But when I insert source of msssql-service.xml, Forums shows this file like in topic up. Konrad View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861531#3861531 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: How Can I dynimicly load a Class in Session Bean (Statel

2005-01-11 Thread Frito
You must not do a Class.forName, instead use Thread.currentThread().getContextClassLoader().getResourceAsStream() | Thread.currentThread().getContextClassLoader().loadClass() If you still encounter problems read the wiki for classloader configuration

[JBoss-user] [Installation Configuration] - class loading scope for war in the deploy.last

2005-01-11 Thread jieshengz
To resolve some dependency issue, I have two sars and one war under deploy/deploy.last folder. For this war I have class isolation enabled. | class-loading | loader-repository com.redzero:loader=sft.war/loader-repository | /class-loading | . However, during the start

[JBoss-user] [Installation Configuration] - Re: deploy problem in jboss 3.2.6

2005-01-11 Thread jwings
it works well without the jar file in it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861540#3861540 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861540 --- The

[JBoss-user] [Installation Configuration] - deploy problem in jboss 3.2.6

2005-01-11 Thread jwings
my war file has a jar file in /WEB-INF/lib/ directory of it. it works in jboss 3.2.1 but it doesn't in jboss 3.2.6 with following message. In advance, thanks. 17:43:13,596 ERROR [Tomcat5] Problem in init java.lang.StringIndexOutOfBoundsException: String index out of range: 0 at

[JBoss-user] [Installation Configuration] - Re: Apache2, Jboss/tomcat, with SSL Front-end MOD_PROXY

2005-01-11 Thread antenore
Do you have try this? JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861542#3861542 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861542

[JBoss-user] [JBossWS] - document literal style and ws method with no parameter

2005-01-11 Thread mrahin
It appears that web services methods that take no parameters as the one below public String getVersion(); | is incompatible with document literal style at least in JBossWS. The web service appear to be successfully deployed, but when I try to find the list of deployed web services at

[JBoss-user] [Installation Configuration] - Re: Apache2, Jboss/tomcat, with SSL Front-end MOD_PROXY

2005-01-11 Thread antenore
Sorry for the last reply... I'm wrong Proxy support under ssl on Apache is not possible... http://www.jboss.org/index.html?module=bbop=viewtopict=27766 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861543#3861543 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: help - application.xml

2005-01-11 Thread fabius
Hi, is possible: web-uriapplication.war/web-uri context-root/test*/context-root with context-root/test*/context-root for more url init by /test? thanks. fabio View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861544#3861544 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: Oracle10g SetBigStringTryClob Properties with JBoss 3.0.

2005-01-11 Thread huijbrec
KeepCool, did you find a solution? config-property name=SetBigStringTryClob type=java.lang.Stringtrue/config-property java.lang.IllegalArgumentException: The class 'class org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory' has no setter for config property

[JBoss-user] [The Lizzard's corner] - Re: where should i place jar while is common to web and ejb

2005-01-11 Thread j_ri
Thanks for the hint! It's working fine;-) I just wonder why this is not mentiones in the corresponding xml-schema, the sun j2ee tutorial or the jboss documentation? Thanks Jochen View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861551#3861551 Reply to the

[JBoss-user] [EJB/JBoss] - Re: rmi over http troubles

2005-01-11 Thread lordnedox
I solved this. The problem was the ejb configuration in jboss.xml file, under the META-INF directory. I used something like: ejb-nameejb name/ejb-name jndi-namejndi name/jndi-name local-jndi-namejndi name/local-jndi-name configuration-nameHTTP Session/configuration-name

[JBoss-user] [Installation Configuration] - Multiple class loaders found for pkg:

2005-01-11 Thread craig1980
Hi all... when i start my JBoss (version 3.2.5 and 3.2.6) i have seen in my server.log file that there is a message like this: anonymous wrote : 2005-01-11 11:19:14,092 DEBUG [org.jboss.mx.loading.ClassLoaderUtils] Multiple class loaders found for pkg: Is it a problem... if so how can i solve

[JBoss-user] [The Lizzard's corner] - Re: where should i place jar while is common to web and ejb

2005-01-11 Thread [EMAIL PROTECTED]
Hi, You can add it as an ordinary java module. common-dependency-jar.jar Regards, Hari View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861550#3861550 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861550

[JBoss-user] [Management, JMX/JBoss] - Getting the port no and application name

2005-01-11 Thread kiran12345
Hi All, How to get the application and port no in the program. In weblogic we can get it using weblogic specific api ApplicationLifecycleListener. Thanks in advance Regards, Kiran. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861553#3861553 Reply to the

[JBoss-user] [Beginners Corner] - Re: EJB spec violation in Duke bank

2005-01-11 Thread huang0
Try with the earlier J2EE 1.4 Tutorial Update 2. J2EE 1.4 Tutorial Update 4 may have some problem . . . View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861555#3861555 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861555

[JBoss-user] [Nukes User] - Re: Problem with nuke!

2005-01-11 Thread vinkh
Did you set JBOSS_HOME NUKES_HOME ? Try http://www.jboss.org/wiki/Wiki.jsp?page=InstallUninstallUpgrade View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861554#3861554 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861554

[JBoss-user] [JBossWS] - Unsupported number of service elements in wsdl document

2005-01-11 Thread raja05
Environment: JBoss_4_0_0 on Redhat 9 with JDK 1.4.2 I tried to deploy a EJB WebServices application that contains multiple porttypes in a single wsdl file. So my wsdl looks like wsdl:definitions .. | |wsdl:service name=CEEBeanEndPointService |

[JBoss-user] [Installation Configuration] - Using jboss with apache

2005-01-11 Thread additome
Hi all I m setting up a server with my domain, I use apache as web server and jboss as application server (two machines) I can forward the request from web server to app server and everything works fine, however, my domain requires me to enter as following http://www.mydomain.com// in

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS fills up database

2005-01-11 Thread hazarinaveen
Thanks yaar View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861561#3861561 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861561 --- The SF.Net email is sponsored by:

[JBoss-user] [Installation Configuration] - Re: Using jboss with apache

2005-01-11 Thread additome
additome wrote : Hi all | | I m setting up a server with my domain, I use apache as web server and jboss as application server (two machines) | | I can forward the request from web server to app server and everything works fine, however, my domain requires me to enter as following

[JBoss-user] [Installation Configuration] - Re: Using jboss with apache

2005-01-11 Thread beyarecords
If I understand you corrcetly, you don't want the war name as part of the URL but want to access it via www.yoururl.com??? If so, try adding this to your http.conf file: RewriteEngine on RewriteRule (.*)\.(js|css|xml|xsl|html|asp)$ http://localhost:8080/yourwar/$1.$2 [P,L] RewriteRule ^/(.*)

[JBoss-user] [Nukes User] - links to docs in modules.

2005-01-11 Thread vinkh
1. I have a custom module ABC deployed in nukes as ABC.sar and have some documents in my org/jboss/nukes/modules/ABC/docs folder, which i need to display through links through the site. i tried - in the template (/ABC/template/temp.html), which in fact went to the nukes home page Can you

[JBoss-user] [Nukes User] - Re: links to docs in modules.

2005-01-11 Thread vinkh
i tried - ---a href=./docs/doc.txt--- (Sorry. it bacame a link in the orig post) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861562#3861562 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861562

[JBoss-user] [EJB/JBoss] - creating connection pool! please help me!

2005-01-11 Thread repkin
I want to connect to mysql db from the ejb. I have learned that I have to create a connection pool. I have looked but I cant find how it is being. first of all I want to explaing what I have done.

[JBoss-user] [Beginners Corner] - creating connection pool! please help me!

2005-01-11 Thread repkin
I want to connect to mysql db from the ejb. I have learned that I have to create a connection pool. I have looked but I cant find how it is being. first of all I want to explaing what I have done.

[JBoss-user] [Beginners Corner] - Re: Unable to start JBoss 4.0.1 from Eclipse 3.0.1 with Lomb

2005-01-11 Thread fabio quimbay
jgra, Excuses not to mention the error messages, I forgot; but, with the suggestion of sviluppatorefico, that used JBoss IDE, I proved and work successful. Thank you very much. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861573#3861573 Reply to the post :

[JBoss-user] [Installation Configuration] - creating connection pool! please help me!

2005-01-11 Thread repkin
I want to connect to mysql db from the ejb. I have learned that I have to create a connection pool. I have looked but I cant find how it is being. first of all I want to explaing what I have done.

[JBoss-user] [JBossWS] - Re: wrapped document/literal

2005-01-11 Thread dietmarposselt
Hi there, What's that? I cannot implement webservices with more than one parameter? This cannot be true! At the moment we're using JBoss-3.2.3-RC1 very heavily in production with plenty of SLSBs exposed as SOAP services for our perl and php clients. In order to migrate to JBoss-4.0.1, we

[JBoss-user] [Installation Configuration] - Re: creating connection pool! please help me!

2005-01-11 Thread repkin
try { InitialContext ctx = new InitialContext(); DataSource ds = (DataSource)ctx.lookup(jspNedirMysql); java.sql.Connection jspNedirCon = null; jspNedirCon = ds.getConnection(); }catch(SQLException ex) { setMessage(ex.toString()); }catch(NamingException ex) { setMessage(ex.toString());

[JBoss-user] [EJB/JBoss] - Re: creating connection pool! please help me!

2005-01-11 Thread repkin
try { InitialContext ctx = new InitialContext(); DataSource ds = (DataSource)ctx.lookup(jspNedirMysql); java.sql.Connection jspNedirCon = null; jspNedirCon = ds.getConnection(); }catch(SQLException ex) { setMessage(ex.toString()); }catch(NamingException ex) { setMessage(ex.toString());

[JBoss-user] [Beginners Corner] - Re: creating connection pool! please help me!

2005-01-11 Thread repkin
try { InitialContext ctx = new InitialContext(); DataSource ds = (DataSource)ctx.lookup(jspNedirMysql); java.sql.Connection jspNedirCon = null; jspNedirCon = ds.getConnection(); }catch(SQLException ex) { setMessage(ex.toString()); }catch(NamingException ex) { setMessage(ex.toString()); }

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0.1 Linkage Error Nightmare

2005-01-11 Thread [EMAIL PROTECTED]
UseJBossWebLoader only affects the wars in the ear, not the ear itself. When set to false you are using the tomcat class loader as a child to the ear class loader instead of using the ear unified loader at the war layer. View the original post :

[JBoss-user] [JBossWS] - Re: wrapped document/literal

2005-01-11 Thread omatzura
Hi! as far as I understand, doc/literal web-services can only have one in/out complex message part (in accordance with basic profile). If you need multiple in-parts you should use rpc/literal style web-services instead (which should work fine with jboss in accordance with j2ee 1.4). correct?

[JBoss-user] [Installation Configuration] - Re: Tomcat and ClassLoader Problems

2005-01-11 Thread [EMAIL PROTECTED]
Create a bug report with a sample war on jira so we can look into why redeployment is causing the problem. http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861584#3861584 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: namespaces in -service.xml

2005-01-11 Thread [EMAIL PROTECTED]
Try describing what your trying to do. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861586#3861586 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861586 --- The SF.Net

[JBoss-user] [JBoss Getting Started Documentation] - Re: Failed to Deploy Duke's Bank org.jboss.deployment.Deploy

2005-01-11 Thread jhhdk
This problem seem to have returned unless it was never fixed. How do I fix it? 13:43:43,781 ERROR [MainDeployer] could not create deployment: file:/C:/tools/jboss-4.0.1RC1/server/default/tmp/deploy/tmp61598JBossDukesBank.ear-contents/bank-ejb.jar org.jboss.deployment.DeploymentException:

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0.1 Linkage Error Nightmare

2005-01-11 Thread [EMAIL PROTECTED]
Class loading isolation with overrides is the correct approach, but the deployment should have have any java.* or javax.* classes in the deployment as these cannot be overriden. Apparently most other class loading approaches just ignore attempts to load such classes and so don't care about

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.1 and xalan

2005-01-11 Thread [EMAIL PROTECTED]
Using what jdk and how is jboss being started? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861587#3861587 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861587 ---

[JBoss-user] [JCA/JBoss] - Re: NewConnection SQL execution

2005-01-11 Thread [EMAIL PROTECTED]
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory.isValidConnection uses it: |/** | * Checks whether a connection is valid | */ |SQLException isValidConnection(Connection c) |{ | // Already got a checker | if (connectionChecker !=

[JBoss-user] [Installation Configuration] - Log4 Problem

2005-01-11 Thread georgewinner
Hello to all, I have a problem with the jboss the log4j. The file the i have created for logging my messages jboss , writes to many messages for all the jars related for the application, which is not correct, Struts, jdom, jboss messages This makes the performance of the application to

[JBoss-user] [Installation Configuration] - Re: Multiple .har possible?

2005-01-11 Thread mveitas
Try using two differnet sessionFactories. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861589#3861589 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861589 --- The

[JBoss-user] [Clustering/JBoss] - Re: cluster jmx-console not updated in different nodes

2005-01-11 Thread [EMAIL PROTECTED]
Correct. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861585#3861585 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861585 --- The SF.Net email is sponsored by: Beat

[JBoss-user] [Installation Configuration] - Application Static Variable Isolation

2005-01-11 Thread kumaran5
Hi all, I am having a web application that creates the properties file when it gets deployed by means of ini.java that said to be ?load-on-startup? servlet class and save the database properties as static by calling simple java class. I deployed the same web application once again in the same

[JBoss-user] [EJB/JBoss] - Re: creating connection pool! please help me!

2005-01-11 Thread HariV
The lookup should be DataSource ds = (DataSource)ctx.lookup(java:/jspNedirMysql); instead of DataSource ds = (DataSource)ctx.lookup(jspNedirMysql); View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861588#3861588 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: dead lock

2005-01-11 Thread HariV
There are different locks on entity bean Method Lock The method lock ensures that only one thread of execution at a time can invoke on a given Entity Bean. This is required by the EJB spec. But, this single-threadedness, can be overridden by marking the bean reentrant in its deployment

[JBoss-user] [Persistence CMP/JBoss] - Re: dead lock

2005-01-11 Thread HariV
I forgot to check one think what is the exact exception message is it an exception from SQL Server or from entity bean. My previous reply was applicable for entity bean lock. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861591#3861591 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: javax.naming.NameNotFoundException: comp not bound

2005-01-11 Thread peake
The Answer: These are the properties: -Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory -Djava.naming.provider.url=jnp://JBOSS_HOST:1099/ -Djava.security.auth.login.config=login.conf The login.conf file, pointed to by ?java.security.auth.login.config?, needs to contain:

[JBoss-user] [JBoss Getting Started Documentation] - Re: How Can I specify the startup class in Jboss4.0?

2005-01-11 Thread darranl
http://www.jboss.org/wiki/Wiki.jsp?page=JBossFrequentlyAskedQuestions View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861598#3861598 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861598

[JBoss-user] [Persistence CMP/JBoss] - Re: @jboss.method-attributes

2005-01-11 Thread HariV
That is true. The Entity Bean wont be enlisted in a transaction, if the read only method is called,but the entity bean will be locked for the duration of the method call. You need to specify a time-out also View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: namespaces in -service.xml

2005-01-11 Thread GreyDeath
Check out the following -service.xml file mbean code=com.ftisoft.publishing.PublishingTypeFactory name=ftisoft.jmx:service=PublishingTypeFactory | attribute name=XMLConfig | array xmlns=www.ftisoft.com xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |

[JBoss-user] [Beginners Corner] - Re: creating connection pool! please help me!

2005-01-11 Thread wmprice
There are a few things to look for: 1) Use the JNDIView MBean to list the JNDI context and make sure that DataSource, as you have configured it is showing up. You should see it in the Global JNDI namespace. 2) Add a resource reference to application component (EJB or otherwise) that

[JBoss-user] [JBoss.NET] - Re: MDB as Web Service endpoint?

2005-01-11 Thread dsmiley9
Can someone please reply to this? I think I've heard references to this existing however as I look through the JBoss.NET source tree, I see no support for exposing MDBs as web services. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861600#3861600 Reply to

[JBoss-user] [Installation Configuration] - Re: javax.naming.NameNotFoundException: comp not bound

2005-01-11 Thread wmprice
There is a reason for this: the java:comp/env namespace is reserved for application components running in a managed environment. What this basically means is that each application component has its own private namespace bound to the context of java:comp/env. When running outside of the

[JBoss-user] [Messaging, JMS JBossMQ] - JMS JDBC Persistence and server restart.

2005-01-11 Thread Frank-15
Hi, the situation is the following: my application consumes messages slower than their incoming rate is thus some of them will be persisted to a Postgres RDMS (depending on memory cache-size settings, etc.) However all of these messages will be marked with 'T' and be deleted at server restart

[JBoss-user] [JBossWS] - Re: How do I deploy a SOAP Webservice (ServiceManagerClient

2005-01-11 Thread empress101
ok i looked at that page and the instruction http://www.jboss.org/wiki/Wiki.jsp?page=JBoss.NET and they are not clear HOWTO switch between JBossWS/JBoss.NET Before you can use JBoss.NET you need to remove JBossWS and install JBoss.NET manually. Here is what you need to do from the jboss.net

[JBoss-user] [EJB/JBoss] - Re: creating connection pool! please help me!

2005-01-11 Thread repkin
there is an exception 18:02:43,314 INFO [CachedConnectionManager] Closing a connection for you. Please close them yourself: [EMAIL PROTECTED] java.lang.Exception: STACKTRACE what is the reason for that and what I have to do? View the original post :

[JBoss-user] [Installation Configuration] - Multiple datasource configuration files for Hypersonic

2005-01-11 Thread afrl2005
Hello, I want to configure JBoss to run Hypersonic (in-process mode). The hsqldb-ds.xml file is easy to modify, but I am running into a a problem. The application we are developing dynamically points to several datasources. However, I always want each datasource to go to the same Hypersonic

[JBoss-user] [EJB/JBoss] - Timer vs. cluster scheduler

2005-01-11 Thread fredatwork
Hello, I have a few questions about EJB timers : 1/ I'm interested to know what JBoss 4.0 AS does with timers in a clustered environment. More specifically, I would like to know if timers can be made highly available with JBoss clustering features (the J2EE specification does not mandate high

[JBoss-user] [JBoss.NET] - Re: MDB as Web Service endpoint?

2005-01-11 Thread [EMAIL PROTECTED]
I fail to understand why an MDB has to be exposed as a Web Service. An MDB has no contact with the external world (read clients) except with the container. When a message arrives at a destination, the container creates a MDB and assigns the message to it. Tell me if I am wrong. View the

[JBoss-user] [JCA/JBoss] - Re: java.sql.SQLException: Io exception: Broken pipe

2005-01-11 Thread georgewinner
Adrian I have the same error in my application, So it's not a real error but and wrong message thrown ?? 12037157 INFO 10 Jan 2005 23:04:28,401 connectionmanager.TxConnectionManager$TxConnectionEventListener - Unregistered handle that was not registered! null for managedConnection:

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS fills up database

2005-01-11 Thread tprice
Thanks Adrian for the resposne. I'm creating a subscriber using: topicSubscriber = session.createSubscriber(topic); which, I think, should default to a non durable subscription. Is there something else I need to do? Tim. View the original post :

[JBoss-user] [Installation Configuration] - Re: javax.naming.NameNotFoundException: comp not bound

2005-01-11 Thread [EMAIL PROTECTED]
Use the global JNDI namespace in JBoss. Don't bind to java:/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861615#3861615 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861615

[JBoss-user] [EJB/JBoss] - Re: How Can I dynimicly load a Class in Session Bean (Statel

2005-01-11 Thread fredatwork
You definitely have to load a class as Frito told you : Thread.currentThread().getContextClassLoader().loadClass() But also, I would consider migrating immediately consider to JBoss 4.0.1. I had plenty of problems with JBoss 4.0.0 loading classes of mine dynamically and more generally with the

[JBoss-user] SSL help

2005-01-11 Thread Manjunath R
Hi All, I 'am trying to configure ssl in jboss/tomcat. I am using Jboss-3.2.6. I made changes in theserver.xml to use self singed certificate with thevalid password.When I tried to run the server. It is throwing theexception as given below. I am giving the correct path of the keystore

[JBoss-user] [Installation Configuration] - Re: how to configure ssl in jboss server

2005-01-11 Thread planeski
Yes, it's explained, but it doesn't work. At least not out of the box with 4.0. I get the following exception: 12:22:38,526 ERROR [StatelessSessionContainer] Starting failed jboss.j2ee:jndiName=examples/ejb20/testbeans/stateless/TraderRequired Home,service=EJB java.lang.RuntimeException:

[JBoss-user] [Javassist user questions] - Adding Methodes

2005-01-11 Thread sirrurg
Hi everyone! I have a question about bytecode manipulation with Javassist. Is it possible to modify more than one class a time and compile them together?!? I think of doing sth like this: | class A{ | void dosth(){ | ... | B.dosthmore(); | | }

[JBoss-user] [Clustering/JBoss] - Re: How can i setting up JMS clustering on jboss4.0?

2005-01-11 Thread DashV
The JBoss Clustering docs would be a great way to get started. You have to pay for them but they are well worth it. They should tell you just about everything you'd want to know. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861617#3861617 Reply to the post

[JBoss-user] [Installation Configuration] - Sometimes it compiles, sometimes it doesn't

2005-01-11 Thread TimGE
Our code is developed using Eclipse and deployed to JBoss as WAR file. I've recently tried to add an additional method to one of the classes in our package. When I deploy it to the server and then access the site, sometimes it works and other times I get an error saying that the compiler cannot

[JBoss-user] [JBossWS] - Re: document literal style and ws method with no parameter

2005-01-11 Thread [EMAIL PROTECTED]
This is a bug http://jira.jboss.com/jira/browse/JBWS-70 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861634#3861634 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861634

[JBoss-user] [HTTPD, Servlets JSP] - Re: JSTL/JBoss/JSP error

2005-01-11 Thread jlauman
For anyone interested here's what I did to solve the JBoss problem with the PropertiesEditor error. I edited org.jboss.util.propertyeditorDateEditor.java and recompiled it wth the following changes and the problem went away. I tried creating a date/time editor and a BeanInfo class but sometimes

[JBoss-user] [Installation Configuration] - Re: Connect JBoss from client pc

2005-01-11 Thread max_ten
I'm using WinXP on both machines. By using proxy server software, the client PC can share the internet connection from host PC. But just can't get it when type http://hostIP:8080/myApp in client PC. Have i miss up something? View the original post :

[JBoss-user] [Installation Configuration] - Address already in use: JVM_Bind

2005-01-11 Thread jingc3
Hi there, I am starting a jboss-3.2.3 on a server, and no matter what port number I changed for OIL2, I always get the error saying: 2005-01-11 13:53:38,640 ERROR [org.jboss.mq.il.oil2.OIL2ServerILService] Starting failed java.net.BindException: Address already in use: JVM_Bind at

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Docs\examples\ejb\simplemessage

2005-01-11 Thread zarniwoop
Hi there, the JNDI Port (default 1099) is specified in your servers conf directory in the file jboss-service.xml. I had to change that due to conflicts with my virus protection software. Rgds Jens View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861624#3861624

[JBoss-user] [Installation Configuration] - Re: Multiple .har possible?

2005-01-11 Thread luxmatic
mveitas wrote : Try using two differnet sessionFactories. That was the hint I needed. I was under the impression (wrongly) that the sessionFactory was defined and configured elsewhere. Changing the 2nd .har's SessionFactoryName to java:/hibernate/SessionFactoryExample2 - and then referring

[JBoss-user] [EJB/JBoss] - Re: Stateful Session bean and java.sql.Connection problem

2005-01-11 Thread ter_d
Hi darranl, so... where's my reply with my problem? Esther View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861639#3861639 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861639

[JBoss-user] [Installation Configuration] - Re: Address already in use: JVM_Bind

2005-01-11 Thread jingc3
Solved - there is a copy of Oil2-service.xml in the same directory, and that caused the problem View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861640#3861640 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861640

[JBoss-user] [Clustering/JBoss] - Edition 6 is the latest version of the documentation I can f

2005-01-11 Thread dpasiuk
Hello, Friends, The latest version of JBoss Clustering that I can find online is Edition 6, which seems to be for JBoss 3.2.26. I'm currently working with JBoss 4.0.1. Is this the most current version of this doc? Thanks View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Remote Topic.... Bug o wrong configuration?

2005-01-11 Thread craig1980
Hi all... sorry but i'm still blocked in this error from 7 days...Has anybody a tip? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861628#3861628 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861628

[JBoss-user] [Installation Configuration] - HTTP Session Timeout Configuration?

2005-01-11 Thread daorriss
Where is HTTP Session Timeout configured in JBoss? What file needs to be edited, etc? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861644#3861644 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861644

[JBoss-user] [Management, JMX/JBoss] - Big Problem with Schedulable

2005-01-11 Thread atillman
I have several Schedulable items that are designed to run at ~5min intervals. There is a ServletContextListener that starts up the items when our application deploys. These schedulable items worked fine for months but now they are giving us problems. When our application starts up the

[JBoss-user] [Performance Tuning] - Re: JBoss and usage of multiple processors

2005-01-11 Thread frankgrimes
If load isn't being balanced correctly across your processors, here are two likely culprits: a) Operating System b) Java Virtual Machine implementation for said O/S I seriously doubt there is any Jboss code that could impact processing load distribution View the original post :

[JBoss-user] [JBossWS] - Re: Problem with EJB Web service Client

2005-01-11 Thread [EMAIL PROTECTED]
Your client code uses the crimson parser that is the JDK default and cannot handle xml schema. Use Xerces instead like this | sysproperty key=java.endorsed.dirs value=${jboss.home}/lib/endorsed/ | View the original post :

[JBoss-user] [JBossWS] - Re: Complex types in WS4EE.

2005-01-11 Thread [EMAIL PROTECTED]
webservices.xml is a server side deployment descriptor, so it does not apply. ws4ee-deployment.xml is given as the third parameter. I corrected the wiki on this View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861631#3861631 Reply to the post :

[JBoss-user] [JBossWS] - Re: Frequently Asked Questions [Web Services]

2005-01-11 Thread [EMAIL PROTECTED]
The wiki should be the primary source of information View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861633#3861633 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861633

[JBoss-user] [HTTPD, Servlets JSP] - How to run JSF on JBoss4?

2005-01-11 Thread chuckzhg
Qudos to JBoss after having JBoss4.0.1 RC1/EJB 3.0 preview running. I would really appreciate if someone (JBoss or not) can tell us how to run JSF (Sun RI, or MyFaces, etc) on top of JBoss 4 (preferably 4.0.1RC1 till JBoss get EJB 3.0 works on higher-than-RC1). Thanks very much in advance,

[JBoss-user] [JBossWS] - Re: Problem with using custom datatypes in WSTypeMapping

2005-01-11 Thread [EMAIL PROTECTED]
The classes should be seen by the deployment class loader. If WEB-INF/lib is not included it would be a bug. http://jira.jboss.com/jira/browse/JBWS-71 Have you tried putting them in WEB-INF/classes ? View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Getting ping timeout trying to connect to a Queue

2005-01-11 Thread ehansen
I did not see a reply relevant to this post, so I would like to raise it again... what can cause this to ping timeout to happen? I have the same symptoms... the appliation will run for several days without problem, the whammo, these exceptions appear and the app is dead. It happened last

[JBoss-user] [Messaging, JMS JBossMQ] - Hung Messages

2005-01-11 Thread trickard
jboss-3.2.5, oracle datastore, jdbc3, hp-ux11.x For some reason we have some messages for a durable subscription that I have not been able to receive. I was in a tight time frame (month end) and chose to read the blobs directly, create a new message and send it to a queue where they were

[JBoss-user] [Persistence CMP/JBoss] - inconsistent state of entity bean using auto-increment

2005-01-11 Thread troyschulz
JBoss Version : 3.2.4,3.2.5,3.2.6 We are using auto-increment fields with SQL Server and have enabled insert-after-ejb-post-create in order to support NOT NULL FK constraints. From a session bean, a call such as: User u = userHome.create(first,last, [EMAIL PROTECTED]); returns an object that

[JBoss-user] [Persistence CMP/JBoss] - Re: Intermittent TransactionRollbackLocalExceptions

2005-01-11 Thread darretta
Sorry for the long delay in my reply. Here is the stack trace: 15:54:26,636 ERROR [BeanLock] Saw rolled back tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=moonrock.metnet.navy.mil//10, BranchQual=] 15:54:26,636 ERROR [LogInterceptor] TransactionRolledbackLocalException in method: public

[JBoss-user] [Installation Configuration] - Re: Does JBpm2 works on JBoss4?

2005-01-11 Thread chuckzhg
Even with JBoss 3.2.5, it passed 'ant deploy' in the Getting Startd guide, but failed immediately on the next step 'ant deploy.process.archives' with following reason: java.lang.RuntimeException: couldn't deploy process archives : couldn't instantiate class org.jbpm.persistence.hibernate

[JBoss-user] [Installation Configuration] - Re: Does JBpm2 works on JBoss4?

2005-01-11 Thread chuckzhg
Even with JBoss 3.2.5, it passed 'ant deploy' in the Getting Startd guide, but failed immediately on the next step 'ant deploy.process.archives' with following reason: java.lang.RuntimeException: couldn't deploy process archives : couldn't instantiate class org.jbpm.persistence.hibernate

[JBoss-user] [HTTPD, Servlets JSP] - Re: How to run JSF on JBoss4?

2005-01-11 Thread lafr
create a war file with this files additional: WEB-INF/lib/jsf-api.jar WEB-INF/lib/jsf-impl.jar WEB-INF/lib/jstl.jar WEB-INF/lib/standard.jar WEB-INF/faces-config.xml View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861656#3861656 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: HTTP Session Timeout Configuration?

2005-01-11 Thread [EMAIL PROTECTED]
In the web.xml file under conf directory of jbossweb-tomcatxxx.sar in the deploy dir of your configuration. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3861674#3861674 Reply to the post :

[JBoss-user] [EJB/JBoss] - cookie problem! (org.apache.jasper.JasperException)

2005-01-11 Thread repkin
connector myconnector = home.create(); Cookie[] cookies = request.getCookies(); if( myconnector.checkCookies(cookies) ) -- in my connectorBean I have define this mehod public boolean checkCookies( Cookie[] cookies )

[JBoss-user] [Security JAAS/JBoss] - Cross-context form-based authentication

2005-01-11 Thread ryoung2504
I have two applications each with their own context root and each has their own JAAS security domain. I have a set of users with the same logon credentials for both security domains but with differing roles for each domain. If I set the auth-method for both apps to BASIC then I can authenticate

  1   2   >