[JBoss-user] [JBoss Getting Started Documentation] - Re: Can't get JBoss started or get EJB deployed

2005-05-23 Thread txie2000
The package (jboss-3.2.7_jdk13.zip) I downloaded is only 8MB. This is what the snippet of the readme coming with the package JBoss 3.2.7 The jboss-3.2.7 release for the J2EE? 1.3 codebase is a bug fix and minor feature enhancement release. A jboss-3.2.x getting started guide that is based on c

[JBoss-user] [JBossCache] - Remote access JBossCache cluster

2005-05-23 Thread kan_deng
Hi, there, Suppose I have two machines A and B in the same subset. On A, I deploy JBossCache as the primary, and on B I deploy another cache instance as backup. A and B are configured to be a cluster, by configuring the ClusterName attribute to be of the same name "TreeCache-Cluster", also wi

[JBoss-user] [Clustering/JBoss] - can I make my mbean(in deploy) depends on another bean in de

2005-05-23 Thread hkdennis2k
I have a problem I have make a JMS Queue in hasingleton. and try to access it in my servlet. I am usign HAJNDI to lookup the JMS connectionfactory and queue, like the examples in wiki. But, how can I force the queue is loaded before the web context is started? and, How did I know the maste

[JBoss-user] [EJB/JBoss] - org.jboss.deployment.DeploymentException: Was unable to move

2005-05-23 Thread klpd
Iam gettinng the following error. Could anyone please help me with possible reasons to this problem? org.jboss.deployment.DeploymentException: Was unable to move war to: C:\jboss\jboss-3.2.2\server\all\tmp\deploy\tmp50978IAPNetClient.war.tmp Thanks and regards, Thomas John View the original p

[JBoss-user] [JNDI/Naming/Network] - javax.naming.CommunicationException

2005-05-23 Thread ivyEibsoft
hi,All: I have one problem that puzzled me several days.Please help me! client code(HA-JNDI properties): Properties p = new Properties(); p.put(Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory"); p.put(Context.URL_PKG_PREFIXES,"jboss.naming:org.jnp.in

[JBoss-user] [Persistence & CMP/JBoss] - Re: Optimized loading.

2005-05-23 Thread markbrazil
Thanks for that. I will try it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878840#3878840 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878840 --- This SF.Net e

[JBoss-user] [Beginners Corner] - Re: JBOSS Web Console - error

2005-05-23 Thread michaellbird
Folks, I figured it out by hunting on the web. I just learned about the command 'about:plugins' if put in the address bar, it shows all loaded plugins. My, jre was not there. I then followed a link to mozilla document help and discovered that I needed to install a symbolic link to the jre. w

[JBoss-user] [Clustering/JBoss] - any document for the demo in the wiki page?

2005-05-23 Thread menkun
In the wiki page: http://www.jboss.org/wiki/Wiki.jsp?page=JBossHA, there is a demo of clustering bank. But I didnot figure out how to use it, does anybody has experience on it? or any document like the start-guide for it? thanks! View the original post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Javassist user questions] - Re: NullPointerException occurs when Handler#getType() metho

2005-05-23 Thread daisuke
I agree with you. Concretely, I propose the following modification. - Change the ExprEditor#edit(Handler) method to hook only the catch block. Moreover, I want to other methods to treat respectively the synchronized block and finally block. So, I want you to adopt the new methods for hooking

[JBoss-user] [The Lizzard's corner] - Search and Get Paid !!!

2005-05-23 Thread rceniza
Search and Get Paid !!! Netbux is paying $0.80 a day for searching with them.. In fact, it is only spending you less than 10 mins per day. Dont be suprised. Further, you can get 100% returns from all your referrals.. This means each referral earn $0.80.. you earn $0.80 too.. and it pays 4 l

[JBoss-user] [EJB/JBoss] - Re: 9.2.7 - Valid types for RMI/IIOP (inner interfaces?)

2005-05-23 Thread dsn
Figured it out ... array declarations in inner interface/class of an EJBObject interface are not allowed ... In the example, moving this to another place removed the warnings String[] consArray = {"A", "B", "C", "D"}; int[] consArray2 = new int[] {0, 1, 2}; - dsn View the original

[JBoss-user] [JBossCache] - Re: Problems in tutorial

2005-05-23 Thread sarvjeet
Thanks Ben! - Sarvjeet View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878832#3878832 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878832 --- This SF.Net email is

[JBoss-user] [JNDI/Naming/Network] - Re: InitialContext.lookup(

2005-05-23 Thread rgc3679
I have a similar problem, does anyone have a solution? --BobC View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878829#3878829 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878829 --

[JBoss-user] [EJB/JBoss] - Re: Jboss mbean and CORBA clients

2005-05-23 Thread jregen
I saw this same log message until I defined JBOSS_HOME in my environment prior to running jbosshope that helps. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878828#3878828 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Messaging, JMS & JBossMQ] - Running clustered JBossMQ standalone

2005-05-23 Thread tlockney
Is it possible to run the a clustered JBossMQ without having to use the "all" configuration? We really need a clustered (that is, fault tolerant) MQ and had hoped to use JBossMQ, but running the full JBoss stack on each server does not seem like a great solution. View the original post : http

[JBoss-user] [Security & JAAS/JBoss] - Re: ERROR [JaasSecurityManagerService] Failed to create sec

2005-05-23 Thread craig1980
I'm sorry i don't know why it has been created so bad formatted; this is what i have added to my auth.conf: eng { |// jBoss LoginModule |org.jboss.security.ClientLoginModule required; | |// Put your login modules that need jBoss here | }; This is what i have added to logi

[JBoss-user] [JBossCache] - Re: Transaction commit and replication

2005-05-23 Thread a045103
Can replication failures in a REPL_SYNCH scenario put some members of the cache out of sych with other members of the cluster, or does it cause the JTA transaction to be rolled back? Is consistency guaranteed for this scenario? Is it fair to say that if we use REPL_ASYNCH, we trade safety for sp

[JBoss-user] [Security & JAAS/JBoss] - ERROR [JaasSecurityManagerService] Failed to create sec mgr

2005-05-23 Thread craig1980
Hi all; i'm using JBoss 3.2.6 on Windows XP sp 2 and SDK 1.4.2_07; i have created a my .ear and i have created a my security-domain; well i have modified the auth.conf file by adding: eng { |// jBoss LoginModule |org.jboss.security.ClientLoginModule required; | |// Put your

[JBoss-user] [JBossCache] - Re: is it possible to have in-memory caching if running on m

2005-05-23 Thread [EMAIL PROTECTED]
Yes, use the REPL_SYNC or REPL_ASYNC mode, for example. Check the documentation. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878822#3878822 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878822 -

[JBoss-user] [JBossCache] - Re: Transaction commit and replication

2005-05-23 Thread [EMAIL PROTECTED]
Yes, but it is not 2PC yet though. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878823#3878823 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878823 --- This

[JBoss-user] [JBossCache] - Re: Problems in tutorial

2005-05-23 Thread [EMAIL PROTECTED]
If you are using release 1.2.2, there is a bug in the sh/bat script. You will need to add jboss-j2se.jar to your classpath (right after jboss-j2ee.jar, for example). -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878821#3878821 Reply to the post : htt

[JBoss-user] [HTTPD, Servlets & JSP] - How to Deploy Servlets and JSP and...

2005-05-23 Thread ironman166
Can someone tell me how to deploy a servlet application. Is there any manager application in Jboss like the one in TOMCAT. Please comment View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878820#3878820 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.

2005-05-23 Thread josey
Thanks for the reply Scott. This must not be the root of my problem. I am getting the following errors on startup (in eclipse): 1. java.lang.NoClassDefFoundError: org/jboss/security/auth/spi/UsersObjectModelFactory 2. ERROR [org.jboss.naming.NamingService] Starting failed jboss:service=Naming

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.

2005-05-23 Thread [EMAIL PROTECTED]
jboss-jass.jar, jnet.jar have no use in any jboss-4.0.x and so they have been removed. They are old pre-jdk 1.4.x classes needed when running under jdk 1.3. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878815#3878815 Reply to the post : http://www.jboss.or

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.

2005-05-23 Thread josey
For some time now I have tried to get Jboss 4.0.2 to run as the server in eclipse. I have tried many different server.file variations. Moreover, I have searched the web and the mailing lists numerous times with no success (I found a link or two but they seemed to be referring to 4.0.1 or had i

[JBoss-user] [JBoss Portal] - Re: Display of German characters

2005-05-23 Thread mholzner
the portal does not set the encoding of the response, so it is up to the app server to handle that. I beliefe that it uses the underlying system encoding (which would match your observations). You can change the encoding however. You could modify the content type interceptor (or better: plug in

[JBoss-user] [EJB/JBoss] - Deployment NullPointerException during entity-command creati

2005-05-23 Thread nfg
Hi, I get the following exception when deploying my EJBs: 22:18:19,296 WARN [ServiceController] Problem starting service jboss.j2ee:jndiName=evd/ejb/cor/DecryptionKeyLocal,service=EJB | MBeanException: org.jboss.deployment.DeploymentException: Couldn't create entity command: ; - nested throw

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot connect to DLQ when users/roles are defined in an

2005-05-23 Thread osganian
Turning tracing on and switching the unauthenticatedIdentity from guest to another user in the system I see this: | ... | 2005-05-23 15:27:21,467 TRACE [org.jboss.mq.security.SecurityManager] Checking authorize on subjectInfo: SubjectInfo {subject=Subject: | Principal: myuser |

[JBoss-user] [JBossWS] - Re: Problem creating port-component in webservices.xml

2005-05-23 Thread bgrieder
Following your post I tried xDoclet 1.2.3 and I ran into similar issues plus others (like the WEB-INF directory systematically inserted in some of the paths where JBoss expects META-INF) I moved back to 1.2.2 (which supports the wsee doclet with similar limitations) and everything went back ok.

[JBoss-user] [JBoss Portal] - Re: JDK not found....?

2005-05-23 Thread echoi1975
can you print your JAVA_HOME value... also if that is set correctly, you might want to add the rt.jar to your CLASSPATH env variable. I'd also double check the reference to the JAVA_HOME inside of the ant build file to make sure it's pointing to what you think it should be pointing to... View

[JBoss-user] [Persistence & CMP/JBoss] - EJB persistence in incorrect order

2005-05-23 Thread lduperval
Hello, I am trying to figure out a problem with my JBoss installation. I have a number of 1-M relationships defined and when I try to create data that contains a foreign key, I always get errors like this: | java.sql.SQLException: INSERT statement conflicted with COLUMN FOREIGN KEY constrai

[JBoss-user] [Messaging, JMS & JBossMQ] - Cannot connect to DLQ when users/roles are defined in an LDA

2005-05-23 Thread osganian
I'm having trouble connect to the default DLQ when my users and roles are defined in an LDAP server. What am I missing here? In my LDAP server I have the following guest user and role (the unencrypted password value is 'guest'): # Temporary guest role and user. dn: cn=guest,ou=Roles,o=myorg,dc

[JBoss-user] [Installation & Configuration] - Re: Help ME: Web application depend on mt mbeans to be loade

2005-05-23 Thread javierDajabon
Umesh, Are you deploying your entire application using an EAR file? If not, you should try that. That could fix your problem. So, you would have a SAR archive and a WAR archive and they would both be contained within your EAR archive. Of course you will also need some additional xml files (i.e.

[JBoss-user] [Installation & Configuration] - Run JBoss as Linux Daemon

2005-05-23 Thread alancota
Hello all! I'm trying to run JBoss as daemon at my Suse Linux box, but how can I do this? Tks. Att, Alan Cota. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878790#3878790 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [JCA/JBoss] - problem in Jboss with postgreSQL

2005-05-23 Thread waglik
Hi I try to connect to postgreSql server from my bean on Jboss. When I execute query in simple java class it works and when I put it into EJB it crush down. query is very simple just to test if its working : String sql = "SELECT * FROM urzytkownicy"; ResultSet rs = stmt.executeQuery(sq

[JBoss-user] [JBoss Portal] - Re: Display of German characters

2005-05-23 Thread martingi
What I did besides setting the encoding in the JSP was changing the default encoding of my linux system to UTF-8. So if I am doing a # echo $LANG I get DE_de.UTF-8 Maybe it would help if you did a similar change. Actually my guess is that my problem was not related to JBP, but more generally to

[JBoss-user] [Installation & Configuration] - Re: org.jboss.logging.util.OnlyOnceErrorHandler no longer im

2005-05-23 Thread oyenstikker
The javadoc didn't list it. I just looked at the code, which does implement it. I compiled from that code. I still get this when I deploy my .war (which works just fine in 4.0.1): | 13:22:01,436 INFO [STDOUT] log4j:ERROR A "org.jboss.logging.util.OnlyOnceErrorHandler" object is not | assi

[JBoss-user] [Management, JMX/JBoss] - Re: Requesting data from multiple servers using JMX, all giv

2005-05-23 Thread paul_zm
Yes, I also considered that option but we use mbeans very intensively so that wasn't an option. I finally solved my problem by implementing a webservice wrapper. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878783#3878783 Reply to the post : http://www.jb

[JBoss-user] [Management, JMX/JBoss] - Re: Requesting data from multiple servers using JMX, all giv

2005-05-23 Thread bdymek
Warning: not sure if this applies to your version of JBoss. I have encountered a similar problem with the InvokerInterceptor in JBoss 3.2.7 when attempting to use JMX between 2 instances of JBoss, without clustering. After looking at the 3.2.7 source code, I was able to resolve the issue by c

[JBoss-user] [Installation & Configuration] - Re: Can a JBoss4 appserver be a client to a JBoss3 appserver

2005-05-23 Thread forkbomb
"[EMAIL PROTECTED]" wrote : The 4.0.x/3.2.x interop issues won't be fixed until the 4.0.2/3.2.8 release. Scott, I see that the slated release date for JBoss 3.2.8 is on May 31, but I don't see the a line item for the interop issues in the tentative release notes. Is this still going to be fixe

[JBoss-user] [Installation & Configuration] - Re: org.jboss.logging.util.OnlyOnceErrorHandler no longer im

2005-05-23 Thread darranl
What makes you think it doesn't implement the interface? I have just looked at the history in CVS and every version does implement the ErrorHandler interface. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878778#3878778 Reply to the post : http://www.jbo

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

2005-05-23 Thread luca.mandorlo
"[EMAIL PROTECTED]" wrote : Use a resource-ref to avoid hard-coded jndi names. I try to use a resource-ref for accesing to java:/hibernate/SpikeSessionFactory called hibernate. Deployment is ok, but SessionFactory object in null again!!! this i the code: InitialContext context = null; |

[JBoss-user] [Persistence & CMP/JBoss] - customize read-ahead strategy doing a finder in one db call

2005-05-23 Thread DeMarco
Hi together, i know this is an old problem and is discussed in this forum in different context; but i didn't find a solution for my scenario and here it is: I'm using a table about 30 columns and over 150.000 entries. Now i want to execute a finder findAll that executes ony 1 db call. For th

[JBoss-user] [Persistence & CMP/JBoss] - Jboss4.0.2 and Hibernate3 problem

2005-05-23 Thread luca.mandorlo
Hi, I've this problem using hibernate3 and jboss. When I try to obtain the SessionFactory object always I see a nullPointerExcetpion :( When jboss start, then name of my SessionFactory seems to be right : SessionFactory successfully built and bound into JNDI [java:/hibernate/SpikeSessionFacto

[JBoss-user] [Javassist user questions] - Re: Problem with java.lang.VerifyError

2005-05-23 Thread chiba
Brennan and I investigated this problem and found that the real problem was the value of the variable df declared in this statement: java.text.DateFormat df; was used before the initial value is assigned to this variable. Javac can detect this type of error is detected but the compiler of Ja

[JBoss-user] [Installation & Configuration] - org.jboss.logging.util.OnlyOnceErrorHandler no longer implem

2005-05-23 Thread oyenstikker
As of 4.0.2, org.jboss.logging.util.OnlyOnceErrorHandler no longer implements org.apache.log4j.spi.ErrorHandler. Yet the log4j.xml assumes it does. Why is this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878773#3878773 Reply to the post : http://www.jbo

[JBoss-user] [Security & JAAS/JBoss] - Need suggestion on LoginModule implementation approach.

2005-05-23 Thread sandipan_s
Hello Team, we have an existing J2EE based application where authentication mechanism was apache. Now we would like to incorporate security into our applications using JBossSX. We want role based declarative authentication. The user-id and password will be stored in Active Directory and roles i

[JBoss-user] [JBoss Getting Started Documentation] - Re: Can't get JBoss started or get EJB deployed

2005-05-23 Thread [EMAIL PROTECTED]
jboss-3.2.7 certainly is not a patch. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878771#3878771 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878771 --- This SF

[JBoss-user] [Beginners Corner] - How to register a RMI object as a startup class in JBoss?

2005-05-23 Thread txie2000
In weblogic, I can register a RMI object as a startup class, so everytime, server starts up, it will be instantiated. How can I do the same thing with JBoss? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878770#3878770 Reply to the post : http://www.jboss.

[JBoss-user] [Persistence & CMP/JBoss] - Re: entity bean strategy on-find doesnt seem to work ??

2005-05-23 Thread DeMarco
Execute your finder and the collection iteration in one transaction. f.e. generate a sessionbean and a method with transaction required.The entity transaction state should always be transaction required. In this method call the finder and make the iteration. if you are using a remote client dire

[JBoss-user] [JBoss Getting Started Documentation] - Re: Can't get JBoss started or get EJB deployed

2005-05-23 Thread txie2000
Never mind, Jboss 3.2.7 seems like a patch. Should install 3.2.6 before apply it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878768#3878768 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878768 -

[JBoss-user] [Installation & Configuration] - Re: startup fails almost immediately with an OutOfMemory

2005-05-23 Thread thammoud
This is a bug in JBOSS and not JDK1.5. See http://jira.jboss.com/jira/browse/JBAS-1837 for more details. We encountered the same behavior. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878767#3878767 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Clustering/JBoss] - Newbie ask for help on Jboss clustering examples

2005-05-23 Thread menkun
I have install Jboss 4.0.2 on two machines (win2k), and run -b 192.168.1.100 -c all and run -b 192.168.1.101 -c all. From the output, seems that mcast works. But I don't where is the jmx-console. I tried 192.168.1.101:8080/jmx-console, but failed. I just need an examples to show how Jboss handl

[JBoss-user] [JCA/JBoss] - Deployment of rar to jboss-4.0.0

2005-05-23 Thread gobinda
Good day. I have a third part RAR that i would like to deploy to jboss. The vendor has provided a generic deployment descriptor and also one for weblogic. How can this be adopted for jboss and deployed ? Please find below the contents of ra.xml and weblogic-ra.xml ra.xml http://java

[JBoss-user] [Clustering/JBoss] - Setup document for 4.0.2

2005-05-23 Thread gmoh
are there any updated setup document covering 4.0.2? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878756#3878756 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878756

[JBoss-user] [JBossCache] - Can JBossCache dynamically change its item limit on the cach

2005-05-23 Thread sean_gildea
Dear Ben or Bela Can JBossCache dynamically change its item limit on the cache once its built? Thanks, Sean Gildea View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878755#3878755 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Beginners Corner] - 'Element type

2005-05-23 Thread rtella
I'm trying to deploy an .ear file that contains a very simple client that calls an EJB.I get this error when deploying the .ear to Jboss 4.0.1sp1 on Redhat AS3.0. The jboss-client.xml does declare jboss-client! I've verified it against the jboss_client_4_0.dtd using an XML editor. Here i

[JBoss-user] [Clustering/JBoss] - Problem with farm folder scanning

2005-05-23 Thread Synbios
Hello, I've configured 2 JBoss instances (4.0.2) on the same machine that work in a cluster named WKEIPTRANSFO. I've configured farm-service.xml like this : | | | | | jboss:service=${jboss.partition.name:DefaultPartition} | jboss.ejb:service=EJBDeployer

[JBoss-user] [Security & JAAS/JBoss] - Re: Transferring Credentials from JSP->Applet

2005-05-23 Thread meatus
Is this a silly question? Is this not a realistic goal? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878748#3878748 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878748

[JBoss-user] [HTTPD, Servlets & JSP] - "error page" for only a particular servlet

2005-05-23 Thread toni
Hello, I would like to handle 404 errors, only when dispatching a HttpRequest from a particular (and only that) servlet to a different servlet. So if a forward fails from the servlet /testServlet, only then I want the error to be handled by that or some other servlet. I know that I can define

[JBoss-user] [JBossWS] - Re: Problem creating port-component in webservices.xml

2005-05-23 Thread buntjer
I'm also having a problem with the Port settings created by XDoclet. * @wsee.port-component | * name = "MyPort" | This leads to the following in my webservices.xml file: | MyPort | MyPortPort | No matter if I specify a wsdl-port or not, this is what

[JBoss-user] [Beginners Corner] - Re: Advice on converting RMI app to JBoss

2005-05-23 Thread stevehodpriest
Any luck with your problem Chubbard76. I too need to register a couple of objects and get the same problem View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878744#3878744 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Beginners Corner] - JBoss-4.0.2: JAR Classes resolve to a package instead of a C

2005-05-23 Thread kevindougan
When deploying an app to JBoss-4.0.2, I see the following errors which do not show up when deploying the exact same app to JBoss-4.0.1sp1: org.apache.jasper.JasperException: Unable to compile class for JSP Generated servlet error: Only a type can be imported. oracle.jdbc.pool.OracleDataSource re

[JBoss-user] [JBossCache] - Re: Standalone TreeCache with Configured LRU policy???

2005-05-23 Thread Cork
I thought I read somewhere that the source for JBossCache was now on a seperate cvs branch someplace else? I don't mind to configure it from xml for now, but I can't find documentation to do that either... only for the mbean/jboss environment. Maybe when I have the source and got it working I

[JBoss-user] [JBossCache] - Re: Transaction commit and replication

2005-05-23 Thread a045103
If you use REPL_SYNCH, does JBoss cache participate in the transaction as a resource manager? /doug View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878739#3878739 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878739

[JBoss-user] [JBossCache] - Re: Standalone TreeCache with Configured LRU policy???

2005-05-23 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=CVSRepository to check out the source. THere if no documentation on how to configure your own eviction policy progrmatically. Would you like contribute one if you get it to work. :-) -Ben View the original post : http://www.jboss.org/index.html?module=

[JBoss-user] [JBossCache] - Re: Transaction commit and replication

2005-05-23 Thread [EMAIL PROTECTED]
Asynchonous replication implies that the JTA context doesn't span to the other node. Once it is out of the wire (in the prepare phase), it returns successfully and tx is ready to commit. Synchronous will wait for the replication result before going to commit stage or rollback. -Ben View the o

[JBoss-user] [JBossCache] - Re: New CVS module

2005-05-23 Thread [EMAIL PROTECTED]
Here is the instruction to the new JBoss cvs forge. http://www.jboss.org/wiki/Wiki.jsp?page=CVSRepository View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878737#3878737 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=387

[JBoss-user] [EJB/JBoss] - Could not passivate; failed to save state

2005-05-23 Thread Jonasl
I get this error in my stateful session bean. Is there any ideas on how to solve this problem? 15:02:24,781 WARN [AbstractInstanceCache] failed to passivate, id=e92p5p91-j javax.ejb.EJBException: Could not passivate; failed to save state; CausedByExcep tion is: org.jboss.mq.SpyQueueSend

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

2005-05-23 Thread [EMAIL PROTECTED]
Use a resource-ref to avoid hard-coded jndi names. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878733#3878733 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878733 --

[JBoss-user] [Nukes User] - ERROR [org.jboss.ejb.EntityContainer] Starting failed

2005-05-23 Thread jkarthi
ERROR [org.jboss.ejb.EntityContainer] Starting failed org.jboss.deployment.DeploymentException: Could not load class: | at org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCEntityCommandMetaData.(JDBCEntityCommandMetaData.java:61) | at org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCEntityMet

[JBoss-user] [Nukes User] - Re: Custom Module EJB Deployment Problem

2005-05-23 Thread jkarthi
I got the same problem Pl help View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878731#3878731 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878731 --- This SF.Net

[JBoss-user] [JBoss Getting Started Documentation] - Re: Tutorials [ Something is wrong]

2005-05-23 Thread nskarthik_k
Hi Where can I find the Same[ instructions for enabling remote access to hypersonic] Please am not able to get in the Tutorial for Duke bank Deployment... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878730#3878730 Reply to the post : http://www.jbos

[JBoss-user] [JBoss Getting Started Documentation] - Re: Tutorials [ Something is wrong]

2005-05-23 Thread [EMAIL PROTECTED]
Make sure to follow the instructions for enabling remote access to hypersonic. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878729#3878729 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878729 -

[JBoss-user] [Performance Tuning] - Re: jvmstat with JBoss

2005-05-23 Thread rafcio
I forgot to start ./rmiregistry & But after start I get this error: E:\data\rafcio\bin\jvmstat\bat>visualgc.cmd [EMAIL PROTECTED] RMI Server JStatRemoteHost not available Regards, Rafal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878727#3878727 Reply to

[JBoss-user] [The Lizzard's corner] - Re: how to use jboss-4.0.1sp1 in eclipse?

2005-05-23 Thread ShareMe
In Eclipse you have to use Eclipse 3.x along with WTP as lomboz is already included the updated version.. Since you want access to Jboss4.0 you might need to use Eclipse3.1M6 with TWP for that Eclipse version.. WTP right now is a separate eclispe download..its listed separately on the downloa

[JBoss-user] [Performance Tuning] - jvmstat with JBoss

2005-05-23 Thread rafcio
Hi, I try to use jvmstat E:\data\rafcio\bin\jvmstat\bat>visualgc.cmd invalid argument count Version 3.0_b04 10/12/04 - Requires J2SE/Hotspot 1.5.0 or later with my remote JBoss installation under Linux. The parameter is set to: JAVA_OPTS="$JAVA_OPTS -XX:+UsePerfData" and we use this Java: [12:

[JBoss-user] [The Lizzard's corner] - A GUI Aministraction interface for JBOSS!

2005-05-23 Thread ShareMe
If someone were to volunteer to make a gui interface for administering JBOss where should Ipost the beginning thread for the discussion that leads to the demo and the subproject acceptance under Jboss? Potential Techngolgies to be used: -AJAX -Eclipse RCP *I have to do several article son RC

[JBoss-user] [JBossCache] - is it possible to have in-memory caching if running on multi

2005-05-23 Thread enyedi
I am using version 1.2.2 and attempting to configure jbosscache standalone. My problem is as follows: I run two instances of a "handshake" test on two sepatate machines. The test consists of client A putting a key in cache and client B then performing a get on this key (both caches were started

[JBoss-user] [Persistence & CMP/JBoss] - Re: Optimized loading.

2005-05-23 Thread schrouf
It might help to enable SQL-Statement.Tracking, so you can see, what is actually executed by the cmp engine according to your / setting. Add an entry to your .../conf/log4j.xml Regards Ulf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387

[JBoss-user] [Persistence & CMP/JBoss] - Re: Optimized loading.

2005-05-23 Thread schrouf
It might help to enable SQL-Statement.Tracking, so you can see, what is actually executed by the cmp engine according to your / setting. Add an entry to your .../conf/log4j.xml Regards Ulf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387

[JBoss-user] [JBoss Portal] - how did you changed JBossRenderResponse ContentType to UTF-8

2005-05-23 Thread chuka
Hi martingi! how did you changed JBossRenderResponse ContentType to UTF-8? I've changed all my jsp's page directive so that they have <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> , but i couldn't display any mongolian character, all the character were broken. when i c

[JBoss-user] [Persistence & CMP/JBoss] - Re: Optimized loading.

2005-05-23 Thread schrouf
This time with code section :-) | | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878717#3878717 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878717

[JBoss-user] [Persistence & CMP/JBoss] - Re: Optimized loading.

2005-05-23 Thread schrouf
It might help to enable SQL-Statement.Tracking, so you can see, what is actually executed by the cmp engine according to your / setting. Add an entry to your .../conf/log4j.xml Regards Ulf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hibernate In Action/HibernateUtil/JBoss4+Hibernate3 Prob

2005-05-23 Thread jukvaa
Hello, In Hibernate3 I think that you should use SessionFactory.getCurrentSession() instead of HibernateContext. I think that will do the same thing in application server independent way. But the problem that I see here is that neither of these will work if you are not inside a transaction. A

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invalid transaction id error

2005-05-23 Thread jaikiran
Hi, Can anyone tell me whether this doesnt work in JBoss-3.2.3? I have been trying to find a solution for this since a long time now. I also, tried out by removing the creation of a transaction. Even then i got the same exception. Hopefully, will get a reply this time Thank you View the ori

[JBoss-user] [Persistence & CMP/JBoss] - Re: Optimized loading.

2005-05-23 Thread markbrazil
Percy, Did you ever get a reply or find out how to do it ? I have the same problem. Regards, Mark. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878711#3878711 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878711

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial on JBoss 4.0.2

2005-05-23 Thread miclon
The same for me App working fine on 4.0.1 and not anymore on 4.0.2 It's seems that version 4.0.2 has intruduced some new bugs it's a shame. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878710#3878710 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Subject Based Authorization

2005-05-23 Thread nmuralid
Looks like setting "SubjectAttributeName" works for a Servlet, is there something similar for EJBs? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878709#3878709 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878709

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial on JBoss 4.0.2

2005-05-23 Thread movies1978
PS : I deployed the same FiboApp.Ear on a Jboss 4.01 and it worked! So the error seems to be Jboss 4.02 related. Cheers Mathias View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878706#3878706 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [EJB/JBoss] - Re: Problems with JDOM + XPath in JBoss 4.0.1

2005-05-23 Thread janapoornavel
fear you are using the another version of jaxen.jar,you could find the jaxen jar which the jboss uses in jboss/lib directory,replace it with the verion you use,that should solve the problem View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878705#3878705 Reply

[JBoss-user] [JBossWS] - Re: ClassCastException SoapElementAxisImpl

2005-05-23 Thread Jonathan.Martin
For Info, This error was caused by adding the root of the attached xml document using body.addChildElement(). I changed this to use body.addBodyElement() and this worked OK. I stiil used element.addChildElement() whilst converting the element nodes from one implementation to another sucessfull

[JBoss-user] [Installation & Configuration] - memory in jboss

2005-05-23 Thread domiz74
Hello to all, which are the parameters for the management of the memory on jboss325 Where can i find documentation for it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878703#3878703 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial on JBoss 4.0.2

2005-05-23 Thread movies1978
Hi, I do get the same error, while trying the Fibo Tutorial. My Configuration is Jboss 4.0.2, Java 1.5, latest Jboss-Ide from the online ressource. What does the Erorr mean anyway? Does it mean, that the JNDI Service can not locate my ComputeServlet??? Cheers Mathias View the original post :

[JBoss-user] [JBossCache] - Re: Standalone TreeCache with Configured LRU policy???

2005-05-23 Thread Cork
Hi Ben, I'm still struggling with this, can you tell me how to get a copy of the source so that I can see whats going on. Some documentation on how to configure this standalone would also be appreciated. Cheers Peter View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [Beginners Corner] - Re: Port already in use: 1098

2005-05-23 Thread coolfeature
Hi, I reserved the ports as you suggested, it worked great. Thanks a lot, Lei View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878699#3878699 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878699 ---