[jboss-user] [Advanced Documentation] - Is it possible to use Oracle CEP with JBOSS server?

2009-02-18 Thread imrana.mazhar
We are planning to use Oracle's Complex Event Processing in our application. Is it possible to use Oracle CEP with JBoss server? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211335#4211335 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: [ClassLoaderManager] Unexpected error during load of:org

2009-02-18 Thread jaikiran
"ozi...@redhat.com" wrote : Hi, sometimes, when starting JBoss AS 5.x branch, You mean the Branch_5_x? That branch is currently under development. I haven't seen that WARN message on my system - i have to admit though that i haven't built 5_x branch for more than a week now. You might want to a

[jboss-user] [EJB 3.0] - Re: ejb3.deployer does not have access to ear scoped loader

2009-02-18 Thread jaikiran
The ejb3.deployer should not use the jars that your application(s) package. They will use the ones that have been shipped in the AS. "barakka" wrote : | | I'm using JBoss 4.2.3 and I would like to update one single ear application to the latest version Hibernate. | You can do this as

[jboss-user] [JBoss Tools (users)] - Re: persistence.xml not deployed to ejb's META-INF directory

2009-02-18 Thread naveed.hasan
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230050 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211330#4211330 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211330 ___ jb

[jboss-user] [Remoting] - Re: JBREM-877: New Socket Connection is being Created for Ev

2009-02-18 Thread ImmortAlex
I think, you forgot isParam="true". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211325#4211325 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211325 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - getting error when JBPM installer -3.2.4.GA has executed

2009-02-18 Thread santoshkumarsamala
I have downloaded jbpm-installer-3.2.4.GA.jar and when i run it, it asked for jboss path for jboss home and I gave it as c:/jboss.4.2.2 , and the wizard has completed successfully. Now Iam able to see there is folder created in server/default/deploy of jboss contains jbpm folder. but when i st

[jboss-user] [JBoss Portal] - Things i've heard by the water cooler

2009-02-18 Thread jim_stoll
Could anyone please comment on some things that have passed by me since last week? JBoss support of Google gadgets in portal 2.7.1 is just that. meaning all gadgets have to talk with the Google mother ship or they don't work. Gadgets stored on gmodules.com cannot be opened Gadgets stored on l

[jboss-user] [JNDI/Naming/Network] - TimerService issues

2009-02-18 Thread dolsen
Hi! I'm setting some timers using EJB TimerService: @Stateless | public class CommandBean implements CommandRemote | { | static Logger logger = Logger.getLogger(PlayerBean.class); | | @Resource TimerService timerService; | | public void scheduleCommand(Command command)

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Changing startup order so quartz can find my datasource

2009-02-18 Thread mrfixit440
OK, I have my application running in JBoss 4.2.3.GA now. I still get the quartz resource adapter startup error in my previous message about my datasource not bound( i have a -ds.xml file in default/deploy folder). You can see in the trace that all the datasource bindings happen correctly right

[jboss-user] [JBoss Portal] - HTTP Status 500 - No authenticated user for dashboard url -

2009-02-18 Thread diparc
Environment: JBoss 4.3 EAP JBoss Portal 2.6.7 I am configuring authentication for JBoss portal and using the same authentication that is used by my web app - Authentication works fine when i access the portal page. However it gives me a Http 500 No authenticated user when i try to use the dashb

[jboss-user] [EJB 3.0] - ejb3.deployer does not have access to ear scoped loader repo

2009-02-18 Thread barakka
Hello, I'm using JBoss 4.2.3 and I would like to update one single ear application to the latest version Hibernate. To do that, I've placed all the needed libraries in the ear lib and used the jboss-app.xml to declare a scoped loader repository, such that the lib in my ear override the one in t

[jboss-user] [JBoss jBPM] - Re: update process definition instead of creating new versio

2009-02-18 Thread zoegraddy
I also have the need to distinguish between deploying a new version of a process definition and updating an existing one. We are currently moving our workflow logic out of our session beans and into process definitions. I'm certain that our process definition will at first contain bugs that we

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error starting up the JBOSS 4.0.5 Application Server

2009-02-18 Thread Kuzmich
We had this issue. We had two instances of jboss in cluster and were getting these messages in log. It was because we had two implementations of JGroups with different version located in server/default/lib. Occasionally each of servers in cluster were choosing its own implementation so they were

[jboss-user] [JBossWS] - WS methods with same name in different WS classes => unexpec

2009-02-18 Thread samyers
Hi, I'm new to JbossWS and getting unexpected generated WSDLs from my simple test WebService classes when the classes (deployed in the same WAR) share common WebMethod names. I'm using JBossWS native version 3.0.4.GA in jboss-5.0.0.GA-jdk6. In both WebService classes there are two methods, me

[jboss-user] [JBoss jBPM] - Re: How to set Token name?

2009-02-18 Thread Maxrunner
HI! did you solve your problem of setting the name property in the token class/table? im asking because i cant set a token parent without setting a name, otherwise it will give me an error having to do with the children Map which uses the name field to build the Map with the children. regards,

[jboss-user] [JBossWS] - Re: Accessing from SOAP Handler

2009-02-18 Thread gang.yang
Be aware: somehow the "\" in my original post was stripped during the posting process. This post is about not being able to access "\", which is defined in ejb-jar.xml of an EJB-based WS service, from the associated SOAP handler. View the original post : http://www.jboss.org/index.html?module=

[jboss-user] [JBossWS] - Accessing from SOAP Handler

2009-02-18 Thread gang.yang
Hi, I'm trying to develop a generic SOAP handler that can be configured to use with different WebService services. I need to pass into the handler service specific config data, such as config file name. I tried to configure this generic handler with a Web-based WS service and defined the in w

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Using a standin page while a new EAR is being deployed

2009-02-18 Thread purplestickmen
What I want to do is to display a holding page to indicate that the server is currently being upgraded whilst we are placing new EAR files into the deploy directory. I am not sure how we can do this as I want to basically place a new war file with the same root context, however this will clas

[jboss-user] [Security & JAAS/JBoss] - Passing LDAP-authenticated users from Apache to JBoss

2009-02-18 Thread dan957
Hi Everyone, [Was looking for a way to transfer this post from another forum, but couldn't, so pasting here anyway. Apologies for those reading this twice :(] I was hoping to get your insights. I am trying to migrate an Apache+LDAP+Tomcat application to an Apache+LDAP+JBoss set-up. Authent

[jboss-user] [JBoss Messaging] - Using file persistance

2009-02-18 Thread NewWay
Hello, is there an example on how to configure the persistence to files and not to db? thank you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211240#4211240 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211240

[jboss-user] [JBoss Cache: Core Edition] - Re: Content of ArrayList in Object cached, when retrieved is

2009-02-18 Thread cjnoyescrisp
These are the relevant settings in the config. I have stripped out unused regions, the bold region is the problem, rest work 5 20

[jboss-user] [JBoss Cache: Core Edition] - Re: Content of ArrayList in Object cached, when retrieved is

2009-02-18 Thread cjnoyescrisp
I did some research around the comments you made, and the objects in question are not being modified once they have been stored. they are retrieved but never modified. I did some prevention thinking we were getting objects that weren't fully setup stored, but I am still seeing the problem. On th

[jboss-user] [Microcontainer] - Re: Setting up JBossMC_2.0 for Eclipse

2009-02-18 Thread alesj
I guess you can run "mvn eclipse:eclipse". But afaik the project should already be Eclipse ready, as I know Adrian keeps the Eclipse files up-to-date. I'm using IntelliJ, where I use "mvn idea:idea" to build the project files. View the original post : http://www.jboss.org/index.html?module=bb&o

[jboss-user] [Microcontainer] - Setting up JBossMC_2.0 for Eclipse

2009-02-18 Thread SegFault
I am having a hard time figuring out setting up the microcontainer SVN source project in Eclipse. I am using the microcontainer for research purposes and would appreciate any help with setting up an eclipse project for the same. At the moment I have simply created a maven project starting at th

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Socket error caused by remote host?

2009-02-18 Thread ejain
Strange: I'm seeing this error on Linux as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211222#4211222 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211222 ___ jboss-

[jboss-user] [JBoss Tools (users)] - Re: Warning when using multilanguage

2009-02-18 Thread akazakov
And you have such reference in components.xml, correct? | | labels | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211221#4211221 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211221

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: [ClassLoaderManager] Unexpected error during load of:org

2009-02-18 Thread ozi...@redhat.com
The question is, obviously, have you seen such exception? What can be the cause? Thanks, Ondra View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211220#4211220 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211220 ___

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss on Windows XP, Kerberos MIT on unix, SPNEGO issue

2009-02-18 Thread neoben
ok, it seems to work... i did not change anything and the http 401 changed into http 403. I fixed the roles and done. Thanks for your precious help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211218#4211218 Reply to the post : http://www.jboss.org/index

[jboss-user] [JBoss jBPM] - Re: Please help me to install jbpm with mysql

2009-02-18 Thread salaboy21
when exactly this error appears? Seems like you steel have problems with java:/JbpmDS datasource.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211209#4211209 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211209 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - [ClassLoaderManager] Unexpected error during load of:org.jbo

2009-02-18 Thread ozi...@redhat.com
Hi, sometimes, when starting JBoss AS 5.x branch, I get this exception: | WARN [ClassLoaderManager] Unexpected error during load of:org.jboss.deployers.vfs.plugins.annotations.ScanningMetaDataDeployer | java.lang.InterruptedException | at java.lang.Object.wait(Native Method) | a

[jboss-user] [JBoss jBPM] - Re: Please help me to install jbpm with mysql

2009-02-18 Thread horrikhalid
any help View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211206#4211206 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211206 ___ jboss-user mailing list jboss-user@lists.jboss

[jboss-user] [JBoss Cache: Core Edition] - Suppressing replication whilst still persisting?

2009-02-18 Thread canik
Is there a way in JBoss Cache to suppress replication (e.g. by invoking setCacheModeLocal(true)) but to have persistence work as usual? I have tried suppressed replication with no persistence interceptor configured, and it worked. But as soon as I uncomment the persistence config in the jboss c

[jboss-user] [JBoss Getting Started Documentation] - Re: JBOSS installation - query

2009-02-18 Thread PeterJ
EAP 4.3 is basically AS 4.2.1 + JBoss Messaging + many fixes. The EAP 4.3 documentation provides more details on the differences. You need a subscription to get EAP, while AS is the community version and thus freely downloadable. Both EAP and AS are open source. View the original post : http:

[jboss-user] [JBoss Portal] - Re: is 2.7.1 backward compatible with 2.6.7 ?

2009-02-18 Thread thomas.he...@jboss.com
Mostly, see the migration chapter of 2.7 (or EPP 4.3) documentation View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211190#4211190 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211190 ___

[jboss-user] [JBoss Getting Started Documentation] - Re: JBOSS installation - query

2009-02-18 Thread iinfi
ok sir sorry abt that. i m new to jboss. i jus plucked it and stated studying the documentation and started installing it. how different is EAP from application server. i thought both are same. i think one is Red Hat other is open source one. View the original post : http://www.jboss.org/

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Socket error caused by remote host?

2009-02-18 Thread mburc...@redhat.com
This is a SUN bug[1]. "The issue here is not that the socket has been closed but rather than the peer has reset the connection. On Solaris the setsockopt(3SOCKET) call returns EINVAL when the connection is reset. -Mark [1] http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6378870 View the

[jboss-user] [Beginners Corner] - Re: Action canceled

2009-02-18 Thread PeterJ
The server.xml file would be the onlt file that would have such timeout options. Since it works on Windows, and I assume that it takes as long to process the request on Windows as it does on Solaris, I suspect that there is some timeout option in Solaris that you will have to change. View the o

[jboss-user] [JBoss Getting Started Documentation] - Re: jboss oriented doc

2009-02-18 Thread PeterJ
You should also install JBoss Tools http://www.jboss.org/tools/ There is a JBoss Tools tutorial at http://docs.jboss.org/tools/3.0.0.CR2/en/GettingStartedGuide/html/index.html The JBoss Tools home page even provides screencast to show you how to do many things. View the original post : http:

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss on Windows XP, Kerberos MIT on unix, SPNEGO issue

2009-02-18 Thread neoben
Excellent, I have the Basic Negociation working! WireShark showed that http/hostmane.mycompany@mycompany.net was not correct. It should have been HTTP/hostmane.mycompany@mycompany.net. The Secured servlet still does not work though...and this time, wireshark is not so helpful...Server a

[jboss-user] [Management, JMX/JBoss] - Service bean initialized twice

2009-02-18 Thread Egidijus
I have "bad" feeling that @Service bean is instantiated two time... I am lookuping it from the two places: one is from the client site via remote interface and another - using local interface for itnernal use. Could someone confirm or deny this or point to some specification material? And perha

[jboss-user] [EJB 3.0] - Re: jbossall-client

2009-02-18 Thread PeterJ
Please post the source code for the Main class. Also, there should be a corresponding exception stack trace on the server, post that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211169#4211169 Reply to the post : http://www.jboss.org/index.html?module=bb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Java2ParentDelegation and multiple files

2009-02-18 Thread Ronnie1972
Ok I figured it out. Basically I was doing it very closely to correctly but since I had a War file and a wsr file that were sharing classes it was failing because it was TOO isolated. The solution was to use a loader-repository, but turn java2ParentDelegation ON (since they were shared): |

[jboss-user] [JBoss Getting Started Documentation] - Re: JBOSS installation - query

2009-02-18 Thread PeterJ
You never said you were running EAP 4.3. For that version, the default config is named 'production'. That config does not do any console logging after bootstrapping (the part of the console log you saw was from the bootstrap). The 'all' and 'default' configs retain the console log after bootstra

[jboss-user] [JBoss jBPM] - Re: exploring JBPM 4: some questions

2009-02-18 Thread luigiexp
ok ok I admit I'm a little bit touchy!!! Sorry. :) You are right, I am already registered to the community since I log to the forum ... so I do not need to register again thanks and ... peace (but I never was in war!) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss jBPM] - Re: exploring JBPM 4: some questions

2009-02-18 Thread luigiexp
ok ok I admit I'm a little bit touchy!!! Sorry. :) You are right, I am already registered to the community since I log to the forum ... so I do not need to register again thanks and ... peace (but I never was in war!) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Portal] - is 2.7.1 backward compatible with 2.6.7 ?

2009-02-18 Thread PMN
xml descriptors? api ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211156#4211156 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211156 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-18 Thread gaohoward
You can drop this file to jboss-5.0.0.GA\server\default\deploy and start the server. Please refer to the http example that comes up with jbm 1.4.1.GA. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211152#4211152 Reply to the post : http://www.jboss.org/ind

[jboss-user] [JBoss jBPM] - Re: exploring JBPM 4: some questions

2009-02-18 Thread kukeltje
yes, sorry, your second post was submitted while I was typing mine, so sorry for that. Still, if you got these errors, you should have mentioned that initially... it is relevant information and would have saved me responding the way I did and us both getting a little iritated. You get that er

[jboss-user] [JCA/JBoss] - Integration with Oracle AQ via Sun Adapter

2009-02-18 Thread ryandavid
Hello to everybody, I have to integrate my JBoss 4.0.2 with OracleAQ. I cannot deploy a JBoss ESB on it because it requires a 4.0.5 at least and I cannot upgrade the server. So I decided to take the Sun Adapter solution described in the wiki http://www.jboss.org/community/docs/DOC-9035 So I cre

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - edit data in dataTable

2009-02-18 Thread croco
Hello. I'm new at JSF and this thing and I have a problem. I have a dataTable which in filled with data (userid, first name, last name and email) read from the database and on the userid is a commandLink that opens (with ajax) inputFiels to edit this user (first last name and email). Now the pro

[jboss-user] [JBoss Messaging] - Re: Simple 2 Server Setup

2009-02-18 Thread timfox
Yes JBM can to do that, please look at the examples in the distro. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211126#4211126 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211126

[jboss-user] [Clustering/JBoss] - Re: Problem singleton scheduling in a clustered JBoss 4.02 (

2009-02-18 Thread bstansbe...@jboss.com
Looking at the javadoc for the 4.0.2 version of SingleScheduleProvider I don't see a way to pass in the kind of arguments you want: |/** | * Sets the method name to be called on the Schedulable MBean. It can optionally be | * followed by an opening bracket, list of attributes

[jboss-user] [Beginners Corner] - JBoss4.0.3SP1 | Issues with Parsing XML Schema importing an

2009-02-18 Thread sg283
I am trying to validate XML with XSD. The XML has elements in two different namespaces:- 1-"http://schemas.xmlsoap.org/soap/envelope/"; 2-urn:Hotel_Reserve So in Schema I have defined elements Envelop, Header and Body in "http://schemas.xmlsoap.org/soap/envelope/"; namespace and targetNamespace

[jboss-user] [JBoss Messaging] - Re: Simple 2 Server Setup

2009-02-18 Thread hatleye
I respectively disagree. I dont think clustering is the answer here, unless you are talking about how to cluster a queue,it should be as simple as configuring a topic for pub/sub and propogation of this to different servers. If in fact that the MDB has to make a client connection from its host

[jboss-user] [JBoss Messaging] - Re: Simple 2 Server Setup

2009-02-18 Thread timfox
What you're trying to do is NOTHING to do with JBM clustering, In fact nothing to do with JBM. To figure out how to get an MDB on one node to listen to a different server there are documents on the wiki that explain how to do this. This is a JCA configuration question and you should ask in the

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss on Windows XP, Kerberos MIT on unix, SPNEGO issue

2009-02-18 Thread darran.loftho...@jboss.com
I have to say so far this is not a scenario that I have worked with yet, most of my MIT KDC testing was using FreeIPA and only Linux server and client so I have not yet tried a Windows client with a Linux/MIT KDC. So far from experience the easiest way to analyse this further would be to use a

[jboss-user] [JBossWS] - Using Lists of String in WSDL-first JaxWS service

2009-02-18 Thread adinn
I am developing a JaxWS-based test service which supports scripting of various actions in the server. So, the service provides a single WebMethod which takes a list of command strings and returns a list of result strings. I defined this using the following WSDL: | http://jbossts.jboss.org/xt

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Tools: The chosen transaction strategy require

2009-02-18 Thread max.ander...@jboss.com
okey ;) found any different in the files ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211098#4211098 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211098 ___ jboss-user

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: accesing portel by http://companyname.portel

2009-02-18 Thread jaikiran
"akumarkind" wrote : but it is not posible with linux machine. Why not? By the way, you have been asking multiple variants of the same questions across various forums. For example this one http://www.jboss.org/index.html?module=bb&op=viewtopic&t=150582. And you haven't responded to the questio

[jboss-user] [JBoss jBPM] - Re: exploring JBPM 4: some questions

2009-02-18 Thread luigiexp
I'm sorry I would't bore anyone but as I told you I already tried registering that it to say I clicked on "login" then on "here" and on "I am 18..." and I get the message "You are not authorized to create users" so I suppose that procedure to register is a not this on. thank you anyway Vi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Starting JBoss 5.0

2009-02-18 Thread Wolfgang Knauf
Hi, open the server, and change the timeout. See this screenshot: http://www.informatik.fh-wiesbaden.de/~knauf/KomponentenArchitekturen2008/stateless/server8.png Hope this helps Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211078#4211078 Reply to

[jboss-user] [JBoss jBPM] - Re: exploring JBPM 4: some questions

2009-02-18 Thread kukeltje
No offence, but yes... since http://www.google.nl/search?q=jira+jbpm&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:nl:official&client=firefox-a results in first hit being a link to the JBoss Jira and more specifically the jBPM project page. The same page that is linked to from the jBPM community page

[jboss-user] [JBoss jBPM] - Re: exploring JBPM 4: some questions

2009-02-18 Thread luigiexp
I mean I already tried to register to submit issues... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211067#4211067 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211067 ___

[jboss-user] [JBoss jBPM] - Re: exploring JBPM 4: some questions

2009-02-18 Thread luigiexp
:o really ? do you think I did not try before asking? :) Thanks a lot. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211066#4211066 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211066 ___

[jboss-user] [JBoss/Spring Integration] - Error encounter when loading Spring beans from the Spring xm

2009-02-18 Thread chongming
Greetings, I'm trying out using Spring with Jboss-4.0.3SP1 for my school project. i have encountered some problems when using spring with Jboss. Basically, this is what i have done to set up the Spring in Jboss app server. I have spent hours trying to solve the problem but i'm at my wits end. S

[jboss-user] [JBoss Cache: Core Edition] - Re: Writing custom Async Loader

2009-02-18 Thread canik
little correction as I am not able to edit my last post: I meant 99 modifications, not transactions. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211064#4211064 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211064 _

[jboss-user] [JBoss jBPM] - Re: exploring JBPM 4: some questions

2009-02-18 Thread kukeltje
btw... google would have helped to... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211062#4211062 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211062 ___ jboss-user maili

[jboss-user] [JBoss Cache: Core Edition] - Re: Writing custom Async Loader

2009-02-18 Thread canik
I have not analyzed all the JDBC code, but in line 398 in AsyncCacheLoader.java it says | int i = queue.drainTo(mods, config.getBatchSize()); | Let's assume our batch size is 100, and we have 9 transactions with 11 modifications each (sum=99 transactions) and another transaction with 4 mo

[jboss-user] [JBoss jBPM] - Re: exploring JBPM 4: some questions

2009-02-18 Thread kukeltje
All info is on the community page: http://www.jboss.org/jbossjbpm/jbpm_community/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211061#4211061 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211061

[jboss-user] [JBoss jBPM] - Re: setting the name on a transaction fails

2009-02-18 Thread kukeltje
tnx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211058#4211058 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211058 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Portal] - Configuring JBoss Portal to reach portals from internet. How

2009-02-18 Thread santybyron
Hi I've installed jboss portal on a server in a private network. My target is to reach my portal from internet. I start jboss with -b 0.0.0.0 option to bind server address and it is ok. I've configured my router/firewall to forward the private_address:8080/portal/ of the server to a public address

[jboss-user] [JBoss Cache: Core Edition] - Re: Writing custom Async Loader

2009-02-18 Thread canik
little additional note: "cache.async.pollWait" is not used in AsyncCacheLoader but the documentation claims otherwise... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211056#4211056 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Spring Web Flow with JSF/RichFaces

2009-02-18 Thread lukep1984
I need some hints about this connection of frameworks on JBoss. I get message on browser when I try to start application. type Status report message /Projekt/WEB-INF/layouts/.xhtml description The requested resource (/Projekt/WEB-INF/layouts/.xhtml) is not available. index.html: http://www.w3.org

[jboss-user] [JNDI/Naming/Network] - Re: Cannot connect to the JNDI: No valid JNDI mapping

2009-02-18 Thread chongming
Hi, thanks for the replies. After adding the jboss-web.xml, i finally solve the error. However i encounter the spring problem. I will post the new question in the relevant section. Thanks for the advice. Greatly appreciated. :) View the original post : http://www.jboss.org/index.html?module=b

[jboss-user] [J2EE Design Patterns] - EJB3 support in jboss4.0.4

2009-02-18 Thread Anupkg4jboss
hi All, Please help in knowing whether Jboss4.0.4 have inbuilt support for EJB3 and if not what are the settings that am supposed to do for running an EJB3.0 bean from Jboss4.0.4. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211050#42110

[jboss-user] [Beginners Corner] - Re: Timer in JBoss

2009-02-18 Thread ramboid
I have done something like this with Quartz. Quartz comes with JBoss and you can either create a Quartz MDB. Search the Wiki for Quartz. There is annotated example for an EJB3 that you can just copy and add a call to whatever EJB, servlet, or program you want. View the original post : http:

[jboss-user] [Beginners Corner] - Re: JBoss 5.0.0.GA and RedHat compatibility

2009-02-18 Thread ramboid
Thank you for your help. There was a problem is the hosts file after all. I re-checked with my network pundits and the entry in the hosts file should have been changed a few ago. Entering the correct address in the hosts file corrected the shutdown problem of the current Jboss 4.2.3 version i

[jboss-user] [JBoss Messaging] - Re: Network Failure undetected - Linux

2009-02-18 Thread cbolanos
I've set the exception listener, and it throws an exception under Windows platform but not under Linux platform... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211046#4211046 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Cache: Core Edition] - Re: Writing custom Async Loader

2009-02-18 Thread canik
Yes I even had a look at the source code. I need persistence only every 5th second. There is no way to configure that. The thread in AsyncCacheLoader only sleeps when waiting for new cache modifications. It never sleeps as soon as a modification has been done... Hence I would need to change the c

[jboss-user] [JBoss Messaging] - Re: Simple 2 Server Setup

2009-02-18 Thread hatleye
I agree with you that my use case is very simple and should be easy to complete, but I HAVE read the manual, and the overview that is in the manual doesnt help. http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3.0.cp01/html/JBoss_Messaging_User_Guide/conf.connector.html

[jboss-user] [JBoss jBPM] - Re: PVM variables persistance

2009-02-18 Thread frantisek.ko...@gmail.com
The trick was | ... | | ... | I mistyped the name of the resource file.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211041#4211041 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211041 __

[jboss-user] [JBoss Portal] - Re: Connection with JBossPortal from a remote host

2009-02-18 Thread santybyron
The -b option is the only right way to bind the server network address. But i've another question: If i set the -b 0.0.0.0 i can reach the server on network but i can't do it on internet. To explain: - i set the router to map the local address :8080 to a public address - i can reach the jboss port

[jboss-user] [JBoss Cache: Core Edition] - Re: Writing custom Async Loader

2009-02-18 Thread manik.surt...@jboss.com
Using a standard cache loader (e.g., JDBCCacheLoader) and setting async to true didn't work for you? If you have enabled async, you can provide a bunch of other properties as well to control how the async thread works, including queueing and batching writes. See javadocs here: http://www.jboss

[jboss-user] [JBoss jBPM] - Re: jbpm 3.2.ga set transition

2009-02-18 Thread frantisek.ko...@gmail.com
Hi the problem in your code is that your action is called when transition is already taken so you can create and event in start node and add action to it. Or I think better solution is to put a Decision node after start node and implement DecisionHandler which return the name of the transition

[jboss-user] [JBoss jBPM] - Re: exploring JBPM 4: some questions

2009-02-18 Thread luigiexp
how and where I can register to submit issues? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211035#4211035 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211035 ___ jboss-u

[jboss-user] [JBoss Cache: Core Edition] - Writing custom Async Loader

2009-02-18 Thread canik
Hello folks, First a little intro to my persistence problem: I'm writing data to a couple of different nodes in JBoss Cache. I'm doing this in a batch (afaik this is interpreted as a transaction by JBoss) since the different cache nodes in fact contain a memory snapshot of a parsing process. The

[jboss-user] [JBoss Portal] - SAP iView Integration

2009-02-18 Thread brain101
is there a possibility, beside iFrame or new window, to integrate sap iViews in jboss portal? has anyone had the same problem before? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211032#4211032 Reply to the post : http://www.jboss.org/index.html?module=bb&

[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-18 Thread siddharth_2279
Hi, anonymous wrote : | bisocket is the default transport JBM uses. you can find remoting-http-service.xml under 5.0.0.GA/docs/examples/jms directory. I found the file at this path. Now what do I do ? Do I copy this file at location (jboss-5.0.0.GA\server\default\deploy\messaging). Do I nee

[jboss-user] [Beginners Corner] - Re: Action canceled

2009-02-18 Thread aakjpe
Thank you for the reply. I tried to set the connectionTimeout to 180, but I still get the "Action is canceled". I also tried setting connectionTimeout to zero, which might mean "endless wait". But still "Action is canceled". I restartet jboss after I changed the value. But what about the "ke

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Tools: The chosen transaction strategy require

2009-02-18 Thread viniciuscarvalho
Well, nervermind I've recreated the hibernate.cfg.xml but using the wizzard and now it works... Regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211028#4211028 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42110

[jboss-user] [Beginners Corner] - Re: Timer in JBoss

2009-02-18 Thread rodosa
Ok, I'll do this with a MBean!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211027#4211027 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211027 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: calling a method from another method os same session bea

2009-02-18 Thread Wolfgang Knauf
Yes: @Stateless | public class MyBean | { | public void method1() | { | this.method2(); | } | } Hope I understood your question ;-) Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211026#4211026 Reply to the post : http://w

[jboss-user] [EJB 3.0] - Re: javax.transaction.RollbackException

2009-02-18 Thread Wolfgang Knauf
Hi Ramu, please post your modified code (and encapsulate it in "code" tags, see the toolbar in editor for the "Post reply" button). Also provide us with the exception and the line number in your own code. Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=b

[jboss-user] [EJB 3.0] - Re: Couldn't handle invocation directly within...StatelessRe

2009-02-18 Thread Wolfgang Knauf
Did you remove the security annotations (@SecurityDomain, @DeclareRoles, @RolesAllowed) in all your session beans and remote/local interfaces? Maybe one is left? Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211021#4211021 Reply to t

[jboss-user] [EJB 3.0] - Re: javax.transaction.RollbackException

2009-02-18 Thread mravikrish
Hi Wolfgang, I have tried exactly what u have said. but stll i am getting same exception. For time being i used two methods. In First method i am removing all its associated entties like buyerrating,vendorrating,skills,bids. In second method simply removing project object. But this approch

[jboss-user] [JBoss Tools (users)] - Hibernate Tools: The chosen transaction strategy requires ac

2009-02-18 Thread viniciuscarvalho
Hello there! I've already used Hibernate tools on previous projects, now I've migrate to 3.0 version. And tried to configure an hibernate configuration for my jpa project (it is not a facet on eclipse, its just a plain java project with annotations). Well, here's my persistence.xml | |

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Problems with proxy and j_security_check

2009-02-18 Thread gtorres_seidor
Hi, I'm trying to access my JBoss App across an Apache Proxy installed in another server to make it accesible from an external site. I configured my proxy with ProxyPass /app http://server:8080/app/ ProxyPassReverse /app http://server:8080/app/ When I try to access it from outside with http://e

[jboss-user] [JBoss Getting Started Documentation] - jboss oriented doc

2009-02-18 Thread manjuv
Hi, Please let me know the document which will help me in developing project using jboss with out any hassle. for example how to develop sample jsp, servelt and ejb using jboss and eclipse. Also steps to run the application. I will used eclipse 3. 4.1 If there is a book or link or document

[jboss-user] [EJB 3.0] - calling a method from another method os same session bean

2009-02-18 Thread mravikrish
Hello, I am ramu . is there any way to call a method from anoher method of same stateless session bean(EJB3.0) Thanks K.Ramu View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211010#4211010 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[jboss-user] [Clustering/JBoss] - Re: Problem singleton scheduling in a clustered JBoss 4.02 (

2009-02-18 Thread Viridovix
Probably there isn't a valid answer to you question, or probably nobody use JBoss in such a way... :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211007#4211007 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211007

  1   2   >