[jboss-user] [Beginners Corner] - Jboss USer login session timeout

2008-06-24 Thread b1380
Hi All I am new jboss user. I downloaded 4.2.2 version of jboss and was trying to configure it. So we wrote an application and deployed it in the the Jboss. The application was deployed successfully and the database connectivity to mysql were also working fine. The actual problem is with one o

[jboss-user] [Remoting] - Re: Socket keep alive with client EJB and RMI over HTTP

2008-06-24 Thread slimamar
With the servlet transport, there is no conflict with jbossweb port (8080) because a servlet is used with the connector http. With the socket transport, the connections remain open when using the parameters 'invokerDestructionDelay' (client side) and 'timeout' (server side) . With the servlet o

[jboss-user] [Remoting] - Re: ClassNotFoundException while calling remote ejb3 across

2008-06-24 Thread avogt_sundn
Thank you, Ron. Yet, one thing remains, perhaps based on my missconception: I took your ScopedTest and changed according to my use case: TravelAgentBean now implements another @Remote interface, namely SpecialTravelAgent. This interface is not available in the clients class loader. When the cli

[jboss-user] [Messaging, JMS & JBossMQ] - Updating messages already sent - is it possible

2008-06-24 Thread NewWay
Hello, I'm trying to figure if it is possible to change messages already sent. I have a producer that sends many messages, very frequently and i need to add a monitoring option that will allow changing messages priority - something like - "i know that this was defined as a normal task, but now

[jboss-user] [JBoss Portal] - Re: Pop up in a Portlet.

2008-06-24 Thread snon
Hi, have you resolved your problem yet ? I'm having the same issue with my portal and have no clue about it. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160123#4160123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Can I deploy a Folder other than a .WAR type in Windows mc/

2008-06-24 Thread [EMAIL PROTECTED]
Hi All! I have an application which resides outside the JBOSS Server Folder. Ideally if i need to deploy the application i might have to move it into the server/default/deploy folder but i want it deployed from outside. I got the way out by specifying | | deploy/, |

[jboss-user] [JBoss jBPM] - gravel and j4j tags in datatable

2008-06-24 Thread gnagy
Hi, I tried borrowing code from the jbpm console for listing tasks and making transitions. I iterate over #{taskInstanceList} in a datatable (tried both h:datatable and rich:datatable), but the gravel and j4j tags don't pick up the iteration variable.

[jboss-user] [JBoss jBPM] - Re: job executor explained in a nutshell

2008-06-24 Thread [EMAIL PROTECTED]
Hi, in my opinion READ_COMMITTED is the correct level of isolation for optimistic locking. Morover in the forst post Tom contradicts himself anonymous wrote : The required isolation level should be set to REPEATABLE_READ for hibernate's optimistic locking to work correctly. That isolation lev

[jboss-user] [EJB/JBoss] - Re: Serializable no remote classloading

2008-06-24 Thread avogt_sundn
Yet loading of remote interfaces fails. See : [URL]http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160112#4160112[/URL] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160139#4160139 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [EJB 3.0] - EJBQL : inherintace problem.

2008-06-24 Thread joe480
Hello, the problem: jpql query I have 7 classes: 1. @Inheritance(strategy = InheritanceType.JOINED) @DiscriminatorColumn(name = "person_typ", discriminatorType = DiscriminatorType.STRING, length = 1) @DiscriminatorValue("P") public class Person 2. JuristischePerson(JP) extends Person - @Discrimi

[jboss-user] [JBoss jBPM] - Re: Mail Node

2008-06-24 Thread [EMAIL PROTECTED]
class javax.mail.SendFailedException: Invalid Addresses; | nested exception is: | class javax.mail.SendFailedException: 550 5.7.1 Unable to relay for [EMAIL PROTECTED] | | at javax.mail.Transport.send0(Transport.java:218) | msg.setFrom(new InternetAddress("[EMAIL PR

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can I deploy a Folder other than a .WAR type in Windows

2008-06-24 Thread jaikiran
Last time i had tried this, i used the following syntax: | | deploy/,file:///C:/user-21682/home/application/src/ | Note that i am specifying the path till the folder (ending with a /) containing my war file. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Tools (users)] - Re: Code assist with non-default locale

2008-06-24 Thread wilczarz
Max, I need one more advice with the content assist. I created a new project with seam-gen (imported it into eclipse by new project-general-project) and now code assist is unavailable for messages component. For other componens, also the ones created by me, all works fine. The messages componen

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Updating messages already sent - is it possible

2008-06-24 Thread anilit99
You got any solution for this ? thanks Anil. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160158#4160158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160158 ___ jboss-us

[jboss-user] [JBoss Tools (users)] - profile jboss in jboss tools?

2008-06-24 Thread Elhananm
hi.. i saw this: http://jira.jboss.org/jira/browse/JBIDE-2093 is there anyway i can do this manually (setConfig doesn't work) becouse it wants jaxp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160166#4160166 Reply to the post : http://www.jboss.com/index

[jboss-user] [JNDI/Naming/Network] - Re: jboss4.2.2 HIBERNATE JNDI

2008-06-24 Thread jaikiran
What jar files are you including in your application? Do you have any jta related jar files in the application package? If yes, then remove those any try using your application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160173#4160173 Reply to the post

[jboss-user] [JBoss jBPM] - Re: Concurrent childnodes: how to create multithreaded nodes

2008-06-24 Thread Rasun
Thanks for your reply. Still I keep asking myself; if the docs mention concurrency amongst processes and it is possible to use forks (like forEachForkActionHandler), which look like they are based on the same principle (of using concurrency/threads), then why not having the option of creating t

[jboss-user] [JBoss Messaging] - Re: EXCEPTION_ACCESS_VIOLATION [ntdll.dll+0x18fea]

2008-06-24 Thread bodrin
I have just updated to the latest jdk and the problem is reproducible again View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160180#4160180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160180 ___

[jboss-user] [JBoss Messaging] - DLQ messages (problem on startup)

2008-06-24 Thread viniciuscarvalho
[JBM 1.4.0.SP3] Hello there! We've simulated a situation (problaby won't happen in our production, but our customer asked us to). We have inserted 10.000 messages on the DLQ channel. There's no listener for this channel. With this small value, JBoss startup time is increased by a 5x factor. Th

[jboss-user] [Performance Tuning] - Re: DS - No managed connections available within blocking ti

2008-06-24 Thread n_sroor
At the end of each user test you must close the connection, session and producer. Then you will not get this exceptions. I had the same problem with JBoss! Best regards Amjad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160183#4160183 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2008-06-24 Thread subhajitpwc
Hi I am a beginner in Jboss and Seam. I am using JBOSS JBPM (jbpm-starters-kit-3.1.2). and I have a JBPM Process which I have implemented using Eclipse and I am calling that process from a JSP using Seam annotations.I am deploying the EAR file to the JBOSS JBPM server.I have included the jBoss-

[jboss-user] [Performance Tuning] - Re: DS - No managed connections available within blocking ti

2008-06-24 Thread n_sroor
I had the same problem with JBoss! and I solved it: At the end of each user test you must close the connection, session and producer. Then you will not get this exceptions. Best regards Amjad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160185#4160185 Repl

[jboss-user] [JBoss Messaging] - Re: DLQ messages (problem on startup)

2008-06-24 Thread timfox
The startup time depends entirely on three variables a) The number of messages in the queues b) The average size of the messages c) The database you are using. Compare this to JBM 2.0 which doesn't by default use a relational database - startup time is very quick. View the original post : http

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How do I restrict users from accessing resources directly fr

2008-06-24 Thread sabanerjee
How do I restrict users from entering the image/text files path directly in the browser. Infact I am not going to allow anyone to access any resource directly via the browser except the login page. For Example if I access http://www.mysite.com/index.jsp it will ask for login information and only

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Idle timeout connection not working? database connection is

2008-06-24 Thread vlnmca
Hello, My app running under JBoss 4.0.4 uses Oracle DB configured with the following DS file: | | | | jdbc/mydb | jdbc:oracle:thin:@111.222.333.444:1521:oradb | oracle.jdbc.driver.OracleDriver | user | pass | org.jboss.resource.adapter.jdbc.vendor

[jboss-user] [JCA/JBoss] - Idle timeout connection not working? database connection is

2008-06-24 Thread vlnmca
Hello, My app running under JBoss 4.0.4 uses Oracle DB configured with the following DS file: | | | | jdbc/mydb | jdbc:oracle:thin:@111.222.333.444:1521:oradb | oracle.jdbc.driver.OracleDriver | user | pass | org.jboss.resource.adapter.jdbc.vendor

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2008-06-24 Thread subhajitpwc
If there is no solution to the above exception---then please suggest the way I can call a process from a JSP. Thanks in anticipation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160197#4160197 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss jBPM] - Re: Mail Node

2008-06-24 Thread Fornachari
Thank you for your reply sreepathia, When I writed "[EMAIL PROTECTED]" and "[EMAIL PROTECTED]" it was just to give an example, here I am using my real email "[EMAIL PROTECTED]", so the problem is not my email address, probably is some configuration in the config XML. But thank you.. If some on

[jboss-user] [JCA/JBoss] - Re: There is no LocalTxConnectionManager.class?

2008-06-24 Thread vickyk
"PeterJ" wrote : There is no such class as org.jboss.resource.connectionmanager.LocalTxConnectionManager. Try using org.jboss.resource.connectionmanager.TxConnectionManager instead. | I don't see why the EAR should be using the LocalTXConnectionManager , the JCA ConnectionManager is transpare

[jboss-user] [JCA/JBoss] - Re: Idle timeout connection not working? database connection

2008-06-24 Thread vickyk
Enable to jca(org.jboss.resource) logs and explain the behavior through the logs . We have not heard any issues about the abnormal behavior of the IdleTimeout behavior. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160202#4160202 Reply to the post : http:

[jboss-user] [JBoss jBPM] - Calling a process from a jsp

2008-06-24 Thread subhajitpwc
Hi I am a beginner in Jboss and Seam. I am using JBOSS JBPM (jbpm-starters-kit-3.1.2). and I have a JBPM Process which I have implemented using Eclipse and I am calling that process from a JSP using Seam annotations.I am deploying the EAR file to the JBOSS JBPM server.I have included the jBoss

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss+Hibernate+JPA cache

2008-06-24 Thread potdl
Hi All, I need some advice. Overview: We have an application that reads about 5000 messages from MQ and saves it to a database. The messages make up a statement (from 1-1500 message) and need to be stored in an interim table called incomming. When all pages are received for that statement it i

[jboss-user] [JBoss jBPM] - Re: gravel and j4j tags in datatable

2008-06-24 Thread kukeltje
Greg, j4j and gravel are soon to be anounced as 'deprecated'. Using default richfaces and maybe some seam extensions will become the default. So I suggest against learning j4j and gravel. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160205#4160205 Reply

[jboss-user] [JBoss jBPM] - Re: Concurrent childnodes: how to create multithreaded nodes

2008-06-24 Thread kukeltje
no it would not. The reason is quite simple... threadmanagement is not allowed in JEE and JEE has way better options to do things async (building your own configurable threadmanager with pooling etc is quite difficult). For plain tasks jBPM works fine but for longer running actions or parallel r

[jboss-user] [JBoss jBPM] - Re: Concurrent childnodes: how to create multithreaded nodes

2008-06-24 Thread kukeltje
so concurrent paths of execution != multiple threads View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160208#4160208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160208 ___ jb

[jboss-user] [EJB 3.0] - JNDI Binding not working in JBoss-5 Beta 4

2008-06-24 Thread jimmycallaghan
I've got an application that deploys fine on JBoss404 and JBoss422. I'm now trying out JBoss5 (Beta4) and can't get my EJBs deployed where I want them. I'm using: | @Stateless | @LocalBinding(jndiBinding = HibernateDaoBeanInterface.JNDI_LOCATION_LOCAL) | @RemoteBinding(jndiBinding = Hiber

[jboss-user] [JBoss jBPM] - Re: Mail Node

2008-06-24 Thread kukeltje
ALWAYS post what you realy use, not replacements... if in the test app you use felipe... then in the process also use felipe... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160210#4160210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [EJB/JBoss] - EJB 3.0 and JBoss Cache(Entity Cache). How to Reload

2008-06-24 Thread grdzeli_kaci
hi all, i'm newbie on jboss cache and sorry about my question. i tried to use jboss cache into my ejb application to avoid database round trips. i found example how to cache entities there : http://docs.jboss.org/ejb3/app-server/tutorial/clusteredentity/clusteredentity.html i have simple task,

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can I deploy a Folder other than a .WAR type in Windows

2008-06-24 Thread [EMAIL PROTECTED]
"jaikiran" wrote : Last time i had tried this, i used the following syntax: | | | | | deploy/,file:///C:/user-21682/home/application/src/ | | | | Note that i am specifying the path till the folder (ending with a /) containing my war file. Neah tried this, I am afrai

[jboss-user] [Installation, Configuration & DEPLOYMENT] - sos : pb deploying EAR with JBoss 5 beta4

2008-06-24 Thread Nouredine13
Hello, i've the following pb when i try to deploy my ear in JBoss 5.0.0 Beta4 : Error creating ejb container toto.api.IMyConfiguration: @Remote and @Local may not both be specified on the same interface "interface toto.api.IMyConfiguration": per EJB3 Spec 4.6.7, Bullet 5.4 Note that this EAR w

[jboss-user] [JCA/JBoss] - Re: changing conn parameters in -ds.xml file !!!urgent!!!

2008-06-24 Thread vickyk
"sankul123" wrote : | Is there any JBoss JCA API to achieve through code, | The JMX should do the trick for you . Try to use the following JCA related MBean . ./twiddle.sh invoke "jboss.jca:name=DefaultDS,service=ManagedConnectionFactory" getManagedConnectionFactoryAttribute connectionURL

[jboss-user] [JCA/JBoss] - Re: changing conn parameters in -ds.xml file !!!urgent!!!

2008-06-24 Thread vickyk
!!!urgent!!! When you want these things to get addressed you MUST go for Jboss support . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160218#4160218 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160218 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - pb: @Remote and @Local may not both be specified on the same

2008-06-24 Thread Nouredine13
Hello, i get the following pb when i try to deploy my ear in JBoss 5.0.0 Beta4 : Error creating ejb container toto.api.IMyConfiguration: @Remote and @Local may not both be specified on the same interface "interface toto.api.IMyConfiguration": per EJB3 Spec 4.6.7, Bullet 5.4 Note that this EAR

[jboss-user] [Security & JAAS/JBoss] - Re: Simple Auth for HelloWorld-Example not working...

2008-06-24 Thread j0llyr0g3r
Ok, i found the solution: First of all for a single ejb.jar: I had used the wrong INITIAL_CONTEXT_FACTORY, so now the corresponding line in my client looks like this: props.put(Context.INITIAL_CONTEXT_FACTORY,"org.jboss.security.jndi.JndiLoginInitialContextFactory"); Furthermore we have to

[jboss-user] [JCA/JBoss] - Re: Connection handle is not associated with the Managed Con

2008-06-24 Thread vickyk
"ramkumar.k" wrote : Any fixes? Talk to spring folks and see what weird thing is happening in your application code . It seems that you are closing the connection and spring does not know about it . You need to investigate this more by enabling the application logs . View the original post : h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: sos : pb deploying EAR with JBoss 5 beta4

2008-06-24 Thread jaikiran
As the log message states, this is mandated by EJB3 spec: anonymous wrote : The same business interface cannot be both a local and a remote business interface of the bean So your application is not following the spec. You will have to fix it to be able to deploy it. View the original post : h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: pb: @Remote and @Local may not both be specified on the

2008-06-24 Thread jaikiran
Answered here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=138020 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160227#4160227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160227 _

[jboss-user] [EJB 3.0] - Re: JNDI Binding not working in JBoss-5 Beta 4

2008-06-24 Thread jaikiran
What do your import statements look like? In JBoss-4.2.x, the @RemoteBinding was part of org.jboss.annotation.ejb package. import org.jboss.annotation.ejb.RemoteBinding; In JBoss-5, the @Remote binding is now part of org.jboss.ejb3.annotation package. import org.jboss.ejb3.annotation.RemoteBi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How do I restrict users from accessing resources directl

2008-06-24 Thread jaikiran
anonymous wrote : but | http://www.mysite.com/images/logo.jpg | or | http://www.mysite.com/somejsp.jsp | images or pages will appear, but i need to restrict, how to do that in JBOSS Place those folders/files under WEB-INF folder of your application. View the original post : http://www.jb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Idle timeout connection not working? database connection

2008-06-24 Thread jaikiran
Being discussed here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=138013 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160232#4160232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160232 _

[jboss-user] [JBoss jBPM] - Handling of suspended tasks

2008-06-24 Thread Kaffeebohn
Hello, I've got a small problem with handling suspended tasks. I receive the user's tasklist bei calling | jbpmContext.getTaskMgmtSession().findTaskInstances(username); | but this method doesn't include the suspended tasks. How am I able to receive a complete List of a users' tasks inclu

[jboss-user] [JBoss Portal] - Problem : Configure Portal For Microsof tActiveDirectory

2008-06-24 Thread khadijbal
I followed steps of the wiki http://wiki.jboss.org/wiki/ConfigurePortalForMicrosoftActiveDirectory: step by step but i can't connect me with the accounts of the active directory. and in the CMS page i have the error: Cause: java.lang.RuntimeException: org.jboss.portal.identity.IdentityException:

[jboss-user] [EJB 3.0] - multiple clientConnectAddresses?

2008-06-24 Thread robert.geisler
hello und sorry for my poor english... i have got some questions concerning EJB3 and Remoting. i am using JBoss 4.2.2.GA and i am trying to access EJB3s through HTTP. the use case: i have my application deployed on JBoss and my application should get accessed by clients from LAN and over the in

[jboss-user] [Clustering/JBoss] - Re: FailOver and Session Stickness Behaviour

2008-06-24 Thread eduardo_thp
It must be some issue with the session cookie ! I was tracing JK log... and saw that even setting the new route on the cookie, JK still identifies the last rout on the requests... I'll keep testing.. I won't post the log here as it's too big... anyway.. thanks for the help !!! View the origin

[jboss-user] [Clustering/JBoss] - Re: Remote cluster ejb access

2008-06-24 Thread mancinis
Hi, I've changed the partitions names and now it's working fine, thanks for your help. Sorry for the delay in my feedback but I tested the solution only yesterday. I've only another doubt, as I told before in my configuration I've a jboss cluster composed by two nodes (node1 and node2) and a r

[jboss-user] [Testimonials] - Comprehensive Comparison Between JBoss App Server and BEA WL

2008-06-24 Thread bkw1962
Has anyone compiled an objective, comprehensive, thorough, and above-all factually complete comparison between these servers? I am tasked with presenting this information to the upper management of a division of one of the largest telcos on the planet. The prelim info says JBoss will work for us

[jboss-user] [EJB 3.0] - Re: JNDI Binding not working in JBoss-5 Beta 4

2008-06-24 Thread jimmycallaghan
That was the problem exactly. Thanks, you've saved me days of pain. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160248#4160248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160248 ___

[jboss-user] [Clustering/JBoss] - Re: FailOver and Session Stickness Behaviour

2008-06-24 Thread [EMAIL PROTECTED]
Yes, it sounds like my "I'd be surprised if it were a mod_jk issue" was hasty. Your logs show the JBoss-side session management code doing what it's supposed to -- the session has .tomcat2 appended, but a request goes to tomcat1 anyway. And then .tomcat1 does what it's supposed to do and chang

[jboss-user] [EJB/JBoss] - Re: Accessing Applet behind NAT firewall [EJB application]

2008-06-24 Thread robert.geisler
hi, sandeep, did you find a solution for your problem? if i do understand you correctly, you are using JMXInvokerServlet and EJBInvokerServlet and everything breaks, because you have to static declare the InvokerURLs for the servlets? maybe this could be a hint for you: you are allowed to decla

[jboss-user] [EJB/JBoss] - Re: Accessing Applet behind NAT firewall [EJB application]

2008-06-24 Thread SandeepDJboss
Thanks Robert!! I have already implemented this solution in my project sometime back... This definitely works !! Sandeep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160258#4160258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [EJB/JBoss] - supported client jre

2008-06-24 Thread ghilling
Hi, I just studied the instructions for installing jbmessaging into as 4.2.2 when I found link to http://jira.jboss.com/jira/browse/JBPAPP-212 . Seems there are no client libraries available for java 1.4 jre any more. The same is true for jb-messaging. The jira entry is closed so it would be in

[jboss-user] [JNDI/Naming/Network] - Re: How to Access EJB over HTTP in remote machine?

2008-06-24 Thread robert.geisler
hi, ritesh, you want to access ejb 2.1 through http, ejbs are deployed on machine A within a lan (internal address) and the clients (machine B) get redirected from external address? if this is correct, i did ithe same some weeks ago. here are the steps i had to go through:* use HttpNamingContex

[jboss-user] [JBoss jBPM] - Re: Handling of suspended tasks

2008-06-24 Thread kukeltje
unsuspend them... or write your own hibernate query View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160261#4160261 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160261 ___ jbo

[jboss-user] [JBoss Portal] - Configuration LDAP

2008-06-24 Thread khadijbal
in the configuration: | common | | userCtxDN | ou=People,dc=portal26,dc=jboss,dc=com | | | roleCtxDN | ou=Roles,dc=portal26,dc=jboss,dc=com | | People is the name of a unit organisation in the Active directory Role : i don't know what i must put because we don't have a r

[jboss-user] [JBoss jBPM] - Re: Handling of suspended tasks

2008-06-24 Thread Kaffeebohn
I want the users to have the possibility of suspending and resuming the tasks by their own. So they have to see a list of suspended tasks to resume them. That's why I need them in the task list. So writing my own query is the only way of solving this problem? Greetings, Tobias View the origina

[jboss-user] [EJB/JBoss] - Re: Accessing Applet behind NAT firewall [EJB application]

2008-06-24 Thread robert.geisler
works for me, too : ) but do you have any ideas how it could work for ejb 3.0? if yes, let me know: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=138029 robert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160263#4160263 Reply to the post : htt

[jboss-user] [JBoss Portal] - Re: Pop up in a Portlet.

2008-06-24 Thread Shazzaam
This is more to do with Javascript than the portal spec. Since JBoss uses Prototype have a look at this: http://prototype-window.xilinus.com/samples.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160268#4160268 Reply to the post : http://www.jboss.com

[jboss-user] [Security & JAAS/JBoss] - Re: Simple Auth for HelloWorld-Example not working...

2008-06-24 Thread j0llyr0g3r
Hey folks, my final remark how to achieve the same as above for an EAR: == Securing access to the EJB-application == * Create the file users.properties under /$PROJECT-ROOT/META-INF: admin=secretadminpassword | user=secretuserpassword * Create the file roles.properties under /$PROJECT-R

[jboss-user] [JBossWS] - Re: WebService behind LB/SSL Proxy

2008-06-24 Thread sgtw_speed
Hi SunFire, Did you ever manage to get this sorted out? We are experiencing the same issue. We have an F5 load balancer but the WSDL which gets returned always shows the direct address of one of the cluster nodes instead of the url for the F5 :( Thus, the only part that is being load balanc

[jboss-user] [JBoss/Spring Integration] - JBoss + Spring + Struts 2

2008-06-24 Thread davehz
Hi, I'm trying to deploy Struts 2 on JBoss but I would like to keep the struts2 jar inside the server lib directory instead of WEB-INF/lib so that many apps can share it . . . When I do this, the struts2 JAR's classes are loaded and my application deploys successfully. The action servlet is ca

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: trying to increase thoroughput to server, what am I miss

2008-06-24 Thread jamicide
Thanks for your input. For this particular test I was trying to overload the server with requests to see if anything extremely bad happened. Is it reasonable to suppose that the server isn't accepting/processing the HTTP requests because it is already so loaded with work? Like you said, this fu

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deploymente ERROR

2008-06-24 Thread jplistero
hi, I `m trying to deploy my app but i have some errors ... I 'm using openSUSE linux with java JDK version "1.6.0_06" and jboss-4.2.2.GA the log: ERROR [org.jboss.deployment.MainDeployer] Could not initialise deployment: file:/home/jp/Desktop/jboss-4.2.2.GA/server/default/depl oy/ejb3.deploye

[jboss-user] [JBoss Portal] - Re: specifying javascript location in portal-themes.xml

2008-06-24 Thread Shazzaam
I'm not sure if it's possible, but can't you change your javascript to fire onload? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160281#4160281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160281 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploymente ERROR

2008-06-24 Thread jaikiran
anonymous wrote : I 'm using openSUSE linux See these: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=126819 http://www.jboss.com/index.html?module=bb&op=viewtopic&t=39192 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160283#4160283 Reply to t

[jboss-user] [Management, JMX/JBoss] - Re: partition name via JMX

2008-06-24 Thread dmary
Hi all, I would appreciated also to know how to determine cluster name programmaticly ?? If any guy of Jboss team know the solution or somebody ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160287#4160287 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Tools (users)] - Hotkey for

2008-06-24 Thread bselu
With the JBoss Tools 2.1.0GA I can build and deploy projects via the "Project archives" view (right click, "Build Archive (Full)"). Is there a way to assign a hotkey for this? I checked Window/Preferences/General/Keys but didn't find any command for this action. Regards, Ecke View the origina

[jboss-user] [Messaging, JMS & JBossMQ] - MDB - MQ concurrency

2008-06-24 Thread [EMAIL PROTECTED]
i'm using jboss4.2 , running and MDB (Message Driven Bean) specifially message-inflow-driven-bean i have IBM MQ . i have configured bridge between MQ and MDB running in JBOSS using MQ resource adapter on JBoss . i have followed this link for configuring http://www.ibm.com/developerworks/we

[jboss-user] [Messaging, JMS & JBossMQ] - MDB concurrency (Multiple instances)

2008-06-24 Thread [EMAIL PROTECTED]
My MDB (Message Driven Bean) on message-inflow-driven-bean for IBM MQ using MQ resource adapter on JBoss. reference link http://www.ibm.com/developerworks/websphere/library/techarticles/0710_ritchie/0710_ritchie.html MDB is working fine, but its allowing by default multiple instances of MDB (c

[jboss-user] failure notice

2008-06-24 Thread postmaster
Hi. This is the smtp delivery program. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <[EMAIL PROTECTED]>, sorry, no mailbox here by that name. --- Below this line is a copy of the message. Rece

[jboss-user] [JBoss Messaging] - Re: EXCEPTION_ACCESS_VIOLATION [ntdll.dll+0x18fea]

2008-06-24 Thread [EMAIL PROTECTED]
Hmm: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5040096 Can you tell me what Windows version and updates you have now? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160294#4160294 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Messaging] - Re: EXCEPTION_ACCESS_VIOLATION [ntdll.dll+0x18fea]

2008-06-24 Thread timfox
There is a simple solution here: Don't use windows ;) *** ducks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160295#4160295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160295 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss startup - Quartz Job instanciation error

2008-06-24 Thread gsn
During JBoss load time, the quartz scheduler is started and starts catching triggers of waiting scheduled jobs (from the database). At the time a job is activated, the class which implements quartz Job cannot be instaciated (in order to run the job) and the following Exception is thrown: 10:34:

[jboss-user] [JBoss jBPM] - Re: Handling of suspended tasks

2008-06-24 Thread kukeltje
Yes, it is... There are some examples in the hibernate.queries.xml in combination with the webconsole where filters are applied... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160299#4160299 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Tomcat upgrade in JBoss 4.0.4 GA

2008-06-24 Thread wtcaldwell
Has anyone ever tried this - even unsuccessfully? As usual working on a tight schedule for some security compliance issues! :) Thx! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160302#4160302 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Tools (users)] - Re: Hotkey for

2008-06-24 Thread [EMAIL PROTECTED]
No hotkey method at this time. Please enter a JIRA feature request in JBossTools, and then inside the Archives component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160305#4160305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] When JMS Goes Wonky: Your survival guide?

2008-06-24 Thread Bill Milbratz
Hi, We've had a number of bugs/support issues over the last year when JMS--which usually runs fine for weeks or months--either temporarily or permanently has one of the following problems: a) Error publishing message: socket closed b) Connection Factory not bound, JNDI tree loses its entry for the

[jboss-user] [JBoss Tools (users)] - JBoss aren't getting the newest files

2008-06-24 Thread hvasoares
I have, one class, this class has one proprerty: data. I'm writing this for uploading imagens. Local interface import javax.ejb.Local; | | @Local | public interface Upload { | | //seam-gen method | public void upload(); | | public byte[] getData(); |

[jboss-user] [JBossWS] - Re: problem with wsconsume

2008-06-24 Thread dlopezleon
I'm having the same problem with jboss-4.2.2.GA + jbossws-cxf-3.0.2.GA and my path doesn't contain any space. | [EMAIL PROTECTED]:~/bin/jboss-4.2.2.GA/client$ ../bin/wsconsume.sh -k -p ar.com.selenca.ws.client -o /home/diego/dev/java/examples-workspace/jbossws-client-example/src/main/java/

[jboss-user] [Beginners Corner] - Seam with Multiple Datasouces

2008-06-24 Thread mitabhushan
I am tring to use multiple datasources in a seam project xx-ds.xml is | | | hrtrackerDatasource | jdbc:mysql://xx:3306/hrtracker | com.mysql.jdbc.Driver | xx | xx | | | | | employeeDatasource | jdbc:as400://xxx

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2008-06-24 Thread wesleyhales
You should be using the JBoss Portlet Bridge http://www.jboss.org/portletbridge/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160311#4160311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160311 __

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - own implementation of db connection / pooling

2008-06-24 Thread jagdeep
Apologize if this has been asked before. If I have a custom implementation for database connection and pooling in my application (connects to MS SQL server), is there a way to not configure / use -ds.xml / JBoss db connection pooling, and have JBoss connect to the DB? If so, how would one achi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss 4.2: my web application as root application

2008-06-24 Thread janpaet
Hi folks, I've been creating my own web application. Could anybody explain how to configure jboss 4.2 so that after access http://localhost:8080 my web application is called up instead of the jmx-console? Thanks in advance. Jan View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [Beginners Corner] - shutdown.bat and cntrl-c not working but web-console and jmx

2008-06-24 Thread amast
When I run shutdown.bat on Windows nothing is happening(our shutdown.sh on linux works fine). I have used EVERY flag/parameter in the shutdown class in every possible fashion as described in just about any forum I could find. The java command is being launched. If I put in the wrong types

[jboss-user] [Clustering/JBoss] - Re: FailOver and Session Stickness Behaviour

2008-06-24 Thread eduardo_thp
Hi.. Do you have any information of any problems to reset the JSESSIONID cookie, when there´s a pushlet running ? The thing is I have a pushlet running, when server1 goes down and server2 assumes, the pushlet is the 1st request answered by server2, and this is the request that resets the Ses

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss 4.2: my web application as root application

2008-06-24 Thread janpaet
I've just found it out by myself. The context-root in application.xml has to be: / Best regards Jan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160330#4160330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160330 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to specify additional location for config files

2008-06-24 Thread gjwilk01
Is there a way to configure additional directory location, where JBoss AS could pick up configuration files such as -server.xml and -ds.xml files, in addition to the deploy directory? I would need this capability to manage multiple sets of configuration files relevant to various deployment stag

[jboss-user] [Clustering/JBoss] - Re: FailOver and Session Stickness Behaviour

2008-06-24 Thread [EMAIL PROTECTED]
anonymous wrote : But, for the browser it is as if the pushlet hadn´t been disconnected, so it ignores the headers. Are you saying the presence of httpd as a proxy in the middle is masking the failure of server1 from the browser; the browser thinks the existing connection to server1 is maint

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: own implementation of db connection / pooling

2008-06-24 Thread jagdeep
As an addendum, even if I don't define a ds.xml, I need to customise some modules which require DB connections and ideally do so by doing the datasource lookup. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160334#4160334 Reply to the post : http://www.jbo

[jboss-user] [Clustering/JBoss] - Re: Remote cluster ejb access

2008-06-24 Thread [EMAIL PROTECTED]
Sorry, no. The jndi-name isn't parsed; doing that in jboss.xml would result in JBoss internally essentially doing this: new InitialContext().lookup("jnp://node1:1100/ejb/LucyServicesBean, jnp://node2:1100/ejb/LucyServicesBean") View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [Beginners Corner] - Re: Jboss USer login session timeout

2008-06-24 Thread PeterJ
There is another web.xml file at server/default/jboss-web.deployer/conf/web.xml. It has session timeout set to 30 minutes. Try changing that one and see if it helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160338#4160338 Reply to the post : http://ww

  1   2   >