[JBoss-user] [Management, JMX/JBoss] - Re: Register MBean using the jmx-console with jboss-3.2.2

2004-05-14 Thread [EMAIL PROTECTED]
You can't do it with the current jmx-console. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835060#3835060 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835060 --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Problem Verifying WAR Using Log4J on 3.2.3

2004-05-14 Thread [EMAIL PROTECTED]
You can use any object name. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835059#3835059 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835059 --- This SF.Net ema

[JBoss-user] [HTTPD, Servlets & JSP] - Re: apache-jboss virtual hosts---HELP!!!

2004-05-14 Thread [EMAIL PROTECTED]
Maybe this: Virtual Hosts View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835058#3835058 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835058 --- This SF.Net email

[JBoss-user] [EJB/JBoss] - Re: transaction problem

2004-05-14 Thread [EMAIL PROTECTED]
Because the spec says application exceptions are not automatically rolled back. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835057#3835057 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835057

[JBoss-user] [EJB/JBoss] - Re: Got problem with deploying an EJB in JBoss3.2.3 while it

2004-05-14 Thread [EMAIL PROTECTED]
See FAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835056#3835056 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835056 --- This SF.Net email is sponsored by: S

[JBoss-user] [Beginners Corner] - Re: SQL error while JBoss try to create the table in my data

2004-05-14 Thread [EMAIL PROTECTED]
You should hand code the ejb-jar.xml rather than use XDoclet. Once you get your deployment descriptor right, and the bean works, then start debugging XDoclet. XDoclet is only useful if you get every tag exactly right. Make one mistake and you're debugging it for hours. View the original post :

[JBoss-user] [Beginners Corner] - Re: problems with ejb create and primary keys

2004-05-14 Thread [EMAIL PROTECTED]
How do you declare your PK in your deployment descriptor? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835054#3835054 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835054 --

[JBoss-user] [Beginners Corner] - Re: Problems resolving Context.

2004-05-14 Thread [EMAIL PROTECTED]
java:comp/env is the bean's private name space, a client cannot look up from that location. You need to access the global namespace (maybe Fibo?). Go to the jmx-console, find service=JNDIView, click "invoke" on the list operation and scroll down until you see "Global namespace" and find your be

[JBoss-user] [Beginners Corner] - Re: How to implement LIKE with input parameters in EJB QL 2.

2004-05-14 Thread [EMAIL PROTECTED]
"ltcmelo" wrote : Just complementing... | I also tried with '%?1%' after LIKE and did not work. | How does it "not work" ?! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835052#3835052 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [The Lizzard's corner] - Re: jboss 3.2.4

2004-05-14 Thread [EMAIL PROTECTED]
IIRC there's going to be an RC2 first. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835051#3835051 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835051 --- This

[JBoss-user] [Nukes User] - Re: [CALL FOR TESTING] Re: Getting started -- updated docume

2004-05-14 Thread joehobson
"hxp" wrote : CALL FOR TESTING | Nukes 1.1 is coming out soon -- and you can help make sure it gets tuned up nicely before it goes out the door! | I updated my CVS last night and took it for a spin. There were a few issues but i don't have any specific errors to show yet. One example was t

[JBoss-user] [Performance Tuning] - Need to be able to use property file to shut off JBoss's exp

2004-05-14 Thread memoryerror
We are one inch from the goal line in terms of getting acceptance from an extremely large customer (Fortune 50, seriously). What we are asking for in this post will eliminate the remaining gap. We need to be able to configure JBoss from a property file to not call runGarbageCollector() in Syste

[JBoss-user] [Performance Tuning] - Re: Misleading out of memory error while loadtesting

2004-05-14 Thread memoryerror
We were overwhelming the garbage collector with objects being created from rows returned from the database. The database connections were a red herring. All sorts of things started failing once the garbage piled up. We changed the algorithm to read from an in-memory cache instead of from the dat

[JBoss-user] [EJB/JBoss] - Re: Got problem with deploying an EJB in JBoss3.2.3 while it

2004-05-14 Thread saturnwalker
yes, you are right! a BCEL.jar in JBuilder block off the bcel.jar in JBoss. So it is the reason now. but still the warn message : 20:57:50,159 WARN [EmbeddedTomcatService] Unable to invoke setDelegate on class loader:[EMAIL PROTECTED] I have another Tomcat5.0 in my machine, is it matter? anywa

[JBoss-user] [Security & JAAS/JBoss] - Can't get howto servlet examples to work in 3.2.3

2004-05-14 Thread jj
I just downloaded a fresh 3.2.3 and a fresh jaas howto. Sucessfully built the jaas_howto server config and successfully started the server. When clicking Invoke PublicSession.echo() as java, echoman [PASS] from http://localhost:8080/jaas-example1/index.html, I get output from the server and fro

[JBoss-user] [EJB/JBoss] - Re: JBoss 3.2.0 - Naming Service on Multi-Homed Host - Wrong

2004-05-14 Thread nickman
Think we got it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835039#3835039 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835039 --- This SF.Net email is sponsor

[JBoss-user] [EJB/JBoss] - Re: Got problem with deploying an EJB in JBoss3.2.3 while it

2004-05-14 Thread saturnwalker
Yes, there are 5 jar files, but no bcel.jar, dom.jar, sax.jar, xalan.jar, xercesImpl.jar, xsltc.jar and I am using a jdk1.4.2 in JBuilder folder, so how can I do? thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835036#3835036 Reply to the post : ht

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invalid Transaction ID Error

2004-05-14 Thread [EMAIL PROTECTED]
The XASession's XAResource has not been enlisted in a JTA transaction. I recently added code for jboss-3.2.4 that allows JBossMQ's XAConnectionFactory to be used outside a JTA transaction (it behaves the same as AUTO_ACKNOWLEDGE) I would suggest you try it with the plain ConnectionFactory Or fig

[JBoss-user] [Security & JAAS/JBoss] - changing roles query and principal query in login-config.xml

2004-05-14 Thread srikrishna_kalavacharla
I'm trying to change the roles query and principal query so that it will take another parameter(company name) along with the login name. I've got the design how to implement this from forums and tried to do as follows: 1) Implemented MySimplePrincipal which extends SimplePrincipal class and ta

[JBoss-user] [Beginners Corner] - Re: How to implement LIKE with input parameters in EJB QL 2.

2004-05-14 Thread ltcmelo
Just complementing... I also tried with '%?1%' after LIKE and did not work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835031#3835031 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835031 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Invalid Transaction ID Error

2004-05-14 Thread llivings
The following stack trace is from a BEA WebLogic JMS Client attempting to produce a message on a JBossMQ Topic using XA. I am using JBoss 3.2.3 and BEA WebLogic 8.1 SP2. Any insight would help me enormously. Thank you. javax.jms.JMSException: Invalid transaction id. at org.jboss.mq.Spy

[JBoss-user] [The Lizzard's corner] - Re: http://www.jboss.org/community/index

2004-05-14 Thread admin
This occurs when you are not logged into sourceforge. You are not able to submit a bug until you login to sourceforge. Once you login, the field will be shown (according to people smarter than me). -Joe McGonnell, JBoss View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [Beginners Corner] - Re: How to implement LIKE with input parameters in EJB QL 2.

2004-05-14 Thread ltcmelo
I still haven't gotten it working. Here's what i have in jbosscmp-jdbc.xml | | |findByName | | java.lang.String | | | | | | for the exact s

[JBoss-user] [Nukes User] - Re: Getting started -- updated documentation on wiki

2004-05-14 Thread cuoz
I'm running last night's CVS snapshot with PostgreSQL on Linux. So far, I've had a few issues: 1. I added a poll and told it to go on the right hand side, but it came out on the left. When I try to move it, I get an exception saying "javax.management.InstanceNotFoundException: nukes.blocks:nam

[JBoss-user] [EJB/JBoss] - JBoss 3.2.0 - Naming Service on Multi-Homed Host - Wrong Bin

2004-05-14 Thread nickman
We have a JBoss 3.2.0 server running on a Windows 2000 multi-homed host. It has a management address 172.* and an application address 10.*. Currently, the naming service keeps binding to the management address, making it impossible for the application clients to connect. I tried specifying a Bi

[JBoss-user] [Persistence & CMP/JBoss] - Re: relationship doubt

2004-05-14 Thread sesques
I suggest you to look carefully at the XDoclet documentation. If you define collections in both sides, your relation is a many-many one and should use a third table. You cannot specify the @jboss.relation * related-pk-field="docid" * fk-column="docid" on both sides, just on the many side. I

[JBoss-user] [EJB/JBoss] - Re: Got problem with deploying an EJB in JBoss3.2.3 while it

2004-05-14 Thread jae77
somewhere you have a jar that relies upon an older version of bcel.jar. do you have any libs in your "endorsed" directory under the jdk? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835024#3835024 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Persistence & CMP/JBoss] - Re: NullPointerException compiling EJB-QL

2004-05-14 Thread sesques
Hi, Your EJB-QL query must refer to the bean, not the table in the FROM clause. So it should be: | * @ejb.finder signature = "fr.edumedia.interfaces.entity.catalogue.ContainingFamilyLocal findByAnimationAndFamily(fr.edumedia.interfaces.entity.catalogue.AnimationLocal animation, fr.edumedia.i

[JBoss-user] [EJB/JBoss] - Got problem with deploying an EJB in JBoss3.2.3 while it wor

2004-05-14 Thread saturnwalker
I got a problem with deploying an EJB in JBoss3.2.3 while it worked well on JBoss 3.0.8. Env: WinXP pro, JSDK1.4.2 The error information is: 11:49:24,299 WARN [ServiceController] Problem starting service jboss.j2ee:jndiName=CabinHomeRemote,service=EJB java.lang.NoSuchMethodError: org.apache.bc

[JBoss-user] [Persistence & CMP/JBoss] - Re: cmp entity bean deployment

2004-05-14 Thread sesques
Manifestly, not all your descriptors are in the post. The error talks about a "ChainRelationshipRole" relationship role in your Chain bean. None of them (entity bean and relationship) is in your descriptors. I suggest you to use XDoclet to generate descriptors. Pascal View the original post :

[JBoss-user] [Nukes User] - [CALL FOR TESTING] Re: Getting started -- updated documentat

2004-05-14 Thread hxp
CALL FOR TESTING Nukes 1.1 is coming out soon -- and you can help make sure it gets tuned up nicely before it goes out the door! Because there are some major changes going on in the backend part of Nukes currently, we need people to do some extra testing and give some extra feedback. Please g

[JBoss-user] [Beginners Corner] - Problems resolving Context.

2004-05-14 Thread davidfdr
I~m trying to make a FiboConsole application, but when de debug reaches the context lookup, I get an excepion. HereÂs the code: public static void main(String[] args) { FiboConsole fiboCon = new FiboConsole(); try { Context context = new Init

[JBoss-user] [Persistence & CMP/JBoss] - relationship doubt

2004-05-14 Thread nacho2004
Hi everybody! I've 2 tables : CatDocuments and Documents CatDocuments has docid and catid fields Documents has docid and docname fields The relation between both are with the docid field I want to get all the docs from documents where catid =x for example [select docname from catdocuments a inner

[JBoss-user] [Performance Tuning] - Re: application on Xeon Dual CPU

2004-05-14 Thread zhangj
ps this is a CPU centric application,basicly,it is a nested loop to construct a big string View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835015#3835015 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835015 -

[JBoss-user] [Performance Tuning] - application on Xeon Dual CPU

2004-05-14 Thread zhangj
I have a J2EE application,I put it on a P4 machine,it consume about 90_100% cpu,but if I put it on a Xeon dual CPUs machine,it take only 30_40% CPU,how can I increase the CPU usage on Xeon son it runs faster? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835

[JBoss-user] [EJB/JBoss] - Re: transaction problem

2004-05-14 Thread zhangj
Thank you for reply. basicly,this stored procedure update current database,then use xp_cmdshell which is in master database to export table to a file.I'm using MS sql server 2000.the data in current database updated but use has no access to master database. I'm using container managed transaction

[JBoss-user] [Security & JAAS/JBoss] - Re: Tomcat SingleSignOn Invalid 403 Error

2004-05-14 Thread bstansberry
Someone sent me an email a couple days ago wanting to know if this problem has been resolved. My replies kept getting bounced by his mail server, so I'll reply here. Hope you see it. The SingleSignOn problem is fixed in JBoss 3.2.3. Tomcat versions beginning with 4.1.29 and 5.0.16 both inclu

[JBoss-user] [Security & JAAS/JBoss] - Re: Very Very Urgent !! Multiple User

2004-05-14 Thread [EMAIL PROTECTED]
Create a bug report on sourceforge with a sample that illustrates the problem and include the login module and sso configurations. http://sourceforge.net/tracker/?group_id=22866&atid=376685 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835010#3835010 Reply

[JBoss-user] [EJB/JBoss] - Re: No class def found

2004-05-14 Thread adibou
How can i know which class is needed? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835009#3835009 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835009 --- This SF

[JBoss-user] [EJB/JBoss] - No class def found

2004-05-14 Thread adibou
hello, when executing my client, i have an error in the server: 18:20:52,125 INFO [STDOUT] ejbCreate() du bean 18:20:52,140 ERROR [LogInterceptor] Unexpected Error: java.lang.NoClassDefFoundError at java.io.ObjectStreamClass.hasStaticInitializer(Native Method) at java.io.ObjectSt

[JBoss-user] [Security & JAAS/JBoss] - Re: Very Very Urgent !! Multiple User Problem

2004-05-14 Thread anbenham
Scott please would you reply to this question? I still have this problem. Sometimes when many users work simultaneously, one user gets the session of the other. see my configuratioon and implementation over here. My logout implementation: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=4

[JBoss-user] [Security & JAAS/JBoss] - Re: Obtaining current JAAS Subject

2004-05-14 Thread dsklyut
Ok, didn't think long enough before I posted. All this can be done simple and easy with: | public static final boolean isAdminUser(HttpServletRequest req) | { | return req.isUserInRole("Admin"): | } | | public static final boolean isAdminUser(EJBContext context) | { | return co

[JBoss-user] [Security & JAAS/JBoss] - Re: Disabling User in a JAAS-based J2EE application

2004-05-14 Thread [EMAIL PROTECTED]
You would need to create a custom tomcat valve to track this info. Here is an example that make the j_username request attribute available to the session as a j_username attribute for use in the login/error pages. | package org.jboss.sample.security; | | import java.io.IOException; | i

[JBoss-user] [Security & JAAS/JBoss] - Obtaining current JAAS Subject

2004-05-14 Thread dsklyut
Hi All, I wonder if the following code will work in JBoss: | AccessControlContext context = AccessController.getContext(); | return Subject.getSubject(context); | I would like to get a handle to the current Subject in web or ejb tier. I would like to find out the "roles" that Principal

[JBoss-user] [JBoss.NET & SOAP] - Cannot deserialise JavaBeans

2004-05-14 Thread cdog
Hi, I've been deploying web services in JBoss 3.2.3 using the method given in the JBoss.NET article at http://www.nsdev.org/jboss/stories/jboss-net.html. Everything works fine when using primative types and Strings for the web service parameter types. However, I can not get the service to w

[JBoss-user] [Clustering/JBoss] - Re: JBoss 3.2.2 - Round-Robin load balancing.

2004-05-14 Thread slbain
Hi, This thread has been running on the JMX Forum: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=49615 This is the more appropriate forum. I traced my problem down to the smart-proxy having its list of targets updated on the return from the invocation. I got down to the JRMPInvokerHA.

[JBoss-user] [Security & JAAS/JBoss] - Re: authenticate without password...possible?

2004-05-14 Thread [EMAIL PROTECTED]
This is what the unauthenticatedIdentity module options that many of the jboss login modules support is for. See the JAAS Howto in this forum for an example. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834999#3834999 Reply to the post : http://www.jboss.o

[JBoss-user] [Security & JAAS/JBoss] - Re: Security context propagation from web client to ejb

2004-05-14 Thread [EMAIL PROTECTED]
A standalone tomcat instance is no different than a java client. You have to establish the security context for calls into the ejb container. If you want to resue the security context presented to the web container, then you need non-standard integration such as a tomcat valve to gain access to

[JBoss-user] [Persistence & CMP/JBoss] - Re: Performance of commit-option D

2004-05-14 Thread GavinAndrews
Well.. i decided to do a more extensive investigate and moved up to 3.2.3. The problem doesn't exist in 3.2.3. That's good news... not sure why though... I looked at the source and couldn't see the issue. Happy Days Regards, Gavin View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [Management, JMX/JBoss] - Re: JBoss 3.2.3 - Clustered MBeans.

2004-05-14 Thread [EMAIL PROTECTED]
Ask your question in the clustering forum. What I can tell you is that jboss clustering is an abstraction, it is possible to swap out jgroups for a different group communication library. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834995#3834995 Reply to t

[JBoss-user] [Installation & Configuration] - Re: It doesn't start .. Help

2004-05-14 Thread darranl
No you do not need CLASSPATH for JBoss, the run script sorts all that out. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834994#3834994 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834994 --

[JBoss-user] [Management, JMX/JBoss] - Re: JBoss 3.2.3 - Clustered MBeans.

2004-05-14 Thread slbain
Adrian, I got down to the JRMPInvokerHA.invoke() method where the HARMIResponse is constructed. There is a comparison between the from the Invocation instance and the and these are not equal so the change is triggered. Now I looked into the JGroups/HAPartitionImpl interactions at the JGroups

[JBoss-user] [Installation & Configuration] - Re: It doesn't start .. Help

2004-05-14 Thread hzfalcon
"darranl" wrote : anonymous wrote : I didn't see any instructions for Configurations .. | | Look for the getting started guide, it explains how to install it. | | anonymous wrote : An error occurred at line: -1 in the jsp file: null | | You probably haven't set the JAVA_HOME envi

[JBoss-user] [Security & JAAS/JBoss] - Re: Tomcat Realm

2004-05-14 Thread [EMAIL PROTECTED]
No, we do not support the externalization of the realm used for authentication and authorization with the embedded tomcat service. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834991#3834991 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Installation & Configuration] - Re: It doesn't start .. Help

2004-05-14 Thread darranl
anonymous wrote : I didn't see any instructions for Configurations .. Look for the getting started guide, it explains how to install it. anonymous wrote : An error occurred at line: -1 in the jsp file: null You probably haven't set the JAVA_HOME environment variable (See the getting started

[JBoss-user] [Installation & Configuration] - Re: Jboss-Db2 configuration

2004-05-14 Thread darranl
What is actually using the database connection? What is the full error message and stack trace? If it is a CMP entity bean have you configured the beans to use the DB2 mappings instead of the Oracle mappings that you were probably using earlier? If it is CMP beans is the error when the tables a

[JBoss-user] [Security & JAAS/JBoss] - Re: isUserInRole and non secured pages

2004-05-14 Thread [EMAIL PROTECTED]
Its at best undefined in the servlet spec how the security context created when accessing secured content is propagated to unsecured content. There is no definition that states the security context is a property of the session and that this should be in effect when using getUserPrincipal and isC

[JBoss-user] [Installation & Configuration] - It doesn't start .. Help

2004-05-14 Thread hzfalcon
I have normally downloaded , normallly installed , normally runed the run.bat under winxp pro and i've got normally feedback from system like .. 17:02:50,671 INFO [Server] JBoss (MX MicroKernel) [3.2.3 (build: CVSTag=JBoss_3 _2_3 date=200311301445)] Started in 11s:828ms But when i entered "htt

[JBoss-user] [Installation & Configuration] - Jboss-Db2 configuration

2004-05-14 Thread skundurthi
hello everybody, I am facing some difficulty in connecting to Db2 database from Jboss.. Can anybody help me with the following issue.. I wanted to connect to DB2 database from the Jboss Server..(Earlier we are able to connect to oracle) I am getting an error Invalid Argument Type SQLSTATE Hy009.I

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss not loadding CMP entity beans - please help

2004-05-14 Thread fhaion
Hi, I got the same problem, but I didnÂt find a correct answer for that. I am working with JBoss 3.0.8 / Jetty Webserver. IÂve the same constellation, means two different sessionBeans (two transactions) finding the same entity bean. The invocation of getXXX method throws sometimes an exception

[JBoss-user] [Security & JAAS/JBoss] - Re: Security context propagation from web client to ejb

2004-05-14 Thread anbenham
I have the same problem too, using JBoss 3.2.3 ands Tomcat. It would be very heplfull for our web-developper to develop only with tomcat, and just test with Tomcat/JBoss. Any tips about that? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834984#3834984 Rep

[JBoss-user] [Security & JAAS/JBoss] - Re: logout when having used j_security_check

2004-05-14 Thread anbenham
Hi here is the code. | public void logout() throws Exception { | if (getSubject() == null) | throw new Exception(); | Set principals = getSubject().getPrincipals(); | if (principals.size() > 0) { | Iterator i

[JBoss-user] [Security & JAAS/JBoss] - Re: Flushing authentication cache doesn't work for roles

2004-05-14 Thread [EMAIL PROTECTED]
The security cache is loaded only during authentication. You cannot change roles and have them reloaded without reauthenticating. With basic auth this would be transparent to the user, while form based auth would require logging in. You can write your own org.jboss.util.CachePolicy implementatio

[JBoss-user] [EJB/JBoss] - Re: problem with authentication domains

2004-05-14 Thread [EMAIL PROTECTED]
Create a bug report on sourceforge with example ears which demonstrate this behavior please. http://sourceforge.net/tracker/?group_id=22866&atid=376685 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834981#3834981 Reply to the post : http://www.jboss.org/in

[JBoss-user] [Installation & Configuration] - Re: Transaction section in transactions-service.xml and jbos

2004-05-14 Thread darranl
No View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834980#3834980 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834980 --- This SF.Net email is sponsored by: SourceF

[JBoss-user] [Installation & Configuration] - Transaction section in transactions-service.xml and jboss-se

2004-05-14 Thread dudleygb
Can I place all transactions info in transactions-service.xml or jboss-service.xml? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834978#3834978 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834978 -

[JBoss-user] [EJB/JBoss] - Re: problem with authentication domains

2004-05-14 Thread manos
Well the only solution we have found after two days ... was to create a dummy principal (invisible to anyone) with full privileges in the client side who does what JBoss guest was supposed to do View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834977#38349

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-14 Thread [EMAIL PROTECTED]
| firewall | port open for forwarding | When you get it working, please add your example config to the WIKI with a short explanation. Of course you should obfuscate your host/port :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834976#3834976 Reply

[JBoss-user] [Persistence & CMP/JBoss] - How to create relationships with XDoclet

2004-05-14 Thread nacho2004
Anybody knows a tutorial , document anything that talk about how to create relationships with XDoclet. thanks in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834975#3834975 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Beginners Corner] - XDoclet faulty?

2004-05-14 Thread Itchyoinker
Hello, I'm trying to run the [hibernatedoclet] task from a build script . However, the XDoclet doesn't parse my Hibernate file. This should be simple, but I've been working on this for several weeks with no success. Have read most available tutorials and online instructions on the topic, but am

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-14 Thread catalean
Yes i have read that, but i did't get the ideea, and even now it's not realy clear to me: which attribute i need to configure, "UseHostName"? setted to false? this is all that is needed? Thanks very much for your response. View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [Nukes User] - Re: How to deploy Nukes in alternate context

2004-05-14 Thread javamac
Actually the binary that I downloaded was using / not /nukes. I exploded the ear and edited the application.xml in the META-INF dir to relect /forum and it works like a charm. Thanks for your input. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834972#

[JBoss-user] [EJB/JBoss] - Re: javax.naming.NameNotFoundException

2004-05-14 Thread darranl
Access to datasources is not possible using remote clients. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834970#3834970 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834970 -

[JBoss-user] [EJB/JBoss] - javax.naming.NameNotFoundException

2004-05-14 Thread srini
HI I have configured datasource for MS sql server 2000 and copied mssql-ds.xml in deploy folder.after the server starts when i look up for jndi name it gives namenotfound exception. mssql-ds.xml MSSQLDS jdbc:microsoft:sqlserver://142.176.225.133:1433;DatabaseName=Centrum com.mi

[JBoss-user] [Installation & Configuration] - Re: the process of normal user uses the port 80 on linux sys

2004-05-14 Thread dkdkdk
ok , i think i have to run jboss as root privilege. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834966#3834966 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834966

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Startup listen java class

2004-05-14 Thread [EMAIL PROTECTED]
I've already told off Maxi72 earlier this week, the guy is a *?!*! http://www.jboss.org/index.html?module=bb&op=viewtopic&t=49657 He's also never heard of MBeans. Mr Maxi72, Read this: http://www.jboss.org/wiki/Wiki.jsp?page=JBossForums One more post like list and I'm going to delete your acco

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-14 Thread [EMAIL PROTECTED]
Yes, and the information you want is on the WIKI http://www.jboss.org/wiki/Wiki.jsp?page=ConfigHTTPIL Did you "READ THIS FIRST"? :-( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834963#3834963 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Nukes User] - Re: How to deploy Nukes in alternate context

2004-05-14 Thread jae77
by default, nukes is available via /nukes, not /. in any case, if you are installing from source, edit the local.properties file that is in the "build" directory and change the entry for the context-root. if you are not installing from source, you're most likely going to have to open up the nuk

[JBoss-user] [EJB/JBoss] - Re: Hot deployment fails with EJB dependency across 2 EAR fi

2004-05-14 Thread jae77
wiki faq entry for this http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834961#3834961 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834961 -

[JBoss-user] [Clustering/JBoss] - Re: Initialization tasks in a cluster?

2004-05-14 Thread slbain
Hi Mattin, There is a clustered provided. It is discussed in the clustering documentation. The package is another place to start looking. There are examples also. Hope this is of some help. sinclair View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834959#38

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Negotiating the content type

2004-05-14 Thread holtmanna
Hi, thanx and I have found out myself: I have to set the content type with a line like this in the preface: <%@ page contentType="text/vnd.wap.wml" %> Otherwise, it points to the defaults, which is html. So I can sleep better now ;-))) Andreas View the original post : http://www.jboss.org/i

[JBoss-user] [JBoss.NET & SOAP] - Re: JBoss.NET and .NET Interop

2004-05-14 Thread rajdorwani
I have tried to use the Java2WSDL tool to create a WSDL for me from a very simple interface. Can't get that to work. I used the example6 of Axis1.1 for the same. No luck. Any sample interface with a successful creation of a DOCUMENT style and WRAPPED style would do the trick. Thanks in advance.

[JBoss-user] [Security & JAAS/JBoss] - Re: Change rolesQuery in DatabaseServerLoginModule

2004-05-14 Thread morenito9000
Many thanks Jburugupalli for your precious help, I created a XMalfDatabaseServerLoginModule that extends AbstractServerLoginModule (it's a "merge" between UsernamePassword... and DatabaseServer login modules) and that uses, in getUsernameAndPassword() method, the SecurityAssociationCallback

[JBoss-user] [Nukes User] - How to deploy Nukes in alternate context

2004-05-14 Thread javamac
Hello folks Quick question on deployment. Ive gotten nukes successfully deployed to /. Since i have a current website already deployed to that context, I'd like to deploy nukes to /forum. What files do I need to modify to make this happen. I've searched this site to no avail. If I missed so

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Startup listen java class

2004-05-14 Thread dannyyates
Resist, Adrian! Resist!!! :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834954#3834954 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834954 --- This SF.Net ema

[JBoss-user] [News & Announcements] - Re: JBoss-3.2.4RC1 Released

2004-05-14 Thread maderhan
Hi there, what's the time schedule for the final 3.2.4 release? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834953#3834953 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834953 --

[JBoss-user] [Installation & Configuration] - Re: Startup another component

2004-05-14 Thread darranl
Implement a servlet that invokes a method on your class in its init method. Write an MBean and invoke a method on your class when it is started. Why can't your code be wrapped in a message driven bean? They are designed to be deployed when the server starts, stand alone clients a really for acc

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Startup listen java class

2004-05-14 Thread darranl
Probably not the best forum to start cross posting in!!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834951#3834951 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834951

[JBoss-user] [Messaging, JMS & JBossMQ] - Startup listen java class

2004-05-14 Thread maxi72
i have an a class that listen an queue (JMS), not MDB. How can i start that class at startup of jboss ? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834950#3834950 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Installation & Configuration] - Re: Startup another component

2004-05-14 Thread maxi72
sorry, i have an a class that listen an queue (JMS), not MDB. How can i start that class at startup of jboss ? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834949#3834949 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Beginners Corner] - problems with ejb create and primary keys

2004-05-14 Thread ghoyle
Hi, I am having a problem deploying a sample entity I created. I am new to jboss and Entity Beans etc. I created a a simple Entity Bean based on CMP 2.0 and was hoping it would create the table when I deployed it. I am developing in Netbeans 3.6 and using the nbkboss pluging. The error i get

[JBoss-user] [Beginners Corner] - Re: SQL error while JBoss try to create the table in my data

2004-05-14 Thread Amalsek Ro
I've been looking for half an hour (and maybe more) for the Xdoclet tag to change, but i can't found if. I thought | | /** | * @author ggratacap | * | * @ejb.bean name = "Command" | * display-name = "Command EJB" | * description = "EJB for

[JBoss-user] [Clustering/JBoss] - Initialization tasks in a cluster?

2004-05-14 Thread mattinVS
Hello! Do you know of a way to initialize ressources (like an external scheduler or some initial database calls) in an application deployed in a cluster? My current approach (which fails for clustered deployment) was to have a startup servlet (deployed in a .war), which calls an initialization

[JBoss-user] [Security & JAAS/JBoss] - Re: Flushing authentication cache doesn't work for roles

2004-05-14 Thread ant
To investigate the functioning of the authentication cache I traced the networktraffic of the database port. The result is: When calling flushAuthCache() there is no access to the database. Instead, the assigned authentication role is destroyed. Even the call isCallerInRole() is not a reason to

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS over HTTP with server behind a firewall problem

2004-05-14 Thread catalean
Hi there, I'm facing this problem: i have a JBoss 3.2.3 server running behind a firewall, every call that is made to a public IP is translated so it reaches my server which is not publicaly available. My client application looks up after the HTTPXAConnectionFactory and retrieves it, no problem,

[JBoss-user] [Beginners Corner] - Re: SQL error while JBoss try to create the table in my data

2004-05-14 Thread [EMAIL PROTECTED]
It is showing an empty primary key element: (java.sql.SQLException: Wrong data type: NOT in statement [CREATE TABLE COMMAND ( INTEGER NOT NULL, FK_COMMANDTYPE VARBINARY, CONSTRAINT PK_COMMAND PRIMARY KEY ())]) So like I originally suspected, your primary key declaration in your ejb-jar.xml is n

[JBoss-user] [The Lizzard's corner] - Re: Market for Open Source J2EE?

2004-05-14 Thread [EMAIL PROTECTED]
It depends on how you want to define the space. If you are looking for just full-featured J2EE application servers, then JBoss is far and away the dominant product in terms of downloads, user base, etc... If it helps, JBoss Application Server averages about 200,000 downloads per month. Becaus

[JBoss-user] [The Lizzard's corner] - http://www.jboss.org/community/index

2004-05-14 Thread darranl
On the page http://www.jboss.org/community/index there is a section on submitting bug reports, the JBoss version has been missed off the list of required information. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834939#3834939 Reply to the post : http://ww

[JBoss-user] [News & Announcements] - Re: ANNOUNCEMENT: NEW JBOSS WEBSITE

2004-05-14 Thread darranl
Overall the new site looks good, except for changing the colours of the scroll bars they look really out of place. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834937#3834937 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Beginners Corner] - Re: SQL error while JBoss try to create the table in my data

2004-05-14 Thread Amalsek Ro
maybe it's because of this : | * @jboss.relation related-pk-field = "id" | in the relation, both entities have an "id" as a primary key View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834935#3834935 Reply to the post : http://www.jboss.org/i

  1   2   >