[JBoss-user] [The Lizzard's corner] - Re: JBOSS Vs OpenEJB

2005-01-21 Thread [EMAIL PROTECTED]
Open source isn't a communist or socialist doctrine. there is differentiation, specialization, and competition. Thus I don't fault them for creating their own EJB container instead of using JBoss's. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863211#3863

[JBoss-user] [Persistence & CMP/JBoss] - commit option A plus optimistic locking on read only operati

2005-01-21 Thread alt_amit
I am using commit option A on entity beans, so that there is no redundant ejbLoad of entity beans between transactions. But this means for 2 concurrent transactions, even if they were read-only operations, one would be locked out till the other completed, since the global instance cache is pessi

[JBoss-user] [Beginners Corner] - How to seperate log file of one MBean into an seperate file

2005-01-21 Thread mac_fan
As we know,JBOSS logging's default config logging all info into server.log,I want to log one mbean's log into a seperate file ,how can i do this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863209#3863209 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [JCA/JBoss] - Re: Disguising non-XA resource as an XA resource

2005-01-21 Thread deejboss
Well atlast got somebody who has a similar problem. I need to make a file server transactional. I'm making calls to Oracle XAResource datasources which gives no problem but the issue is to make the calls to the file server also transactional. Both the connections should rollback together. An

[JBoss-user] [HTTPD, Servlets & JSP] - JavaScript to Java remote scripting

2005-01-21 Thread mclark
Hi Folks, Thought you may be interested in my project "JSON-RPC-Java" which enables simple JavaScript to Java remote scripting using JBoss (tomcat): http://oss.metaparadigm.com/jsonrpc/ Feedback, testing, contributions much appreciated. Cheers, Michael. IntroductionJSON-RPC-Java is a key pi

[JBoss-user] [Installation & Configuration] - Re: Unable to find a javac compiler;

2005-01-21 Thread stevecoh2
I am experiencing a similar problem. OS Win/2K JBoss Version 3.2.5 JBoss IDE version 1.4.0 Eclipse Version 3.0.1 Two problems: First, on starting server 17:37:56,454 ERROR [HANamingService] Could not start on port 1100 java.net.BindException: Address already in use: JVM_Bind at java.net.P

[JBoss-user] [JBossWS] - Re: wscompile/wsdl/ws4ee questions...

2005-01-21 Thread kanno
Ok, after going through all the examples, I sorta see what's going on with the assorted mapping files, etc. Since apparently the automatically generated wsdl creates a wsdl that validates a message of | | *BLAH* | | I can't just use this type mapping | | | because

[JBoss-user] [Security & JAAS/JBoss] - Re: security association set for main thread during deployme

2005-01-21 Thread [EMAIL PROTECTED]
The security association simply needs to be cleared at the end of the deployment. Create a bug report in jira with the jboss versions. http://jira.jboss.com View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863201#3863201 Reply to the post : http://www.jboss.

[JBoss-user] [Security & JAAS/JBoss] - security association set for main thread during deployment a

2005-01-21 Thread eugene75
Potential Security Flaw Using MDB During the deployment of a message driven bean, the container creates a connection to the message queue using the user/pwd provided by the deployment descriptor. The authenticated subject created by this operation is bound to the current thread (via the securi

[JBoss-user] [Beginners Corner] - Re: Is

2005-01-21 Thread mikek753
the rmiregistry is not supported in JBoss - IMO View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863199#3863199 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863199 -

[JBoss-user] [Installation & Configuration] - Re: Problems mapping strut's ActionServlet while using embed

2005-01-21 Thread nthx
Hi! Last time I did similar with JBoss and Struts application. What I had was properly working version of Struts based application on Tomcat. It was packed as *.war file. For my private needs I've applied AOP to my application, but it should make zero difference for your problem. I've downloa

[JBoss-user] [JBossWS] - Re: Configuring beanMapping with JBossWS

2005-01-21 Thread kanno
Looking at the axis docs, I came across this that might be of some help. And I quote, anonymous wrote : | (The tag is really just shorthand for a tag with serializer="org.apache.axis.encoding.ser.BeanSerializerFactory", deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory",

[JBoss-user] [Persistence & CMP/JBoss] - CMP With object attributes

2005-01-21 Thread agoncal
Hi, I've got existing POJO/DAO classes and I'm converting them into CMP Beans. Works fine. I've reached the case where I have a class Customer with an attribute Address (another class). public final class Customer extends PersistentObject { private String _id; private String _firstname

[JBoss-user] [Clustering/JBoss] - HAJNDI/Clustering Bug in 4.0.x?

2005-01-21 Thread Tyler Black
Possible Bug in JBoss 4.0.0 and JBoss 4.0.1 Tested with: JBoss 4.0.0 and JBoss 4.0.1 Redhat ES 3.0 Update 3 JDK 1.4.2_06 Please be patient as you read through all of this. I've tried to provide as much information as possible so that we can work towards a solution quickly. We have a system whi

[JBoss-user] [JBossWS] - Re: wscompile/wsdl/ws4ee questions...

2005-01-21 Thread osataken
hi kanno, i've the same problem as u. i tried -gen:server with wscompile and package all xxx_Struct class in .war file(doesn't include ws4ee-deployment.xml). Anything look well i can call web service but return type become xxx_ReponseStruct (cause it's defined in mapping file). so "ClassCastExce

[JBoss-user] [Testimonials] - Second success story

2005-01-21 Thread JavierSDQ
We successfully deployed our second application on JBoss in December last year. This was a Java Swing/EJB application running on BEA Weblogic. We successfully migrated it from Weblogic to JBoss and instead of using CMP entity beans we are now using Hibernate for persistence. We are very pleased

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Jboss 4.0.1 and JSF

2005-01-21 Thread lafr
We're running a jsf app on JBoss 4.0.1 succesfully. So I think it's a problem of packaging the app or the app configuration files or the app itself. Not a JBoss or jsf problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863182#3863182 Reply to the post :

[JBoss-user] [Installation & Configuration] - JBOSS Ant Tasks

2005-01-21 Thread sbuster
Is there ant tasks available for deploying, undeploying etc for JBoss Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863181#3863181 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863181 ---

[JBoss-user] [JBoss Getting Started Documentation] - Re: can't find src in

2005-01-21 Thread @ntonio
oh i found it (chapter 3.1 Getting Started with JBoss 4.0) http:// java.sun.com/j2ee/1.4/download.html#tutorial. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863180#3863180 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [JBossWS] - wscompile/wsdl/ws4ee questions...

2005-01-21 Thread kanno
I think I'm finally getting the hang of creating a service, but I'm just not positive what files to edit; I want to post it to the group first, then see if it's right. If so, I'll generate a page on the wiki explaining what I did since there's a large gap between how to do it and why. :) In an

[JBoss-user] [JCA/JBoss] - Re: How to run a socket server in jboss?

2005-01-21 Thread [EMAIL PROTECTED]
FAQ: http://www.jboss.org/wiki/Wiki.jsp?page=IWantToConnectToXYZShouldIUseJCA And probably a hundred other posts with the same question in this forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863178#3863178 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [JBoss Getting Started Documentation] - Re: Cannot get CMP and Oracle JDBC configuration working

2005-01-21 Thread jiyanghu
I have the same error after I uncommented related elements in db xml file. What is the reason? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863177#3863177 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863177 -

[JBoss-user] [JCA/JBoss] - Re: How to run a socket server in jboss?

2005-01-21 Thread augustynr
Ups, sorry I did not finish the question ... That something could be mbean,scheduled process or resource addaptor ... Anything else? What would work the best? Then that process would pass the socket to the session bean. Would that work? Any input would be greatly appreciated. robert View the o

[JBoss-user] [JBoss Getting Started Documentation] - can't find src in "cmproster" example ((

2005-01-21 Thread @ntonio
Best regards! i had download startguide40.zip 2 times, but didn't find cmproster java source... where am i missing? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863175#3863175 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [JCA/JBoss] - How to run a socket server in jboss?

2005-01-21 Thread augustynr
Hi, I am not sure if this is the correct palce to ask but I could not think or a better one. We have application which sends/receives data over ip. I would like to build "something" which would listens for these transactions and process them acordingly. Since I cannot listen on a socket in Ses

[JBoss-user] [Security & JAAS/JBoss] - Password Hashing with UsernamePasswordLoginModule

2005-01-21 Thread erb2000
I have UsernamePasswordLoginModule working fine without password hashing. I added the following two lines application-policy for jmx-console in the login-config.xml: MDS base64 I changed the password from clear text to the Base64Encoder value and it does not validate. What am I missing?

[JBoss-user] [JBossWS] - Re: ws4ee-deployment vs jaxrpc-mapping

2005-01-21 Thread osataken
thank you again Thomas, As i understand ,if i don't want to use server and client artifacts (stub and tie class) ... i have to override type-mapping in jaxrpc-mapping.xml with mapping in ws4ee-deployment.xml to serialize custom java bean class. am i closing the right way??? View the original

[JBoss-user] [EJB/JBoss] - Warning Messages

2005-01-21 Thread bruno.arruda
Hi ppl, Hope u can help me While listing some valueobjects that were retried from entity beans using a session bean i get a lot of those messages, the listing is ok, but my console flood with those messages. 17:40:44,077 WARN [PerTxEntityInstanceCache] Unable to passivate due to ctx lock, id=a

[JBoss-user] [JBossWS] - Re: Is there a way to get the soap body as raw XML?

2005-01-21 Thread aguizar
Thomas, Ole: Thanks for your answer! But, as expected, I ran into trouble again... 1) I've checked out the webservice module from both head and branch_4_0, but I can't find the MessageEndpointTestCase, where it is? 2) I mapped all my operations to the same method with . But it didn't work. I t

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP Bean Finder expression error

2005-01-21 Thread Xjava2001
thank you Vmukkamala. This is what I got in my ejb-jar.xml but when I change >= to just > it did work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863157#3863157 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Persistence & CMP/JBoss] - Memory Leak: Read-Only Method

2005-01-21 Thread tripperm
While upgrading our application from JBoss 3.0.2 to JBoss 3.2.5 we began experiencing a memory leak. Using JProfiler we found that there was a growing number of references to one of our entity beans that were never being released. I wrote a very simple unit test which performed the following ste

[JBoss-user] [Beginners Corner] - Invalid /WEB-INF/*.tld

2005-01-21 Thread johnv
JBoss throws this exception when deploying my app: "Caused by: java.lang.IllegalArgumentException: Invalid /WEB-INF/*.tld in security constraint" This pattern is indeed in my web.xml but so what? WLS is ok with it. Is it not a perfectly valid URL? This error prevents my app from deploying

[JBoss-user] [Security & JAAS/JBoss] - Re: Switching from Tomcat 4.x to Jboss 4 for deployment.. LD

2005-01-21 Thread lostvagueness
Er - that entry is in server.xml right now. Forgot to mention that. And the subject got cut off, it's sposed to say LDAP/JNDI. Ah well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863150#3863150 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Security & JAAS/JBoss] - Switching from Tomcat 4.x to Jboss 4 for deployment.. LDAP/J

2005-01-21 Thread lostvagueness
We have an application that runs fine on Tomcat 4.x that we are trying to get running in JBoss. Most of the issues have been pretty minor. But I can't figure out how to use our existing LDAP code. In the current setup, we have an entry for Resource and ResourceParams in server.xml for the LDAP

[JBoss-user] [Beginners Corner] - Tapestry and Jboss

2005-01-21 Thread empress101
Hi am trying to set up Tapestry with Jboss I am using Tapestry3.0, Jboss4.0 and Eclipse. Have done the tutorial that uses Tomcat, but i need to use Jboss. Tomcat uses manager role. Have to set user and passward, but i came across something saying Jboss doess not use this. Here is the build fil

[JBoss-user] [Performance Tuning] - Re: sql performance

2005-01-21 Thread mcarabias
which driver are you using to access de sql server? i 'm actualy using net.sourceforge.jtds.jdbc.Driver and is far better than the com.microsoft.jdbc.sqlserver.SQLServerDriver. Hope this help. Matias View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863147#386

[JBoss-user] [Installation & Configuration] - app crashing - out of memory

2005-01-21 Thread nater1111
I am running a .jsp webpage on JBoss. I am running security scans using AppScan that recursively makes requests to the server. Half way throught the scan the app crashes and I get a 503 service unavailable error. In the JBoss log I get an Out of Memory Exception. I am guessing the applicatio

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP Bean Finder expression error

2005-01-21 Thread vmukkamala
Correction to my reply... |

[JBoss-user] [Management, JMX/JBoss] - Re: JSP JSR77 MBeans and Statistics

2005-01-21 Thread yaronz
Diripu Hi, It seems that the simple cases work like you have described, but as soon as the web.xml file gets more complex, the JSPs are not monitored. Take a look at what happens when you deploy JBoss Duke's bank application (the J2EE example application). In this case you will get only one MBe

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP Bean Finder expression error

2005-01-21 Thread vmukkamala
As suggested by dragon_jdh you need to escape your query in the xml file. So for every '<' in the query use "<" and similarly for every '>' use ">". Another alternative is to put your query in CDATA tag | [CDATA[SELECT OBJECT(o) FROM test as o WHERE o.cln =?1 AND o.pt =?2 AND o.effDt >=?3]

[JBoss-user] [Installation & Configuration] - jdbc driver not invoked properly?

2005-01-21 Thread rocklord1960
This is a new installation using Jboss 4.0.1, postgreSQL 8.0 (driver postgresql-8.0.309.jdbc3.jar) and JDK 1.4. Jboss starts properly but when I try to log in thru openCRX, I get errors. From server.log: [STDOUT] loading /WEB-INF/config/bootstrap/101_security_subjects.xml [STDOUT] storing 5 obje

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP Bean Finder expression error

2005-01-21 Thread Xjava2001
Thanks for the reply. Its not complaining on '> ' its complaining on >= ? I appreciate your help Xjava View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863139#3863139 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38631

[JBoss-user] [Clustering/JBoss] - Re: Caching lookups

2005-01-21 Thread dfisher
I've done some testing and here are the results I'm seeing. I am looking up an entity bean from a remote host which uses hajndi to get the bean from a cluster of 2 machines. Using the jnp.partitionName produces undesireable results. When both nodes are down and then one comes back up, the client

[JBoss-user] [Beginners Corner] - JBoss MBean and start thread

2005-01-21 Thread berlinbrown
Is there code out there for starting a thread in JBoss, mainly within in a MBean. I could do it the normal way, but I just want to make sure there isnt a JBoss way of doing it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863134#3863134 Reply to the post

[JBoss-user] [Security & JAAS/JBoss] - Re: NullPointerException in JBossSecurityMgrRealm.getCaching

2005-01-21 Thread srajput
Thank you, that did the trick! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863132#3863132 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863132 --- This SF.Net em

[JBoss-user] [Beginners Corner] - Access JBoss logs without logging into the unix server.

2005-01-21 Thread gshekar
Hi, I heard there is a way to keep the developers off the unix box. They mainly login to the unix server to look at the jboss logs. I heard this is done using log4j's SocketAppender. Request you guys to throw some light on this. Thanks, -GnanaShekar- View the original post : http://www.jbo

[JBoss-user] [Management, JMX/JBoss] - Re: non-String attribute setting in

2005-01-21 Thread [EMAIL PROTECTED]
The majority of the jboss means use non-string attributes. The conversion is based on the standard JavaBean property editor plugin mechanism. We bundle a number of property editors for commonly used types, java.io.File being one of them. | [EMAIL PROTECTED] Releases]$ jar -tf jboss-4.0.1/lib

[JBoss-user] [Management, JMX/JBoss] - non-String attribute setting in

2005-01-21 Thread [EMAIL PROTECTED]
When configuring your MBeans, you can set attributes like this: | |/tmp/log.txt | | But that assumes all my attribute values are java.lang.String. What if my JMX attribute has a type other than String? In the above example, what if my "FileName" attribute is actually a java.io

[JBoss-user] [Clustering/JBoss] - Re:

2005-01-21 Thread OMARTIN
I look at the code and it seems that the session replication in jboss 3.2.6 doesn't support session passing by url. Cookies seems supported but i have lost sometimes my session storing in a cookie... If someone used session replications without problems, i be very gratefull if he explains what

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss 4.0.0 Bank example compile error

2005-01-21 Thread dxb
For what it's worth, I was getting the same problem, on Red Hat Enterprise Linux 3, but fixed it by uninstalling the bundled Ant (1.5.2) and installing version 1.6.2 from ant.apache.org. I'm using JBoss 4.0.1 with the Sun 1.4.2_06 SDK. View the original post : http://www.jboss.org/index.html?

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

2005-01-21 Thread [EMAIL PROTECTED]
If you find something wrong with the WIKI docs, feel free to correct it or at least point it out. Anybody can update the WIKI which is both a good thing and bad thing. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863121#3863121 Reply to the post : http://ww

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

2005-01-21 Thread [EMAIL PROTECTED]
FAQ: http://www.jboss.org/wiki/Wiki.jsp?page=WhatIsTheCorrectWayToMakeADurableSubscription Preconfigured clients ids (for the testsuite) from deploy/jms/hsqldb-jdbc-state-service.xml: | POPULATE.TABLES.03 = INSERT INTO JMS_USERS (USERID, PASSWD, CLIENTID) VALUES ('john', 'needle', 'Dur

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

2005-01-21 Thread [EMAIL PROTECTED]
You obviously have some skills since you claim a Phd. For us to help you we need enough information (supplying a simple mdb jar that demostrates your problem would be one solution). Debugging (show us what you are doing): http://www.jboss.org/index.html?module=bb&op=viewtopic&t=43573 Post the log

[JBoss-user] [Security & JAAS/JBoss] - Re: NullPointerException in JBossSecurityMgrRealm.getCaching

2005-01-21 Thread [EMAIL PROTECTED]
Upgrade to a final release version. The latest is jboss-4.0.1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863118#3863118 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863118 --

[JBoss-user] [JBossWS] - Re: Logging SOAP requests and responses

2005-01-21 Thread forkbomb
Ahh, so it does. At first I thought it was only printing the response, and not the request. I must have been blinded by the reams of other output :-) Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863117#3863117 Reply to the post : http://www.jboss.o

[JBoss-user] [JCA/JBoss] - Re: mysql cluster

2005-01-21 Thread [EMAIL PROTECTED]
FAQ: check-valid-connection-sql View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863116#3863116 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863116 --- This SF.Net e

[JBoss-user] [JBossWS] - Re: xml encription and signature in JBossWS

2005-01-21 Thread JBoss
Hello. I was also trying to add xml security to my web service My implementation is independent; it?s not tied to Axis. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863114#3863114 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [JBossWS] - Re: xml encription and signature in JBossWS

2005-01-21 Thread cartola
Thanks for the quick reply. Actually I?ve been following your tutorial: Getting Started with JBoss 4.0. I?ve deployed successfully The Duke?s Bank Application as a web service. I was hopping to add xml encryption and signature to this web service. Is there a way to accomplish this? View the ori

[JBoss-user] [J2EE Design Patterns] - Class with Singleton design pattern shared by 2 applications

2005-01-21 Thread gquintana
Hello, I have a singleton class which looks like public class MySingleton [ |private MySingleton() { | System.out.println("Init MySingleton"); |} |private static MySingleton singleton; |public static synchronized MySingleton getSingleton() { |if (singleton

[JBoss-user] [JBossWS] - Re: port-component-uri limited to single directory web conte

2005-01-21 Thread forkbomb
| java.lang.IllegalAccessException: /mycontext/services/MyWebService | at org.jboss.webservice.server.ServiceEndpointServlet.assertServiceAccess(ServiceEndpointServlet.java:69) | at org.jboss.webservice.server.ServiceEndpointServlet.doGet(ServiceEndpointServlet.java:93) |

[JBoss-user] [Beginners Corner] - Re: Compiling JSPs via an Ant task

2005-01-21 Thread mathewa
oops forgot to answer your actual question... the jasper compiler goes in the compiler attribute. see this link for more info on the how-to's of jasper: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jasper-howto.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Beginners Corner] - Re: Compiling JSPs via an Ant task

2005-01-21 Thread mathewa
Please do a search for "jspc" using the forum search and you'll find a few previous threads discussing ways of performing jsp precompilation... here is a clipping from one of them. | | | |

[JBoss-user] [Security & JAAS/JBoss] - NullPointerException in JBossSecurityMgrRealm.getCachingPrin

2005-01-21 Thread srajput
All, JBoss version: 4.0.0RC1 Database: MySQL 4.1.7 I am using the DatabaseServerLoginModule to authenticate and I keep getting the following exception that is driving me crazy. I have scoured this forum and the Internet but didn't come across any post that mentioned this exception. It seems t

[JBoss-user] [Installation & Configuration] - Message Driven Bean Config

2005-01-21 Thread simpletonClass
Hello, I am trying to find some info on how to define the number of Mulitple Message Driven Beans assigned to a jms message queue at deployment. I was hoping to find a configurable bean pool size property on the bean deployment descriptor but cant see one there. Any clues would be greatly appr

[JBoss-user] [EJB/JBoss] - Re: rmi-iiop

2005-01-21 Thread bonoc
I did just verify that this is resolved in 4.0.1. I know that was well-known but I just wanted to wrap this post off w/ a sanity check. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863104#3863104 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Beginners Corner] - Porting to newer version Problem

2005-01-21 Thread mau
I have a web aplication I developed in JBoss-2.4.4_Tomcat-3.2.3 with jdk1.3 Now I need to use jdk1.4 or higher but when using jdk1.4 with JBoss-2.4.4_Tomcat-3.2.3 I get this error: [INFO,Default] JBoss-2.4.4 Started in 0m:12s.188 [INFO,Default] View Requested: login Unexpected Signal : EXCEPTIO

[JBoss-user] [HTTPD, Servlets & JSP] - Using Filter to captured response content (HTML)...

2005-01-21 Thread mpitanga
Hi, IÂm using the Filter to captured and display the request and response result operation. All work fine until access Jboss web-console. 2005-01-21 09:22:43,437 INFO [STDOUT] Start: 09:22:40.375 Request address : 192.168.2.41 RemoteHost : 192.168.2.41 RemotePort : 1589 sessi

[JBoss-user] [Persistence & CMP/JBoss] - Mbean persistence problem

2005-01-21 Thread Jarva55
I was trying to provide persistence to one of my MBeans, but it seems it doesn't go. My xml is like that: | | | jboss:service=Naming | jboss:service=TransactionManager | | | | TreeCache | |

[JBoss-user] [The Lizzard's corner] - Hibernate 3 intergration to JBOSS

2005-01-21 Thread Kusan
Hi Is it possible to intergrate hibernate 3 beta 1 into jboss 4. I think the Jboss-hibernate.jar still contains the old package names best regards kusan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863093#3863093 Reply to the post : http://www.jboss

[JBoss-user] [Performance Tuning] - EJB is VERY SLOW

2005-01-21 Thread hwneto
I don't know why my ejb is very slow. I use Session Bean for execute comands in database, but when i execute the metod (execute();) in my jsp, the application is slow and it delays to answer. Please help me! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Beginners Corner] - Newbie's Problems with JNDI

2005-01-21 Thread gressil
Hi all, I am very new to this and I have a problem with looking up stuff in the NS, ic.lookup("anything") seems to hang or I get "comp not bound", the properties are all set fine. I am running JBoss 4.0.1 with JDK 1.5.0 on Linux and so far it's completely "out of the box" as I am having this

[JBoss-user] [JBossWS] - Re: xml encription and signature in JBossWS

2005-01-21 Thread [EMAIL PROTECTED]
Its on the roadmap. Do you have an implementation that is not tied to a specific SOAP stack like Axis? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863089#3863089 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863089

[JBoss-user] [JBossWS] - Re: Java Service Endpoints - JBOSS says

2005-01-21 Thread [EMAIL PROTECTED]
Actually the JSE does not need to implement the SEI, but there is no harm either. What is xdoclet-ws.jar ? Is this your JSE, if yes it should be a valid WAR deployment. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863088#3863088 Reply to the post : http

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP Bean Finder expression error

2005-01-21 Thread dragon_jdh
illegal character, you should use < or sth else instead of < View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863087#3863087 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863087

[JBoss-user] [Clustering/JBoss] - Strange behaivour of jboss cluster

2005-01-21 Thread gdevito
Hi all, I have two Host (A,B). Each host has a multihomed Jboss installation. Server A : Address ipA1, Address IpA2 Server B : Address ipB1, Address IpB2 Server A : Jboss1, Jboss2 Server B : Jboss1, Jboss2 Each Jboss1 is in the same cluster. Jboss2 are another cluster. My jboss version is 3.2.2

[JBoss-user] [JBossWS] - Re: Bug in ServiceDeployerEjb's portURI

2005-01-21 Thread [EMAIL PROTECTED]
Each webservice-description-name needs to be unique in webservices.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863085#3863085 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863085 --

[JBoss-user] [JBossWS] - Re: Configuring beanMapping with JBossWS

2005-01-21 Thread [EMAIL PROTECTED]
The mapping meta information should primarily specified by jaxrpc-mapping.xml which can be generated with wscompile. Only in rare circumstances ws4ee-deployment.xml is needed at all. The wiki tells you how to define a valid ws4ee-deployment.xml http://www.jboss.org/wiki/Wiki.jsp?page=WSTypeMapp

[JBoss-user] [JBossWS] - Re: Logging SOAP requests and responses

2005-01-21 Thread [EMAIL PROTECTED]
anonymous wrote : Thomas: Setting org.apache.axis to DEBUG doesn't print the messages that are being exchanged (incredible!). Yes it does, I use it all the time View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863083#3863083 Reply to the post : http://www.jb

[JBoss-user] [JBossWS] - Re: port-component-uri limited to single directory web conte

2005-01-21 Thread [EMAIL PROTECTED]
Show me stack trace. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863082#3863082 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863082 --- This SF.Net email is spo

[JBoss-user] [JBossWS] - Re: ws4ee-deployment vs jaxrpc-mapping

2005-01-21 Thread [EMAIL PROTECTED]
The reason why ws4ee-deployment.xml is sometimes needed is that the underlying Axis implementation does not look at the XML schema definition of complex types. There is no schema parser in Axis, which I think is a fundamental problem especially with document style webservices where the entire pa

[JBoss-user] [Security & JAAS/JBoss] - Re: JaasSecurityManager ? DefaultCacheTimeout property quest

2005-01-21 Thread _alex
Thank you. Now it is clear that there is no defect there. Is it possible to configure the alternative behavior without code writing? Or that is the simplest way to get the behavior like in http session timeout (if this solution is not covered by some patent)? Alexander View the original post

[JBoss-user] [Security & JAAS/JBoss] - Re: JaasSecurityManager ? DefaultCacheTimeout property quest

2005-01-21 Thread [EMAIL PROTECTED]
The DefaultCacheTimeout is the validity from the login that inserted the entry into the cache. There is no update of the cache lifetime. The cache timeout is a period one is willing to avoid reauthentication with the underlying security store. This is not like an http session timeout. View the

[JBoss-user] [Security & JAAS/JBoss] - Re: Fundamental performance problem with JaasSecurityManager

2005-01-21 Thread _alex
The updated reference to this defect is: http://jira.jboss.com/jira/browse/JBAS-977 Alexander View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863078#3863078 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863078 -

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

2005-01-21 Thread Frank-15
According to the JMX console, despite all efforts I am still unable to create durable subscriptions. I've searched through several web documents however there are serious discrepancies between different solutions. It is not clear (diffrent sources suggest different things) whether the jbossmq-s

[JBoss-user] [Security & JAAS/JBoss] - JaasSecurityManager ? DefaultCacheTimeout property question

2005-01-21 Thread _alex
I have some doubts in proper interpretation of the DefaultCacheTimeout property of the JaasSecurityManager. At first I thought that this value means the time in the seconds during which the caller's credentials after successful logon are being kept in the security cache and treated as valid. In

[JBoss-user] [Beginners Corner] - how to deploy more one ear in jboss

2005-01-21 Thread gearch
how to deploy more than one ear in jboss - need inputs. right now i have successfully deployed an ear and trying to deploy another ear in the same server.. but i am not able to deploy the second one. Following are the errors 1) java.rmi.server.ExportException: Port already in use: 1198; nested

[JBoss-user] [EJB/JBoss] - Re: Is this a bug? stateful session bean is acting like stat

2005-01-21 Thread efcorpa
Hi James, I've never worked with Stateful EJBs and I've got a doubt: you said "if you really want to use a Stateful Session Bean, you should create it only once from the client and then ..." but... what happens if client is a servlet?: you cannot store EJB as a Servlet's attribute since Serv

[JBoss-user] [JBossWS] - Re: ws4ee-deployment vs jaxrpc-mapping

2005-01-21 Thread osataken
thank you kanno, i generate wsdl, jaxrpc-mapping and server artifact with wscompile option gen:server and set werb service style as document literal. Anything go well (i can get wsdl from wsdl URL). i can invoke service (business logoc done!!!) via dii client but return type is missing.it sti

[JBoss-user] [Management, JMX/JBoss] - Re: JNDI name not found exception

2005-01-21 Thread Frito
Well, the lookup is masked by HomeHelper, therefore your code snippet doesn't help. Watch for errors in the server.log when your bean is deployed. Use the jmx console (JNDI view -> list) to see if your bean is deployed within the JNDI namespace you exptect to see it. (http://your-host-jboss-is

[JBoss-user] [HTTPD, Servlets & JSP] - Jboss 4.0.1 and JSF

2005-01-21 Thread pcampagn
Hello, I am trying to deploy the jsf-components J2EE sample from sun in Jboss 4.0.1 but I have some problems. Can someone please help me? Thank you very much Paolo --- Here is the log: === . JBoss Bootstrap Environm

[JBoss-user] [JBossWS] - xml encription and signature in JBossWS

2005-01-21 Thread cartola
Hi! Does anybody know if there is a way to integrate ws-security in JBossWS? Can anybody supply some clues on how to add xml encryption and xml signature on a JBossWS web service? Thanks in advance! Pedro View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863

[JBoss-user] [JBossWS] - Re: Java Service Endpoints - JBOSS says

2005-01-21 Thread jeepee_in1
I have done all mentioned on the page. But when i try to deploy it doesn't pick the Web Service at all Please help me The logs are 11:33:06,438 INFO [EARDeployer] Init J2EE application: file:/C:/java/JBoss/jboss-4.0.0/server/standard/deploy/wraptools.ear 11:33:11,797 INFO [EjbModule] Deployi

[JBoss-user] [JBoss.NET] - ws-security in JBoss.net

2005-01-21 Thread cartola
Hello! Does anybody know if there is a way to integrate ws-security in jboss.net? I?ve been developing web services communicating over SSL with JAAS, but I need a way to add xml encryption and xml signature. Can anybody supply me some clues? Thanks in advance! Pedro View the original post :

[JBoss-user] [Installation & Configuration] - Re: Classloading question

2005-01-21 Thread Frito
No. The first class loaded will be the one and only. I even can't imagine why you try to do so... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863065#3863065 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863065 ---

[JBoss-user] [Management, JMX/JBoss] - Re: JSP JSR77 MBeans and Statistics

2005-01-21 Thread diripu
Am not sure but if you see the web.xml file in jmx-console.war folder you can find each jsp is assigned with a servlet name. And all this servlets are being displayed in the jboss.management.local domain. ex: | | DisplayMBeans | /displayMBeans.jsp | | |

[JBoss-user] [Security & JAAS/JBoss] - Security problem with accessing DB and JNDI

2005-01-21 Thread Phantom
Is it possible to prevent accessing DB and JNDI staff from JSP? For example it will be greate to have security exception when new InitialContext(); is trying to create in JSP, but all is ok when from ejbXXX.jar. Any suggestions? Please help! View the original post : http://www.jboss.org/inde

[JBoss-user] [Installation & Configuration] - Re: SNMP traps are not sent

2005-01-21 Thread fruehbeck
Problem identified: UNIX bind permission exception The send port is a low port, and in this installation jboss is running as jboss user. Thats why the server has not access to low ports. Unfortunately there is no output in the logs about this fact. The Exception is just swallowed and thus hard t

[JBoss-user] [HTTPD, Servlets & JSP] - JSP security. Please help!

2005-01-21 Thread Phantom
We are planing to make a JSP + ejb hosting. But there is one problem: how to prevent changing JSPs of one user by another user? Can I specify java.policy separatly for each war or ear? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863058#3863058 Reply to t

[JBoss-user] [Performance Tuning] - HttpRequest size

2005-01-21 Thread snow
Hello. Could anyone please tell me what do I have to do to increase the size of data I can put in a HttpRequest? I want to send a rather large amount of data to be stored on my database, and I was wondering what is the default limit of JBoss and how can I increase it. I currently have a solution

[JBoss-user] [Installation & Configuration] - How to declare a context path ?

2005-01-21 Thread Femto
Hello, I would like to declare a context path but I don't find the way to do it. For instance, I would like to have all my images, stored in /myapp/asubdir/images, mapped to /images in my webapp. I am using JBoss v4.0.0. Can you help me please ? Thank you ! View the original post : http://

  1   2   >