[jboss-user] [Installation, Configuration & DEPLOYMENT] - My project startup problem in JBoss-4.2.3.GA

2008-11-17 Thread svr.vin
Hi All i am migrating my project from the JBoss-2.0 to JBoss-4.2.3.GA. In the previous version we wrote the my project startup class in the Jboss.jcml file as mbean it is working fine. But in the present JBoss-4.2.3.GA, copied the .ear files in the server/default/deploy folder and .ja

[jboss-user] [JBoss jBPM] - Re: jbpm-console error

2008-11-17 Thread vtysh
Try this | | | | | | | | | View the original post : http://www.jboss

[jboss-user] [JBoss Cache: Core Edition] - JBossCache with Apache Tomcat

2008-11-17 Thread sebypp
Hi, Can anyone help me to deploy JBossCache in Tomcat Web Server? Thanks Seby View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189714#4189714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189714 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Exception on jboss start

2008-11-17 Thread [EMAIL PROTECTED]
If those are DEBUG messages, just ignore them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189724#4189724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189724 ___ jboss-us

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: My project startup problem in JBoss-4.2.3.GA

2008-11-17 Thread jaikiran
anonymous wrote : I am created Mbean in the jboss-service.xml file for startup the my project. Please provide more details about where you placed the jboss-service.xml file. Also please post the contents of the same. anonymous wrote : Server is starting without any problem my project is not

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: debug mode with Eclipse 3.4 and jboss-5.0.0.CR1

2008-11-17 Thread jaikiran
I don't have much experience with IDEs. But to enabled debugging with JBoss, you need to uncomment the JAVA_OPTS section in the run.bat (for Windows. For Unix its run.conf) file where debugging is configured: rem JPDA options. Uncomment and modify as appropriate to enable remote debugging. |

[jboss-user] [Beginners Corner] - Re: Cant figure why I cant run this example

2008-11-17 Thread jaikiran
"RVince99" wrote : I am using the default installation for mysql, root/root on localhost. | | By default, the password is empty of a "root" user on MySQL http://dev.mysql.com/doc/refman/5.0/en/default-privileges.html anonymous wrote : Accounts with the username root are created. These are

[jboss-user] [Advanced Documentation] - Re: How to configure Virtual hosts in JBoss-4.2.2.GA

2008-11-17 Thread ssaguturu
Hi Jai Kiran, Thanks for replying fast... "jaikiran" wrote : See this http://www.jboss.org/community/docs/DOC-12549 that helped me to configure the Virtual Host for particular context. One quick question: now i am not able to access based on the Original system (Server) name, is

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.NoClassDefFoundError for jars that are in the

2008-11-17 Thread jaikiran
Please provide more details about your application packaging. Where are the jar files located in the EAR? Post the output of jar -tf myApp.ear where myApp.ear is the name of your EAR file. Do you use an IDE for packaging/deploying the application? While posting the logs or xml content or code

[jboss-user] [JBoss jBPM] - Re: question about JobExecutor and Threads

2008-11-17 Thread lblaauw
Ok, I will check that out, pretty much getting sick of the timer troubles with jbpm - jboss Finally replaced the EJB timer stuff with a scheduler to now be bitten by: https://jira.jboss.org/jira/browse/JBPM-995 Offcourse I need transactions over these actions so the proposed workaround for th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Virtual host for link-rewriting?

2008-11-17 Thread nickarls
Could someone slap me with a manual reference to a problem of mine: Our customer has a https-terminating publicly known firewall-host that redirects requests as plain http to my server. So when people go to https://public.host.com, they get redirected to http://private.host.com on the inside.

[jboss-user] [Security & JAAS/JBoss] - Re: SSL Certificates Dynamic Loading

2008-11-17 Thread rgurzhiy
Hello. I found some information, but it still not work. Anyway... I use JBoss Portal 2.7.0 (with JBoss AS 4.2.3) I have configured my security to use jboss implementation. This is my ssl connector from [path-to-jboss-default]/deploy/jboss-web.deployer/server.xml | | |

[jboss-user] [JBoss Messaging] - JBMESSAGING-999 problem in cp04

2008-11-17 Thread mclu
Hi folks! As I can see the Bug http://jira.jboss.com/jira/browse/JBMESSAGING-999 is back again in CP04. It was fixed in SP1 but now its back?!? Short summary: If you startup a bridge with a remote jms provider and the network is not there or remote server is not started yet, it does no failove

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: My project startup problem in JBoss-4.2.3.GA

2008-11-17 Thread svr.vin
Hi jaikiran i placed the jboss-service.xml file in server/default/conf folder Mbean content | com.services.STPService | | i checked in the log file ear is deploying. i placed the jar file in server/default /lib folder if i removed the jar file from the lib folde

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: My project startup problem in JBoss-4.2.3.GA

2008-11-17 Thread jaikiran
Let the jar file remain in the default/lib folder. When you remove the jar file it throws and classnotfounderrror which is an indication that you MBean is being picked up. What are the contents of com.management.JBossStartupClass class? How are you verifying that the startup class is not being

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Exception on jboss start

2008-11-17 Thread romanenco
by the way I have just started the same version under windows, and see no errors View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189739#4189739 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189739 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Exception on jboss start

2008-11-17 Thread romanenco
by the way: I have found this problem when I tryed to install jboss-messaging. After making all steps: messging does not work - I suppose this is the result of those exceptions. And all this steps were made on linux box. Today I have tryed the same steps on Windows. And everything woks perfect:

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Exception on jboss start

2008-11-17 Thread jaikiran
anonymous wrote : by the way: I have found this problem when I tryed to install jboss-messaging. Any documentation which you used for doing this? anonymous wrote : is any way to resolve exception id default jboss pack? Please post the console logs. While posting the logs or code or xml cont

[jboss-user] [Clustering/JBoss] - Jboss Clustering and LoadBalancing

2008-11-17 Thread rp200
Hi All, I am new to Jboss Clustering and LoadBalancing,can any one help me towards this to configure my Jboss sever. I am trying to configure through HttpServer Configuration.can any one give detail confiugration of http.config file Thanks Rp200 View the original post : http://www.jboss.com/

[jboss-user] [JBoss Portal] - Re: Downloading a File from within a Portlet.

2008-11-17 Thread [EMAIL PROTECTED]
Take a look at section 13.3 of JSR-286. You should be able to set the response header using setProperty on the PortletResponse... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189750#4189750 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [Management, JMX/JBoss] - Re: jmx-console not accecible

2008-11-17 Thread [EMAIL PROTECTED]
Thanks a lot, now with your advise it is working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189753#4189753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189753 ___ jboss

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

2008-11-17 Thread rp200
hey i am also trying for the same,if you have a solution pls revert me. Thanks RP200 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189762#4189762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189762 __

[jboss-user] [EJB 3.0] - ejb3.0 deleting objects

2008-11-17 Thread mravikrish
Hello, I am Ravi, I am having problem with deleting objects which are in relationships(one-many,many-many). ex : if i delete project object. all its associated objects should be deleted . my project object is associated to 3 objects(projectstatus,bid...). any help appreciated. Thank

[jboss-user] [Microcontainer] - Re: Web Bean Discovery

2008-11-17 Thread [EMAIL PROTECTED]
Here's the updated SPI based on Gavin's clarification and Adrian's suggestion: /** | * A container should implement this interface to allow the Web Beans RI to | * discover the Web Beans to deploy | * | * @author Pete Muir | * | */ | public interface WebBeanDiscovery | { |

[jboss-user] [JBoss/Spring Integration] - Re: help on jboss spring integration

2008-11-17 Thread alesj
"mattlf" wrote : | How to get the EAR to package the .spring ? | Unfortunately I'm not a Maven expert. :-( Try asking this on maven forum. Or perhaps our 'Build system' forum. But I would expect it's a simple config detail you need to setup. View the original post : http://www.jboss.com/i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Virtual host for link-rewriting?

2008-11-17 Thread erasmomarciano
Have a look here http://docs.jboss.org/jbossas/guides/webguide/r2/en/html/ch07.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189770#4189770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189770

[jboss-user] [Microcontainer] - Re: Web Bean Discovery

2008-11-17 Thread wolfc
"[EMAIL PROTECTED]" wrote :/** | | * @return A Map of EJB descriptors, keyed by the EJB bean class | | */ | |public Map, EjbDescriptor> discoverEjbs(); A bean class can be used by multiple EJBs. So you'll have to come up with another key. View the original post : http

[jboss-user] [JBoss jBPM] - Jbpm preliminary questions

2008-11-17 Thread dkmorb
Hi all, i'm new to JBPM. I'm searching some answers for my project in which i should integrate jbpm. First of all, is it possible to deploy more of one processdefinition.xml at time on single occurence of jbpm-console? Second, is it possible upload or associate some objects (docs, for istance)

[jboss-user] [JBoss jBPM] - Re: Jbpm preliminary questions

2008-11-17 Thread woo37830
To the question of more than one process, the answer is yes. We've set up a slight modification of the jbpm-console and deploy several processes to it. The console is used by users to select the task to perform, perform it, and if the next task can be serviced by them, it is presented. If the

[jboss-user] [Microcontainer] - Re: JBoss-Guice-Int

2008-11-17 Thread alesj
"jimmyw83" wrote : | Is there anyone that knows? | Perhaps me? ;-) Read this (Guice-int is mentioned) - http://java.dzone.com/articles/a-look-inside-jboss-microconta to get familiar with the concept behind MC and its component model. Module's tests are useful too: - http://anonsvn.jboss.

[jboss-user] [Microcontainer] - Re: JBoss-Guice-Int

2008-11-17 Thread alesj
"jimmyw83" wrote : what it really do It transparently binds MC beans with Guice beans and vice-versa. See tests/article/presentation on how to do that. I'll try to update to use Guice v2 asap, since there are some useful dynamic features I was missing in v1. View the original post : http://www.

[jboss-user] [Microcontainer] - JBoss-Guice-Int

2008-11-17 Thread jimmyw83
I found a nice framework for depencency injection made by google named Guice (http://code.google.com/p/google-guice/) a few days ago, i searched for jboss guice for getting examples of guice usage on jboss-server-applications and got up with a source tarball named jboss-guice-int written by Ales

[jboss-user] [Remoting] - Re: remoting-https-service configuration

2008-11-17 Thread Fitz
Hi, I've the same problematic of monk2005. Does remoting provide now a simple way to use JMS (Jboss Messaging) over HTTPS without using a dedicated port? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189782#4189782 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Portal] - cms nodes

2008-11-17 Thread ssidhanta
how to retrieve information on folder structure and files uploaded in cms using cms admin portlet i am using mysqkl db but donot know which tables store this data View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189784#4189784 Reply to the post : http://ww

[jboss-user] [Performance Tuning] - PermGen with -server option

2008-11-17 Thread iirekm
Hello all. I have quite a trouble with JVM/JBoss: We're developing a multimodule web application. Modified wars (=modules) are sent from continuous integration server to our development JBoss many times a day - this redeploys modified WAR. The same for clients - we'd like to redeploy single mod

[jboss-user] [JBoss Portal] - Re: Injection of header content (title, scripts) with portal

2008-11-17 Thread chris.lap...@jboss.com
I have just tested the JSR 286 in Portal 2.7 and it works as expected. I haven't tested the old way to do things, though it should still work if you're not using JSR 286. Not sure what is wrong on your side. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189

[jboss-user] [EJB 3.0] - Re: ejb3.0 deleting objects

2008-11-17 Thread Wolfgang Knauf
Hi Ravi, the easiest way is to define a "Cascade" attribute on your relationship annotation: @OneToMany(mappedBy="...", cascade=CascadeType.ALL, fetch=...) It gets more complicated if you cannot simply cascade the deletes (would be no good idea on many-to-many relationships ;-) ). In this case,

[jboss-user] [JBoss Portal] - Re: Error occured accessing the

2008-11-17 Thread SivaSekhar
I tried by changiing the memory settings to anonymous wrote : set JAVA_OPTS=%JAVA_OPTS% -Xms256m -Xmx1024m and also ,I cleared the "server/default/work/jboss.web/localhost" directory and "server/default/tmp" directories before starting the server. While starting the server shows warings like an

[jboss-user] [JBoss Tools (users)] - Re: JBoss Studio: Hibernate Tools Issue

2008-11-17 Thread smukhina
Hi, Jay we will add links to videos in guides in the corresponding sections, I think it will facilitate their search and then there will be no need to duplicate information in guides from demo. Thanks for your feedback. Svetlana Doc team lead. View the original post : http://www.jboss.com/in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.NoClassDefFoundError for jars that are in the

2008-11-17 Thread yairogen
Hi, Thanks for your repy. This is the output of the command: | META-INF/ | META-INF/MANIFEST.MF | META-INF/application.xml | META-INF/jboss-app.xml | META-INF/spring-loader-service.xml | cablogging-1.1.0.0.jar | cablogging-commons-1.1.0.0.jar | cablogging-slf4j-1.1.0.0.jar |

[jboss-user] [JBoss Portal] - Anonymous LDAP Authentication

2008-11-17 Thread tinico
Hi, I've a LDAP server working with Anonymous access. But, in the ldap_identity-config.xml file, we must to specified adminDN and adminPassword... How can I connect my JBoss portal with my LDAP server in anonymous mod ? Thank you View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Cache: Core Edition] - Re: is compatible jboss cache 3.0 with hibernate 3.3?

2008-11-17 Thread [EMAIL PROTECTED]
And you can confirm that this works with JBC 2.2.0? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189795#4189795 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189795 ___ jb

[jboss-user] [JBoss Cache: Core Edition] - Re: Node is not valid. Perhaps it has been moved or removed

2008-11-17 Thread [EMAIL PROTECTED]
Have you also seen this in 2.2.1.GA and recent 3.0.0 CRs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189796#4189796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189796 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.NoClassDefFoundError for jars that are in the

2008-11-17 Thread jaikiran
Create a folder named "lib" at the EAR root and place these jars inside that lib folder: myapp.ear | | | |--- META-INF | | | | | |--- application.xml | | | | | |--- [other appropriate files] | | | |--- lib | | | | | |--- *.jar (the utility jar files) | | | V

[jboss-user] [JBoss Portal] - Re: Injection of header content (title, scripts) with portal

2008-11-17 Thread thomas.he...@jboss.com
For the title, don't forget to use the specific tag that ensure that it is included once only. (The tag is present in the shipped-in theme) | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189799#4189799 Reply to the post : http://www.jboss.com

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Virtual host for link-rewriting?

2008-11-17 Thread nickarls
"erasmomarciano" wrote : Have a look here | | http://docs.jboss.org/jbossas/guides/webguide/r2/en/html/ch07.html | | Initial tests of the virtual host looks promising but is it possible to do the http -> https transformation on the HTML links etc with them? View the original post : h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment Options

2008-11-17 Thread Wolfgang Knauf
Hi, well, you can also use the "MainDeployer" MBean: http://www.jboss.org/community/docs/DOC-11338 But I found that this MBean is only partially supported in JBoss 5. And unfortunately, an application deployed through the MainDeployer is only available until the next server restart. JBoss contai

[jboss-user] [JBoss jBPM] - Re: Problems with deleting a process instance of a complex p

2008-11-17 Thread dleerob
Thanks Jitendra for the helpful post. In the end, I managed to get my processes (with sub process) to delete successfully. I initially had problems with your exact method, but in the end it seemed to work. Here is how I got my implementation to work. 1) I copied the method deleteProcessInstance

[jboss-user] [JBoss jBPM] - Re: Problem deleting a process containing a subProcess

2008-11-17 Thread dleerob
Okay, I managed to get deleting a process which includes sub processes working (I hope properly). I posted my findings here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=94196 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189807#4189807 Reply t

[jboss-user] [JBoss/Spring Integration] - Re: help on jboss spring integration

2008-11-17 Thread mattlf
Hi Ales Thanks again for your response I feel I am close The maven2 config is the following: Add | | | | to configuration in pom of EAR I now see the following when copying the ear into deploy. But I still don't see the Spring JMX that i declared in the jmx console. So th

[jboss-user] [JBoss Tools (users)] - Re: Error creating Seam 2.1.0 SP1 Web Project with Tools 3 b

2008-11-17 Thread [EMAIL PROTECTED]
Thanks for letting us know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189810#4189810 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189810 ___ jboss-user mailing list jb

[jboss-user] [Security & JAAS/JBoss] - Migration from Bea Weblogic => Security roles, users and gro

2008-11-17 Thread altes-kind
I'm currently migrating an application from BEA WebLogic 8.1 to JBoss AS 4.2.1. This applications consists of several web apps with configured roles in weblogic.xml and web.xml. For example the HostAccess web app: weblogic.xml http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd";> |

[jboss-user] [JBoss/Spring Integration] - Re: help on jboss spring integration

2008-11-17 Thread alesj
"mattlf" wrote : | I wonder if all JAR dependencies to MYPROJECT-IMPL.spring should also be named as .spring ? No, only the one's where you have jboss-spring.xml file in META-INF. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189812#4189812 Reply to the p

[jboss-user] [JBoss Tools (users)] - Re: No console output from server

2008-11-17 Thread [EMAIL PROTECTED]
https://jira.jboss.org/jira/browse/JBIDE-2700 Console output will not show unless the debug.ui plugin has been loaded already (either by switching to the debug perspective or opening the debug view.) There is an action on each server (show in -> console) but this action does not properly ensu

[jboss-user] [JCA/JBoss] - Re: Using an Oracle DataSource

2008-11-17 Thread axacan
Thanks, this seems to be working View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189814#4189814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189814 ___ jboss-user mailing lis

[jboss-user] [JBoss Tools (users)] - Re: Development deployment, project jar not copied in EAR /l

2008-11-17 Thread [EMAIL PROTECTED]
Any chance you are bumping into one of the WTP issues linked to this issue https://jira.jboss.org/jira/browse/JBIDE-3181 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189815#4189815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Tools (users)] - Re: In Eclipse Editor, Holding CTRL key while hovering over

2008-11-17 Thread [EMAIL PROTECTED]
do you have the same version of the IDE ? Is it the same project ? Does it have seam enabled on it ? (I assume eventManager is a Seam component ?) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189816#4189816 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Tools (users)] - Re: How to create an Oracle connection profile for a Seam pr

2008-11-17 Thread [EMAIL PROTECTED]
If you can then please report this UI issue against Eclipse DTP project on bugs.eclipse.org View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189818#4189818 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189818 __

[jboss-user] [JBoss Cache: Core Edition] - Re: Node is not valid. Perhaps it has been moved or removed

2008-11-17 Thread mattdz
"[EMAIL PROTECTED]" wrote : Have you also seen this in 2.2.1.GA and recent 3.0.0 CRs? My code to clear the individual cache (parent node) of children still fails in 2.2.1 GA. I'm using realCache.removeChild(Fqn.ROOT); where realCache is a Node. When it times out eventually, I get the same e

[jboss-user] [JBoss Portal] - Re: Cannot switch portlet mode

2008-11-17 Thread DanielK
In about 6 Months no answer for a simple question: "Is switching portlet Mode with given Configuration possible" Perhaps now is the time for an answer. Hope dies last. Wbr, DanielK View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189825#4189825 Reply to the p

[jboss-user] [JBoss jBPM] - Re: jBPM 4 Design Question: Stateful Process Instance

2008-11-17 Thread benhu
"kukeltje" wrote : how do you mean stateless? Is that the same as no persistence to you? 95% of current jBPM usage is with persistance, Can you point me to the wiki page and tell me what you think this statefull means? What are the other 5% of usage which is without persistance? How about the

[jboss-user] custom error pages across all vhosts

2008-11-17 Thread Brett Cave
I would like to set up custom error pages across all vhosts on a JBoss AS. I have configured web.xml in ROOT.war of jboss-web.deployer with error-page / error-code / location directives for all errors - "/error/404.html" for not found as an example. I currently have the following setup on jboss: T

[jboss-user] [Remoting] - Re: Exception propagation using servlet transport

2008-11-17 Thread dpfelten
Scratch that last question - I found the source! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189836#4189836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189836 ___ jboss-

[jboss-user] [Remoting] - Re: Exception propagation using servlet transport

2008-11-17 Thread dpfelten
Ron - I went by memory in my initial reply, so I got a couple details wrong - sorry, it was the weekend :-). (Birthday weekend, no less!) That said, you're right about the processRequest method that's called. The source code that gets executed for us is the following: try |

[jboss-user] [JBoss Portal] - Re: cms nodes

2008-11-17 Thread [EMAIL PROTECTED]
the cms data is persisted in tables with a JBP_CMS_* pattern to the name. Although, the data is in Serialized Java Object format that is used by Jackrabbit. Hence, I would not recommend modifying the data directly since that will lead to data corruption Thanks View the original post : http:/

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: where to set the JAVA_OPTS for Max memory allocated

2008-11-17 Thread PeterJ
I won't speak for jaikiran, but as for me, I have no life, which is why I am always in the forums. ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189844#4189844 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=418984

[jboss-user] [JBoss Portal] - Re: Downloading a File from within a Portlet.

2008-11-17 Thread analyzediz
Thank Chris! I was able to use your suggested approach and got the browser to respond with a "Save as" dialog box. The only strange thing that I noticed is that the filename sent back to the browser is not the one that I set on the header. Here's a code sample: response.setContentType("text/x-v

[jboss-user] [Beginners Corner] - JBoss Native for Windows - and JBoss 4.0.5

2008-11-17 Thread pkelsey
I checked with Red-Hat/Jboss support, and they said they have no plans to support the Tanuki wrapper. (which I tried and seems to work fine). However we are going to be using JBoss in a production environment, and would like a supported wrapper also. The RH engineer reported that in the future,

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment Options

2008-11-17 Thread PeterJ
Install Jopr Embedded (http://www.jboss.org/embjopr/), it will let you deploy apps. You will have to get the source from trunk and build it because it contains the deployment functionality while the binary download does not. Or you could install Jopr (http://www.jboss.org/jopr/) - it is a more c

[jboss-user] [JBoss jBPM] - Re: question about JobExecutor and Threads

2008-11-17 Thread kukeltje
??? I mis the relation between the log level and transactions But I'm kind of tired so that might be me... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189850#4189850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - Re: jBPM token id=0

2008-11-17 Thread kukeltje
save it first tokeid is a generated field View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189851#4189851 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189851 ___ jboss-use

[jboss-user] [JBoss jBPM] - Re: jBPM 4 Design Question: Stateful Process Instance

2008-11-17 Thread kukeltje
- Pageflow in Seam - SOA So 95% is probably decreasing and the other perccentage increasing. Has nothing to do with jBPM 3 or 4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189849#4189849 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Why application-A dosnt know class which located in Appl

2008-11-17 Thread PeterJ
Which version of JBoss AS? I believe the classpath for a EAR changed between 4.2.x and 5.0. If you scan the JBossAS5 forum you will probably find a few discussions on this topic. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189852#4189852 Reply to the post

[jboss-user] [JBoss jBPM] - Re: jbpm-console error

2008-11-17 Thread srLucas
I'll try now and will let you know... the problem is.. the pasted source is from jbpm-console source if there is indeed an error... should I raise a JIRA bug? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189860#4189860 Reply to the post : http://www.j

[jboss-user] [JBoss Portal] - Browser (URL) Portlets usage

2008-11-17 Thread dglinux
Hello everyone, I am glad to be one of this group. Currently, I am working on a project using some portlets. But both my colleague and I are new for portlet. We already have a system based on PHP. Thus we decided to reuse them by some browser portlet, which can show some external URL's web cont

[jboss-user] [JBoss Portal] - Re: Error occured accessing the

2008-11-17 Thread PeterJ
You still are not setting the permgen size. These are the settings I use: set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -XX:MaxPermSize=256m View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189862#4189862 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Beginners Corner] - Re: JBoss Native for Windows - and JBoss 4.0.5

2008-11-17 Thread PeterJ
It will work with JBoss 4.0.5. Do this, download the native binary and unzip it to a temp directory. Then copy only these files to the jboss_home/bin directory: bin/jbosssvc.exe bin/service.bat bin/readme-service.txt That is all you need. The service.bat is used to both set up and run the servi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Why application-A dosnt know class which located in Appl

2008-11-17 Thread PeterJ
Yes, by default JBossAS shares all classes globally, including classes defined in an EAR file located in the deploy directory. Maybe I am misunderstanding something in your post regarding the placement of classes. Please run "jar -tf xxx.ear" for both of your EAR files and post the output. Vie

[jboss-user] [JBoss jBPM] - Re: jbpm-console error

2008-11-17 Thread srLucas
didn't work.. :( this is the error I am getting now, same as before though. XML Parsing Error: not well-formed Location: http://localhost:8080/jbpm-console/sa/procdef.jsf?id=1 Line Number 92, Column 60:Process Instances ---^

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Why application-A dosnt know class which located in Appl

2008-11-17 Thread avihaimar
The structre of the ear is: myear.ear: ejb.jar utility.jar META-INF a stateless ejb in the ejb.jar failed to load class from the utility.jar Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189877#4189877 Reply to the post : http://www.jboss.com/in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Why application-A dosnt know class which located in Appl

2008-11-17 Thread avihaimar
I use in JBoss 4.2 You told me that JBoss share all classes , but i think its true only for classes in the lib directory. I run the following test: 1. ejb in the root of the ear call to a class which located in the root of the ear - failed. if i move the jar (utility jar) to the lib or add him

[jboss-user] [Beginners Corner] - Re: JBoss Native for Windows - and JBoss 4.0.5

2008-11-17 Thread pkelsey
Worked like a charm! Thanks a lot Peter! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189879#4189879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189879 ___ jboss-user mai

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Why application-A dosnt know class which located in Appl

2008-11-17 Thread PeterJ
What is in your meta-inf/application.xml file? If it does not mention utility.jar, that jar is not loaded automatically (whereas JARs in 'lib' are automatically loaded). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189881#4189881 Reply to the post : http:

[jboss-user] [Beginners Corner] - Re: Cant figure why I cant run this example

2008-11-17 Thread RVince99
Sorry, wasn't using the code button preoperly, myu apologies. I do have it set to root/root in the mysql-ds.xmlso this should run then, yes? | : | | root | root | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189882#4189882 Re

Re: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Why application-A dosnt know class which located in Appl

2008-11-17 Thread Brett Cave
On Mon, Nov 17, 2008 at 8:06 PM, PeterJ <[EMAIL PROTECTED]> wrote: > What is in your meta-inf/application.xml file? If it does not mention > utility.jar, that jar is not loaded automatically (whereas JARs in 'lib' are > automatically loaded). assuming all jars are listed in application.xml, woul

[jboss-user] [Beginners Corner] - Re: Cant figure why I cant run this example

2008-11-17 Thread PeterJ
Is "root" the password for the "root" account for your installation of MySQL? If is it not, change it to what the password is. The MySQL installer (on both Windows and Linux) will ask for you to give a password to the root account. View the original post : http://www.jboss.com/index.html?module

[jboss-user] [Beginners Corner] - Re: Cant figure why I cant run this example

2008-11-17 Thread RVince99
thanks Peter. Maybe not...I am using MySQL from an installation of InstantRails -- and perhaps I am wrong about that. If I set up a new username/password for localhost in mysql, then the only place I need to specify that in this app would be mysql-ds.xml, yes? I will try that in a few hours when

[jboss-user] [Beginners Corner] - Re: Cant figure why I cant run this example

2008-11-17 Thread PeterJ
Yes, whatever username/password you set up in mysql to access the database is what goes into the *-ds.xml file. When I set up a database in MySQL I usually also create a new user account to manage that database and I use that database name and account/password in *-ds.xml. View the original po

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Isolating MyFaces-jars in a web application?

2008-11-17 Thread ops
Hi, sorry for the delay. I already set my Java2ClassLoadingCompliance to false. | | false | | I found out that everything works fine when I change to the UseJBossWebLoader, but this doesn´t make sense to me. Why is the Java2ClassLoadingCompliance flag in jboss-service

[jboss-user] [JBoss/Spring Integration] - Re: help on jboss spring integration

2008-11-17 Thread mattlf
For some reasons I can not get it working I trimed down a small project to the bare minimum and here is the trace in jboss (doesn't see to bootstrap) i am running out of ideas 2008-11-17 17:43:45,552 14979 DEBUG [org.jboss.deployment.MainDeployer] (main:) Starting deployment of package: file:/ho

[jboss-user] [Beginners Corner] - Re: Cant figure why I cant run this example

2008-11-17 Thread RVince99
How then do I specify mutliple potential db's, say, for mysql? I may have different WARs that require access to different mysql db's? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189889#4189889 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Cache: Core Edition] - JTA Support Clarification

2008-11-17 Thread luis.miranda
Hi, Is JTA support used strictly for replication purposes in JBoss Cache (3.0.0.CR3) or is there full transactional support even in a local cache (i.e. atomicity and isolation from other transactions within the same JVM)? In other words, can I roll back some puts after I have done them? Also,

[jboss-user] [JBoss/Spring Integration] - Re: help on jboss spring integration

2008-11-17 Thread alesj
"mattlf" wrote : | 2008-11-17 17:43:45,552 14979 DEBUG 2008-11-17 17:43:45,632 15059 DEBUG [org.jboss.deployment.EARDeployer] (main:) Extracted non-deployable content: META-INF/jboss-spring.xml | | | Why is this still in ear/META-INF? "mattlf" wrote : | | | 2008-11-17 17:43:45

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss Cluster does not work! HELP!!

2008-11-17 Thread alexchang1016
I use Jboss 4.0.5.GA to run a cluster with 2 nodes I set up anything follow Guide. I use ./run.sh -c all -b 0.0.0.0 to start one of nodes the log shows [EMAIL PROTECTED] bin]# ./run.sh -c all -b 0.0.0.0 = JBoss Bootstra

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss Cluster does not work! HELP!!

2008-11-17 Thread alexchang1016
If I use ./run.sh -c all to start jboss The logs show: [EMAIL PROTECTED] bin]# ./run.sh -c all = JBoss Bootstrap Environment JBOSS_HOME: /opt/jboss-4.0.5.GA JAVA: /opt/SDK/jdk/bin/java JAVA_OPTS: -Dprogram.name=run

[jboss-user] [JBoss Portal] - JBOSS 4.2 WITH JSF creates problem

2008-11-17 Thread paradesi143
I have a webapp (developmed and running in JSF 1.1 and JBoss 3.2.7) which is migrated to JBoss 4.2.0. After deployment and starting the server throw the following error. I have removed jstl, jsf-impl, jsf-api, jboss-faces, log4j jars from web-int/lib as they are present in jboss (like jboss/se

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Why application-A dosnt know class which located in Appl

2008-11-17 Thread avihaimar
No. i didnt add it to the application.xml i know that if i will add it than it will work. My question is why it dosnt work by default. Dosnt the class loader suppose to share all classes? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189898#4189

[jboss-user] [JBoss AOP] - Transaction Demarcation and JBoss AOP 2.0

2008-11-17 Thread mwringe
Transaction Demarcation (see http://www.jboss.org/community/docs/DOC-9034) used to work with an older CR of AOP 2.0 (the aop CR17 used in JBoss AS 5.0.0.CR2) but it doesn't seem to work anymore with more with the 2.0.GA. Has this feature been removed or need to be called in a different manner? T

[jboss-user] [Beginners Corner] - Re: Cant figure why I cant run this example

2008-11-17 Thread PeterJ
Use multiple *-ds.xml files, one for each database. An alternative is to provide several local-tx-datasource entries in a single *-ds.xml file, but having a *-ds.xml file per database is preferred. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189902#4189902

[jboss-user] [Clustering/JBoss] - Re: HA-JNDI and SFSB Bean

2008-11-17 Thread mohitanchlia
Could somebody throw some light on how EJB sessions failover for sticky sessions? As I understand Jboss cache replicates SFSB but I am not sure how it fails over the EJB session connected to machine B that just crashed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

  1   2   >