[jboss-user] [Security JAAS/JBoss] - EJB3 SSL remote connection from rich client application

2006-11-09 Thread michalzel
Hello! I'm trying to connect to remote EJB from rich client, using SSL. I add following configuration to jboss-service.xml at ejb3.deployer: | mbean code=org.jboss.remoting.transport.Connector | xmbean-dd=org/jboss/remoting/transport/Connector.xml |

[jboss-user] [JBoss Seam] - Re: Hotdeployment Error with JBoss 4.0.5

2006-11-09 Thread m.schuetz
I do not know, whether it's a problem with Seam or with JBoss. Does anybody has an idea? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984421#3984421 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984421

[jboss-user] [JBoss Eclipse IDE (users)] - problem start/stop remote jboss server inside JBoss IDE

2006-11-09 Thread Legeres
I have a problem to start/stop a remote jboss server inside eclipse. I am using JBoss IDE 2.0.0.Beta2 (Bundle) and try to start a remote server with eclipse but get a exception. My current configuration is: MY WORKSTADION: - Windows XP SP2 - JBoss IDE 2.0.0.Beta2 added under

[jboss-user] [Installation, Configuration Deployment] - Hotdeployment Error with JBoss 4.0.5

2006-11-09 Thread m.schuetz
Hi, When I hotdeploy my Webapplication (Seam 1.1.1BETA2) on JBoss 4.0.5, following exception occurs: 16:22:06,556 INFO [ExceptionInterceptor] no exceptions.xml file found 16:22:06,572 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hotdeployment Error with JBoss 4.0.5

2006-11-09 Thread m.schuetz
Hi, When I hotdeploy my Webapplication (Seam 1.1.1BETA2) on JBoss 4.0.5, following exception occurs: 16:22:06,556 INFO [ExceptionInterceptor] no exceptions.xml file found 16:22:06,572 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception

[jboss-user] [JBossCache] - Hotdeployment Error with JBoss 4.0.5

2006-11-09 Thread m.schuetz
Hi, When I hotdeploy my Webapplication (Seam 1.1.1BETA2) on JBoss 4.0.5, following exception occurs: 16:22:06,556 INFO [ExceptionInterceptor] no exceptions.xml file found 16:22:06,572 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception

[jboss-user] [EJB/JBoss] - Re: SFSB timeout setting

2006-11-09 Thread Ci
thank you! btw, I found the answer to my first question. ejb3-interceptors-aop.xml: domain name=Stateful Bean extends=Base Stateful Bean inheritBindings=true | ... | annotation expr=!class(@org.jboss.annotation.ejb.cache.simple.CacheConfig) AND

[jboss-user] [JBoss Portal] - Re: Is any one can deploy jboss portal with oracle9?

2006-11-09 Thread scottbown
Not sure if the issue is related but we found a solution to the below error was solved by using the Oracle 10g Drivers (ojdbc14.jar) java.sql.SQLException: operation not allowed: streams type cannot be used in batching at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) View

[jboss-user] [Installation, Configuration Deployment] - Re: IllegalArgumentException

2006-11-09 Thread nerbrate
Hi, I have the same problem with jboss 4.0.4.GA and EJB3. When I redeploy my ejb, I get: javax.ejb.EJBException: java.lang.IllegalArgumentException: Wrong target... when invoking any method with instances of my own classes as parameters. A restart of the server fixes the problem. I have an

[jboss-user] [EJB/JBoss] - Problem when trying to access an EJB bean in an Enterprise A

2006-11-09 Thread ANDRIA-NTOANINA
I've tried to access my Enterprise bean in an Enterprise application client. Using this code : Code: | Context c = new InitialContext(); | return (BeanSessionRemote) c.lookup(java:comp/env/ejb/BeanSessionBean); | but when I run my application I got

[jboss-user] [Installation, Configuration Deployment] - Problems installing a SSL certificate from Verisign

2006-11-09 Thread rosabarc
Dear all, I am trying to install a SSL certificate from Verisign, but if I install it jboss is unable to start. Can somebody describe the way to install a signed certificate? Thanks in advance Rosa View the original post :

[jboss-user] [JBossWS] - Error in WSDL with complex type (EJB3 WebService)

2006-11-09 Thread martinwhs
Hello, I use EJB3-annotated Webservices in JBoss 4.0.4 GA. This worked fine, even with rather complex types, up until now. I have an Interface | public interface EntityAwareE { | | /** | * @return an entity of type E | * @throws EntityConversionException |

[jboss-user] [JBoss jBPM] - Re: understand asynchronous continuations

2006-11-09 Thread [EMAIL PROTECTED]
thanks for the reply, does that mean asynchronous continuations is useful for the node typed Node, not for the node typed state because state node is only a wait state? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984434#3984434 Reply to the post :

[jboss-user] [JBoss AOP] - Re: .aop or .jar

2006-11-09 Thread Giordacchio++
Hi, Yesterday I've tried to insert my Aspect into the injaboss example and it workedbut now it doesn't work with the booking example. Any suggestion ? I have these errors: 09:42:15,650 ERROR [STDERR] [warn] Could not find class net.sf.cglib.asm.util.TraceClassVisitor that

[jboss-user] [JBoss Portal] - Re: Is any one can deploy jboss portal with oracle9?

2006-11-09 Thread [EMAIL PROTECTED]
Yes it's the less broken driver from Oracle, even with an Oracle 9i database you need to take the latest from the 10 g branch... It has still serious remaining issues though... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984436#3984436 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: jgroups tcp_nio configuration

2006-11-09 Thread mjtodd
yes, FLUSH was removed and TCP_NIO.enable_bundling was set to false View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984437#3984437 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984437

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Can't Access JBoss 4.0.2 via IP address while running in

2006-11-09 Thread stephanp2002
If you run JBoss outside of Eclipse, just start it in the shell it should be accesible through your IP as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984438#3984438 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Stopping some exceptions from hitting the logs

2006-11-09 Thread lhoriman
Is there any way to stop specific exception messages that are thrown during page execution from hitting the logs? My JSPs commonly throw a SecurityException when the user visits a deep link and is not yet logged in. This is handled nicely by a custom error page that recognizes the specific

[jboss-user] [JBossCache] - Re: No ClassLoaders found for: org.jboss.cache.TreeCache

2006-11-09 Thread hispeedsurfer
You have forgotten to copy jgroups.jar and jboss-cache.jar to server/default/lib. Andreas View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984441#3984441 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984441

[jboss-user] [EJB/JBoss] - Re: Upgrading to Remoting 2.0.0GA in JBoss 4.0.5

2006-11-09 Thread [EMAIL PROTECTED]
Some dependencies will not work with remoting 2, e.g. webservices. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984440#3984440 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984440

[jboss-user] [EJB/JBoss] - Re: Problem when trying to access an EJB bean in an Enterpri

2006-11-09 Thread jaikiran
What are the contents of the jndi.properties file? It should contain something like: | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.provider.url=jnp://localhost:1099 | java.naming.factory.url.pkgs=org.jboss.naming.client |

[jboss-user] [JBoss Portal] - problem with STATE_SAVING_METHOD = client in jsf portlet

2006-11-09 Thread vadymkarpenko
I want to use client STATE_SAVING_METHOD in my jsf portlet. When I test portlet like separate jsf application it works ok. But when I make a portlet from this jsf application and inject it into jboss I receive in the log : 11:00:25,346 ERROR [CommandFilter] Exception in command invocation

[jboss-user] [JBoss Seam] - Re: UPDATED: SelectItems (the one with the EntityConverter)

2006-11-09 Thread petemuir
For some reason the oujection failed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984446#3984446 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984446 ___ jboss-user mailing

[jboss-user] [EJB/JBoss] - JTA timeout

2006-11-09 Thread storagewanadoo
I'm using JBOSS 4.0.4 and Oracle 10.1. I have tried to set the setTransactionTimeout using context. When the timeout expires I only receive a WARN message and I cann't cancel del conection with Oracle. My data-source: xa-datasource jndi-nameXAOracleDS/jndi-name track-connection-by-tx/

[jboss-user] [JBoss Seam] - Re: Hotdeployment Error with JBoss 4.0.5

2006-11-09 Thread petemuir
For a start use the [ code ] tags, post the whole exception! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984448#3984448 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984448

[jboss-user] [EJB 3.0] - Re: annotation for return class

2006-11-09 Thread micho
An additional Info. With a standard java Client everything works fine. The Problem occurs, if I try to use it as a Webservice. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984449#3984449 Reply to the post :

[jboss-user] [JBossWS] - Re: Document/Literal enpoint MTOM/XOP attachments

2006-11-09 Thread [EMAIL PROTECTED]
Thanks alessio. I few things already changed in 1.0.4. See the comments in your blog. Regarding the example: That would have been a great contribution, but i already changed the mtom samples to doc/lit a while ago:

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Session corruption and mixing of data across sessions

2006-11-09 Thread varkon
Greetings everyone, I'm using JBoss 4.0.3sp1 and I have an application packed as an ear file (structure below). I've recently realized, that when two users(sessions) access the same resources at the same time (servlets and ejbs), it is happens that they get mixed results. For example, user

[jboss-user] [EJB 3.0] - Re: Problems deploying a service under JBoss

2006-11-09 Thread konstantin.ermakov
After rewriting the service with the @Service, @Management annotations I receive the following exception during the undeploy mechanism: | 10:43:31,413 WARN [ServiceDelegateWrapper] Stopping failed jboss.j2ee:jar=mypapp.jar,name=MyService,service=EJB3 | java.lang.RuntimeException:

[jboss-user] [Installation, Configuration Deployment] - Re: Got NoClassDefFoundError when deployed to production ser

2006-11-09 Thread chrismalan
Hi Kingcu, Which class is not found? All I can recommend is a step by step drill-down to find the problem. 1)Get the name of the specific class not found, e.g., xyz.dkl.Wonderful.class 2)Find out in which jar this class is 3)Make sure that jar is on your classpath at the production server

[jboss-user] [JBoss jBPM] - whitespace stripping and newline removal from scripts (or an

2006-11-09 Thread bdumon
Hi, I've noticed that jBPM trims whitespace and removes newlines from scripts (or any action/delegation XML config). With scripts, this can be a bit annoying for multiple reasons: - since there are no separate lines anymore, it makes error reporting by the script engine less readable - the

[jboss-user] [JBoss jBPM] - Re: Token.setNode(Node) method

2006-11-09 Thread kukeltje
not realy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984456#3984456 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984456 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Jbpm process designer

2006-11-09 Thread kukeltje
make them IT literate? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984457#3984457 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984457 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Jbpm process designer

2006-11-09 Thread kukeltje
;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984458#3984458 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984458 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: understand asynchronous continuations

2006-11-09 Thread [EMAIL PROTECTED]
correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984461#3984461 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984461 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: whitespace stripping and newline removal from scripts (o

2006-11-09 Thread kukeltje
You can change it and try running all the tests. I'm curious about the results View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984459#3984459 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984459

[jboss-user] [JBoss jBPM] - Re: Please help me, 'scheduler' unavailable ??

2006-11-09 Thread cwad0000
have you created a scheduler and started it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984463#3984463 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984463 ___ jboss-user

[jboss-user] [Clustering/JBoss] - Number of nodes in a cluster

2006-11-09 Thread @jb0ss
I have added two nodes to a cluster - but I am unable to add a third one to the cluster. Can anyone suggest anything on this? I am using in cluster-service.xml. I will appreciate any suggestions. Thanks! Vishal View the original post :

[jboss-user] [JBoss Seam] - Re: Does anyone use @Rollback?

2006-11-09 Thread m_hess
We are acutally using it as well. We tend to do some of the more complex validations in our actionmethods, and if they fail it´s quite convinient to just give a specific outcome to rollback everything. I must admit though, that I don't know anything about UserTransaction (yet), so maybe this

[jboss-user] [EJB/JBoss] - Re: Upgrading to Remoting 2.0.0GA in JBoss 4.0.5

2006-11-09 Thread alexg79
So, if I want to use EJB3 with JDK6, what are my options? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984470#3984470 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984470 ___

[jboss-user] [JBoss jBPM] - JBPM and Eclipse

2006-11-09 Thread fanette
Hello, I would like to know if this software is compatible with Eclipse? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984469#3984469 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984469

[jboss-user] [Management, JMX/JBoss] - is it possible to change maxpoolsize for MDB from JMX-Consol

2006-11-09 Thread [EMAIL PROTECTED]
Hi All I want to change the MDB pool size which is mentioned in standardjboss.xml file and server should recognize thenew pool size without restarting the server. is it possible to change maxpoolsize for MDB from JMX-Console? Could you please let me know what are all the possiblities to do

[jboss-user] [JBossWS] - Re: Is Jbossws rpc Call impl Threadsafe ?

2006-11-09 Thread vberetti
I found where the problem is comming from. My 20 threads were using the same Call instance. When I create 1 call instance for each thread there is no problem. Is javax.xml.rpc.Call implementation in Jbossws 1.0.3.GA threasafe ? Vincent. View the original post :

[jboss-user] [JBoss Seam] - Re: Hotdeployment Error with JBoss 4.0.5

2006-11-09 Thread m.schuetz
| 12:24:04,770 INFO [ExceptionInterceptor] no exceptions.xml file found | 12:24:04,770 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception | javax.faces.FacesException: Error calling action method of component with id loginForm:_id12 | at

[jboss-user] [JBoss jBPM] - Re: JBPM and Eclipse

2006-11-09 Thread kukeltje
in what way? - Can you compile it in eclipse? Does it contain .classpath and .project files? - Can you run the designer in eclipse? - Can I run the tests in eclipse? - Can I ... Yes to all View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984474#3984474 Reply

[jboss-user] [JBoss jBPM] - Re: Please help me, 'scheduler' unavailable ??

2006-11-09 Thread kukeltje
That would be my next question to View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984475#3984475 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984475 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Deploy jbpm console. Help !

2006-11-09 Thread TheEJBPope
Hi, I'm trying to deploy the latest jbpm console on a JBoss AS 4.0.5GA; as it would provide valuable information about the current state of the processes. Seeing in the forum the .ear approach is preferred, yesterday I've checked out the jbpm.3 module from cvs and built it. I managed to build

[jboss-user] [JBoss Seam] - How do you all handle

2006-11-09 Thread m_hess
Hi there, yesterday we switched over to the SeamExtendedPersistencePhaseListener, and since that moment we are having the (well known) Could not register synchronization problem. Basic description of the symptom is: Whenever an exception in my application occurs, I only get the above shown

[jboss-user] [EJB/JBoss] - a

2006-11-09 Thread ANDRIA-NTOANINA
Yes, and I'v put these code into C:\Program Files\jboss-4.0.3\server\default\conf\jndi.properties. But the result is the same. j2ee.clientName not bound. May be there is a something wrong. I see on the net that the jndi.properties must be in my CLASSPATH. And I don't know how to do that with

[jboss-user] [JBoss jBPM] - Re: JBPM and Eclipse

2006-11-09 Thread fanette
is what this software is based on the BPMN? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984482#3984482 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984482 ___ jboss-user

[jboss-user] [EJB/JBoss] - Re: Problem when trying to access an EJB bean in an Enterpri

2006-11-09 Thread jaikiran
anonymous wrote : Yes, and I'v put these code into C:\Program Files\jboss-4.0.3\server\default\conf\jndi.properties That's the wrong file which you edited. You will have to have the jndi.properties file in the application-client's classpath. anonymous wrote : Do you know also how to code

[jboss-user] [Management, JMX/JBoss] - Re: auto redeploy dynamic mbean on JBoss restart

2006-11-09 Thread [EMAIL PROTECTED]
'value' should work. Just make sure you don't override it from the -service.xml descriptor. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984486#3984486 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984486

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss server not running

2006-11-09 Thread jaikiran
Any errors/exceptions that you are seeing? If yes, please post them. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984488#3984488 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984488

[jboss-user] [JBoss Portal] - lossing of attributes in the request scope of jsf

2006-11-09 Thread vadymkarpenko
I am playing around with a simple jsf portlet and have stuck on the problem that managed bean with the scope request lose its attributes and they are not available at the result page. But when I run this application in tomcat lice web app everything is ok. Here is some more details :

[jboss-user] [JBoss Eclipse IDE (users)] - working with jboss in eclipse

2006-11-09 Thread nittm
hi all. i'm trying to work with jboss (4.0.4.GA) on eclipse (3.2.1) but i can't get it to work... as i understand i have to figure the jboss in the debug menu by creating a new configuration but when i click the 'new' button nothing happens and in the log i get this error: anonymous wrote :

[jboss-user] [JBoss Portal] - Re: lossing of attributes in the request scope of jsf

2006-11-09 Thread vadymkarpenko
in addition to my post, I use : JBoss AP 4.0.4.GA JBoss Portal 2.1.4.CR1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984490#3984490 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984490

[jboss-user] [EJB/JBoss] - Re:

2006-11-09 Thread heinrich
Great, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984496#3984496 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984496 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Deploying jbpm.war(3.1.3) to jboss as 4.0.5GA

2006-11-09 Thread TheEJBPope
Hello Burr, That's what I'm trying to do for the last days. Having JTA problems though. Maybe it's related ... Are you by any chance familiar with this issue ? http://www.jboss.com/index.html?module=bbop=viewtopict=94319 Jan View the original post :

[jboss-user] [EJB/JBoss] - Re:

2006-11-09 Thread ANDRIA-NTOANINA
Here's now my Application-client.xml file: | ?xml version=1.0 encoding=UTF-8? | application-client version=1.4 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee

[jboss-user] [EJB/JBoss] - Re: Problem when trying to access an EJB bean in an Enterpri

2006-11-09 Thread jaikiran
?xml version=1.0 encoding=UTF-8? | jboss-client | jndi-nameMFEA-client/jndi-name | ejb-ref | ejb-ref-nameejb/BeanSessionBean/ejb-ref-name | jndi-nameBeanSessionBean/jndi-name | /ejb-ref | /jboss-client Shouldn't the jndi name be MySession : ?xml version=1.0

[jboss-user] [Management, JMX/JBoss] - Re: auto redeploy dynamic mbean on JBoss restart

2006-11-09 Thread cnsxxx09
Hi, I simply deployed the docs/examples/jmx/persistent-service.sar Then in changing deploy/persistent-service.sar/META-INF/jboss-service.xml file all I did was added one [value] tag to the xmbean 'SomeString' attribute (as per previous post, deploys without error). I made no other changes,

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss server not running

2006-11-09 Thread saurav
I am getting this error in the console Could not locate C:\j2sdk1.4.0_05\lib\tools.jar. Unexpected results may occur. Make sure that JAVA_HOME points to a JDK and not a JRE. === . JBoss Bootstrap Environment .

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss server not running

2006-11-09 Thread jaikiran
anonymous wrote : Could not locate C:\j2sdk1.4.0_05\lib\tools.jar. So is that file present? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984519#3984519 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984519

[jboss-user] [JBoss Portal] - Re: Personalization Features in 2.4?

2006-11-09 Thread stevej812
Ok thanks. I installed 2.6DR and it looks like some basic personalization dashboard features are already there! Do you know if the following scenario will be doable in 2.6Alpha? The scenario we want is as admin to setup pre-defined pages/portlets then have each user be able to select one or

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss server not running

2006-11-09 Thread saurav
yes Jaikiran i have checked that path and all the other paths mentioned all the jars are there in their place View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984521#3984521 Reply to the post :

[jboss-user] [JBossCache] - Re: Error in using TreeCache from Hibernate

2006-11-09 Thread crr
Please tell me how to configure jboss cache in jboss server thanks crr View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983645#3983645 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983645

[jboss-user] [Management, JMX/JBoss] - Re: auto redeploy dynamic mbean on JBoss restart

2006-11-09 Thread cnsxxx09
Hi, Are you sure that this setting of default values works? I have tried deploying the PersistentServiceExample and changing the META-INF/jboss-service.xml file using both suggestions from the Wiki (see the changes I made, below). In both cases when JBoss restarts and I look in the

[jboss-user] [JBoss Seam] - Re: When is Seam 1.1 scheduled to come out of Beta?

2006-11-09 Thread [EMAIL PROTECTED]
Before the end of the year. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983981#3983981 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983981 ___ jboss-user mailing list

[jboss-user] [JBossWS] - ERROR [EngineConfigurationFactoryServlet]

2006-11-09 Thread dimitar_todorov
Hello, I`m using JBOSS as a server and installed Axis so I can use it to create a Web Service. I tryed to create a simple Web Service (Hello service) but I get the following error while JBOSS is starting : ERROR [EngineConfigurationFactoryServlet] Unable to find config file. Creating new

[jboss-user] [EJB/JBoss] - Re: Problem when trying to access an EJB bean in an Enterpri

2006-11-09 Thread ANDRIA-NTOANINA
When running the jar I change my jboss-client.xml as you indicated. And I got : MySession not bound Now I reput BeanSessionBean into my jndiname and change | @RemoteBinding(jndibinding=MySession) | | to | | @Remote | In my main application, I try to see what's in the

[jboss-user] [JBoss Messaging] - Re: _JMS Mesage delivery not working

2006-11-09 Thread oleznew
Hi Clebert! The Version information is contained in my original post. This happens when sending a JMS message to a topic from within a stateless session bean. Do I need to watch something special when using JMS from within a Stateless EJB? Thanks! View the original post :

[jboss-user] [Installation, Configuration Deployment] - Enterprise Application Life Cycle and ApplicationLifeCycleLi

2006-11-09 Thread krissoma1
Hi, I am trying to migrate enterprise application from weblogic 9.2 to Jboss 4 and I am facing issue with applicationlifecyclelistener. In weblogic there is an abstract class called ApplicationLifeCycleListener wtih methods preStart, postStart and preStop and postStop. Is there anything

[jboss-user] [J2EE Design Patterns] - Re: how can I make a stateless bean singleton on JBOSS?

2006-11-09 Thread lzdobylak
Maybe he wants, to register timer and to implement @Timeout method in this SLS bean. And start the timer in @Postconstruct method View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984445#3984445 Reply to the post :

[jboss-user] [JBoss Seam] - s:link cannot understand Facelets params?

2006-11-09 Thread bfo81
Yes, I'm back *g*. Simplified scenario: I'm using a template for data tables listing entities with an edit link at the end of each row. The concrete list entries and the editor bean are put into the template via ui-params. The list template: h:dataTable

[jboss-user] [JBoss Messaging] - Development environment

2006-11-09 Thread esfahan
Hi there, I was just wondering how you guys out there are developing with Seam? Are there any tricks or special tools/plugins you are using? I am using eclipse for coding, but the build is driven via maven2. This means that in order to see a simple change in say an xhtml page I have to

[jboss-user] [Remoting] - sending Streams using POJOS

2006-11-09 Thread Clarich
I would like to know if it is possible to send Streams (e.g. as return Values) when using POJOS. Especially I am interested in sending Streams from a Server to a Client. When I try it out, I run into an UndeclaredThrowableException. Are there any workarounds for it? If it is not possible to

[jboss-user] [Beginners Corner] - Re: JBoss 4.0.5 servlet filter problem in web.xml

2006-11-09 Thread malmit
I've got a different problem. I am trying to build a document literal web service in JBoss 4.0.5 and can't get around this exception: org.jboss.ws.WSException: Cannot obtain java/xml type mapping for: {http://www.w3.org/2001/XMLSchema}base64Binary Here's what my wsdl looks like:

[jboss-user] [Installation, Configuration Deployment] - Re: Got NoClassDefFoundError when deployed to production ser

2006-11-09 Thread kingcu
The class is PiePlot, which is part of JFreeChart.jar, and this jar IS there in the WAR file. I thought any class under WEB-INF/lib is automatically under the classpath, otherwise it would have failed on my local machine also. Or maybe I am missing something like the difference between running

[jboss-user] [Beginners Corner] - Initialize EMF (Eclipse Modeling Framework) on JBoss

2006-11-09 Thread winterer
Hello! I've got a severy initialization problem using EMF (Eclipse modeling framework) on JBoss. For transferring data from the client to the server, I'm using a generic transfer object that carries an EMF object. When the transfer object is serialized, it uses the EMF build in XML

[jboss-user] [EJB 3.0] - Re: clustering

2006-11-09 Thread vberetti
Hi, I do have the same problem. How can we easily solve this problem ? Could Jboss ejb3 deployer get the current partition name from the jboss.partition.name property and assign it to @Clustered ejb ? Vincent. View the original post :

[jboss-user] [JBossWS] - Re: implementing wsse:UserNameToken

2006-11-09 Thread RikardF
I have the same issue as 'rayymlai'. I can't add the Security header with UserNameToken to an outgoing call with JAX-RPC. I have tested with JBoss 4.04 and 4.05. I have added the following stuff: 1) Added the 'jboss-wsse-client.xml' in the 'meta-inf' dir in the jar file. 2) Added the following

[jboss-user] [Clustering/JBoss] - Sessions changing when load is increased

2006-11-09 Thread e.dhanunjay
Hi All, Please help me out. I am trying to access my application with 6 browsers at a time. I found the sessions being changed. I am using Struts 1.0, J2SDK1.4.2_08, JBoss 3.8.4. How can I resolve it? If I upgrade Struts 1.0 to Struts 1.1, will it work? Shall I go by clustering in JBoss?

[jboss-user] [EJB/JBoss] - EJB3 access to XSLT files

2006-11-09 Thread Marco.Pehla
Hello everybody, I'm writing an Web Service with the help of EJB3 and want to use some XSLT files. Currently I've created a EAR file with ANT which contains a JAR file (with the EJB3) and a WAR file (that holds my XSLT files). My questions is now, how could I get an easy access to these XSLT

[jboss-user] [Installation, Configuration Deployment] - Re: Got NoClassDefFoundError when deployed to production ser

2006-11-09 Thread kingcu
Just got my problem fixed, it's because JFreeChart calls Java2D, which requires a display environment, which is not available on the Linux server. So, I changed the batch file to add -Djava.awt.headless=true to tell JVM to use a headless display. See below link for details:

[jboss-user] [JBoss AOP] - Re: .aop or .jar

2006-11-09 Thread Giordacchio++
SOLVED !! I've simply changed AS server from 4.0.4 to 4.0.5 !!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984536#3984536 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984536

[jboss-user] [Installation, Configuration Deployment] - Automatically remove log-files

2006-11-09 Thread CarstenRudat
Hi All, is it possible to configure JBoss AS to remove log-files after a period of time? I use the DailyRollingFileAppender and I'd like to tell him to delete all logs after a month... Thanks for help. Carsten View the original post :

[jboss-user] [Security JAAS/JBoss] - LDAP auth no longer working

2006-11-09 Thread AndrewBoyd
Hi All, I'm using JBoss 3.2.6 and for some reason my ldap authorization has stoped working. I checked the login-config.xml and it is the same as it has been for the last 2 years. Here is the exception: | 2006-11-09 08:51:41,890 DEBUG [org.jboss.security.auth.spi.LdapLoginModule] Failed

[jboss-user] [JBossWS] - NullPointerException which generating the WSDL file using ws

2006-11-09 Thread tapeshag
Hello, I am trying to generate the descriptiors using the wstools. When I try to run it with my config file, I get the following error - Exception in thread main java.lang.NullPointerException at

[jboss-user] [Beginners Corner] - creating a portlet using JDBC

2006-11-09 Thread james.wardle
hello i am new to jboss and java. i am trying to create a portlet, that will edit a table in an oracle database. i am using eclipse with lomoz web services tools as my IDE i can write java to exstract some data from the DB from the IDE i can create a simple hello world portlet from the IDE,

[jboss-user] [EJB 3.0] - Re: problem with EJB3 QL

2006-11-09 Thread Nicesun
Sure, i guess you have forgotten to do the transaction management on it : for example this works : EntityManager manager = getJpaTemplate().getEntityManagerFactory().createEntityManager(); try {

[jboss-user] [JBoss Portal] - Re: UserPortlet Exception on JBoss Portal 2.4 Oracle 9i

2006-11-09 Thread mmontoni
Hi Chris, yes I am already using the 10.2.0.1 driver from Oracle. I was able to fix the problem realted to the forums. Apparently in 2 tables the filed type is CBlog instead of Varchar2. But I still get erros while logging in. I can't see them in my portal but I do seem them in my console and

[jboss-user] [JBoss Seam] - Seam components in different jars

2006-11-09 Thread jimcarrey
Is it ok to have seam components in different jars? I presume to do this all Ineed to do is ensure that each jar has a seam.properties file, this would mean my application would have more than one seam.properties file overall is this ok? View the original post :

[jboss-user] [JBoss Messaging] - Memory Leak with EJB3 ?

2006-11-09 Thread mwelss
Hi, we are using jboss 404 with messaging 1.0.1.GA and EJB3 The queue in question is non persistent and does not grow, so the messages do get delivered and processed fast enough. We observe the heap growing with instances of TxState and ArrayLists which belong to TxState, see output of heap

[jboss-user] [EJB 3.0] - POJO's in separate jars

2006-11-09 Thread jimcarrey
Is it ok to have Entity Beans / POJO's in different jar files? I presume to do this all I need to ensure is that each jar file gets a persistence.xml file? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984547#3984547 Reply to the post :

[jboss-user] [Remoting] - Re: sending Streams using POJOS

2006-11-09 Thread [EMAIL PROTECTED]
Currently, there is no way for a server to send a stream to the client. I also don't see anything on the road map for it. If would like to create a feature request in jira (http://jira.jboss.com), then will assign to a release. View the original post :

[jboss-user] [Beginners Corner] - JBoss 5 Release

2006-11-09 Thread mnewcomb
When can we expect a JBoss 5 beta? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984549#3984549 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984549 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Saving the Web Service Request as XML

2006-11-09 Thread malmit
I have been searching all over trying to figure out how to save a web service request as XML. I know that JBoss receives the XML SOAP request and translates this into the appropriate Java Object for the call, so I would assume that I can easily take that same Java Object and

[jboss-user] [JBoss Portal] - Making RSS pretty.

2006-11-09 Thread mmontoni
Hello JBPortal users, I am trying to make my rss look prettier. Here is my rss code: | | ?xml version=1.0? | ?xml-stylesheet type=text/css href=/style/rss.css ? | | rss version=2.0 | channel | titleRisk News/title | link/link | languageen-us/language |

[jboss-user] [Beginners Corner] - Jboss performance question

2006-11-09 Thread reagan
Hi, I am a newbie to jboss but am finding it really cool, I just want to ask one question though will Jboss will be able to sustain millions of simultaneous hits? Also can any one tell me the coparision between JRun4 and JBoss Pls help Regards, Reagan View the original post :

[jboss-user] [JBoss Seam] - Re: s:link cannot understand Facelets params?

2006-11-09 Thread bfo81
Hm... maybe the problem is caused by something else. I found another exception some lines above in the log. java.lang.StringIndexOutOfBoundsException: String index out of range: -1 |at java.lang.String.substring(String.java:1768) |at

  1   2   3   >