[jboss-user] [EJB 3.0] - Re: EJB3 & SSL not working in JBoss 5 Beta3?

2008-10-10 Thread javidjamae
In case you're trying this out on JBoss 5 CR2, to get this to work I had to use the following service: | | | | sslsocket://${jboss.bind.address}:3843 | | | | org.

[jboss-user] [JBossWS] - Re: Problem: Web Service fails when jboss started using wrap

2008-10-10 Thread dineshatit
Note : if jboss started using ./run.sh (i .e without wrapper ) . web service application works fine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181631#4181631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41816

[jboss-user] [JBossWS] - Problem: Web Service fails when jboss started using wrapper

2008-10-10 Thread dineshatit
sir, If JBOSS Server is started using wrapper class, Web Service Application is fails . wrapper download from: http://wrapper.tanukisoftware.org/doc/english/download.jsp Error follows 2008-10-11 00:20:04,579 ERROR [org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS] SOAP request exception j

[jboss-user] [EJB 3.0] - Re: Hibernate SessionFactory Injection

2008-10-10 Thread javidjamae
So does anybody have the final word on whether this functionality will be in JBoss 5 or not? If it will be in JBoss 5, any ideas on what I am doing something wrong in my code? Or is the functionality broken right now? Thanks. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] Re: Static Content / External Directories in jboss-4.2.1.GA

2008-10-10 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=24288 Posted on behalf of a User same issue. anybody has been able to resolve it? In Response To: Hi, I recently migrated from jboss-4.0.5.GA to jboss-4.2.1.GA. Previously i was serving static content as described in the following wiki.

[jboss-user] [Advanced Documentation] - Re: jboss as 5 - hibernate integration help needed

2008-10-10 Thread geckopower
how comprehensive is the book? does it cover configuring all the jee technologies like jta, jmx, ejbs, jpa, spring, ldap, basically everything you need to get a production server going? it sounds like it at 500 pages View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] Delivery Notification <[EMAIL PROTECTED]>

2008-10-10 Thread Postmaster
This is a delivery status notification, automatically generated by MTA ussmtp06.us.abb.com on Fri, 10 Oct 2008 18:58:20 -0400 Regarding recipient(s) : [EMAIL PROTECTED] Delivery status : Failed. Message could not be delivered to domain .Failed while initiating the protocol. <[('[EMAIL PROTECTED]

[jboss-user] [JBoss jBPM] - Re: Multiple transitions from a subprocess

2008-10-10 Thread oravecz
Wow, you are lazy! :) http://docs.jboss.com/jbpm/v3.2/userguide/html_single/#processcompositioningop View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181622#4181622 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181622

[jboss-user] [JBoss jBPM] - Asymmetric Forks and Joins

2008-10-10 Thread asohn
I am looking to initiate a process where after a fork, 1 of the task nodes is dependent on a task node that happened before the fork and the others are not. I have modeled this to have a join after the fork and the transitions into the join come from the earlier task and the fork. Later on I hav

[jboss-user] [JBoss Messaging] - Re: JmsTemplate w/ JBM still discouraged?

2008-10-10 Thread [EMAIL PROTECTED]
anonymous wrote : Therefore we only recommend using JmsXA for sending messages. For consuming, you will still see issues. I thought the spring template was used only to send messages. It's worse than I thought then :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [EJB 3.0] - Re: Loading different versions of same jar in ear applicatio

2008-10-10 Thread rrkulkarni
That is a possibility. Only issue would be we already have 4 ears. If 4 is ok then 5 cannot be too bad. :-) Any way. Thanks for the suggestions. I probably will go with either a new ear file or back porting my code to previous version of castor depending on how long it will take me to back port

[jboss-user] [JCA/JBoss] - Datasource problem.

2008-10-10 Thread muddu_shafi
I have a program that uses connection pooling to connect to the database. I have 3 datasource files web-ds.xml, proxy-ds.xml, proxy-backup-ds.xml Data source files are deployed in %JBOSS_HOME%/server/all/deploy folder. I am trying to access the datasource but I am getting an error. By seeing the

[jboss-user] [EJB 3.0] - Re: EJB3 call EJB2

2008-10-10 Thread ericw78
Someone to help me please ? Thanks Eric View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181611#4181611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181611 ___ jboss-user mai

[jboss-user] [Beginners Corner] - Re: best way to read in properties ?

2008-10-10 Thread devireddy
Thq peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181608#4181608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181608 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [Beginners Corner] - Re: best way to read in properties ?

2008-10-10 Thread PeterJ
#3 is preferred, #2 usually also works (but do not ask me under what circumstances #3 would work but #2 would not), and #1 is to be avoided (it uses the master classloader, from what I recall, which will not get properties out of JARs embedded within EAR or WAR files). And yes, placing the prop

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 question to PrefixDeploymentSorter

2008-10-10 Thread PeterJ
Each EJB that gets deployed gets a corresponding mbean. You can add mbean dependencies to the META-INF/jboss.xml file so that the EJBs are deployed in the correct order. Here is an example for EJB3 (the mbean name is different for EJB2.x, but should be easily locatable in jmx console): |

[jboss-user] [Beginners Corner] - best way to read in properties ?

2008-10-10 Thread devireddy
HI I read in a book that using Java IO and directly reading in a properties file is not good in case of EJBs or any web application that is supposed to be portable. So, If I have to use classloader, which of the following is a better option. 1. in = ClassLoader.getSystemResourceAsStream("prop

[jboss-user] [Beginners Corner] - Re: web console

2008-10-10 Thread PeterJ
Configuration changes in JBossAS are mainly done by editing XML files. There is a JMX Console (available via http://localhost:8080/jmx-console) but that it mainly a generic JMX browsing mechanism, and while it lets you change the read/write settings, those changes are only temporary. There is a

[jboss-user] [Beginners Corner] - web console

2008-10-10 Thread SimonCigoj
Hi've just started for te first time jour application server and I'm wondering if there is any good administration web console for the server management, creating pools and datasources, deploying etc.. For example glasfih or oracle has such console but I couldnt find anything on jboss...did I m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: External Directories On JBoss 4.2.x

2008-10-10 Thread ajay662
Yes, worked. Thanks. Couple of user errors on my part. First I was trying to list the contents of the directory... which looks like doesn't work because of the security. Secondly since the default binding (to interfaces) behavior changed with 4.2, my web-server was not bound on the interface on

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: External Directories On JBoss 4.2.x

2008-10-10 Thread PeterJ
And to answer your other question - no you do not need JBoss Native to support external directories. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181599#4181599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181599 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: External Directories On JBoss 4.2.x

2008-10-10 Thread PeterJ
I do not think that the warning means that there is a problem. If you have a static file in ${jboss.server.home.dir}/enmsdata/releases, then your should be able to access it using the release context. Example, given the file: ${jboss.server.home.dir}/enmsdata/releases/someimage.png You should b

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: External Directories On JBoss 4.2.x

2008-10-10 Thread ajay662
I am seeing the same issue after upgrading my application to jboss 4.2.3. The external directory configuration was working fine on jboss 4.0.5. In jboss 4.2.3 I see the error: 13:36:32,476 WARN [config] Unable to process deployment descriptor for context '/releases' My configuration in server

[jboss-user] [The Lizzard's corner] - New wiki

2008-10-10 Thread PeterJ
I see that the wiki has been replaced with a newer version. I like that the new version looks nicer and appears to contain new functionality which I loo forward to exploring. However, I dislike that the old wiki URLs are not being forwarded to the new location, This means that anyone browsing t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss 4.0.4 as a window service

2008-10-10 Thread PeterJ
vishalbakare, what software are you using run JBossAS as a service? Tanuki Java Service? JBoss Native? Or some other (please provide a URL if neither of these two)? Each software uses different mechanism to configure the service. View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - @Index annotation

2008-10-10 Thread georgesberscheid
Hi, I'm trying to use the @Index annotation with EJB3 in Hibernate 3.2.6.ga to create indexes automatically when an entity is deployed. According to the documentation it can be put either into the @org.hibernate.annotations.Table annotation or directly on the entity property. Unfortunately, ne

[jboss-user] [Beginners Corner] - Remove canceled requests

2008-10-10 Thread Cedric G.
Hi, I'm actually working on a bug which appears at the startup of a RAP application. This one is deployed on JBoss. Geoserver and Geowebcache are deployed on it too. All works fine, but when I'm doing the following steps, i have some trouble : - Launching JBoss - Waiting the deployment of my RA

[jboss-user] [JBoss Cache: Core Edition] - Re: JBoss Cache 2.x with Hibernate 3.3

2008-10-10 Thread genman
Use this property name, e.g. | hibernate.cache.region.factory_class=org.hibernate.cache.jbc2.MultiplexedJBossCacheRegionFactory | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181584#4181584 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Portal] - Re: JBoss Portal and HTTPS issue

2008-10-10 Thread [EMAIL PROTECTED]
"bvogt" wrote : is there an 's' missing? | https://127.0.0.1:8443/portal Unluckly it's not so simple, I misspelled the URL while posting; the correct one is "https://127.0.0.1:8443/portal";, of course :) The respose always is: "Status 404 - The requested resource () is not available" :( View

[jboss-user] [Beginners Corner] - Re: java.lang.OutOfMemoryError: PermGen space

2008-10-10 Thread PeterJ
Yes, you can always increase the permgen size, but if you are constantly redeploying your apps, you will eventually run out of permgen space. Hot deployment, while handy for development, is not a panacea, it does have its side-effects. Of course, you could always try to determine if there is so

[jboss-user] [Beginners Corner] - Re: issue with web-console

2008-10-10 Thread PeterJ
See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=96755 I realize that post is about a 5.0 beta, but from what I recall the issue with web console on 4.2.x is similar and the fix is similar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181577#418

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss 4.0.4 as a window service

2008-10-10 Thread vishalbakare
I forget to mention, I am using 64 bit windows machine with windows 2000 os. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181576#4181576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181576

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss 4.0.4 as a window service

2008-10-10 Thread vishalbakare
HI, I am getting the same error, I am trying to run JBOSS 4.3 as a windows service. The jvm.dll path and other option that you suggested are correct. Have you solved the problem? Can anybody please guide me to get through this. Thanks Vishal View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Portal] - Re: JBoss Portal and HTTPS issue

2008-10-10 Thread bvogt
is there an 's' missing? https://127.0.0.1:8443/portal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181572#4181572 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181572 ___

[jboss-user] [JBoss Portal] - Re: how to develop a JBossPortlet?

2008-10-10 Thread bvogt
you need to have a portlet/transaction definition in the jboss-portlet.xml (as mentioned abaove) in which the 'portlet-name' corresponds to the name defined in the portet.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181571#4181571 Reply to the post :

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem Starting RMI service

2008-10-10 Thread PeterJ
I am guessing that port 1099 is still being used (it is hard to tell because you did not use the 'code' tag to format your xml text, and you did not first preview your response before posting it). Your next task, then, is to find out of port 1099 is really open and if it is being blocked by a f

[jboss-user] [JBoss Portal] - Re: Does Jboss Portal supports IE?

2008-10-10 Thread wesleyhales
It should work fine in IE... what is the error? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181567#4181567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181567 ___ jboss-u

[jboss-user] [JBoss Portal] - Re: Display swf within portlet

2008-10-10 Thread viggo.navarsete
Did you get an answer to this question? I'm about to integrate FusionChart into a portlet, and I don't know exactly how.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181564#4181564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Messaging] - JMS Reconnect Issue

2008-10-10 Thread bfach
Hi, I am using JBoss 4.2.3.GA with 1.4.0.SP3. I upgraded both in hopes to fix the following issue. In the event that a standalone jms client is connected to multiple JBoss AS via the ClusterConnectionFactory and a server dies, the client will failover to the remaining servers. The problem I

[jboss-user] [Beginners Corner] - Re: How to determine which profile that JBoss are runnioing

2008-10-10 Thread PeterJ
Here is another way - access the jboss.server.name system property. Progammatically, do this: String conf = System.getProperty("jboss.server.name"); Or using the jmx console (or twiddle), you can invoke the showAll operation on the jboss:type=Service;name=SystemProperties mbean. View the origi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss App Server v5.0.0 does not run

2008-10-10 Thread PeterJ
There are two binary packages for CR2 - one of JDK5 the other for JDK6. Did you download the JDK6 package? I hope that you did not install the JDK nor JBossAS into a directory with spaces. That is, not in "Program Files" nor in "Documents and Settings" (or one of their subdirectories). Finally

[jboss-user] [Advanced Documentation] - Re: jboss as 5 - hibernate integration help needed

2008-10-10 Thread PeterJ
Yes, it is JBoss in Action. Currently, we are cleaning up the last of the issues with the source code (to make sure it all works with CR2), and then will try to get the code posted. We will also try to get the chapters updated so they also match CR2 - I have lost track of which of the betas the

[jboss-user] [EJB 3.0] - Re: EJB3.0 example with session bean and servlet

2008-10-10 Thread chris.gr
Hi Wolfgang, it already worked. But now, if I want to start the servlet, I always get a HTTP Status 404 - /Quatron/ | type Status report | message /Quatron/ | description The requested resource (/Quatron/) is not available. message. I tried to delete the whole ear file from the server but t

[jboss-user] [EJB 3.0] - Re: Ejb3 + Hypersonic

2008-10-10 Thread sachin.parnami
Hi, I think you can give this a try | | Change it to | | OR | | Regards, Sachin Parnami View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181536#4181536 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss jBPM] - Re: What physical architecture should I use for a Swing clie

2008-10-10 Thread kukeltje
jBPM is also usable as a library... just embed it in your application View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181534#4181534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181534 _

[jboss-user] [JBoss jBPM] - Re: New process definition created each time sever is restar

2008-10-10 Thread kukeltje
Either adapt the spring module which is responsible for this behaviour that is responsible for it (unless you maybe also use seam), or remove the processdefinition from your deployment and deploy it in another way View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] Delivery Status Notification (Failure)

2008-10-10 Thread postmaster
This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. [EMAIL PROTECTED] Reporting-MTA: dns;MS-CRM.JSC.TPCHEL.RU Received-From-MTA: dns;mail.tpchel.ru Arrival-Date: Fri, 10 Oct 2008 18:53:42 +0400 Final-Recipient: rfc822;manager@lo

[jboss-user] Returned email: Полезно и просто

2008-10-10 Thread Mail Delivery Subsystem
This is an informative message sent by localhost. The server was not able to deliver your email message Subject: Полезно и просто Date: 9 Oct 2008 18:09:56 +0300 to the following addresses: <[EMAIL PROTECTED]@mail.avalanche.ru> (localhost: Mailbox invalid or does not exist)Reporting-

[jboss-user] [Beginners Corner] - Re: How to determine which profile that JBoss are runnioing

2008-10-10 Thread sachin.parnami
I believe there is one more way to check that follow it:- go for jmx-console (i.e. localhost:8080/jmx-console) --jboss.system then type=ServerConfig click on it there you will get List of MBean attributes: in that table search for ServerHomeDir, probably second

[jboss-user] [Beginners Corner] - Re: java.lang.OutOfMemoryError: PermGen space

2008-10-10 Thread sachin.parnami
thanks :) So for that there is only solution and that is to increase the HEAP size. right? or there is any other solution to it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181522#4181522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [Beginners Corner] - issue with web-console

2008-10-10 Thread sachin.parnami
Hi All, I am getting problem with web-console with JBOSS.4.2.2 its not visible means left tree or navigation links are not coming at all. May be that problem with JVM is not configure with browser? I dont have nay idea about it can any buddy help me for this, i am using fedora9 OS. Please help m

[jboss-user] [JBossWS] - Re: javax.xml.ws.WebServiceException: Unable to create Provi

2008-10-10 Thread jopersson
Hi, I'am run a java client with (also having the jboss ws client jar in cp) : -Djava.endorsed.dirs=C:/jboss-4.2.3.GA/lib/endorsed C:/jboss-4.2.3.GA/lib/endorsed : = jaxb-api.jar jboss-jaxrpc.jar jboss-jaxws-ext.jar jboss-jaxws.jar jboss-saaj.jar serializer.jar xalan.jar xerces

[jboss-user] [JBoss Portal] - JBoss Portal and HTTPS issue

2008-10-10 Thread [EMAIL PROTECTED]
Hi, wishing to migrate to a secure transport layer, I configured my JBoss 4.2.2 GA enabling the TSL connector in tomcat configuration file. Everything but JBoss Portal 2.6 seems to work fine; requesting http://127.0.0.1:8443/portal results in a 404 error page for resource unavailable. Any ideas

[jboss-user] [JBoss Portal] - Re: how to develop a JBossPortlet?

2008-10-10 Thread natoine
hum. I have stopped my JBoss et launchd it again. Error is not the same: anonymous wrote : ERROR [HibernateUserModuleImpl] Cannot count users | org.hibernate.HibernateException: Unable to locate current JTA transaction | at org.hibernate.context.JTASessionContext.currentSession(JTASe

[jboss-user] [JBoss Portal] - Re: how to develop a JBossPortlet?

2008-10-10 Thread natoine
Well no problem for deployment but when i do userModule.getUserCount(); I have an error in konsole. Last message of this error : anonymous wrote : INFO [WebappClassLoader] Illegal access: this web application instance has been stopped already. Could not load org/apache/axis/configuration/Engi

[jboss-user] [JBossWS] - Re: javax.xml.ws.WebServiceException: Unable to create Provi

2008-10-10 Thread tomstrummer
Anyone find a solution to this? I get the same thing on JBoss4.2.3. I tried upgrading to the latest jbossws-metro on the server but it did not seem to help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181505#4181505 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Cache: Core Edition] - Re: Out of memory heap

2008-10-10 Thread janbols
Great! Yes! That did the trick. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181498#4181498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181498 ___ jboss-user mail

[jboss-user] Re: Validation Failed exception

2008-10-10 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=20260 Posted on behalf of a User I am facing exact same exception as reported. If you can tell me if you got any solution for that. I am also doing merge on object that goes for validation. The piece of code is like. ...

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Using Quartz Scheduler in JBoss 5.0.0 RC2

2008-10-10 Thread mayankmit2002
Hi All, I'm developing an application, in which user can schedule number of task, tasks can be scheduled on the bases of time or day or both. For example, User can configure a task that should run on every 4th hour on Friday of every week. For that I want to use Quartz, as I know it is prov

[jboss-user] [JBoss Portal] - Re: how to develop a JBossPortlet?

2008-10-10 Thread bvogt
sorry, name it: jboss-portlet.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181496#4181496 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181496 ___ jboss-user mailing li

[jboss-user] [JBoss Portal] - Re: how to develop a JBossPortlet?

2008-10-10 Thread bvogt
web.xml is not meant, but jboss-web.xml instead - just create one. It resides in WEB-INF too. Try this one: | | | UserAdminPortlet | | Required | | | | UserModule | org.jboss.portal.identity.UserModule | :service=Module,type=User |

[jboss-user] [JBoss Portal] - Re: how to develop a JBossPortlet?

2008-10-10 Thread natoine
Ok now i deploy without problems but i still have my nullpointerexception... My jboss-web.xml : | | | UserModule | org.jboss.portal.identity.UserModule | :service=Module,type=User | | View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Portal] - Re: how to develop a JBossPortlet?

2008-10-10 Thread natoine
Well i don't find any tutoriels... I have the following error when trying to deploy : anonymous wrote : Failed to parse WEB-INF/jboss-web.xml; - nested throwable: (org.jboss.deployment.DeploymentException: expected one service-ref-name tag) View the original post : http://www.jboss.com/index.h

[jboss-user] [EJB 3.0] - Re: EJB3.0 example with session bean and servlet

2008-10-10 Thread chris.gr
It works, thanks. One reason might also be that I used the JBoss configuration 'all' and not 'default'. Thank you a lot for your tip, Wolfgang! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181489#4181489 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Portal] - HelloworldJsfMyFacesPortlet Remotable

2008-10-10 Thread hjn76
Hi, I have tried to deploy the HelloworldJsfMyFacesPortlet, downloaded from portletswap, as a remotable portlet. If you use it as a local portlet it works just fine. But if I deploy it in a producer portal and then try to consume it in another portal it's doesn't works as it's supposed. Nothing

[jboss-user] [JBoss Portal] - Re: how to develop a JBossPortlet?

2008-10-10 Thread natoine
well my web.xml file was really simple : | http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> | Portlet for testing usermodule | | I have

[jboss-user] [EJB 3.0] - Re: EJB3.0 example with session bean and servlet

2008-10-10 Thread chris.gr
Hello! Thanks a lot for your answer!! I deleted the entries in web.xml and jboss-web.xml, but the application doesn't run. The ejbs are also not loaded in the JNDI-View at the console. The error message is as follows: | 14:13:10,034 WARN [EjbMetadataJndiPolicyDecoratorDeployer] Defaulting to

[jboss-user] [Clustering/JBoss] - Re: jgroups Draw demo fails

2008-10-10 Thread brendando
Hi, was this issue ever resolved? I to seem to be having very similar problems on Windows XP and 2000. GetNetworkInterfaces C:\jgroups\JGROUP~1.BIN>java -Djava.net.preferIPv4Stack=true -Djgroups.bind_addr=170.198.227.92 -Djgroups.udp.mcast_addr=239.10.10.10 -Djgroups.udp.mcast_port=7654 -cp

[jboss-user] [JBoss jBPM] - What physical architecture should I use for a Swing client a

2008-10-10 Thread graemian
Hi all, I need to build the Swing client that can talk to a JBPM server to get a list of tasks as well as start and complete them. I'm a little unsure how to proceed. As best I can figure, I need to use the EJB packaging and then talk to the CommandServiceBean remotely from the Swing app. Is t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.NullPointerException: Monitor Status Monitor n

2008-10-10 Thread rks_86
Hi, Correct. Correct Yes Am putting the stack trace found in a fresh log file. No stack trace in the browser only a single exception "Exception in processing requests to monitor. [java.lang.NullPointerException: Monitor Status Monitor not found " So am posting all the traces found in a f

[jboss-user] [JBoss jBPM] - New process definition created each time sever is restarted

2008-10-10 Thread ssljivic
Hi, I am using jBPM 3.2 and SpringModules 0.9 on Tomcat 5.5. I have noticed that each time the server is restarted a process definitions are redeployed (new process definition version is added into the jBPM database). Is there a way to prevent this, because processdefinition.xml has not been ch

[jboss-user] [JBoss Portal] - Re: how to develop a JBossPortlet?

2008-10-10 Thread [EMAIL PROTECTED]
You can get userModule by modifying your jboss-web.xml to add UserModule | org.jboss.portal.identity.UserModule | :service=Module,type=User Then you can get it in your portlet by calling userModule = (UserModule)getPortletContext().getAttribute("UserModule"); View the ori

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Server running on port 8888 and 8493 but application is

2008-10-10 Thread Subemontes
Probably with 2 http connectors, and one with SSL enabled. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181460#4181460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181460

[jboss-user] [JBoss jBPM] - Re: Job Executor and Spring

2008-10-10 Thread ssljivic
Hi, The reason for moving the configuration to the Spring XML is in order to be able to use PropertyPlaceholderConfigurer. That way no values would be "hard coded" in the XML, but rather defined in the properties file. Can I achieve that with jbpm.cfg.xml, so that I can define "idleInterval" i

[jboss-user] [JBossWS] - Unable to create instance of Service object from a WSDL file

2008-10-10 Thread ajayks
Dear All, I am evaluating JAX-WS using JBOSS 4.2.3. I have exposed a simple statetless EJB3.0 as a web service which echo back the argument sent to it. The code of web service is as follows : | package ccc; | | import javax.jws.*; | import javax.ejb.*; | @Stateless | @javax.jws.

[jboss-user] [JBoss jBPM] - Re: Job Executor and Spring

2008-10-10 Thread kukeltje
Warning: Partly threadjacking although it is related to the question You know... maybe I missed something in my upbringing, but maybe now is the time to 'learn' that. I can understand that you want to be able to inject other pojo's at some moment in time or in a speciic situation and use e.g. s

[jboss-user] [JBoss Portal] - Re: how to develop a JBossPortlet?

2008-10-10 Thread natoine
Yep it's done. Now i have a NullPointerException cause my userModule is null. I have tested my context and i don't have an attribute "userModule" define. thanks for your time View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181452#4181452 Reply to the post :

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem Starting RMI service

2008-10-10 Thread sandyts
Hi Peter, here's my jboss-service.xml config. false 1099 ${jboss.bind.address} 1098 ${jboss.bind.address} jboss.system:service=ThreadPool Do you think there's anything wrong with it? View the origina

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem Starting RMI service

2008-10-10 Thread sandyts
Hi Andre, Here's my twiddle command /twiddle.sh -s irisweb2prd -Djnp.disableDiscovery -u -p x get jboss.jca:name=jdbc/SybaseDB,service=ManagedConnectionPool AvailableConnectionCount View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181448#4181448 Rep

[jboss-user] [JBoss Portal] - Re: how to develop a JBossPortlet?

2008-10-10 Thread bvogt
try removing the jar files (as mentioned below) from your deployment file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181447#4181447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181447

[jboss-user] [JBoss jBPM] - Re: Job Executor and Spring

2008-10-10 Thread ssljivic
The provided solution worked, but I had to extract all jBPM *.hbm.xml files to the source/classes folder, because Spring was unable to load them from the JAR file. I have another question. I have Job Executor configured in jbpm.cfg.xml file like this: | | | |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: dedicated server process results in ORA-24777 error

2008-10-10 Thread kukumalu
Hi, I think i miss it the CONNECT_DATA, i did tired for it,however still doesn't work. Anyone can help? xa-datasource-property name="URL">jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = 3.244.4.165)(PORT = 1522)))(CONNECT_DATA =(SERVICE_NAME = ehub2)(SERVER=sh

[jboss-user] [EJB 3.0] - Re: EJB3.0 example with session bean and servlet

2008-10-10 Thread Wolfgang Knauf
Hi Chris, you don't need the "ejb-local-ref" in "jboss-web.xml" and "web.xml", injection should work without using a client ENC. If you remove those entries, then your sample should work without any further changes. Hope this helps Wolfgang View the original post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Re: Null Pointer stack trace when opening a processdefinitio

2008-10-10 Thread camunda
Jepp (I added that permanently to my eclipse shortcut ;-)), doesn't help... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181441#4181441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181441 ___

[jboss-user] [JBoss jBPM] - Re: replacing loginmodule in jBPM 3.2.3 / Tomcat 6

2008-10-10 Thread kukeltje
Not with AD, but with LDAP. Did nothing special, just made sure al correct roles are in the AD/LDAP and your loginmodule can retrieve them View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181439#4181439 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss jBPM] - Re: Multiple transitions from a subprocess

2008-10-10 Thread kukeltje
where in the docs is this? (I'm lazy ;-) ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181437#4181437 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181437 ___ jboss-user

[jboss-user] [JBossWS] - Re: Use

2008-10-10 Thread [EMAIL PROTECTED]
Hi pandatao, 1.) You can use ServletContextListeners for JaxWS POJO endpoints (no EJB3). I see you're using ejb's. It will not work there. 2.) AFAIK JBossAS 4.0.2 webservice module is AXIS based. I have no idea, if it's supported there :( View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss jBPM] - Re: Typical deployment packaging

2008-10-10 Thread kukeltje
if you do not specifically need versioning of actionhandlers it is a completely valid scenarion. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181434#4181434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181434 _

[jboss-user] [JBoss Messaging] - Re: Need to configure two different JMS Queue with two diffe

2008-10-10 Thread jmesnil
"creativegalaxy" wrote : Hi, | |I am using Jboss 4.0.5.G.A and MYSQL | |I have QueueA, and QueueB, and I want QueueA's messages to be persisted to DatabaseA on MYSQL, and I want QueueB's messages to be persisted to DatabaseB on MYSQL. | | Plz suggest me the ideas or bett

[jboss-user] [JBoss jBPM] - Re: Null Pointer stack trace when opening a processdefinitio

2008-10-10 Thread kukeltje
did you try an 'eclipse -clean' in between? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181432#4181432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181432 ___ jboss-user

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: dedicated server process results in ORA-24777 error

2008-10-10 Thread kukumalu
Hi, Is that i changed the oracle-xa-ds.xml in jboss? .Anyone can help me to change it to ? I have tried this --> jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=3.244.4.165)(PORT=1522)))(SERVICE_NAME=ehub2)(SERVER=shared))) Below is my datasource-property... jdbc:ora

[jboss-user] [JBoss Messaging] - Re: Need to configure two different JMS Queue with two diffe

2008-10-10 Thread creativegalaxy
"creativegalaxy" wrote : Hi, | |I am using Jboss 4.0.5.G.A and MYSQL | |I have QueueA, and QueueB, and I want QueueA's messages to be persisted to DatabaseA on MYSQL, and I want QueueB's messages to be persisted to DatabaseB on MYSQL. | | Plz suggest me the ideas or bett

[jboss-user] [JBoss jBPM] - Re: Id of process starter

2008-10-10 Thread kukeltje
that is a completely different solution, but of course can be done if you want it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181427#4181427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181427

[jboss-user] [JBoss Messaging] - Need to configure two different JMS Queue with two different

2008-10-10 Thread creativegalaxy
Hi, I am using Jboss 4.0.5.G.A and MYSQL I have QueueA, and QueueB, and I want QueueA's messages to be persisted to DatabaseA on MYSQL, and I want QueueB's messages to be persisted to DatabaseB on MYSQL. Plz suggest me the ideas or better solution. Thanks in advance Regards Guru

[jboss-user] [Beginners Corner] - Re: How to determine which profile that JBoss are runnioing

2008-10-10 Thread erasmomarciano
Using all configuration, you are going to use a default configuration with cluster libs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181422#4181422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181422 ___

[jboss-user] [JBoss AOP] - Re: Problems to use

2008-10-10 Thread [EMAIL PROTECTED]
Flavia's blog http://www.jboss.org/feeds/post/debugging_jboss_aop_apps_tutorial_part1 describes how to run/debug aop applications in "normal" Eclipse without the AOP plugin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181423#4181423 Reply to the post

[jboss-user] [EJB 3.0] - Re: Ejb3 + Hypersonic

2008-10-10 Thread despontao
Hi Peter, here below my persistence file : | | | java:/DefaultDS | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181421#4181421 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss App Server v5.0.0 does not run

2008-10-10 Thread erasmomarciano
Try to create start.bat @echo on | rem - | rem JBoss Start | rem - | | set JAVA_HOME="C:\Progra~1\Java\jdk1.5.0_15" | | | cd C:\jboss

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss App Server v5.0.0 does not run

2008-10-10 Thread erasmomarciano
I have set the JAVA_HOME in run.conf? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181417#4181417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181417 ___ jboss-user mailin

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to Upgrade Tomcat?

2008-10-10 Thread Subemontes
Interested in this too. Btw... how do u changed the version of 4.2.2 to 6.0.13 in the first ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181416#4181416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181416 _

  1   2   >