[jboss-user] [Beginners Corner] - Re: Just started/ Need help to get a version

2008-06-26 Thread jaikiran
The latest stable version of JBoss AS is 4.2.2GA which is available for download at http://www.jboss.org/jbossas/downloads/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160736#4160736 Reply to the post :

[jboss-user] [Clustering/JBoss] - jgroup error info in 4 nodes cluster

2008-06-26 Thread yin_bp
149.16.16.61: server1: 301508 [[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] INFO filter.LoginCheckFilter - reqUri is:/hndsreport/reportCondValueTree.jsp 301532 [[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] INFO

[jboss-user] [JBoss jBPM] - Re: Error http 403 at JBPM-console

2008-06-26 Thread soumya_in
Adding user is not easy as adding user to it's JBPM_ID_USER table. Follwing is neccessary during adding a user. 1) Add a user to it's JBPM_ID_USER and note your USER_ID 2) Check JBPM_ID_GROUP table to find the ID corresponding to user role and note it as GROUP_ID (This is neccessary because as

[jboss-user] [JBossWS] - Error while invoking webservice

2008-06-26 Thread gagan_123456
Hi, I am working on JBPM BPEL.I tried to deploy the example hello which is given by JBPM BPEL.It is working fine.I followed the user guide to do this. While I am trying to invoke that deployed webservice by ant test command i am getting the following error

[jboss-user] [JBoss jBPM] - Re: How to deploy a BPEL process using the APIs?

2008-06-26 Thread jsports
after deploy the processdefination,you should call org.jbpm.bpel.tools.WebModuleBuilder to build war module,and deploy it. Now I understand why after deploy there are no *.zip file in deploy dir and why there are many .war file. can some one give more detail or advice? Especially the bpel

[jboss-user] [Clustering/JBoss] - virtual directory shared between cluster nodes

2008-06-26 Thread dparisi
I retry:) I have an 4.2.2 cluster (2 nodes), on linux RH. Now i want to create a virtual directory for serving static content (images), obviously the directory need to be the same and need to be shared with 2 nodes (with mounting the same network share, from my NAS server, in the 2 nodes).

[jboss-user] [JBoss Portal] - Re: portlet not deployed properly

2008-06-26 Thread sumeet.singh
ues, i have created both of them: portlet-instances.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE deployments PUBLIC -//JBoss Portal//DTD Portlet Instances 2.6//EN http://www.jboss.org/portal/dtd/portlet-instances_2_6.dtd;

[jboss-user] [JBoss jBPM] - Re: jBPM book and HTTP Status 403

2008-06-26 Thread naruszef
anonymous wrote : | hi Ronald .. as u told i work on the quesries in login-config.xml .. all are working fine ... they are giving the required output.. but stil facing same error... | me too... all looks fine, but still same problem Jakub Naruszewicz View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Virtual Host : How to route all subdomains

2008-06-26 Thread mirco123
Hello, configuring virtual hosts is easy and works fine. in server.xml Host name=mydot | Aliaswww.mydot.com/Alias | /Host and in jbos-web.xml : jboss-web | context-root//context-root | virtual-hostmydot/virtual-host | /jboss-web Now I need the 'Alias'

[jboss-user] [JBossWS] - Re: Need help : JBossWS Security!

2008-06-26 Thread timeagentess
helmutdoe wrote : The wsse:Security missing occurs if i remove the followin line on my code. | | ((StubExt) ksb).setConfigName(Standard WSSecurity Client); | | | | And this is traceable to me because then the client application do not know how he should configure the

[jboss-user] [JCA/JBoss] - Re: Is JCA clustered?

2008-06-26 Thread jorgemoralespou_2
Thanks Vickyk for your answer, But my question was not for the reconnection to the ldap backend. We know where the problem might be. What we don't understand is the problem we have seen where when we fix connections from one node of the cluster to the backend (redeploying the datasource),

[jboss-user] [JBoss jBPM] - JBPM JPDL Architecture/Design

2008-06-26 Thread iventer
I'm currently doing proof of concept work for a government agency for workflow implementation. What we are considering doing is having a workflow farm for want of a better word. Where all their current applications that require workflow would hook into. In this model the workflow engine app

[jboss-user] [JBossWS] - Re: new format required for wsdl in JBossws2.0.0?

2008-06-26 Thread timeagentess
Never mind, solved -- my bad ;) For some reason, when working with the newer JBossWS, the wsconsume build script did not know how to resolve the localhost name in the given wsdl location to localhost and the wsdl was not found. Replacing the actual name with localhost solved the problem.

[jboss-user] [Management, JMX/JBoss] - Remote JBoss Management, conceptual doubt.

2008-06-26 Thread eduterio
Hi, I have some trouble understanding the way JBoss and JMX interacts. I mean: JBoss has its own JMX implementation to assemble its own Components. You can get to its JMX MBeans Server through its web-based jmx-console, and you can see all the jboss MBeans and user developed MBeans. But when

[jboss-user] [JCA/JBoss] - Re: Is JCA clustered?

2008-06-26 Thread vickyk
jorgemoralespou_2 wrote : What we don't understand is the problem we have seen where when we fix connections from one node of the cluster to the backend (redeploying the datasource), connections to the backend gets also fixed in the other node of the cluster. Can you outline the sequence of

[jboss-user] [JBoss jBPM] - Re: Error http 403 at JBPM-console

2008-06-26 Thread osksp
Hi! Well, firs of all let me thank you your help soumya, and your time too. I've worked with the database and the problem was there. I used an example script which came with the book to update the users (there were in the correct JBPM table). But the user I was trying to use was set as

[jboss-user] [JCA/JBoss] - Re: Is JCA clustered?

2008-06-26 Thread jorgemoralespou_2
Yes. Here it goes. 1- We have 2 node cluster accesing an Ldap backend via JCA conx. (node-1, node-2) 2- Our Ldap server is restarted (due to maintenance) 3- We have a bug in our Ldap JCA conector, that doesn't detect invalid conections. So no reconnection happens. 4- In this point, bot nodes

[jboss-user] [EJB/JBoss] - Re: where to monitor message queue length from jmx-console?

2008-06-26 Thread gan.gary
greats, thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160767#4160767 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160767 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Change Locale portlet

2008-06-26 Thread ericmacau
Hello, Will JBossPortal add a portlet to dynamic change locale? It is better to add a portlet in JBossPortal for changing portal locale in runtime. Regards, Eric View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160768#4160768 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Is JCA clustered?

2008-06-26 Thread vickyk
jorgemoralespou_2 wrote : | 6- In node-2 Ldap recreates connections succesfully. (Note we haven't touched this server at all) I am not sure if you are doing the farm deployment , if you are doing so then I would expect the deployment changes to get reflected across nodes .

[jboss-user] [Messaging, JMS JBossMQ] - Re: [ram] registration is not done - stop

2008-06-26 Thread milind111
when u did the lookup at the second time u have been putted the wrong ip address 192.168.0.170 while making the topic u used the ip address 192.168.0.71. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160772#4160772 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to deploy a BPEL process using the APIs?

2008-06-26 Thread dhanushgopinath
Thanks jsports. I am looking into what you said. The only problem I see is there is not documentation on this exposed. Do you have any ? Thanks Dhanush View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160774#4160774 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Thi first impressions whith Ganimade - ERROR

2008-06-26 Thread krasig
I just installed new Ganymede (Eclipse IDE for Java EE Developers) and put new clean JBoss Tools. After starting IDE first that i see is in Tools Palette: http://screencast.com/t/wiIAiea2ze Could not create the view: org/eclipse/gef/internal/ui/palette/editparts/PaletteEditPart

[jboss-user] [JCA/JBoss] - Re: inactive connections are not closed in oracle even i men

2008-06-26 Thread vickyk
anonymous wrote : and when i complete single transation after that my inactive conn incremented by 1. Are you starting this from the application code , if so it seems your application is leaking the connections . Check this http://wiki.jboss.org/wiki/CanJBossTellMeWhenIDontCloseAConnection

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

2008-06-26 Thread avogt_sundn
The exception occurs right during the lookup. Not before. I had a look at my exception. It states that the RMIClassLoader tries to loadProxy classes. It tries to load the interfaces that i dont have in my ear. I had enabled the WebService (DownloadServerClasses=true). I have a

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to use VARCHAR2 and NVARCHAR2 columns with EJB 2.1 C

2008-06-26 Thread franz77
Hello, i fixed it using the OCI JDBC Driver instead of thin driver and starting jboss with -Doracle.jdbc.defaultNChar=true. Maybe this can help somebody else. Best regards, Franz View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160773#4160773 Reply to the post

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

2008-06-26 Thread robert.geisler
hello again, maybe i found an answer to my first question: http://www.jboss.com/index.html?module=bbop=viewtopict=65790 [EMAIL PROTECTED] wrote : Remoting allows for system property settings on the client already but i cannot found more information and details which client system properties

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Serving Static Content (ROOT.war, context root, virtual host

2008-06-26 Thread rcherchi
I folks, I use jboss 4.0.5GA and seam 1.2.1.GA. I would like to serve static content in ROOT.war (images, javascript libraries... etc) for my app. Howerver, it is not reachable when my context root is / When I change the context root to myapp it's fine, I can load files in ROOT.war. But now,

[jboss-user] [Security JAAS/JBoss] - How to remove org.jboss.seam.security.NotLoggedInException f

2008-06-26 Thread rcherchi
Hi guys, I use jboss 4.0.5GA and Seam 1.2.1.GA. Do you know a way to remove org.jboss.seam.security.NotLoggedInException from logs ? Thanks for you time. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160782#4160782 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Node in eviction queue not seen in printDetails

2008-06-26 Thread jorgemoralespou_2
Hi, I have this trace in my logs: | 2008-06-26 11:31:41,601 TRACE [org.jboss.cache.eviction.BaseEvictionAlgorithm] Recycle queue is empty | 2008-06-26 11:31:41,601 TRACE [org.jboss.cache.eviction.BaseEvictionAlgorithm] process(): region: /_default_/ | 2008-06-26 11:31:41,601 TRACE

[jboss-user] [JBossWS] - WS-Security trouble: {http://www.w3.org/2005/08/addressing}A

2008-06-26 Thread timeagentess
Hello all, I am trying to use WS-Security and have a client and web service exchange signed messages. However, I have run into some trouble -- can't get rid of this error (seen on both server and client consoles): anonymous wrote : ERROR [SOAPFaultHelperJAXWS] SOAP request exception |

[jboss-user] [JBossWS] - Http filter for WS

2008-06-26 Thread hedinant
Hi all. I deployed a web srvice from my jar and i like to attach a filter from my war (or some ather way) to the servlet endpoint. May i do it? And how to do it, if possible? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160787#4160787 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - mod_ldap and jboss

2008-06-26 Thread rossog
Hi everybody, sorry for doing silly question, but i couldn't find an answer. I'm trying to migrate from jrun to jboss a bunch of applications. In jrun we use apache httpd and mod_auth_ldap to authenticate users against Active Directory. User profiling is done in the business logic of the webapp,

[jboss-user] [JBoss Cache: Core Edition] - Re: How memory consumption behave?

2008-06-26 Thread jorgemoralespou_2
Yes, we are running inside JBossAS. It seems that nodes/atributes in both servers are very different. Don't understand, as they should be very close to each other, as we have initial state transfer, and a whole day has passed by, so nodes not transferred should have been evicted. Machine-1:

[jboss-user] [EJB/JBoss] - EJB3 Error: java.rmi.MarshalException: Failed to communicat

2008-06-26 Thread davidnez
I'm migrating an application from ejb to ejb3. I'm using Swing, Hibernate, EJB3, JNDI and JBOSS-5.0.0.Beta4. When I load a client done with Swing, the application loads by jndi the ejb's correctly. contextService = (ContextService) context.lookup(gn_j2ee_application/ContextServiceBean/remote);

[jboss-user] [EJB/JBoss] - Re: EJB3 Error: java.rmi.MarshalException: Failed to commun

2008-06-26 Thread davidnez
When I throw the swing client from eclipse IDE it runs correctly, but when I throw the application from a jsp with the next call it fails: all-permissions/ j2se version=1.6 href=http://java.sun.com/products/autodl/j2se; java-vm-args=-esa -Xnoclassgc -client initial-heap-size=256m

[jboss-user] [JBossWS] - Stateful webservices

2008-06-26 Thread hedinant
Stateful webservices is not yet supported by jboss (4.2.2) Am i right? or how to use them? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160802#4160802 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160802

[jboss-user] [JBoss jBPM] - Re: Deployment archive advice

2008-06-26 Thread nizzy
Is there any way you know of to deply the process definitions as part of the j2ee deployment process? I know you said that there is currently nothing similar to a war deployer. Is it possible to have deployer code that is automatically run as part of the j2ee deployment (prob JBOSS AS

[jboss-user] [JBoss Cache: Core Edition] - Re: Passivation false problem

2008-06-26 Thread [EMAIL PROTECTED]
The ActivationInterceptor *is* associated with passivation being set to true. The ActivationInterceptor is a subclass of the CacheLoaderInterceptor, which should be present and should be recording loading of objects from the DB. The only difference between the ActivationInterceptor and the

[jboss-user] [JBoss Cache: Core Edition] - Re: How memory consumption behave?

2008-06-26 Thread [EMAIL PROTECTED]
yes, stuff in the eviction queue will contribute to memory consumption. The discrepancy in the number of nodes is interesting though - is this system backed by a cache loader? Could be that stuff is being evicted at different rates on both servers. View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Node in eviction queue not seen in printDetails

2008-06-26 Thread [EMAIL PROTECTED]
How does your scheduler job remove stuff? Using a remove() or an evict()? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160809#4160809 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160809

[jboss-user] [JBoss jBPM] - Re: Error http 403 at JBPM-console

2008-06-26 Thread soumya_in
For a role X make sure that the user that you have added must have an user role. So you need to do two things 1) All user should have X role. 2) Additionally all user should have user role. Therefore all user_id must corresponds to a group_id(that you have created in JBPM_ID_GROUP table) and

[jboss-user] [JBoss Messaging] - jboss messaging | remoting connection

2008-06-26 Thread Malert
we have jbossAS 4.2.2GA and migrated jbossmq to jboss messaging 1.4.0sp3, with jboss remoting 2.4.0GA. After the migration is done as per the jboss documentation, we are facing errors while stating the server and also while connecting the client. Error while starting server is as follows

[jboss-user] [JBoss jBPM] - Re: Error http 403 at JBPM-console

2008-06-26 Thread soumya_in
Contd role) in JBPM_ID_MEMBERSHIP table. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160812#4160812 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160812 ___ jboss-user

[jboss-user] [EJB 3.0] - When will be JBoss EJB 3.1 implementation ?

2008-06-26 Thread grdzeli_kaci
hi all, i tried to do singletons into my ejb 3.0 application but i could not. there is no any design pattern about it. but ejb 3.1 specification (JSR 318) include this pattern. http://www.theserverside.com/tt/articles/article.tss?l=NewFeaturesinEJB3-1 is there any other possibilities for

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

2008-06-26 Thread vrubezhny
wilczarz wrote : 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)... Wilczarz, Could you post or attach the .project file from your project? What is your JBossTools and Seam version?

[jboss-user] [EJB/JBoss] - Re: EJB3 Error: java.rmi.MarshalException: Failed to commun

2008-06-26 Thread davidnez
Could anybody help me? It's very urgently. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160815#4160815 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160815 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: jboss messaging | remoting connection

2008-06-26 Thread armgong
maybe you need jboss remoting 2.2.2-brew7 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160816#4160816 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160816 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging and Bisocket Transport

2008-06-26 Thread timfox
Bear in mind, that you'll get much lower performance if you use the HTTP transport, and we don't recommend it if you want stability. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160817#4160817 Reply to the post :

[jboss-user] [Remoting] - Re: Problem for Timer of BisocketServerInvoker

2008-06-26 Thread qingsongjian
I think maybe I got why cancelled controlMonitorTimerTask not be release at my side. First time, timer schedule a task, | timer.schedule(controlMonitorTimerTask, pingFrequency, pingFrequency); | pingFrequency's value is 214748364 that's configure in

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

2008-06-26 Thread jaikiran
robert.geisler wrote : | attribute name=InvokerLocatorjboss.protocol.http.ejb2/attribute | Is jboss.protocol.http.ejb2 the system property that you are trying to pass? Then the xml should look like: attribute name=InvokerLocator${jboss.protocol.http.ejb2}/attribute View the original

[jboss-user] [JBoss Cache: Core Edition] - Re: Passivation false problem

2008-06-26 Thread rachna_agg
Thanks for the reply. But I think Activation is reading data from the database if it is not found in the memory which is the case even when passivation is set to false. So why Activation is associated with passivation being set to true only and not false? Also, why the no of Hits is always

[jboss-user] [JBoss Portal] - Re: Change Locale portlet

2008-06-26 Thread [EMAIL PROTECTED]
which Locale are you talking about ? the one defined by the user profile ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160823#4160823 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160823

[jboss-user] [JBoss jBPM] - Re: Error http 403 at JBPM-console

2008-06-26 Thread osksp
Ok, I'll work on it. Thanks a lot!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160826#4160826 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160826 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Defining a public API for jBPM

2008-06-26 Thread [EMAIL PROTECTED]
The situation with jbpm-3.2.3.GA and below is that there is no stable public API defined for it. As a result, application code depends on implementation detail that might change without prior notice between the versions. To fix this we are going to define a BPM API which is going to bee the

[jboss-user] [EJB 3.0] - Re: When will be JBoss EJB 3.1 implementation ?

2008-06-26 Thread jaikiran
grdzeli_kaci wrote : | is there any other possibilities for singletons into EJB 3.0 ? | | You can use @Service in JBoss. See this for more details http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/jboss_extensions.html View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Passivation false problem

2008-06-26 Thread [EMAIL PROTECTED]
rachna_agg wrote : But I think Activation is reading data from the database if it is not found in the memory which is the case even when passivation is set to false. No, that's what the CLI does. The AI just removes it from the DB if it's superclass (the CLI) has loaded it. Have a look at

[jboss-user] [JBoss Messaging] - Re: I write a mbean which integrate stompconnect with jboss

2008-06-26 Thread timfox
Great. Can you create a JIRA feature request and attach it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160830#4160830 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160830 ___

[jboss-user] [JBoss Messaging] - Re: auto discovery via multicasting problem

2008-06-26 Thread timfox
Yes, bfach is right, you must *always* change both ports and addresses. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160832#4160832 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160832

[jboss-user] [EJB 3.0] - Calling EJB3 bean from another host, fail

2008-06-26 Thread armen2010
Hello, In one computer ejb3 appl with web client working fine but when I put client on the another host I got following errors - 5:58:55,453 ERROR [STDERR] javax.naming.CommunicationException [Root exception is java.rmi.NoSuchObjectException: no such object in table] 15:58:55,453 ERROR

[jboss-user] [JBoss jBPM] - Re: JBPM JPDL Architecture/Design

2008-06-26 Thread kukeltje
anonymous wrote : Are there any potential pittfalls for this kind of a design.Not more or less than with other comparable solutions. Just keep in mind that if you want to run actions, the needed classes are also on that system or use an esb to run them remotely on yet another system. Embedding

[jboss-user] [JBoss Messaging] - Re: Client Connect Fails with

2008-06-26 Thread Malert
Try adding jboss-aop-jdk50-client.jar in JBOSS_HOME/client directory and restart the server View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160836#4160836 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160836

[jboss-user] [JBoss Messaging] - Re: Messages distribution across cluster.

2008-06-26 Thread fl_
Hello, I made few tests and found out strange behavior. Lets say that we have deployment layout like following: | (Node0) Producer --- @ --- Consumer (dest = 'moduleA') | | | (Node1) @ --- Consumer (dest = 'moduleB') | | |

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

2008-06-26 Thread robert.geisler
thanks for your reply, jaikiran. jaikiran wrote : | Is jboss.protocol.http.ejb2 the system property that you are trying to pass? Then the xml should look like: | attribute name=InvokerLocator${jboss.protocol.http.ejb2}/attribute | ok, this is a start. but your notation seems to be equal

[jboss-user] [EJB/JBoss] - send jms message after tx commit

2008-06-26 Thread justkeys
Example: after the invocation of a Person insertPerson() method on a @Stateless or @Service, i would like to broadcast this new person to a jms topic. But this notification should only happen if the transaction commits, not if it rolls back. EJB3 interceptors are always inbetween the container

[jboss-user] [JBoss jBPM] - Re: Need different cariable types in console

2008-06-26 Thread kukeltje
if you make your own webapp with typed backingbeans (or use jsf converters), everything is stored in the correct type. Tip: do not use the webconsole to much for end-user apps... (see discussions about that in this forum) View the original post :

[jboss-user] [JBoss jBPM] - Re: Deployment archive advice

2008-06-26 Thread kukeltje
use a startup servlet and do deployment in there View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160842#4160842 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160842 ___ jboss-user

[jboss-user] [EJB/JBoss] - Re: send jms message after tx commit

2008-06-26 Thread jaikiran
anonymous wrote : Perhaps the jms-sender code needs to be transaction-aware, and postpone the send until the tx commits? Is this possible? If you include the message sending functionality as part of the same transaction which saves the Person, then the send will only happen on a successful

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

2008-06-26 Thread amast
Thanks again for your persistence! PeterJ wrote : Based on your netstat output, I think that you changed the JNDI port to 9099 (the default is 1099). So you should be able to shut down from the same machine using: | shutdown -S -s localhost:9099 | That didn't shutdown, same pause PeterJ

[jboss-user] [Beginners Corner] - .xhtml files are not supporting sub folders

2008-06-26 Thread vivekmk2006
Hi all, We implemented a demo application using jboss seams and working properly. For implementing security i want to move some .xhtml file into a new directory called wizard. but if i am trying to access the .xhtml file in to that directory i am getting an error as HTTP Status 404 -

[jboss-user] [Beginners Corner] - fileupload issue

2008-06-26 Thread vivekmk2006
Hi all, I am trying to implement the file upload using rich:fileUpload. I am using the same code specified in http://livedemo.exadel.com/richfaces-demo/richfaces/fileUpload.jsf?c=fileUpload path. But I am getting following error: /home.xhtml @22,52 rich:fileUpload Tag Library supports

[jboss-user] [Installation, Configuration DEPLOYMENT] - [JBoss 4.2.2GA]Problem with PostgreSQL as DefaultDS

2008-06-26 Thread klapcio
Hi all, After editing postgres-ds.xml in deploy direcotry and mapping Postgres as DefaultDS in standardjbosscmp-jdbc.xml and putting the JDBC jar drivers in the lib directory I'm still getting connection problems: | WARN [JBossManagedConnectionPool] Throwable while attempting to ge | t a

[jboss-user] [JBoss Tools (users)] - Re: Thi first impressions whith Ganimade - ERROR

2008-06-26 Thread bguerout
the same + in Jboss server view : java.lang.ClassNotFoundException: org.eclipse.wst.server.ui.internal.view.servers.ServerAction at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:481) at

[jboss-user] [Clustering/JBoss] - Re: Session Replication - Concurrency Problems?

2008-06-26 Thread praveenas
Hi, I am trying to cluster 2 jboss 4.2.2.GA instances with apache 2.0.x load balancer. I have enabled sticky session by worker.loadbalancer.sticky_session=1. I ve the default values for Isolation level and CacheMode REPEATABLE_READ !-- Valid modes are LOCAL, REPL_ASYNC and

[jboss-user] [JBoss jBPM] - Re: jBPM book and HTTP Status 403

2008-06-26 Thread soumya_in
Give your user atleast an user role. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160855#4160855 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160855 ___ jboss-user mailing

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

2008-06-26 Thread wilczarz
Here goes my .project file: | ?xml version=1.0 encoding=UTF-8? | projectDescription | nameCreditRating/name | comment/comment | projects | /projects | buildSpec | buildCommand | nameorg.eclipse.jdt.core.javabuilder/name |

[jboss-user] [EJB/JBoss] - Reference Foreign Key in EJB-QL

2008-06-26 Thread pcarrollnf
I have a one-to-many ejb-relation configured. I am trying to create an ejb-ql or jboss-ql query where I need to reference the foreign key of the one side of the ejb-relation. Since I cannot explicitly enter this foreign key as a cmp-field in the many side of the , it appears I cannot write

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [JBoss 4.2.2GA]Problem with PostgreSQL as DefaultDS

2008-06-26 Thread jaikiran
What does your datasource file look like? And also which jars did you copy to the server/ serverName/lib folder? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160859#4160859 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Multiple SSL certificates on same IP address?

2008-06-26 Thread chs_reddy
Yes, you can...but we have to make sure that IP and Port combination should be unique. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160854#4160854 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160854

[jboss-user] [Beginners Corner] - Getting 404 resource not found error

2008-06-26 Thread jboss.techie
Hi, I am new to Jboss Portal..And now stuck up with this problem :( the problem I m facing with jbossportal 2.6 is If I LogIn as admin and then go to dashboard link, it shows 404 Resource not foundError. What could be the problem? If I logIn as user, it displays the page correctly. Is this

[jboss-user] [Messaging, JMS JBossMQ] - MDB and secure topics

2008-06-26 Thread jej2003
Is there any documentation detailing how to use a secure topic with an MDB? When my MDB gets deployed I get an error saying connection not authorized to subscribe to destination: securedTopic. How do I specify username/password to connect to this topic? Additionally, if I were to use a file

[jboss-user] [EJB/JBoss] - Re: send jms message after tx commit

2008-06-26 Thread justkeys
http://www.odi.ch/prog/jms-tx.php explains transactional jms quite well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160862#4160862 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4160862

[jboss-user] [Beginners Corner] - Integrating Seam with GWT

2008-06-26 Thread maheshkumar
Hi every one, i am a beginer in this technology. i have some idea of working on jboss seam. i have a simple requirement . i wanted to add GWT with seam. can any one help me in doing this. i know to work on GWT and i wanted to know where to put my GWT complied files so that i can use those java

[jboss-user] [JBoss Portal] - Portal Internatioanisation

2008-06-26 Thread portaldev
I have been internationalising/localising a Portlet and it is fairly straight forward as in it is pretty much standard Java resource bundle stuff. Where I am stuck is what technique to use to internationalise the page-name and also the portlet name which appears on the title bar of the portlet?

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [JBoss 4.2.2GA]Problem with PostgreSQL as DefaultDS

2008-06-26 Thread klapcio
jaikiran wrote : What does your datasource file look like? And also which jars did you copy to the server/ serverName/lib folder? | My postgres-ds.xml looks: | ?xml version=1.0 encoding=UTF-8? | | !-- Datasource config for Postgres -- | |

[jboss-user] [JBoss AOP] - Re: Multiple ClassLoaders problem?

2008-06-26 Thread [EMAIL PROTECTED]
Hi again! anonymous wrote : The above piece of code is, at least for me, the cause of my problems. since the ClassLoader that loaded JointPointGenerator cannot see JPF's ClassLoader. Actually, that piece of code gets the class loader that loaded a generated class advisor (in the case,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [JBoss 4.2.2GA]Problem with PostgreSQL as DefaultDS

2008-06-26 Thread jaikiran
connection-urljdbc:postgresql://[servername]:[port]/[database name]/connection-url This is incorrect. You have replace the servername, port, database with the actual values corresponding to your database server. View the original post :

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

2008-06-26 Thread akazakov
It's an issue of seam-gen 2.0.1. It adds seam tools nature into .project but doesn't add seam builder. We have it somewhere in jira (can't find it now). So please try: 1. Project-Properties-Seam Settings 2. Uncheck Seam Suport. Press Applay. It will remove seam nature. 3. Check Seam Suport again.

[jboss-user] [JBoss Cache: Core Edition] - Re: Node in eviction queue not seen in printDetails

2008-06-26 Thread jorgemoralespou_2
Using a remove(Fqn). As we don`t have a cache loader configured for this cache, we could probably do an evict, but since we have done our own abstraction on top of JBossCache for our way of doing things, we have chosen to use remove so it works with any underlying JBossCache. CacheEviction is

[jboss-user] [Installation, Configuration DEPLOYMENT] - Latest Jboss deployment package

2008-06-26 Thread ebayne
Where can I find the latest GA version of Jboss for a x86 machine in a exe format? Thanks in advance Eddie View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160872#4160872 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Migration from jboss 4.0.2 to jboss 4.2.2

2008-06-26 Thread amitsh
Hello Friends, We are presently using jboss 4.0.2 and would like to migrate to jboss 4.2.2. Application is using ejb 2 and struts. I would like to know whether migration would have some issues. Also I don't see jboss-ws4ee.sar in the jboss 4.2.2. It would be great if someone can point to me

[jboss-user] [JBoss AOP] - Re: Multiple ClassLoaders problem?

2008-06-26 Thread [EMAIL PROTECTED]
anonymous wrote : unless org.drftpd.vfs.index.lucene.SimpleInterceptor is not visible to org.drftpd.vfs.InodeHandle? I am starting to think that this is the case. Look at a simplified view of what JBoss AOP does to your code: | class InodeHandle | { |private static transient

[jboss-user] [EJB 3.0] - EJB3.0 SESSIONBEAN WORK WITH HIBERNATE EXCEPTION

2008-06-26 Thread paul_lmc
DETAIL LIKE THIS: public class ArticleEJB extends HibernateBase implements InfoArticleUtil, ArticleEJBLocal, ArticleEJBRemote { public List getAllArticle() { List list = null; try{ Begin();

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Migration from jboss 4.0.2 to jboss 4.2.2

2008-06-26 Thread jaikiran
amitsh wrote : | | | It would be great if someone can point to me as to what are changes jboss 4.2.2 from jboss 4.0.2 other than Ejb3 and java 5 support. | | See this http://wiki.jboss.org/wiki/JBossReleaseNotes View the original post :

[jboss-user] [EJB 3.0] - Re: EJB3.0 SESSIONBEAN WORK WITH HIBERNATE EXCEPTION

2008-06-26 Thread paul_lmc
HibernateUtil LIKE THIS : public class HibernateUtil { public static SessionFactory sf = null; public void Init(){ if(sf == null){ sf = new Configuration().configure().buildSessionFactory(); } } } WEB.XML LIKE

[jboss-user] [JBossWS] - Re: IndexOutOfBoundsException when transforming into SAAJ SO

2008-06-26 Thread sivman
Hi Arjen, I am facing the same problem deploying onto the jboss, did you get any solution for this. I tried with different saaj jars, but no luck. Thanks Siva. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160881#4160881 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [JBoss 4.2.2GA]Problem with PostgreSQL as DefaultDS

2008-06-26 Thread klapcio
jaikiran wrote : connection-urljdbc:postgresql://[servername]:[port]/[database name]/connection-url | | This is incorrect. You have replace the servername, port, database with the actual values corresponding to your database server. I'm so silly... OK, the connection is working but I'm

[jboss-user] [EJB 3.0] - Re: EJB3.0 SESSIONBEAN WORK WITH HIBERNATE EXCEPTION

2008-06-26 Thread paul_lmc
WHEN THE WEB DEMO RUNNING THROW EXCEPTION LIKE THIS : 21:59:09,113 INFO [STDOUT] 21:59:09,113 INFO [Environment] Hibernate 3.1.3 21:59:09,123 INFO [STDOUT] 21:59:09,123 INFO [Environment] hibernate.properties not found 21:59:09,133 INFO [STDOUT] 21:59:09,133 INFO [Environment] using CGLIB

[jboss-user] [EJB 3.0] - Re: EJB3.0 SESSIONBEAN WORK WITH HIBERNATE EXCEPTION

2008-06-26 Thread paul_lmc
IN THE CONTEXTLISTENER LIKE THIS : public class StartUpListener implements ServletContextListener{ public void contextDestroyed(ServletContextEvent arg0) { } public void contextInitialized(ServletContextEvent arg0) { try {

[jboss-user] [EJB 3.0] - Re: EJB3.0 SESSIONBEAN WORK WITH HIBERNATE EXCEPTION

2008-06-26 Thread paul_lmc
ANYONE CAN HELP ME? THANK YOU WHY THROW THE CLASSCASTEXCEPTION LIKE THIS: 21:59:24,265 ERROR [STDERR]java.lang.ClassCastException:org.hibernate.impl.SessionFactoryImpl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160884#4160884 Reply to the post :

  1   2   >