[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: trying to migrate an ear from jboss 3.2.5 to 4.0.5

2008-05-08 Thread Elhananm
i don't think so, see, our previous jboss config, didn't have default,all. min jboss servers, it simply had pmp. what i did in jboss 4 is simply rename default dir to pmp, so it contains in its lib directory jboss 4 jars., the ear itself does a huge amount of jars, (hibernate's, jcifcs,

[jboss-user] [EJB/JBoss] - java.lang.ClassNotFoundException: org.jnp.interfaces.NamingC

2008-05-08 Thread thomas2008ch
Hi all, I've wrote a small ejb3 stateless session bean program and have deploy the JAR to the server (JBoss 4.2.1.GA). Then I wrote a test client and try to access the bean I got exception as follow: Caused by: java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory

[jboss-user] [JBoss Messaging] - Re: QueueConnectionFactory.createQueueConnection is bloked

2008-05-08 Thread slogger
timfox wrote : I would check you have the correct version of JBoss Remoting on *both* the client and server side. The remoting jar should be on the client classpath before any other entries (see userguide). | | The same version should be on both the client and server side. | | Thank

[jboss-user] [Beginners Corner] - Re: Classloading with jboss_app.xml

2008-05-08 Thread Gitu
Have solved the problem. Actually job.class was out in server\all\lib and also in e1 EAR. So when I was checking for isAssignableFrom , the class versions were different as classloaders were different and isolation ear was enabled using jboss_app.xml. I removed job.class from e1 ear and now

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to access JBOSS by providing IP address

2008-05-08 Thread priyarao234
Hi Aneesh ,,.. .. i'm waiting 4 ur reply.what i configured in myApp if the server is running on my machine only . is below Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); env.put(Context.URL_PKG_PREFIXES,

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to deploy JAR onto server?

2008-05-08 Thread thomas2008ch
Hi all, I downloaded and installed the JBoss 4.2.1.GA. I've also written a small ejb3 project and save it as JAR. Now I wanto to know how can I deploy this JAR to the srever? Simply copy the JAR under \jboss-4.2.1.GA\server\default\deploy ? Regards Thomas View the original post :

[jboss-user] [JBoss jBPM] - Re: Please view Sexy_dance

2008-05-08 Thread [EMAIL PROTECTED]
Spammer! You'll burn in hell! See ya there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149299#4149299 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149299 ___ jboss-user

[jboss-user] [Clustering/JBoss] - Re: Is clustering possible for JBoss.org community edition?

2008-05-08 Thread comunere
Thank you Brian. But, I've been looking for the documentation unsuccefully. I found only documentation for JBoss AS clustering. May I use this one or some where I can find specific docs for JBoss (community edition) clustering? Regards. John M. View the original post :

[jboss-user] [JBoss jBPM] - Re: advice needed, simultaneously active tasks where there i

2008-05-08 Thread rossputin
Hi, clutching at straws here, could it be transaction related? I cannot remember if transactions are enabled by default? Regards, Ross View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149302#4149302 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to deploy JAR onto server?

2008-05-08 Thread jaikiran
anonymous wrote : Simply copy the JAR under \jboss-4.2.1.GA\server\default\deploy ? Yes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149306#4149306 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149306

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to deploy JAR onto server?

2008-05-08 Thread thomas2008ch
I wonder why JBoss Server doesn't look like as the other servers such as Geronimo, BEA Weblogic etc. where one can deploy files in AdminConsole? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149309#4149309 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2008-05-08 Thread jaikiran
You will have to place the jbossall-client.jar file (which you can find in %JBOSS_HOME%\client folder) in the classpath of the client. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149311#4149311 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to deploy JAR onto server?

2008-05-08 Thread jaikiran
thomas2008ch wrote : I wonder why JBoss Server doesn't look like as the other servers such as Geronimo, BEA Weblogic etc. where one can deploy files in AdminConsole? The free (community) version of JBoss does not have this feature. From what i have read in these forums, the paid version of

[jboss-user] [JBoss jBPM] - Re: 'Errors' in atm sample applications

2008-05-08 Thread [EMAIL PROTECTED]
Which errors? The SOAP faults? Those are provoked by the test case to exercise the fault handler constructs in the process. If you do not see the failure or error counter above zero in the JUnit summary, there is nothing to worry about. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: No ClassLoaders found for: com.mchange.v2.c3p0.jboss.C3P

2008-05-08 Thread jaikiran
Please post the entire exception stacktrace. Have you placed the c3p0-*.jar in the %JBOSS_HOME%\server\ serverName\lib folder? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149314#4149314 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Could Transparent Failover cause subscriber to miss out

2008-05-08 Thread timfox
scotthkao wrote : I read from the online document somewhere that one distinctive added feature of JBoss Messaging(JBM) is transparent failover, i.e. failover without the client-side code to handle connection exception. But I just wonder that could there be any message lost during the

[jboss-user] [JBoss Messaging] - Re: Is it possible to combine CORBA with JBoss messaging

2008-05-08 Thread timfox
JBoss Messaging does not use CORBA as a transport. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149317#4149317 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149317 ___

[jboss-user] [EJB/JBoss] - How to create Enterprise Application using Java EE through J

2008-05-08 Thread badhikary81
Hi all I want to create a Enterprise application that contains persistence Api,entity class,session bean and web applications servlets. I want to check some thing which store in database .I am using Mysql, netbean6.1,java EE and Jboss5.0.0.Beta4 server. please give me the succession or advise.

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Controlling access web apps

2008-05-08 Thread elvisd
Hi all, I need a feature but I don't know where to search for it, not even if exists ;-) I have a JBoss server (v. 4.2.2 using default config) that serves a client-server application and 3 web applications. 1 of this 3 should be public, i have routed the trafic to this server, external

[jboss-user] [JNDI/Naming/Network] - database connection error

2008-05-08 Thread mitali
In Spring when I use datasource as - bean id=dataSource class=org.springframework.jndi.JndiObjectFactoryB ean destroy-method=close it gives me connection=null for first hit to database at second hit it works fine. And, when I use datasource as - there is no problem. View the

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2008-05-08 Thread thomas2008ch
Thanks for the info. I can go astep further. But now I get another exception as follow, seems it is a problem of compatability: Caused by: java.io.InvalidClassException: org.jboss.ejb3.LocalProxy; local class incompatible: stream classdesc serialVersionUID = -6521545933800264895, local class

[jboss-user] [JNDI/Naming/Network] - Re: database connection error

2008-05-08 Thread mitali
mitali wrote : In Spring when I use datasource as - | | bean id=dataSource class=org.springframework.jndi.JndiObjectFactoryB ean destroy-method=close | | | | it gives me connection=null for first hit to database at second hit it works fine. | | And, when I use datasource as

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2008-05-08 Thread jaikiran
Are you sure you copied the correct version of the jar file? The jbossall-client.jar file should be the same as the one on the server. And do you have any other JBoss jar files in the client classpath? View the original post :

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2008-05-08 Thread thomas2008ch
The exception of compatabability obve is resolved. Client Now I got another exception: Exception in thread main javax.ejb.EJBException: Invalid invocation of local interface (null container) at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:77) at

[jboss-user] [JBoss Portal] - Re: Extra divs in divRenderer

2008-05-08 Thread Yarecki
Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149330#4149330 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149330 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2008-05-08 Thread thomas2008ch
Here is all my codes: MyBeanLocal.java @Local public interface MyBeanLocal { public String test(String text); } TestMyBean.java *** @Stateless public class TestMyBean implements MyBeanLocal { public static final String LocalJNDIName =

[jboss-user] [JBoss Tools (users)] - Re: VPE of 2.1.0.CR1 on x86_64

2008-05-08 Thread ido_tamir
So I downloaded the xulrunner jar, extracted it to a folder named plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.8.1.4-20080112 and it works. Great! thanks a lot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149332#4149332 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: MDB not

2008-05-08 Thread jaikiran
scooter4j wrote : got this thing working - looks like a bug in the JBoss MDB deployer code... basically the deployer was not paying any attention to the destination-jndi-name that I provided for the EJB in the jboss.xml file. Instead, it would see that I'm deploying SQMessageHandler, realize

[jboss-user] [JBoss Messaging] - Re: Is it possible to combine CORBA with JBoss messaging

2008-05-08 Thread genman
But maybe you could use Corba from an MDB? I don't know if that's technically the messaging system talking to legacy code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149335#4149335 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2008-05-08 Thread jaikiran
You cannot use an Local interface from a remote client (the standalone java client, running in its own JVM). You will require a remote interface for the bean. Use an interface with @Remote. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149336#4149336 Reply

[jboss-user] [JBoss Messaging] - Re: Is it possible to combine CORBA with JBoss messaging

2008-05-08 Thread timfox
genman wrote : But maybe you could use Corba from an MDB? I don't know if that's technically the messaging system talking to legacy code. | Yes, maybe (IIOP), but that's not a JBoss Messaging question, that an EJB question :) View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to deploy JAR onto server?

2008-05-08 Thread thomas2008ch
jaikiran wrote : | The free (community) version of JBoss does not have this feature. From what i have read in these forums, the paid version of JBoss has this facility. | This is not good. :-) Besides, how can I undeploy the deployed JAR? Simply delete it? Should I stop the server first?

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to access JBOSS by providing IP address

2008-05-08 Thread marie123
What eror you are getting? Is it an IOException? Is your jndi on the same port 1099? If so try to telnet to that port and c? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149343#4149343 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2008-05-08 Thread thomas2008ch
jaikiran wrote : You cannot use an Local interface from a remote client (the standalone java client, running in its own JVM). You will require a remote interface for the bean. Use an interface with @Remote. You are right. Now I change the Local to remote as follow: MyBeanLocal.java

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to deploy JAR onto server?

2008-05-08 Thread jaikiran
thomas2008ch wrote : jaikiran wrote : | | The free (community) version of JBoss does not have this feature. From what i have read in these forums, the paid version of JBoss has this facility. | | | | This is not good. :-) | Actually, when i said that JBoss does not have a

[jboss-user] [JBoss jBPM] - Is it possible???

2008-05-08 Thread simply smart1
hi for all, this a code of a class that i have created (WriteFile.java): | package com.sample.action; | | import java.io.*; | import org.jbpm.graph.def.ActionHandler; | import org.jbpm.graph.exe.ExecutionContext; | | | public class WriteFile implements ActionHandler { | |

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2008-05-08 Thread jaikiran
You probably are not using the correct jndi-name while doing the lookup in the client. Use the JNDIView http://wiki.jboss.org/wiki/DisplayTheJNDITreeWithTheJMXConsole to list the contents of the jndi-tree and see what's the jndi-name for your bean. Alternately, you can annotate the bean to

[jboss-user] [JBoss Messaging] - Re: Could Transparent Failover cause subscriber to miss out

2008-05-08 Thread scotthkao
anonymous wrote : If we informed you about failover completion it wouldn't be transparent. If you want to use a connection listener and handle failover manually then you can just turn off transparent failover. Sounds like this is what you want to do. So, the transparent failover of JBM can be

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-08 Thread erasmomarciano
Hi elvisd Do you have only Jboss or Jboss with Apache? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149354#4149354 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149354

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-08 Thread elvisd
Only JBoss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149355#4149355 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149355 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2008-05-08 Thread thomas2008ch
Here is the list. Where can I find the correct jndi-name? Besides, I try your alternativ but I get Exception of MyJNDIName not bound. Global JNDI Namespace +- TopicConnectionFactory (class: org.jboss.naming.LinkRefPair) +- jmx (class: org.jnp.interfaces.NamingContext) | +- invoker

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2008-05-08 Thread jaikiran
anonymous wrote : +- TestMyBean (class: org.jnp.interfaces.NamingContext) | | +- local (proxy: $Proxy65 implements interface com.wei.chen.MyBeanLocal,interface org.jboss.ejb3.JBossProxy,interface javax.ejb.EJBLocalObject) Here's the jndi-name. You should use TestMyBean/local in the client

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2008-05-08 Thread thomas2008ch
I see in the list folowings: | +- TestMyBean (class: org.jnp.interfaces.NamingContext) | | +- local (proxy: $Proxy65 implements interface com.wei.chen.MyBeanLocal,interface org.jboss.ejb3.JBossProxy,interface | It is still local though I've changed to remote in my codes. How can I

[jboss-user] [JBoss jBPM] - Re: All Task Instance Timers Cancelled when Completing one T

2008-05-08 Thread dleerob
Jira issue found at: http://jira.jboss.org/jira/browse/JBPM-1170 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149363#4149363 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149363

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2008-05-08 Thread jaikiran
thomas2008ch wrote : | | How can I overcome it? Make sure that your changes to the bean and its interfaces are being picked up. Compile those classes, recreate the jar and then clean the existing jar from the JBoss deploy folder and deploy this new jar file. View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to access JBOSS by providing IP address

2008-05-08 Thread priyarao234
ThankQ marie123, i'm getting the following error javax.naming.CommunicationException: Could not obtain connection to any of these urls: 192.116.25.23:1099 and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is

[jboss-user] [JBoss Portal] - Struts bridge generating exception in jboss 4.2.0 GA

2008-05-08 Thread PVApparao
Hi we are using struts bridge to dispaly our struts application as a portlet. previously we used jboss-portal 2.6.1 version and jboss-4.05 GA as application server. We didn't face any issues and the application is working fine. Recently we upgraded the server to jboss-4.2.0 GA. We are

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to deploy JAR onto server?

2008-05-08 Thread thomas2008ch
Many thanks to your reply! By the way, I've installed the JBoss 4.2 as a server in Eclipse 3.4. How can I deploy my ejb-project onto the JBoss server? I click Run on server but it seems not works. View the original post :

[jboss-user] [JBoss jBPM] - Re: advice needed, simultaneously active tasks where there i

2008-05-08 Thread dleerob
anonymous wrote : A user will submit his or her task, and instead of just flowing to the next task, in sequence, several are then created and listed as not started. | Just for clarification, I take it that the several task instances that are created, are all from different nodes, at not all

[jboss-user] [JBoss Portal] - Application User Database

2008-05-08 Thread skarlovic
Hi, I'm rather new to Portal. We are building an application and trying to decide where to store the users and roles. We are going to use a database, however, we are contemplating whether it should be separate from the jbossportal default database,... or are all users of the Portal to exist in

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2008-05-08 Thread thomas2008ch
jaikiran wrote : anonymous wrote : +- TestMyBean (class: org.jnp.interfaces.NamingContext) | | | +- local (proxy: $Proxy65 implements interface com.wei.chen.MyBeanLocal,interface org.jboss.ejb3.JBossProxy,interface javax.ejb.EJBLocalObject) | | By the way, are you sure that your

[jboss-user] [EJB/JBoss] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2008-05-08 Thread thomas2008ch
I got it. Many thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149366#4149366 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149366 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to deploy JAR onto server?

2008-05-08 Thread jaikiran
thomas2008ch wrote : | By the way, I've installed the JBoss 4.2 as a server in Eclipse 3.4. How can I deploy my ejb-project onto the JBoss server? | | I click Run on server but it seems not works. | | I won't be able to comment on this. I don't use any IDE for deploying to JBoss.

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to access JBOSS by providing IP address

2008-05-08 Thread jaikiran
Priya, As has been explained various times in this thread, you have to start the server with -b 0.0.0.0 or -b 192.116.25.23 for this piece of code to work. When you are running this piece of code, how did you start the server? What did you pass to the -b option? If you used the correct -b

[jboss-user] [JBoss Cache: Core Edition] - Re: Setting eviction policies dinamically

2008-05-08 Thread discolo
I'm currently using 2.1.1. and in my tests I tried this use case. In the region manager I see both configurations set. Regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149377#4149377 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Single persistence.xml file with multiple EJB jars

2008-05-08 Thread enazareno
Hi DeanoUK, I have the same problem as yours and I've looked for 2 days with no concrete answer. My structure is quite like yours - I have several ejb jars (without the persistence.xml ) registered in an ear and I have an extra mypu.jar which does not contain the entity classes - only the

[jboss-user] [JBoss Cache: Core Edition] - State transfer errors

2008-05-08 Thread fungrim
Hi, We have an issue regarding state transfer within our system. We basically assume that given two clustered caches A and B, cache A can be used and accessed safely while cache B is starting without and risk of data loss when cache B is successfully started and accessed. This, however, does

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to access JBOSS by providing IP address

2008-05-08 Thread priyarao234
thanks Kiran, dats fine but what i want is how to configure that remote server in my jndi.properties file... dats wt i want exactly View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149376#4149376 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-08 Thread erasmomarciano
OK You add the following code in xml file deploy/jboss-web.deployer/server.xml If you add this code under the tag name engine,you are going apply tothe server or If you add this code under the tag name host,you are going apply to the web-application View the original post :

[jboss-user] [JBoss jBPM] - Re: advice needed, simultaneously active tasks where there i

2008-05-08 Thread rossputin
Hi dleerob, thanks for trying to help. Examining process instance 787, there is one token listed against it : 920, this in turn is linked to one node : 2863, (with a name_ of 'dm rejection reason'). This is indeed the node which the process image states is currently running. The problem is,

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-05-08 Thread rossputin
Apologies, I meant to reference topic 135098 in the previous post. Regards, Ross View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149390#4149390 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149390

[jboss-user] [Clustering/JBoss] - Server in inactive state is not becoming ACTIVE very immedia

2008-05-08 Thread praveenas
HI, Thank you for your suggestions. We are on the way to fix all those bugs. But, a minor issue observed by me when clustering a sample application like Hello world. When the 2 cluster nodes are running and when one of them which is interacting with the browser currently(at that time)

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-05-08 Thread rossputin
Hi dleerob, me again.. hope you can help. I put together a little test class, pretty much lifted from yours, in order to reverse a process, (go back a couple of tasks) to sort out an issue documented in another post on this forum - topic 4149385. | protected final Log logger =

[jboss-user] [JNDI/Naming/Network] - JBossResourceException

2008-05-08 Thread mitali
16:16:26,765 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new connection: null org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Apparently wrong driver class specified for URL:

[jboss-user] [JBoss jBPM] - Re: how to function jbpm in network????

2008-05-08 Thread fly2net
hi, i mean how can i work with my application from another pc: just what to do or install on this second pc and what is the url that links me to this application? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149391#4149391 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: trying to migrate an ear from jboss 3.2.5 to 4.0.5

2008-05-08 Thread Elhananm
i have a little update on that, there were jboss jar in the ear itself, i removed them all, but it didn't help, but now i'm thinking it may be the removeHome at fault becouse if see another NoSuchMethodException on commons logging cannot find setter method on BaseModelBean. problem is i cannot

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-08 Thread elvisd
Hi Erasmo, but what code? I don't see it... can you e-mail me an example? [EMAIL PROTECTED] Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149395#4149395 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149395

[jboss-user] [Installation, Configuration DEPLOYMENT] - Critical JBoss Isssue

2008-05-08 Thread milangothe
Hi, Help will be greatly appriciated. We have apache and Jboss with mod_jk in Linux Machine configured. And we are connecting our application with MSSQL Server 2000 SP4 in Windows 2003 Server. And we are facing some error with these configuration they are Connection reset and Broken Pipe And

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to access JBOSS by providing IP address

2008-05-08 Thread aneesh62003
Hi Priya.. Did u try to telnet from ur remote machine to the server in that port. You dont have to change ur server jndi properties. First verify your server jndi is on that port 1099 then try to telnet from the local machine and from the remote machine to that port... View the original

[jboss-user] [Clustering/JBoss] - Re: Jboss 4.2.2 GA clustering

2008-05-08 Thread xps2nini2000
hiii did u find some solution?? I am also facing the same problem.Please let me know the solution.Please help me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149397#4149397 Reply to the post :

[jboss-user] [JBoss jBPM] - Where and how to define new users?

2008-05-08 Thread coolex
Hello all! I red in the jbpm-console that I have to change the users list in the web.xml. But I don't know which web.xml. Please tell me where to find this xml file. I also would like to know if this users are assigned for all my projects and processes? Thanks. Alex View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to access JBOSS by providing IP address

2008-05-08 Thread priyarao234
ThankQ Aneesh, when i'm trying to connect by typing telnet 192.116.25.23 1099 on commandprompt it showing the following error. Connecting To 192.116.25.23...Could not open connection to the host, on port 1099: Connect failed View the original post :

[jboss-user] [JBossWS] - namespace and unmarshalling issues

2008-05-08 Thread regget
Hi, I have a web service deployed using the top-down approach. The web service is running and i'm referencing my wsdl file. The problem occurs when I'm making web service calls. The web service is having trouble marshalling the input xml message to object. I will end up with an empty

[jboss-user] [JBoss Messaging] - Re: Could Transparent Failover cause subscriber to miss out

2008-05-08 Thread timfox
scotthkao wrote : So, the transparent failover of JBM can be turned off in the xml configuration file? | [/quote} | | Yes, this is covered in the user guide: |

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-08 Thread erasmomarciano
Sorry!!! i forgot View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149409#4149409 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149409 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Application User Database

2008-05-08 Thread ozGuy123
Hi We are facing the similar situation we have different types of users that have their login details stored in different database etc. We only store roles in the Jboss Portal as we dont want to move all these users into the portal database. We have Custom login Interceptors that try to

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-08 Thread elvisd
Sorry... I found the code doing a quote... ;-) anonymous wrote : | You add the following code in xml file deploy/jboss-web.deployer/server.xml | | | Valve className=org.apache.catalina.valves.RemoteAddrValve deny=10.XX.XX.XX/ | | | | If you add this code under the tag name

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to access JBOSS by providing IP address

2008-05-08 Thread aneesh62003
Try to do telnet from the same machine in which server is try 192.116.25.23 1009 and localhost 1099 If both works check whether u can ping from remote to the server machine. else check whether your jndi is bound to 1099? View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-08 Thread erasmomarciano
you are welcome View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149415#4149415 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149415 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Where and how to define new users?

2008-05-08 Thread coolex
Ok, I found this file but I only can change the list that displays the users. I cannot understand where I can define new users? Like the manager or the simple user in the sample of jBoss jBPM console. View the original post :

[jboss-user] [JBoss jBPM] - SEAM+JBPM+MySQL todo-list example

2008-05-08 Thread sln
Hi, Im having trouble getting the todo-list jBPM sample to work with seam. jBPM is configured to use MySQL as data repository. When the app starts, it does create the db in MySQL, but when I try to list the activities via SEAM, the following exception is thrown: anonymous wrote : |

[jboss-user] [JBoss Portal] - Unable to locate current JTA transaction?

2008-05-08 Thread freesoul
when call the portal mbean UserModule mbean = (UserModule) MBeanProxyExt | .create(UserModule.class, ObjectNameFactory | .create(portal:service=Module,type=User)); | mbean.getUserCount(); the application throws exception as follows,

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-05-08 Thread Laurent K
Hello, I met the same problem. Did anyone succeed in fixing it? Thanks for any help, LK View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149424#4149424 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149424

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-05-08 Thread timfox
JBM doesn't support clients in applets or other restricted sandboxes (like webstart), this is because JBoss Remoting (which JBM 1.x uses) doesn't support this. This is being fixed in JBoss remoting 2.4.0, see JIRA: http://jira.jboss.org/jira/browse/JBREM-978 View the original post :

[jboss-user] [Clustering/JBoss] - jboss 4.2.2 with jgroups 2.5

2008-05-08 Thread justkeys
Is it okay to replace the jgroups 2.4.1.sp-4 inside jboss 4.2.2, with a newer version 2.5, or will jboss get into trouble if we use clustering? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149428#4149428 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-08 Thread elvisd
Thank you. But when I have 2 web applications, means 2 deployed jars, and i wont to restict acces to one of this apps how to do it? Where you have suggested i control the server, but not at app level. Thank you. Kindly View the original post :

[jboss-user] [JBoss jBPM] - forcing propogation of variables from process to task form

2008-05-08 Thread rbradwell
I have a scenerio whereby a message queue consumer receives a message and then the relevant jbpm process instance is pulled out via context.getProcessInstance(processInstanceId) It then adds variables to the process via contextInstance.setVariable(..) and then saves the process instance.

[jboss-user] [JBoss Portal] - Re: Several portlets sharing one bean

2008-05-08 Thread francescglez
ok, fixed!, 1) The dataTable must be packed in a Portlet in the WAR file. In its portlet.xml and portlet-instances.xml descriptors, I must declare a new portlet instance with a diferent instance-id(one for evey kind of objects I want to manage) 2) In every Portlet I want to inject this

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss slooooooooow starts on Debian Linux

2008-05-08 Thread george001
I resolved this issue by moving to Jetty as opposed to Tomcat with the APR. I did some load tests with JMeter and the performance is on par even better, plus the start up is consistently in a matter of seconds 22-30 as opposed to the problems with Tomcat. Another issue with Tomcat was that

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Critical JBoss Isssue

2008-05-08 Thread george001
Hello, This is not particularly on your topic but I have seen similar messages when trying to use the apache http-upload library with IIS 5.0 (I am not entirely sure on the version) the IIS server would end signals in a non standard fashion (completely disregarding the RFC specs) and this

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-08 Thread erasmomarciano
Valve className=org.apache.catalina.valves.RemoteAddrValve deny=10.XX.XX.XX/ | You add this code in the server.xml under the tag name host ok? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149452#4149452 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Configure JAAS security for default app with Jetty

2008-05-08 Thread george001
Hello, I am using JBoss 4.2.2 GA with Jetty 6.1 latest sar and I have setup a default app but I am having a hard time finding any instructions on how to map that app into a jaas secured application policy: | application-policy name = default | authentication | login-module

[jboss-user] [JBoss Portal] - Re: Unable to locate current JTA transaction?

2008-05-08 Thread freesoul
My environment: jboss portal 2.6.4 + JBOSS AS 4.2.1 MYSQL 5.0 Struts2 + spring + hibernate when I request an ajax action ,the exception happens. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149448#4149448 Reply to the post :

[jboss-user] [Clustering/JBoss] - JBossTreeCache issues

2008-05-08 Thread landoo
Hi, We are upgrading our jboss servers to version 4.2.2 and having issues related to JBossTreeCache. The application was running fine with JBoss 4.0.2. Here is the error that JBoss throws while starting up: org.jboss.cache.CacheException: Initial state transfer failed: Channel.getState()

[jboss-user] [JBossWS] - Re: Endpoint already registered

2008-05-08 Thread bsisson
I would like to provide additional information for this issue. Our whole team has looked at this issue and cannot find a work around or the cause of the issue but we have figured out the sequence that triggers the issue. 1) We created a web service using annotations (@WebService(name = TestWs)

[jboss-user] [JBoss jBPM] - Re: Where and how to define new users?

2008-05-08 Thread salaboy21
I have no deep understandment of this topic in particular.. but i recommend you to look at 3 things: 1) Database Schema: 3 tables: JBPM_ID_GROUP, JBPM_ID_USER, JBPM_ID_MEMBERSHIP. If you insert data in this three tables, you must be able to define your user, groups and the relationships between

[jboss-user] [JBoss jBPM] - Re: Where and how to define new users?

2008-05-08 Thread coolex
Ok, I found out where I can define new users. But still I'm confused. I cannot understand the relation between swimlanes, actors, the users and the groups I can define in the jbpm-console. E.g. the Fix web order data task in the websale example is assigned to a buyer but I can see the task

[jboss-user] [JBoss jBPM] - Re: integration with JBoss Rules engine?

2008-05-08 Thread umquat
mpopova wrote : Great, thanks a lot for the answer. | I just want to clarify one thing: so, basically, you are saying that it is possible to modify the workflow process definition at run time, yes? | | Indeed, this is exactly what I am looking for - to be able, at any point in the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Namin service ports

2008-05-08 Thread george001
I am using JBoss 4.2.2GA jboss-service.xml: | !-- The listening port for the bootstrap JNP service. Set this to -1 | to run the NamingService without the JNP invoker listening port. | -- | attribute name=Port1099/attribute | !-- The bootstrap JNP server bind

[jboss-user] [JBoss jBPM] - Re: Where and how to define new users?

2008-05-08 Thread coolex
Please, does anybody have an idea? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149457#4149457 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149457 ___ jboss-user mailing list

  1   2   >