[JBoss-user] [JBossWS] - Re: Help on axis , jboss

2005-03-18 Thread jasong
This forum is for J2EE style webservices (ws4ee), which is only available in jboss 4.x.x. You probably want the JBoss.NET or JMX forum. Also, could you provide more detailed information about your problem (like which method you are calling, and what your mbean does) Thanks, -Jason View the or

[JBoss-user] [JBossWS] - Re: The access URL to web service

2005-03-18 Thread jasong
You must be running 4.0.0, upgrade your jboss to 4.0.1. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870830#3870830 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870830 -

[JBoss-user] [Installation & Configuration] - Re: Problem with a 2nd instance of JBOSS ?

2005-03-18 Thread dissonance
martiny, if it's not too late, try putting your JMS service definition in deploy-hasingleton my problem is now that the connectionfactory won't load on the second machine : ( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870829#3870829 Reply to the pos

[JBoss-user] [Installation & Configuration] - Re: Problem with a 2nd instance of JBOSS ?

2005-03-18 Thread dissonance
i too am experiencing the same problem. It seems that my queues and topics do not load on the second server. Does this have something to do with HAJNDI? How do I add my JMS Queue/Topics in the first instance correctly so that the 2nd instance can access them transparent of whether they are loca

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

2005-03-18 Thread tanghh4321
rajs1 Would you mind post what you do to make derby works as a database server, I get some issues that seems to be hard to resolve. thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870823#3870823 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Installation & Configuration] - Re: Virtual directory outside JBOSS deploy folder

2005-03-18 Thread vashistvishal
If i understand right, waht u are asking is, that rather then putting yr war file in deploy u want this to be deployed in some other directory right. What theat means is that Deployment Scanner service by default looks into deploy folder only. So if u want that behavior just goto /server//conf

[JBoss-user] [Persistence & CMP/JBoss] - Re: java.lang.IllegalStateException: createBeanClassInstance

2005-03-18 Thread kvalavala
One way is to catch the exception and clean up the pool. On the next invocation recreate the pool. I am not sure if your business logic is ok with cleaning up the pool View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870822#3870822 Reply to the post : http://

[JBoss-user] [Beginners Corner] - Re: Do not want to write to server.log

2005-03-18 Thread vashistvishal
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=60977 Follow one of the replies by me in this posting will should help you. Vishal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870820#3870820 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [EJB/JBoss] - Re: Local 3.6.2 Server InitialContext OK -- Remote doesn't??

2005-03-18 Thread gberish
Thanks. The server runs on Linux, And \etc\hosts contained:127.0.0.1localhost localhost.localdomain | Where X = name of my domain, and Z = a literal name assigned to my account by the server host company. So, I tried to use 127.0.0.1 in four URL formats based on what I fond at 3.2.2 (Acce

[JBoss-user] [Clustering/JBoss] - Re: Beginner needs help with clusters

2005-03-18 Thread balteo
Hello, can you post your jsp please? I have not been able to make my cluster work with jsp. J. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870811#3870811 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870811

[JBoss-user] [Beginners Corner] - Re: Application clients

2005-03-18 Thread Pablogra
Note: There a guide to install and run the Duke's Bank in JBoss, and all the code you need. I find that this is the problem, we get very large amounts of rich and COMPLEX Apps as demo apps. As I said before a simple EJB that adds two numbers and a basic Swing client will do, to provide a start.

[JBoss-user] [HTTPD, Servlets & JSP] - Intercepting HTML response?

2005-03-18 Thread kellyschrock
Hi, I'm writing a Valve that intercepts all access to specific web apps (specified in the configuration), and logs all of the request parameters, response headers, etc. I would also like to intercept the html coming back with the response, but I can't figure out where to put a hook. It seems li

[JBoss-user] [Beginners Corner] - Re: Application clients

2005-03-18 Thread Pablogra
This link is very usefull, but again, we lack of information and examples, a kind Duke's Bank application can be very cool. Can the JBoss team supply with a simple EJB and a standalone swing client? I guess something like this will be very easy for you guys, and will really help us get started.

[JBoss-user] [JCA/JBoss] - Re: Oracle configuration

2005-03-18 Thread [EMAIL PROTECTED]
See section 7.3 of the Applicaton Server Guide at http://docs.jboss.org/jbossas/jboss4guide/r2/html/ There is an examplee at JBOSS_DIST/docs/examples/jca/oracle-ds.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870807#3870807 Reply to the post : http://

[JBoss-user] [Installation & Configuration] - Re: Problems with log4j and EAR deployment

2005-03-18 Thread bmelloni
You might also want to check out http://jira.jboss.com/jira/browse/JBAS-1551. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870804#3870804 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870804 ---

[JBoss-user] [Installation & Configuration] - Re: Problems with log4j and EAR deployment

2005-03-18 Thread bmelloni
Try using a log4j.xml file name other than log4j.xml. Maybe log4j.xml. You might be somehow "finding" first jBoss' log4j.xml instead of yours. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870803#3870803 Reply to the post : http://www.jboss.org/index.html

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

2005-03-18 Thread MGruener
I had a similar problem to this and it was fixed by upgrading ojdbc14.jar to version 10.1.0.3.0. I did not have to switch to oci. Thin now works for me. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870802#3870802 Reply to the post : http://www.jboss.org/

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2005-03-18 Thread bmelloni
ignore this line, just setting notifies. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870800#3870800 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870800 --- SF e

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2005-03-18 Thread bmelloni
The following is workable, but not great: Try jBoss 4.0.0 (exactly that version, not 4.0.x). The default config in 4.0.0 is supposed to be J2EE 1.4 compliant. If that is not enough, look at placing META-INF/jboss-app.xml in your EAR. Sample file: co.com:loader=co.ear j

[JBoss-user] [Installation & Configuration] - Re: EAR deployment in JBoss 4.0.1SP1

2005-03-18 Thread bmelloni
You changed server version. This is common with jBoss, things that work in one version don't necessarily work in the next. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870798#3870798 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Installation & Configuration] - Re: Differences between 4.0.0 and 4.0.1

2005-03-18 Thread bmelloni
The instructions are in the 4.0.x docs (what's new): http://docs.jboss.org/jbossas/whatsnew40/html_single/ But they have an error. If you set tomcat's Java2ClassLoadingCompliance to false like it says things don't work. The 4.0.0 configuration has a "false" value, and that worked for me to br

[JBoss-user] [Installation & Configuration] - Re: Differences between 4.0.0 and 4.0.1

2005-03-18 Thread bmelloni
Ignore this line... Just setting "notify". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870797#3870797 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870797 --- SF

[JBoss-user] [Installation & Configuration] - Re: Log4J with JBoss Question

2005-03-18 Thread bmelloni
1) Read http://wiki.apache.org/logging-log4j/Log4jXmlFormat for general background on how to configure logging. 2) The following file has an example for the RollingFileAppender: http://www.javaworld.com/javaforums/showthreaded.php?Cat=2&Board=TheoryPractice&Number=2396&page=11&view=collapsed&sb=

[JBoss-user] [Installation & Configuration] - Re: configuration variables

2005-03-18 Thread bmelloni
This might not be correct for your specific problem, but have you tried to add the following to run.bat: "-DvariableName=variableValue"? I use it to setup environment variables for my apps (i.e.: where to find config.properties files). View the original post : http://www.jboss.org/index.html?

[JBoss-user] [JBoss Getting Started Documentation] - Re: Is tcpmon, which comes with the JBoss tutorial, the corr

2005-03-18 Thread [EMAIL PROTECTED]
I've never seen that. I think I used RC1 for the getting started guide, but I can't imagine something like that suddenly failing in 4.0.1. Either way, if you are on 4.0.1, you should probably go to SP1. Without downloading it and trying it, it's hard to say. Keep in mind that the console a

[JBoss-user] [JBoss Getting Started Documentation] - Re: Is tcpmon, which comes with the JBoss tutorial, the corr

2005-03-18 Thread raygardner
Thanks for the response! I get the configuration screen. I fill in the 'Listen Port #' field to 7070 as instructed in the guide. But, when I click the 'Add' button nothing happens to the Swing GUI and I get the following exception in my startup command-window: anonymous wrote : | ant -f jb

[JBoss-user] [Installation & Configuration] - Re: class loading problems

2005-03-18 Thread bmelloni
Good luck... I've been looking for a similar answer... read from WEB-INF/lib before reading from jboss' lib directories. Even had the jBoss CTO in one of the forums... no luck. Selecting "where to load from first" might be an intrinsic problem with jBoss. View the original post : http://www.

[JBoss-user] [Installation & Configuration] - Re: From 3.2.3 to 4.0.1SP1

2005-03-18 Thread bmelloni
I don't know if you will have trouble communicating between 3.2.3 and 4.0.1 servers. But your 4.0.1 deployment-time problem is probably caused by how the two versions handle classloading differently. You probably have to package the app for 4.0.1 differently than you have. You may also be hav

[JBoss-user] [Beginners Corner] - Re: J2SE application, non J2EE

2005-03-18 Thread [EMAIL PROTECTED]
I recommend JBoss for Advanced J2EE Developers for this. Answers all your questions on how to do this, with hands-on exercise. Take care, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870782#3870782 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [JBoss Getting Started Documentation] - Re: Is tcpmon, which comes with the JBoss tutorial, the corr

2005-03-18 Thread [EMAIL PROTECTED]
I just tried it with 4.0.1sp1 and it looks right. You should get a configuration screen where you enter the port number. When you press add you should see a tab for your monitor. When you click on the tab, you will see the connection screen. If that's not what you get, perhaps you can descr

[JBoss-user] [JBoss Getting Started Documentation] - Is tcpmon, which comes with the JBoss tutorial, the correct

2005-03-18 Thread raygardner
When I startup tcpmon, it does not look anything like the tcpmon screen shot shown in Chapter 5 Section 5.4. Figure 5.1. (I'm not talking about the differences between Mac and Windows since the screen shot is obviously from a Mac.) Perhaps tcpmon looks differently once it captures some network

[JBoss-user] [EJB/JBoss] - Timeout for RMI Communication??

2005-03-18 Thread bridenour
Hi All: I've checked hi and lo and can't find a suitable answer for this question. We have a distributed system with two jboss clusters communicating with each other via RMI. We are using HA-JNDI as well. Sometimes, cluster 1 makes an RMI call into cluster 2, and cluster 2 takes a long time

[JBoss-user] [JBoss Getting Started Documentation] - Re: merging JBoss (v4) tutorial code with Sun (v1.4) tutoria

2005-03-18 Thread bret_foreman
I guess you are refering to section 3 of the guide. I cannot find the instructions you mention within that section. But I think I understand what to do. I'll give it a try... Thanks, Bret View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870769#3870769 Reply

[JBoss-user] [JBoss Getting Started Documentation] - Re: merging JBoss (v4) tutorial code with Sun (v1.4) tutoria

2005-03-18 Thread [EMAIL PROTECTED]
They should be combined. The easiest way to do that is to unzip one of them, then unzip the other one inside of it as explained in the getting started guide. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870767#3870767 Reply to the post : http://www.jboss.

[JBoss-user] [JBoss Getting Started Documentation] - Web Services hot deployment failure

2005-03-18 Thread raygardner
I'm trying to get familiar with JBoss by going through this 'Getting Started' guide. However, I keep running into problems and things fail one after the other. This tutorial is more difficult than I expected simply because following the instructions does not yield successful results. I am cur

[JBoss-user] [JBoss Getting Started Documentation] - merging JBoss (v4) tutorial code with Sun (v1.4) tutorial co

2005-03-18 Thread bret_foreman
I'm confused about this. When I download the version 1.4 Sun tutorial it comes with an "examples" directory. Likewise, the JBoss version 4 tutorial has an "examples" directory. Both contain a "bank" directory for the Duke's bank demo. It appears that JBoss needs to build with a jboss-build.xml f

[JBoss-user] [Installation & Configuration] - Re: unexpected shutdown of JBoss

2005-03-18 Thread Bigdaddy
I used to have the same jboss shutdown problems with Red Hat Enterprise Linux ES release 3. Try the following: Instead of running it as root, create a jboss user then run the following command. [root]# nohup su - -c "${JBOSS_HOME}/bin/run.sh -c " 2> nohup.out & Thanks. View the original pos

[JBoss-user] [Beginners Corner] - Do not want to write to server.log

2005-03-18 Thread jikramer
I have 5 mbeans writing their own logs using log4j. I am seeing my jboss server.log getting huge because it duplicates all the info i'm logging in each individual log file. Can anyone advise how I would not write to server.log but continue to write to individual mbean logs via log4j. thanks

[JBoss-user] [Installation & Configuration] - Re: howto setup jboss in AIX

2005-03-18 Thread frankgrimes
Looks like you've found a bug in IBM's latest 64-bit 1.4.2 JDK for AIX. I suggest that you open up a support case with them through your AIX support channels. In the meantime, you might want to check to see if the 32-bit version of their JDK works (you should be able to install it on a 64-bit AI

[JBoss-user] [Installation & Configuration] - Re: unexpected shutdown of JBoss

2005-03-18 Thread expand
Sorry forgot to turn on reply notification. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870757#3870757 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870757 --- S

[JBoss-user] [Installation & Configuration] - Re: unexpected shutdown of JBoss

2005-03-18 Thread expand
We have the same problem with JBoss 3.2.5 running on Fedora Core 2. We already tried several 1.4 JVM's (Sun, JRockit, IBM). JBoss just shuts down unexpected. Some lines of the log: | 2005-03-18 11:52:33,194 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying

[JBoss-user] [JBoss Getting Started Documentation] - Re: Trouble with WSClient

2005-03-18 Thread raygardner
As I indicated in the previous post, I got WSClient working by going back to port 8080. However, the next section in Chapter 5 asks to change the front-end port to 7070 so tcpmon may intercept traffic. I did this but now WSClient will not work. Here is the error: anonymous wrote : | ant -

[JBoss-user] [EJB/JBoss] - Re: Cannot get JSTL tags to print variable values.

2005-03-18 Thread robr
I don't have the code with me right now. I will post it tonight. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870752#3870752 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870752 --

[JBoss-user] [EJB/JBoss] - Cannot get JSTL tags to print variable values.

2005-03-18 Thread robr
How do you set intelliJ up to use these tags. I completed the following. 1. I have integrated JBOSS into intellij. 2. I can already use servlets and JSP with in my Intellij environment. 3. I have downloaded JSTL 1.1 and moved the two .jar files (jstl.jar and standard.jar) to the the jboss/server

[JBoss-user] [Security & JAAS/JBoss] - Security for remote but not for local EJB?

2005-03-18 Thread SeverityOne
Hi, I've got an EJB with both remote and local interfaces. (There's a topic elsewhere about a problem that I have with deploying the local interface as well as the remote interface.) it uses a custom JAAS LoginModule, which is working well. Is it possible to use the remote EJB with security -

[JBoss-user] [EJB/JBoss] - Cannot deploy EJB with both remote and local interfaces

2005-03-18 Thread SeverityOne
Hi, I'm having a problem on JBoss 3.2.1 (old, but it's worked fine so far). There's an application using an EJB and application clients on remote desktops, which has been working flawlessly so far. Because of a rather complex authentication/authorisation/security issue, I've decided to split so

[JBoss-user] [Beginners Corner] - Creating a service

2005-03-18 Thread jpsabadini
Hi there! I trying to put as a service a class created by me. Anybody knows a really good tutorial for service creation?? regards JP View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870747#3870747 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Installation & Configuration] - JBOSS+Portal=Failure?Please Help!!!

2005-03-18 Thread Invisigoth666
Hi i installed JBOSS 4.0.0 and Portal 2.0 BETA on a suse Linux 9.0 machine with mysql 4.0.22 and jdbc 3.0.16. I could start the jboss as but when i integrated the portal i got the following error-message: java.lang.NoClassDefFoundError: org/jboss/cache/TransactionManagerLookup at net.sf

[JBoss-user] [Clustering/JBoss] - Re: [STABLE] Reset suspended flag to true, this should never

2005-03-18 Thread sheckler
It was HA-JMS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870745#3870745 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870745 --- SF email is sponsored by - The

[JBoss-user] [Clustering/JBoss] - Re: [STABLE] Reset suspended flag to true, this should never

2005-03-18 Thread [EMAIL PROTECTED]
JMS ? This is JGroups, and has nothing to do with JMS. Only possibly with HA-JMS, but I think this is unrelated View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870741#3870741 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Clustering/JBoss] - Re: [STABLE] Reset suspended flag to true, this should never

2005-03-18 Thread sheckler
To be exact: the JMS misconfiguration did cause incorrect behaviour, not the [STABLE] message. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870738#3870738 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870738 -

[JBoss-user] [HTTPD, Servlets & JSP] - JBOSS AND JSP

2005-03-18 Thread i_subhash_jboss
I have deployed a war file,,,its up and running fine,,but when i want to make changes in the JSP pages,,I do it in the JSP pages in the tmp directory,the changes holds good till i resstart the server,once i restart the server all changes are lost as tmp directory is rebuilt. Plz help me how to

[JBoss-user] [Management, JMX/JBoss] - "You cannot commit with autocommit set!"

2005-03-18 Thread albertyu
I follow the instruction of Chapter 9. Using Hibernate at http://docs.jboss.org/jbossas/getting_started/startguide40/hibernate.html I get exception "You cannot commit with autocommit set!" from org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection all time. I found in BaseWrapperManagedCo

[JBoss-user] [JBoss Getting Started Documentation] - Re: Trouble deploying Duke

2005-03-18 Thread lejall
Hi, I got the same problem but a refresh installation didn't change anything. I carefully download sun (update 4) and jboss (release 3) tutorial versions and tried with jboss 4.0.1 and j2sdk1.4.2_07 (I previously tried with j2sdk 1.5). If anyone has a clue, it would be helpful. It seems many j

[JBoss-user] [Security & JAAS/JBoss] - Identifying a java.rmi.ServerException as a failed login exc

2005-03-18 Thread nlejeune
Hello Scott First of all I'd like to congratulate you on your jaas_howto document, I found it very useful both in understanding the concepts as well as the implementation details of JBoss. I will formulate my question around one of your example : example1-test2. That example tests access with

[JBoss-user] [Clustering/JBoss] - Re: [STABLE] Reset suspended flag to true, this should never

2005-03-18 Thread sheckler
It did, but not at startup time, when the log message was raised. The incorrect behavior occured with heavy load of JMS later on. So I think there is no correlation, but nevertheless I dont' see the message any longer. Maybe net work problems/configuration could have been the problem at that tim

[JBoss-user] [Management, JMX/JBoss] - Re: Clearing the class loader repository through the jmx con

2005-03-18 Thread balteo
Thanks for the reply Dimitris... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870730#3870730 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870730 --- SF email is

[JBoss-user] [Management, JMX/JBoss] - Re: Clearing the class loader repository through the jmx con

2005-03-18 Thread [EMAIL PROTECTED]
The subject is quite complex, so your best take is to just redeploy your application. There is no explicit way in java to completely get rid of a loaded class. It will only be garbage collected when all references to it are gone, and you usually have no control over this. View the original post

[JBoss-user] [Installation & Configuration] - Setting up multiple Tomcat SARs & WARDeployers in 1 JBoss in

2005-03-18 Thread jhecking
Hi, we're developing a complex J2EE application which consists of multiple web applications, some of which should be accessible to our users while others are just for internal monitoring and administration and to provide HTTP based APIs to other system components. We'd like to deploy all of the

[JBoss-user] [EJB/JBoss] - Re: Local 3.6.2 Server InitialContext OK -- Remote doesn't??

2005-03-18 Thread darranl
Is your remote machine running Linux? If so is there an appropriate entry in the /etc/hosts file that maps the name of the machine to the public IP address? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870727#3870727 Reply to the post : http://www.jboss.o

[JBoss-user] [Beginners Corner] - Re: javax.naming.CommunicationException

2005-03-18 Thread mkgtvm
Could you please tell how you resolved that error, I am also facing the same problem View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870725#3870725 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870725 ---

[JBoss-user] [Clustering/JBoss] - Re: [STABLE] Reset suspended flag to true, this should never

2005-03-18 Thread [EMAIL PROTECTED]
Did this cause incorrect behavior ? I'd say 'no'... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870724#3870724 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870724 -

[JBoss-user] [Beginners Corner] - How do I find if the current user has logged in or not?

2005-03-18 Thread Asty
I have made an online shopping store using Servlets,JSP and EJBs. I want that when user presses 'Add to Cart' button for the first time, he is shown login page, where he has to login and every other time he is shown the shopping cart page. How do I find if the current user has logged in or not?

[JBoss-user] [JCA/JBoss] - Oracle configuration

2005-03-18 Thread Mozbahel
Hello I'm a new user of jboss and i want just know how to do :: to make jboss work with Oracle8 which configuration instruction may i do View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870721#3870721 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Installation & Configuration] - Virtual directory outside JBOSS deploy folder

2005-03-18 Thread Imranmirza
Hey all, I have struts-JSP application. I am using jboss-3.2.5. Can i deploy my web based application outside jboss deploy folder? If yes, how. Thanks in advance. Regards, Imran View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870720#3870720 Reply to t

[JBoss-user] [Persistence & CMP/JBoss] - Re: Adding true on method increased #

2005-03-18 Thread aparaapara
Alexey, I downloaded JBOSS 3.2.7 and it works great in this regard. Thanks for your initial suggestion. -AP_ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870718#3870718 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: XAException: tx=TransactionImpl:XidImpl [FormatId=257, G

2005-03-18 Thread sheckler
Yes there are two instances of JBossMQ sharing the same tablesm (1 HA JMS, 1 local JMS. I now use Hypersonic for the local JMS and one oracle scheme for the HA JMS) . Since I fixed this misconfiguration, the error did not occure again. Thanks Stefan [EMAIL PROTECTED] View the original post :

[JBoss-user] [Clustering/JBoss] - Re: [STABLE] Reset suspended flag to true, this should never

2005-03-18 Thread sheckler
In my case it happend during startup of second jboss node within a cluster. The message appeared several times after the initialisation of clustered session beans (saw the instantiation of securityProxies shortly before). It is not reproducable. I had a misconfiguration within JBoss MQ (2 JBossMQ