[JBoss-user] [Javassist user questions] - Re: javassist-3.0RC1: replace(

2004-12-06 Thread chiba
Well, you cannot remove a method call if the method returns some value. If you remove it, how do you evaluate the caller side expression? Suppose the following expression: int i = k + foo(p); If you remove the foo() call, how should the expression above be interpreted? View the original post

[JBoss-user] [Security JAAS/JBoss] - Security risk

2004-12-06 Thread dijkstra
I ran nessus on my newly configured slackware machine running jboss... it came with the folowing error: The remote proxy is vulnerable to a buffer overflow | when it is issued the command : | whois://a b 1 ..A | This problem may allow an attacker to gain a shell | on this

[JBoss-user] [Installation Configuration] - which file I have to download?

2004-12-06 Thread repkin
I want to download jboss as but I cant find the true link, I am using windows xp and I have downloaded setupwin32.exe but it have been given an error, can you help me? thank you very much. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857485#3857485 Reply to

[JBoss-user] [Installation Configuration] - JBoss3.2.3 Jetty unable to compile class for JSP

2004-12-06 Thread thomas_X
hi there ! i have a Struts application running on JBOSS 3.2.3 with Jetty the OS= Linux Fedora Core1 the JVM = Blackdown 1.4.1 the application always stops after nearly 2 weeks with the following Error: HTTP ERROR: 500 Unable to compile class for JSP when i restart JBOSS everything works for

[JBoss-user] [Installation Configuration] - error when run the run.bat command

2004-12-06 Thread qbsu21th
dear sir/madam: in installed the j2ee 1.4 jdk and the jboss-4.0.0, then follow the tutorial startguide to run the run.bat command and get the following error. it will be very appreciated if you can direct me to the right direction on what could be the problem to lead to this error. thanks!

[JBoss-user] [Beginners Corner] - Re: how to use / deploy J2EE application in unpacked / open

2004-12-06 Thread Frito
I will do this evening at home ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857488#3857488 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857488 --- SF email is

[JBoss-user] [Installation Configuration] - Re: which file I have to download?

2004-12-06 Thread [EMAIL PROTECTED]
Download the Getting Started guide and follow the instructions http://www.jboss.org/docs/index#as Have fun! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857489#3857489 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: error when run the run.bat command

2004-12-06 Thread [EMAIL PROTECTED]
Most probably you screwed up your local JBoss distribution and/or the run.bat script. Start over with a fresh installation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857491#3857491 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0 EJB depending on external libraries

2004-12-06 Thread j_ri
yes, you can just put it in the deploy dir, but then all deployed applications share that libraries. putting the library in the ear doesn't work in JBoss 4.0.0 default configuration. it would only work, if you define the path to that library in the manifest class-path og your ejb jar-file. but

[JBoss-user] [Installation Configuration] - Re: error when run the run.bat command

2004-12-06 Thread qbsu21th
dear luc: thanks for this. however, i don't understand what you mean. can you explain what you mean in some more detail for me? very appreciated. thanks! david View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857493#3857493 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: how to know port is opened

2004-12-06 Thread [EMAIL PROTECTED]
you mean java.naming.provider.url=jnp://localhost:1099 i presume. To check if a machine is listening on a given port, try telnet eg, for a server 192.168.1.1 listening on port 1099 telnet 192.168.1.1 1099 View the original post :

[JBoss-user] [Beginners Corner] - how to get TransactionManager from within Session Bean in JB

2004-12-06 Thread aschulz
Hi, I'm trying to figure out how to access the TransactionManager from within a CMT session bean to get the active transaction. I need the TransactionManager to get the active transaction, not the UserTransaction because I need the methode registerSynchronization defined in Transaction.

[JBoss-user] [Installation Configuration] - Slackware start/stop

2004-12-06 Thread dijkstra
Has anyone writtten a jboss 4.0 start/stop script for slackware? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857496#3857496 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857496

[JBoss-user] [Installation Configuration] - Re: which file I have to download?

2004-12-06 Thread repkin
http://mesh.dl.sourceforge.net/sourceforge/jboss/jboss-4.0.0.zip is this true link? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857499#3857499 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857499

[JBoss-user] [JBoss.NET] - Re: How to handle concurrent web service request?

2004-12-06 Thread [EMAIL PROTECTED]
Of course, the server has no control over how many concurrent requests potential clients will issue. You can however configure tomcat how many requests it should handle concurrently. | Connector port=8080 address=${jboss.bind.address} | maxThreads=150 minSpareThreads=25

[JBoss-user] [Beginners Corner] - Is it possible to have custom error (404, 500) pages in Jbos

2004-12-06 Thread shadowrider_03
Is it possible to have custom error (404, 500) pages in Jboss? If it is possible, how is it done? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857501#3857501 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857501

[JBoss-user] [Security JAAS/JBoss] - Re: why multiple authentication !

2004-12-06 Thread hatoug
BUT When I use the basic authentication in web.xml, auth-methodBASIC/auth-method realm-nameGedOnLine Securit/realm-name it works fine. so why cannot it also work with a FORM authentication ? View the original post :

[JBoss-user] [Installation Configuration] - Re: Securing web-console problem

2004-12-06 Thread [EMAIL PROTECTED]
It's time to start over ;) First, please download 4.0 final. In this release, web-console.war is already exploded. if you have renamed the properties files as suggested in the wiki, make sure that the names match those specified in /conf/login-config.xml And last but not least, remember that

[JBoss-user] [HTTPD, Servlets JSP] - Use of Tomcat's context.xml versus Use of JBoss's jboss-web.

2004-12-06 Thread karink
Hi, I just like to know when I should use Tomcat's context descriptor (context.xml file) and when I should use JBoss's jboss-web.xml file. My first impression was that the jboss-web.xml should replace the Tomcat's specific context.xml (and for some things this seems to be correct, like for

[JBoss-user] [EJB/JBoss] - MDB Timing Stats

2004-12-06 Thread GreyDeath
Hi, I was wondering if the timings on the onMessage are really correct. (J22 Management) I have a MDB that calls a Session EJB. The overall time in the Session EJB adds up to the overall time of my test (enqueue,process), but the MDB timings don't. According to the MDB timings, the overall

[JBoss-user] [Beginners Corner] - Re: JNDI tree not showing jndi-local-namedept/DeptFacadeL

2004-12-06 Thread gopalsaha
i did indeed but no luck thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857510#3857510 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857510 --- SF email is

[JBoss-user] [Installation Configuration] - Re: which file I have to download?

2004-12-06 Thread [EMAIL PROTECTED]
I don't know this link. Get it from this url http://sourceforge.net/project/showfiles.php?group_id=22866package_id=16942release_id=254646 which is the link you get from http://www.jboss.org/docs/index#as View the original post :

[JBoss-user] [Installation Configuration] - java.rmi.server.hostname letter-figure problem

2004-12-06 Thread dmurko
dear all, ich have a strange problem (for me) when starting jboss (3.2) with the 'java.rmi.server.hostname' parameter. i start jboss with run.sh and this parameters: . . . # Execute cd $JBOSS_HOME/bin $JAVA \ -Xms1500M -Xmx1500M -Xss256k \ -ea -esa -server \ \

[JBoss-user] [EJB/JBoss] - How to configure EJB-DEPLOYER.xml to persist active timers (

2004-12-06 Thread kits_quark
What are the entries to be made to the EJB-DEPLOYER.XML, to persist active timers(EJB 2.1 SPecs) in case the Jboss server crashes: I am using J-Boss 4.0 Thanks in advance View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857513#3857513 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: Use of Tomcat's context.xml versus Use of JBoss's jboss-

2004-12-06 Thread karink
sorry I missed some important information I use Tomcat 5 and Jboss 4 Regards Karin View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857514#3857514 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857514

[JBoss-user] [EJB/JBoss] - Re: uuid generation

2004-12-06 Thread p_nevilleuk
Thanks for your response Juha. I understand about the native code issue, but my greatest grievance is with the generator in jboss and j2se 1.5 not conforming to standards (or at least the DCE 1.1 RPC standard). I could always pass the MAC address to a suitable API (obtained manually, natively

[JBoss-user] [Installation Configuration] - Re: error when run the run.bat command

2004-12-06 Thread darranl
Where did you get your JDK from? It looks like you might be using one that is part of the Sun application server. You just need a J2SE JDK you don't need any other J2EE libraries as these are all provided by JBoss. View the original post :

[JBoss-user] [Installation Configuration] - Re: JBoss3.2.3 Jetty

2004-12-06 Thread darranl
Is that the full error or is there any other information on the console or in the logs? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857519#3857519 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857519

[JBoss-user] [Installation Configuration] - Re: problem thrying to read the dtd files under docs directo

2004-12-06 Thread darranl
What are you trying to open the files in? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857520#3857520 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857520 --- SF

[JBoss-user] [Persistence CMP/JBoss] - optimistic locking version column bug?

2004-12-06 Thread abv
Hi, I use JBoss 4.0 Optimistic locking with optimistic-locking element content model version column. If the version column is not a property of the entity bean jboss generates correct sql statement: UPDATE Person SET Name=?, Version=? WHERE ID=? AND Version=? param: i=1, type=VARCHAR,

[JBoss-user] [Persistence CMP/JBoss] - optimistic locking conflicting update

2004-12-06 Thread abv
I use optimistic locking on JBoss 4. If there are optimistic locking conflicting because data has already changed by another task I get an org.jboss.tm.JBossRollbackException: Unable to commit Exception. Is there any way to exactly determine wether a JBossRollbackException is caused by a

[JBoss-user] [Installation Configuration] - Re: JBoss3.2.3 Jetty

2004-12-06 Thread [EMAIL PROTECTED]
See if this can help http://www.jboss.org/index.html?module=bbop=viewtopicp=3857433#3857433 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857522#3857522 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857522

[JBoss-user] [Messaging, JMS JBossMQ] - Re: oracle can not persist BLOB in JMS_MESSAGES table

2004-12-06 Thread m0nstermind
This is because Oracle JDBC driver is not JDBC conformant. Or they want to teach us all how to live. They believe, that using statement.setInputStream(), like jdbc2.PersistenceManager does, is not efficient enough to use, so they limited it to 4kb (actually this is because they passing BLOB as

[JBoss-user] [Installation Configuration] - Serving static files

2004-12-06 Thread rburrage
Hi, does anyone know how I configure jboss-3.2.1_tomcat-4.1.24 to serve static html and images from an external directory? I've tried adding a context tag to deploy\jbossweb-tomcat.sar\META-INF\jboss-service.xml as it suggests in http://www.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories

[JBoss-user] [HTTPD, Servlets JSP] - getting port the server computer ???

2004-12-06 Thread shekar
Hello Everybody, I m running JBoss server on Machinge One . I know that JBoss uses some default port to run Web Container In my client application which is on Machine Two, My client application sometimes cannot access to this deualt port, Reason: The port has been changed how do i know

[JBoss-user] [Installation Configuration] - Re: problem thrying to read the dtd files under docs directo

2004-12-06 Thread LORDs_diakonos
ie 6 and firefox. I aphic layoucan look at them of cource in word pad. i remember jboss use to have the whole graphical layout of these. I think they were svgs though. i cannot remember. What should I be looking at the dtd in? View the original post :

[JBoss-user] [Installation Configuration] - Re: JBoss3.2.3 Jetty

2004-12-06 Thread thomas_X
Thanks ! thats it ! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857532#3857532 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857532 --- SF email is sponsored by -

[JBoss-user] [EJB/JBoss] - Re: Classloading Issue

2004-12-06 Thread Frito
The jboss-app.xml looks ok. Just guessing: probably you are doing some initialisation in the EJBs constructor. This initialisation needs something not yet deployed (well, whatever ;-). You must not do this. Use the ejbCreate for doing the initialisation. If this doesn't help just provide some

[JBoss-user] [Persistence CMP/JBoss] - Re: CMP Transaction

2004-12-06 Thread abv
I've an additional question to that topic: I've a Session Bean with two methods methodA() and mehtodB(). mehtodA has transaction attribute required and mehtodB requiresNew. If I call mehtodB from mehtodA by mehtodB() mehtodB runs in the same transaction as mehtodA. If I call mehtodB from

[JBoss-user] [Beginners Corner] - Howto use JBoss over the internet?

2004-12-06 Thread Sandervankolck
Hello, Im a graduation student and i want to use JBoss for my JMS program. This all works fine in a LAN, but when i want to access the JBoss server over the internet is doesnt connect. When i run a JBoss server on a PC, which is directly connected to the internet without a firewall, i cant

[JBoss-user] [JCA/JBoss] - Re: help with setting up postgres datasource

2004-12-06 Thread darranl
Have you places the jar file containing the JDBC driver in the lib folder of the configuration that you are using? The error indicates that the driver class can not be found. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857541#3857541 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - PostgreSQL + SSL - sun.security.validator.ValidatorException

2004-12-06 Thread beyarecords
Hi, I have specified a connection string in my postgres-ds.xml file as | connection-urljdbc:postgresql://localhost:5432/mydatabase?ssl/connection-url | my Driver is: DriverVersion PostgreSQL 8.0devel JDBC3 with SSL (build 308) The ?ssl informpostgreSQl to make a secure connection.

[JBoss-user] [Clustering/JBoss] - High CPU utilization using bind.address Jboss 3.2.1

2004-12-06 Thread [EMAIL PROTECTED]
Solaris 8 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92) Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode) Jboss 3.2.1 JAVA_OPTS=$JAVA_OPTS -client -Djboss.bind.address=192.131.137.79 -Dprogram.name=$PROGNAME -DjndiPort=1099 -Xms512m -Xmx1024m

[JBoss-user] [Beginners Corner] - Re: What is the equivalent of webapps/ROOT in Jboss?

2004-12-06 Thread orbwave
How can that be overridden? I want to make another webapp the root one. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857546#3857546 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857546

[JBoss-user] [Beginners Corner] - Re: Jakarta Commons DBCP Question

2004-12-06 Thread rob5388
Hi Gopal, I have the same Problem now! You stated that Jonlee has mailed a solution to you but I can't find it. Can you please send this solution to me. Thanks a lot, Robert View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857537#3857537 Reply to the post :

[JBoss-user] [Beginners Corner] - JBoss 4.0.1 Root Path

2004-12-06 Thread orbwave
I've searched the forums and haven't found a clear, satisfactory answer for this yet. I have a path: c:\jboss-4.0.1\server\default\deploy\cfmx\webdev\Directory.war I need the site contained in the Directory.war directory to be served when I hit the root path (http://localhost:8080/). - What

[JBoss-user] [Persistence CMP/JBoss] - Re: Will JBoss 4.x officially drop CMP 1.x suuport via jaws?

2004-12-06 Thread OBender
Yes, but if there are bugs in the jaws you guys won't do anything about them since it is not supported anymore :) ... well I guess we'll have to live with it somehow. Last question, right now jaws is still a part of JBoss 4.0.0, I mean it is in a xx/lib/jboss.jar, will it be removed in release

[JBoss-user] [Messaging, JMS JBossMQ] - JDBC2 Persistent Manager in XA Environment

2004-12-06 Thread agent82_a
Hi, My application updates multiple message queues (provided by jbossmq) and databases in one transaction through session beans with CMT. I am using jdbc2 persistent manager which uses a LocalTX only for its datasource. Since my app is running in an XA environment , will this cause any problem

[JBoss-user] [Jobs@JBoss] - Web Developer/Designer - Atlanta, GA

2004-12-06 Thread admin
Primary Responsibilities will include: - Regular updating of JBoss website(s) - On-going creation of graphical web design elements - Print layout activities including collateral and advertisements Required Skills (1-2 years experience minimum): HTML Web and Print Design Experience Experience

[JBoss-user] [Persistence CMP/JBoss] - Feature-Request: optimistic lock by timestamp

2004-12-06 Thread abv
Hello JBoss Developer, I'm not sure if this is the right forum but anyway: JBoss provide optimistic lock by timestamp. In this modus JBoss updates a timstamp filed on every commit and compares if the value of the timestamp is the same as on read time. This works fine. Some databases provide

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB processing is sleeping for ten minutes (transaction

2004-12-06 Thread sheckler
In this context synchronously means a message was put into a queue and without delay received by an MDB. Sorry for that missunderstanding. My post describes the test result, under certain circumstances there seemed to be a ten minute delay. We suppose, that the processing in the onMessage of

[JBoss-user] [Persistence CMP/JBoss] - Re: Will JBoss 4.x officially drop CMP 1.x suuport via jaws?

2004-12-06 Thread [EMAIL PROTECTED]
Yes, it will be dropped completely. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857556#3857556 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857556 --- SF email is

[JBoss-user] [Persistence CMP/JBoss] - Re: CMP Transaction

2004-12-06 Thread [EMAIL PROTECTED]
required, required new semantics are standard j2ee. the behavior of accessing a cmp getter from a method with supports is undefined and application server specific. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857559#3857559 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0.1 Root Path

2004-12-06 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=SetupARootContextApp View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857560#3857560 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857560

[JBoss-user] [Security JAAS/JBoss] - Re: why multiple authentication !

2004-12-06 Thread [EMAIL PROTECTED]
Because form auth requires tight integration with the web container security internals. Basic auth passes in the username and password as part of the http request and we integration with the http url authentication mechanism. View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Security risk

2004-12-06 Thread [EMAIL PROTECTED]
Try defining what this actually means as this appears to have nothing to do with jboss. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857562#3857562 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857562

[JBoss-user] [Jobs@JBoss] - Staff Accountant - Atlanta, GA

2004-12-06 Thread admin
Staff Accountant Job Description We are seeking to fill the position of Staff Accountant. The candidate will be a junior-level, degreed accountant looking for a challenge. This person will demonstrate the highest levels of integrity, will be professional, assertive, energetic, articulate,

[JBoss-user] [Installation Configuration] - Unable to deploy typemapping Error on JBOSS

2004-12-06 Thread raghuvis
Hi, I have created an Axis Client to an external webservice and running a servlet to call this Axis Client. I run it on WSAD local test environment and it works well. I deployed the ear file from WSAD to JBOSS server and run the servlet. I get the following error: 11:45:56,509 ERROR

[JBoss-user] [Persistence CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2004-12-06 Thread tomislavr
My Abhyasika.har has following structure , com --This folder contains my package hierarchy with classes and hbm.xml files META-INF -- It contains hibernate-service.xml hibernate.cfg.xml hibernate.properties I don't know about the last two - I'm not using them, but for sure you have a

[JBoss-user] [Security JAAS/JBoss] - Re: PostgreSQL + SSL - sun.security.validator.ValidatorExcep

2004-12-06 Thread [EMAIL PROTECTED]
Its not jboss that is looking for the keystore, its the jdbc driver. If they are using jsse then the standard jsse system properties apply. See the jsse guide in the jdk javadocs. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857569#3857569 Reply to the post

[JBoss-user] [Beginners Corner] - Re: Is it possible to have custom error (404, 500) pages in

2004-12-06 Thread [EMAIL PROTECTED]
This is a standard servlet configuration done in the web.xml. Hit the sun j2ee tutuorial for the details. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857570#3857570 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857570

[JBoss-user] [JCA/JBoss] - Re: help with setting up postgres datasource

2004-12-06 Thread LORDs_diakonos
yes I have them copied to .../default/lib View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857571#3857571 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857571 --- SF

[JBoss-user] [Beginners Corner] - Re: how to get TransactionManager from within Session Bean i

2004-12-06 Thread [EMAIL PROTECTED]
The only standard way to do this is to use a stateful session bean that implements the javax.ejb.SessionSynchronization interface. The JTA tm is bound under java:/TransactionManager for the default jboss tm, but this is not defined by the spec. View the original post :

[JBoss-user] [Beginners Corner] - SNMP to JMS what to use and how?

2004-12-06 Thread mikek753
Hello all, I need SNMP listener that gets SNMP traps that then convert it to SNMP wrapper class and inserts into JMS topic. What component I have to use to implement that logic? JMX SNMP Adapter? Thanks. View the original post :

[JBoss-user] [Installation Configuration] - Re: Deploying war files on JBoss

2004-12-06 Thread [EMAIL PROTECTED]
JSTL is unbundled from tomcat. Download and install it from: http://jakarta.apache.org/taglibs/binarydist.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857578#3857578 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Principals from and Message Bean

2004-12-06 Thread [EMAIL PROTECTED]
No, an mdb can never call getCallerPrincipal. Doing a jaas login is equivalent to a dynamic run-as assignment. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857579#3857579 Reply to the post :

[JBoss-user] [JCA/JBoss] - Problems deploying sap JCA-Adapter

2004-12-06 Thread marvin
Hi everybody, i deployed sapr3 adapter in jboss 3.0.x successfully some time ago. Now I need to deploy it on jboss 4.x which drives me crazy with the following error: 18:52:23,078 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | MBeans waiting for other MBeans: | ObjectName:

[JBoss-user] [Beginners Corner] - Re: Application Client Container Usage (application-client.x

2004-12-06 Thread [EMAIL PROTECTED]
See: http://www.jboss.org/wiki/Wiki.jsp?page=J2EEClient The benefit is independence of your code on deployment jndi names. The con is that how to run a j2ee client is application server specific so you client setup changes for each app server, but this is a given anyway since jndi, security,

[JBoss-user] [JCA/JBoss] - Re: Problems deploying sap JCA-Adapter

2004-12-06 Thread [EMAIL PROTECTED]
A connection factory configuration also requires the resource adaptor rar. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857583#3857583 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857583

[JBoss-user] [Installation Configuration] - Re: Problem: no security manager: RMI class loader disabled

2004-12-06 Thread [EMAIL PROTECTED]
There is a class missing that is triggering rmi dynamic class loading, and this fails since there is not configured security manager. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857584#3857584 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Access control On Statefull Session Bean

2004-12-06 Thread [EMAIL PROTECTED]
There is no standard for stateful session bean isolation. You can create a custom client interceptor that synchronizes access on the client side of the proxy, or customize the server side stateful session instance interceptor to block the calls instead of throwing the exception. Create a

[JBoss-user] [JCA/JBoss] - Re: Problems deploying sap JCA-Adapter

2004-12-06 Thread marvin
Sorry, forgot to mention it explicitly: I deployed a sapr3.rar of course in my dir server/default/deploy which contains the jca.jar, the sapjco.jar and in META-INF the ra.xml. marvin View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857587#3857587 Reply to the

[JBoss-user] [Beginners Corner] - Re: Is it possible to have custom error (404, 500) pages in

2004-12-06 Thread orbwave
Yes, you need to add the custom error handling attributes to the WEB-INF\web.xml file for your app. | web-app | | error-page | exception-code400/exception-code | location/pageToRedirectTo.html/location | /error-page | | View the original post :

[JBoss-user] [Performance Tuning] - Re: JBOSS Stopped Automatically.

2004-12-06 Thread nutulapatisyam
Here is the meat, of the sudden death of Jboss 3.2.2 running on redhat 9. I had redirect the entire jboss console output in order to capture this information. # # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # Java VM:

[JBoss-user] [JCA/JBoss] - Re: Problems deploying sap JCA-Adapter

2004-12-06 Thread marvin
Now I played a bit with the config and tried to put the following to the sapr3-ds.xml: rar-namesapr3.rar/rar-name This seems to help jboss to find the appropriate rar but it complains about other things: 20:02:57,734 WARN [NestedThrowable] Duplicate throwable nesting of same base type:

[JBoss-user] [Persistence CMP/JBoss] - Transaction problem Jboss + hibernate

2004-12-06 Thread marek
Hi, we started to use Jboss 3.2.6 with hibernate 2.1.7c. Everything is working fine except that no data are persistened into database upon commint neither when shutting down jboss. Here is the code snippet using ThreadLocal object to hold sessions and transactions: | private static

[JBoss-user] [JBoss Getting Started Documentation] - Error while running the application using hibernate : javax.

2004-12-06 Thread nmaujean
Hi, When we run the application using hibernate, we have the following errors : javax.servlet.ServletException: hibernate not bound org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:825)

[JBoss-user] [Persistence CMP/JBoss] - Re: Please help me about CMP

2004-12-06 Thread lfalcao
I had this same problem, now partially solved by the instructions passed by Raist_Majere. Thanks!! But now I have another one (error description below). I've checked my code and it's similar to that posted by jacky007. 2004-12-06 17:58:31,685 ERROR [org.jboss.ejb.plugins.LogInterceptor]

[JBoss-user] [Performance Tuning] - Re: JBOSS Stopped Automatically.

2004-12-06 Thread [EMAIL PROTECTED]
This is the vm crashing and it has nothing to do with jboss. Its a bug in the vm. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857603#3857603 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857603

[JBoss-user] [JBoss Getting Started Documentation] - Creating SAR files

2004-12-06 Thread dfisher
Is there any documentation on the proper structure of a SAR and it's intended use in JBoss? I would like to put some of our Java daemons in JBoss and this seems like the best alternative. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857604#3857604

[JBoss-user] [JBoss Getting Started Documentation] - Re: Creating SAR files

2004-12-06 Thread [EMAIL PROTECTED]
The admin and devel guide: http://www.jboss.org/docs/index View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857605#3857605 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857605

[JBoss-user] [Installation Configuration] - Missing /lib/tools.jar

2004-12-06 Thread mthaddon
Hi Folks, Newbie here. I have a problem when starting up JBoss. This is on RHEL3. I'm using Java(TM) 2 SDK, Standard Edition, Version 1.4.2. When I run the run.sh script, I get the following: run.sh: Missing file: /lib/tools.jar run.sh: Unexpected results may occur. Make sure JAVA_HOME

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error while running the application using hibernate : ja

2004-12-06 Thread [EMAIL PROTECTED]
Do you get any messages in your console that suggest that the HAR file, which is providing java:/hibernate/SessionFactory, wasn't deployed correctly? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857608#3857608 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Cant even run JBOSS because of PORT 1098

2004-12-06 Thread gloveny
I take it no one was able to help fix this problem? Graham View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857610#3857610 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857610

[JBoss-user] [HTTPD, Servlets JSP] - How to stop using session cookies - jboss-web.xml isn't work

2004-12-06 Thread pjaromin
I'm using jboss-3.2.5 and have a web application that must be deployed without setting session cookies. I looks like the standard way to do this is to add: use-session-cookiesfalse/use-session-cookies to a jboss-web.xml file in the war directory (we're using extracted war files). However,

[JBoss-user] [Installation Configuration] - DTD/UnknowHostException when not on the internet

2004-12-06 Thread lwolpert
I am trying to deploy an EJB application on JBOSS 3.2.3, using the windows2000 platform. When I deploy my ejbs and there is a network connection present, everything works fine. However, when I deploy when the machine is not connection to the internet I get the error shown at the end of this

[JBoss-user] [Persistence CMP/JBoss] - Re: Please help me about CMP

2004-12-06 Thread lfalcao
Ive already solved that. After hours looking for an answer, I found on: http://jguru.com/forums/view.jsp?EID=1181664 The absense of default constructor in primary key class was the cause for exception. View the original post :

[JBoss-user] [Installation Configuration] - Is there a JBoss environment IP number ?

2004-12-06 Thread fralin
Is there a JBoss environment IP number ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857616#3857616 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857616 --- SF email

[JBoss-user] [Beginners Corner] - Re: JBoss start: java.lang.NoClassDefFoundError: org/jboss/a

2004-12-06 Thread boltman
Hey, running into the same problem *AFTER* modifying the java.endorsed.dirs to FIRST look at my customer directory containing DOM3 jar files *BEFORE* looking that the JBOSS_HOME/lib/endorsed As soon as I did that change, I started getting this AspectManager error like you have. Before that

[JBoss-user] [Beginners Corner] - Re: JBoss start: java.lang.NoClassDefFoundError: org/jboss/a

2004-12-06 Thread boltman
Hey, running into the same problem *AFTER* modifying the java.endorsed.dirs to FIRST look at my customer directory containing DOM3 jar files *BEFORE* looking that the JBOSS_HOME/lib/endorsed As soon as I did that change, I started getting this AspectManager error like you have. Before that

[JBoss-user] [Beginners Corner] - Re: JBoss start: java.lang.NoClassDefFoundError: org/jboss/a

2004-12-06 Thread boltman
Message to my internal group regarding this error: You *may* get this error on startup of JBOSS. I wasn't getting this error at first... then I tweaked my run.bat to _try_ to include the DOM3 jars, and then, all of a sudden, I would start seeing this NoClassDefFoundError on

[JBoss-user] [Installation Configuration] - Re: Is there a JBoss environment IP number ?

2004-12-06 Thread [EMAIL PROTECTED]
I don't know what your talking about. Please clarify. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857623#3857623 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857623

[JBoss-user] [Installation Configuration] - Re: DTD/UnknowHostException when not on the internet

2004-12-06 Thread [EMAIL PROTECTED]
The stacktrace still looks like a doctype is being traversed so perhaps is a jboss descriptor or another descriptor like an ejb jar. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857624#3857624 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Missing /lib/tools.jar

2004-12-06 Thread [EMAIL PROTECTED]
The only error a missing tools.jar will cause is failure to compile jsp pages. I would assume the /usr/java/j2sdk1.4.2_02 installation is corrupt. List the contents of the /usr/java/j2sdk1.4.2_02/lib directory. View the original post :

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0 Logging Related Problems.

2004-12-06 Thread [EMAIL PROTECTED]
You cannot include the commons-logging.jar in your application if your using scoped class loading. This is the default class loading behavior in the 4.0.0 default configuration. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857626#3857626 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Using security to end a long-running request?

2004-12-06 Thread craigdberry
Our application involves long-running (sometimes 3+ hours) transactions in some circumstances. Occasionally, one of these is started accidentally, but there is no obvious way to stop such a task once it's being executed inside the EJB container. We could use a polled flag to signal a desired

[JBoss-user] [Security JAAS/JBoss] - Re: Using security to end a long-running request?

2004-12-06 Thread [EMAIL PROTECTED]
Sounds like a bad idea to me. How can checking a boolean flag at some key point in the workflow add significant overhead to a 3+ hour transaction? It could even be externalized to a custom interceptor with a jmx component to set/unset the abort state. View the original post :

[JBoss-user] [Installation Configuration] - Re: Missing /lib/tools.jar

2004-12-06 Thread mthaddon
My mistake. It's a case of just setting the JAVA_HOME variable correctly for the user that's running the application. Because run.sh is being called to run as a different user, the JAVA_HOME variable for that user isn't set correctly, even though the user that's calling the script has it set

[JBoss-user] [Installation Configuration] - Re: 4.0.0 installing an an AS400

2004-12-06 Thread smitopher
I can execute run.sh. The server appears to start. You can get a page when you point your browser at http://ouras400:8080 The Log shows: 2004-12-06 22:01:34,074 INFO [org.apache.jk.server.JkMain] Jk running ID=0 time=0/1885 config=null | 2004-12-06 22:01:37,365 INFO

[JBoss-user] [Installation Configuration] - Re: 4.0.0 installing an an AS400

2004-12-06 Thread smitopher
Sorry, I hit the submit button. I unerstand that a default config should run. I have googled and searched this site for any AS400 specific information but I could not find any. Any hints are appreicated cjs View the original post :

  1   2   >