[JBoss-user] [Installation, Configuration & Deployment] - How to refer Images outside JBOSS_HOME?

2005-11-24 Thread smyogesh
Hi I am working as a J2EE programmer. I am new to JBOSS server. And, I am developing an application "myapp.ear". The application is running in Linux server. I placed myapp.ear file in the following location: /opt/jboss-3.2.6/server/default/deploy/myapp.ear. The HTML files are referring the imag

[JBoss-user] [Beginners Corner] - Jboss 3.2.3 not starting with jdk1.5.0

2005-11-24 Thread chprvkmr
Hi, Iam using jboss 3.2.3 with jdk1.4.1 set as JAVA_HOME. When I pointed JAVA_HOME to jdk1.5.0, server is not starting. With JAVA_HOME=C:\jdk1.4.1 | === | . | JBoss

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: whne DLQ is full

2005-11-24 Thread [EMAIL PROTECTED]
Hi Rudi thans for your suggestion, our motive is we should not loose messages even when any exceptions comes, so we implemented DLQ. everything is working fine but we have a problem when DLQ is full. Can u suggest what to when DLQ is full? View the original post : http://www.jboss.com/index.htm

[JBoss-user] [Messaging, JMS & JBossMQ] - Using a custom JCA to send messages

2005-11-24 Thread shaffin
Hello, I am designing a JCA for LDAP (Inflow and Outflow) and would like to send messages to my LDAP store via the JCA connector, can this be done through a MDB? If so, can some provide information and/or pointers. Thanks, Shain. View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss Getting Started Documentation] - Duke's Bank App jboss deploy problem

2005-11-24 Thread tigercode
After I deploy, start jboss and bank web application, I try to login with 200/j2ee, but following error message is displayed on browser Your request cannot be completed. The server got the following error: javax.servlet.jsp.JspTagException: javax.servlet.jsp.el.ELException: An error occurred wh

[JBoss-user] [Messaging, JMS & JBossMQ] - How do Call EJB on Jboss Server from Tomcat server

2005-11-24 Thread Manmohan LAL
Hello I have problem to call business logic EJB on Jboss server from Tomcat server, if I do package and deploy in Boss that does not work. I would prefer to deploy JSP and Servlets files on the Tomcat Server unpackaged and Business Logics EJB on the Jboss Server packaged then from JBoss Server

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How do Call EJB on Jboss Server from Tomcat server

2005-11-24 Thread Manmohan LAL
"Manmohan LAL" wrote : | Hello | | I have problem to call business logic EJB on Jboss server from Tomcat server, if I do package and deploy in Boss that does not work. | | I would prefer to deploy JSP and Servlets files on the Tomcat Server unpackaged and Business Logics EJB on the J

[JBoss-user] [JBoss Portal] - Re: Problems with StrutsBridge

2005-11-24 Thread alessandroribeiro
Hi, does anyone have another example of using StrutsBridge other than the well-known demo. I would like the simplest possible example of a Struts action, redirecting to a static JSP page. I just need another example, so that I can compare it to my own and see what may be wrong. Please, if yo

[JBoss-user] [Beginners Corner] - Re: Log4J conflict ?

2005-11-24 Thread ErikEngerd2
Hi, Just solved it. It turns out that I had log4j as part of the web archive itself (in WEB-INF/lib). This resulted in a conflict because apparently two version of log4j are loaded in memory and casting between these two versions will not work because they were independently loaded. Removin

[JBoss-user] [Beginners Corner] - Re: Log4J conflict ?

2005-11-24 Thread ErikEngerd2
I have a similar problem which occurs every time I (re)deploy my webapp. Is the problem solved yet? It is a bit annoying since it is difficult to see from the logs whether the exception is (just) the logging exception or indicates a serious deployment problem . Cheers Erik View the original

[JBoss-user] [JCA/JBoss] - Re: ClassNotFoundException when deploying embedded RAR with

2005-11-24 Thread dalvarezpy
Hello guys. I've had the same problem "Could not find ManagedConnectionFactory class:", but only since deploying to 4.0.3sp1. Prior to that, i didn't have the problem (4.0.2). I had my -ds.xml file in the "deploy" directory. From what i understood from the messages before this, I tried moving

[JBoss-user] [Beginners Corner] - Re: Help with lookng up a bean

2005-11-24 Thread simonnunn
Tried that...still didn't work. Is there something that I need to put into the WAR file? Some xml file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908949#3908949 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908

[JBoss-user] [JCA/JBoss] - Re: No classloader for ManagedConnectionFactory

2005-11-24 Thread dalvarezpy
Hi. I have the same problem, only that my EAR worked in JBoss 4.0.2, and doesn't in JBoss 4.0.3sp1. I mean, I got the same "Could not find ManagedConnectionFactory class:" and "java.lang.ClassNotFoundException: No ClassLoaders found for: " error. Any ideas of why this happening? Thanks, DarĂ­o

[JBoss-user] [JBossWS] - Re: JBossWS-1.0EA released

2005-11-24 Thread msoori
Will this fix the inability to specify a user name and password for web services in the current implementation. See other forum thread http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908523#3908523 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39089

[JBoss-user] [Javassist user questions] - Re: Bug in Annotation (Take 2) ? [additional stack trace]

2005-11-24 Thread gedl
An aditional stack trace originated from calling the same task from command line (rather than from Eclipse IDE) | [mytask] java.lang.ClassNotFoundException: pacote.Anotacao |[mytask] at java.net.URLClassLoader$1.run(URLClassLoader.java:200) |[mytask] at java.security.Acce

[JBoss-user] [Javassist user questions] - Re: Bug in Annotation (Take 2) ? [version]

2005-11-24 Thread gedl
I forgot to mention that I'm using javassist version 3.1RC2 which dates from September 7th 2005 (as mentioned in the project's page). Thank you once again.[/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908932#3908932 Reply to the post : http://www.jb

[JBoss-user] [Javassist user questions] - Bug in Annotation (Take 2) ?

2005-11-24 Thread gedl
Hello, First of all I must say that I have little experience with javassist (I begun using it last week). What I need to to is to process a couple of classes searching for any method containing a specific custom annotation (say pacote.Anotacao). In the class i declare the method like this (in t

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: HSQLDB 1.8 + SELECT * FROM SYSTEM_TABLES not working

2005-11-24 Thread [EMAIL PROTECTED]
Probably way too late, but I just came across this entry and having resolved the problem myself I thought it could be interesting for others. In my case this was because I did not use the right jdbc driver. Make sure you use the driver provided in the 4.0.3 release of JBoss. Regards, Koen View

[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2 CVS-HEAD, Layouts

2005-11-24 Thread keidav
[EMAIL PROTECTED] Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908921#3908921 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908921 --- This SF.net email

[JBoss-user] [Installation, Configuration & Deployment] - Can i Install JBoss in XP?

2005-11-24 Thread phoneshowman
If Yes. How to? I got crazy on installing stuffs . I have netbeans 4.1 but dont know the method to integrity of NB and JBoss. Who can save me and teach how to do? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908920#3908920 Reply to the post : http://www

[JBoss-user] [JBoss AOP] - Re: JBossAOP - j2ee application - frozen class?

2005-11-24 Thread anders.hedstrom
I've created a JIRA issue for this: http://jira.jboss.com/jira/browse/JBAOP-187 In the example that I've attached I only get the "frozen class" message. I don't get the "Illegal access" message. Cheers //Anders View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Changed webservice context behavior in 4.0.3?

2005-11-24 Thread anders.hedstrom
In your EJB's jboss.xml file. ex. | | http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";> | | | | | MySLSB | | SLSBWS | /ws/* | | | | Cheers //Anders View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Strange SQL generated by JBoss???

2005-11-24 Thread askesis
I Have 2 classes that have a 1:n unidirectional relation ship, customer / bankaccounts. During the findAll() of customer the following SQL is logged: 7:06:49,738 DEBUG [Customer#findByPrimaryKey] Executing SQL: SELECT t0_Customer.objectId FROM prototype.customers t0_Customer WHERE t0_Customer.

[JBoss-user] [Beginners Corner] - Re: Help with lookng up a bean

2005-11-24 Thread radix_zero
That Dynamic Proxy Class should implement the Local / LocalHome interface. just make sure you use the PortableRemoteObject.narrow and you should be fine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908914#3908914 Reply to the post : http://www.jboss.com/in

[JBoss-user] [Installation, Configuration & Deployment] - Hibernate 3.1.rc3 with jboss-4.0.3SP1

2005-11-24 Thread Renkrad
Place the Hibernate 3.1.rc3 in the jboss-4.0.3SP1 but caught the following exception : | java.lang.NoSuchMethodError: org.hibernate.cfg.Mappings.(Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/List;Ljava/util/List;Lorg/hibern

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Changed webservice context behavior in 4.0.3?

2005-11-24 Thread borje.jonsson
Hello, When i tried to migrate an application to Jboss 4.03 from 4.0.2 I saw that my webservices was deployed at another context path from before. I expose sessionbeans as webservices. The are created with wscompile and packaged in an ear-file. Any idea how i can specify the context path of my

[JBoss-user] [Performance Tuning] - Re: visualgc with remote JBoss

2005-11-24 Thread kieranshaw
Once you pointed out that JBoss isn't running an RMI Registry, it was quite easy. I've put up an account here: http://blogs.warwick.ac.uk/kieranshaw/entry/remote_visualgc_for/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908907#3908907 Reply to the post :

[JBoss-user] [JBossWS] - Re:

2005-11-24 Thread anders.hedstrom
I made a quick and dirty test from my machine and I had no problem making a call to Amazon web service. I'm using JBoss 4.0.3SP1 with JDK5 on WinXP. I created all artifacts with jwsdp-1.6 wscompile. (I've tested with JBoss 4.0.2 as well, with the same result) Are you sitting behind a proxy se

[JBoss-user] [JBossCache] - Locks removal problem with JBossCache

2005-11-24 Thread Skipy
We are testing some fail-over solution and have a problem. Situation is the following. There are 2 servers (A and B) with cache instance on each. Server A works with cache using transactions. Server B just listens for replications. We are stopping server A (by killing it's process - this emulat

[JBoss-user] [EJB/JBoss] - solaris light weight process

2005-11-24 Thread JasonNorth
Does anybody know of a way of mapping the light weight process id reported by a tool such as prstat on Solaris on to something more meaningful e.g. is it a session bean thread, tomcat thread, jboss system thread etc. e.g. prstat output: PID CPUPROCESS/LWPID 24187 12% java/

[JBoss-user] [Messaging, JMS & JBossMQ] - jms + http + redelivery

2005-11-24 Thread justkeys
Despite this thread explaining that a dead consumer is detected within 2 minutes (and his unacked messages are marked for redelivery) ... http://www.jboss.com/index.html?module=bb&op=viewtopic&t=60583 i have messages, that only get marked for redelivery after restarting jboss (or the queue).

[JBoss-user] [JBoss AOP] - Re: JBossAOP - j2ee application - frozen class?

2005-11-24 Thread [EMAIL PROTECTED]
OK, in that case, if you are able to provide a simple example reproducing the problem can you create a jira issue and attach the test case? I will try to investigate View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908894#3908894 Reply to the post : http://ww

[JBoss-user] [JBossWS] - Re:

2005-11-24 Thread jesla
anonymous wrote : Pretty much says it all, doesn't it? Can you access the wsdl thru your browser? Thank you for your answer Anders. I can access the wsdl through my browser in both locations: http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl and local copy at ...WEB-IN

[JBoss-user] [JBossWS] - Re:

2005-11-24 Thread anders.hedstrom
anonymous wrote : 2005-11-23 20:46:34,829 ERROR [org.apache.axis.client.Service] WSDL2Java emitter timed out (this oft | en means the WSDL at the specified URL is inaccessible)! Pretty much says it all, doesn't it? Can you access the wsdl thru your browser? View the original post : http://www

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: whne DLQ is full

2005-11-24 Thread Rudi Vankeirsbilck
I think you should first look at why the messages are going to the DLQ. Once you have solved the exceptions that you are getting in your MDBs, your messages will no longer go to the DLQ and hence you will have solved this problem. View the original post : http://www.jboss.com/index.html?module=

[JBoss-user] [Beginners Corner] - How to get a WorkManager from a Bean

2005-11-24 Thread cmalo
Helo all, I have written a MessageDrivenBean and inside this process i will call some other Beans / Works parallel, wait some time, get the results from the ready processes and cancel the others. I read about the jca WorkManager and this were a very good solution for my problem. But I can't

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Porting jbossmq security configuration from 3.2.3 to 4.0

2005-11-24 Thread Rudi Vankeirsbilck
Thank you Adrian, that helped a lot. Really appreciate that! For others, I'll summarize what I have done to get it working: Modify config-login.xml and add a new application policy: | | | | guest | blsptm01 | bluespace

[JBoss-user] [Installation, Configuration & Deployment] - Problem while deploying ear JBOSS4.03SP1

2005-11-24 Thread sanjaypanchal
I am trying to deploy an ear which has libs at ear level. I reference this libs in the war file(using manifest.mf). While deploying the exception is 2005-11-24 12:54:36,358 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed java.lang.ClassCastException

[JBoss-user] [JBoss Portal] - Re: Problems with StrutsBridge

2005-11-24 Thread alessandroribeiro
In the demo, the ThreadLocal is set. In my portlet, it is not. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908878#3908878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908878 --

[JBoss-user] [JBossWS] - "WSDL2Java emitter timed out" error with JBossWS and Amazon

2005-11-24 Thread jesla
Hi! I have been stuck with the following problem for a while and I really hope that someone could give me some clue on how to solve it. I am trying to consume Amazon web services with servlet deployed to a JBoss 4.0.1sp1. Following instructions in the ?WSClientWEB? tutorial I have managed to c

[JBoss-user] [Clustering/JBoss] - Problem configuring mod_jk with Apache 1.3.33 & JBOSS 3.2.5

2005-11-24 Thread kdparmar
Hi, I followed the instructions given in this link . http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss , to configure Apache with JBOSS 3.2.5. In step # 8, Edit JBOSS_HOME/server/all/deploy/jbossweb-tomcat50.sar/META-INF/jboss-service.xml to set the value of to true. But in m

[JBoss-user] [JBossWS] - Re: how to configure the jboss's engineConfiguration to axis

2005-11-24 Thread ArmanM
"[EMAIL PROTECTED]" wrote : What is the problem with using xsd:date? | | http://www.w3.org/TR/xmlschema-2/#date | "problem with using xsd:date?" - for one dept, i need to use the send and receive a date without an optional timezone-valued timezone property. I've seen that apache's ax

[JBoss-user] start jboss task failing after a compile task

2005-11-24 Thread Andrei
I have a problem starting jboss when running the following target sequence "clean compile aa". From my test i observed that jboss start task fails if there exists a compile target in the build sequence. If i cancel the build ( CTRL + C ) in the moment when the message "Terminate batch job (Y/N)?"

[JBoss-user] [JBoss Portal] - User portlet window size during register

2005-11-24 Thread anituarun
The user portlet window maximises when a new user tries to register. The other windows on the page also disappear. I have 2 questions: 1. How can I center the user portlet window when a user is trying to register? 2. Where is the setting for maximization of the user portlet window when a new use

[JBoss-user] [Clustering/JBoss] - Re: Failed to start AutomaticDiscovery

2005-11-24 Thread fudeus
Thx, setting -Djava.net.preferIPv4Stack=true helped: | 09:38:50,561 INFO [vakuum] Fetching state (will wait for 3 milliseconds): | 09:38:50,651 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress=/0.0.0.0 | 09:38:50,660 INFO [DetachedHANamingServ

[JBoss-user] [JBoss Getting Started Documentation] - Re: Login error. What is wrong?

2005-11-24 Thread tigercode
I'm also getting the same error when i login as 200/j2ee this is the stacktrace at the server log. Has someone faced this problem earlier. Quick help would be appreciated java.lang.NullPointerException at com.sun.ebank.web.CustomerBean.getAccounts(CustomerBean.java:113) at sun.r

[JBoss-user] [JBoss AOP] - Re: JBossAOP - j2ee application - frozen class?

2005-11-24 Thread anders.hedstrom
anonymous wrote : Does this occur when you run without using AOP as well? No, it doesn't... I did the search you suggested, but it didn't help me out much... Cheers //Anders View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908852#3908852 Reply to the post : h

[JBoss-user] [Clustering/JBoss] - Re: Failed to start AutomaticDiscovery

2005-11-24 Thread [EMAIL PROTECTED]
See also http://wiki.jboss.org/wiki/Wiki.jsp?page=IPv6 for more details View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908851#3908851 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908851 -