[jboss-user] [JBoss Seam] - Re: Excessive [could not destroy component] 1.1B1 to 1.1CR1

2006-12-06 Thread lowecg2004
Gavin, Out of interest, what's the reason for making the SFSB so much longer than the HTTP session timeout? Cheers, C. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991558#3991558 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: strange! halt of jboss + DB2(XA)

2006-12-06 Thread richard_djs
I made some simple test, and find if the old connection not close it will be halt when a new connection create. It will be hold at STEP3 STEP1: create connection1 STEP2: insert table1 STEP3: create connection2 STEP4: inset table2 STEP5: close connection1 STEP6: close connection2 It will be OK

[jboss-user] [JBoss jBPM] - Re: Extension point for Transitions

2006-12-06 Thread pirx
kukeltje wrote : why not simply use an event on the transition and set a processvariable. Even more backwards compatible and not that different. | I definetly agree with you that extending jPDL should be the last option. But in my use case I need to obtain list of transitions of a certain

[jboss-user] [JBoss jBPM] - Java 5 dependency a problem for Web Console ?

2006-12-06 Thread [EMAIL PROTECTED]
Hi, We are considering moving to SEAM as the web technology for our jBPM web console. The main concern is that this introduces a dependency on a Java 5 JVM. Note that this dependency will only be there for the web console. NOT FOR THE RUNTIME ENGINE. In case your deployment platform is a

[jboss-user] [JBoss Seam] - Re: NPE After adding @RequestParameter to SESSION bean

2006-12-06 Thread lowecg2004
thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991563#3991563 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991563 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - TaskInstance.isOpened filed strange design

2006-12-06 Thread lzdobylak
Why isOpened flag is set by default to true? It means that just after creating task instance, the instance is opened. In my opinion the flag should be set only after starting task - in start() method. So. I have task assigned to pool and when someone pulls taskinstance to himself, should check

[jboss-user] [Microcontainer] - Re: Create Session Factory

2006-12-06 Thread vickyk
My understanding is that MC is meant to be used internally by JBOSS , if you are plans to replace the spring can you look at the jboss Seam framework in your application . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991566#3991566 Reply to the post :

[jboss-user] [JBossWS] - Re: The problem with @WebServiceRef

2006-12-06 Thread QPool.Char
I always do a little workaround for standalone clients with HelloServiceBeanService service = new HelloServiceBeanService(); This should work for now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991567#3991567 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Audit Interceptor with State

2006-12-06 Thread kevin.genie
Thanks very much. I was on vacation. I am going to work on it today itself. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991568#3991568 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991568

[jboss-user] [JBoss jBPM] - Re: Java 5 dependency a problem for Web Console ?

2006-12-06 Thread RAlfoeldi
Hi Tom, I don't know any big company (or app server other than JBoss maybe?) that isn't behind the newest JVM by at least 2-3 years. The company I'm working for right now is DICUSSING moving TO JVM 1.4.2 (jBPM being one of the reasons to do so). I'm not sure if we will need the WebConsole in

[jboss-user] [JBoss Seam] - Re: seam jsf desgin question

2006-12-06 Thread petemuir
I use (3) but it is a personal choice :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991570#3991570 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991570 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Seam configuration questions

2006-12-06 Thread petemuir
There are lots of libraries alreadly installed on JBoss AS (e.g. myfaces, log4j, ejb3, hibernate) If you declare a jar in application.xml it will be added to the ear's classpath. Elsewhere it won't be (WEB-INF/lib as discussed above) View the original post :

[jboss-user] [Beginners Corner] - Re: not able to access sevlet from the jsp page

2006-12-06 Thread visolvejboss
Hello, When you develop an web application, you should following the directory structure. | WEB-INF/classes/servlet classing | WEB-INF/web.xml | WEB-INF/jboss-web.xml | other jsp or html files I think, that will solve your problem. View the original post :

[jboss-user] [JBoss Seam] - jboss-seam-CVS.20061204 seam-gen project

2006-12-06 Thread mikel67
I have created a new Eclipse project using seam-gen from the CVS build using seam new-form created code for a role and updated the test class as below package za.co.fnb.card.test; | | import static org.testng.AssertJUnit.assertNotNull; | import javax.persistence.EntityManager; |

[jboss-user] [Remoting] - Re: always using the same target class on server side (POJO)

2006-12-06 Thread mkulawin
An example from me: Client code: -- | package client; | | import java.net.MalformedURLException; | | import org.jboss.remoting.InvokerLocator; | import org.jboss.remoting.security.SSLSocketBuilder; | import org.jboss.remoting.transporter.TransporterClient; | |

[jboss-user] [Remoting] - Re: SSL Connection: load a new keystore at runtime

2006-12-06 Thread Clarich
Hello, it seems as if the dynamic loading of a new keystore at runtime is not possible when using Transporters (beaming POJOs). Is it possible to implement this in the next Release? May I post this request in jira? View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - ADF Faces installation

2006-12-06 Thread mrchit_2000
Hi all, I am fairly new to JBoss and all web application framework thing. I 'd like to use ADF Faces and so I tried to install it. I had JBoss 4.0.5 with EJB3.0 profile setup and got simple hello world application running. But when I want to have ADF Faces, I encounter problem when making Jboss

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.4.0 source org.jboss.portal.portlet.Portl

2006-12-06 Thread [EMAIL PROTECTED]
Wowww... someone that diggs the code :-) Yes actually it is discarded on purpose. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991577#3991577 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991577

[jboss-user] [JBoss Portal] - changing the default portal

2006-12-06 Thread purna_cherukuri
Hi, I am using jboss-portal. I have created a new portal called myportal along with default portal. When i give URL like http://localhost:8080/portal , it is going to default portal. I want to make it to go to myportal. Where can i change it to behave like that? Thanks in advance..

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.4.0 source org.jboss.portal.portlet.Portl

2006-12-06 Thread [EMAIL PROTECTED]
Actually I read several posts of your blog, in particular the POST/GET with form. Here is the main reason of why we don't want to have FORM+GET : The problem of FORM GET is that there is no specification that says how the browsers should merge the parameters of the URL of the form to submit

[jboss-user] [JBoss AOP] - Re: Is JBoss AOP complete?

2006-12-06 Thread stalep
hi, i havent used aspectj in many years so im outdated and probably a bit biased, but... aspectj is a more popular implementation, its older, it got a larger userbase and it got a few features jboss doesnt have (but we're catching up :). the reason i started to use jboss aop was because i just

[jboss-user] [JBoss Seam] - Inject a Context

2006-12-06 Thread sradford
Is it possible to Inject a Seam Context (eg. Session or Conversation Context) into a component? Not a common scenario, granted. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991581#3991581 Reply to the post :

[jboss-user] [JBoss Seam] - Integration of webobjects in jboss portal

2006-12-06 Thread jboss_ms
I wish to know whether JBOSS Portal supports integration of webobjects into a portlet? If so is there any documentation or sample programs available for it? Thanks in advance regards, Meenakshi.S View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991582#3991582

[jboss-user] [JBoss Seam] - Re: Seam 1.1 CR2

2006-12-06 Thread williamhe
My get problem: /login.xhtml @56,65 value=#{login.userName}: Exception getting value of property userName of base of type : org.jboss.seam.intercept.Proxy$$EnhancerByCGLIB$$bfbfaed1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991583#3991583 Reply to the

[jboss-user] [JBoss Seam] - Re: Inject a Context

2006-12-06 Thread petemuir
http://docs.jboss.com/seam/1.1CR2/reference/en/html/components.html#d0e8203 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991584#3991584 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991584

[jboss-user] [JBoss Seam] - Re: Inject a Context

2006-12-06 Thread sradford
Cheers. I thought that I had seen it somewhere in the doc, but just couldn't find it. Thanks ever so much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991585#3991585 Reply to the post :

[jboss-user] [JBoss Portal] - Order in NavigationPortlet

2006-12-06 Thread thomas-pich
Hi all, its possible to change the order of pages in NavigationPortlet? I use JBoss Portal 2.4. Thanks, Thomas View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991588#3991588 Reply to the post :

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

2006-12-06 Thread m_hess
Gavin, we are still stuck with this. You also recently confirmed this http://www.jboss.com/index.html?module=bbop=viewtopicp=3991260#modules/bb/templates/subSilver/images/lang_english/post.gif. So it is like: Hibernate team fixed it in 3.2 CR1, EJB team did so in EJB 3.0 RC7 - FD as well. But

[jboss-user] [JBoss jBPM] - Re: CVS?

2006-12-06 Thread kukeltje
no, since it is a 3.1.x release, not cvs-head. Since it is under development, the code/examples are the best documentation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991591#3991591 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Are RMI Stubs in JNDI Thread-safe

2006-12-06 Thread micho
I have a servlet talking to a Sessionbean. Is it allowed -regarding threadsafeness - to obtain the manager in the servlets init() method and store it in an instance-membervariable of the class. public class LzServlet extends HttpServlet { | | MandantenManager mm =null; | |

[jboss-user] [JBoss Portal] - Can Jboss portal be integrated with third party content mana

2006-12-06 Thread anu123suya
Is it possible to integrate the portal application with third party content management systems like Documentum, Interwoven. If it is possible, can anyone share information on how to do that?? Thanks in advance View the original post :

[jboss-user] [JBoss jBPM] - Re: Extension point for Transactions

2006-12-06 Thread kukeltje
Ok, so what you basically want are 'guarded' transitions. That IS on the roadmap for at least 4.0, maybe 3.3. Look in the Jira View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991593#3991593 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Java 5 dependency a problem for Web Console ?

2006-12-06 Thread kukeltje
This is partly true for the company I work for as well, There it is not so much that we do not want to run 1.5, but that the appserver we use (wls 8.1) does not support using newer jvm's (it doesn't even start trying without anything deployed in it with 1.5). So that would mean migrating to wls

[jboss-user] [JBoss Portal] - Re: Can Jboss portal be integrated with third party content

2006-12-06 Thread [EMAIL PROTECTED]
Yes if they provide JSR 168 portlets. I think Documentum does, Alfresco does, i don't know about Interwoven. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991595#3991595 Reply to the post :

[jboss-user] [EJB 3.0] - JTA EntityManager cannot access a transactions

2006-12-06 Thread konstantin.ermakov
Hello! I am receiving the following exception, when I am trying to start a transaction in my Stateless bean: | EntityManager m = emf_.createEntityManager(); | m.getTransaction().begin(); | View the original post :

[jboss-user] [EJB 3.0] - Re: JTA EntityManager cannot access a transactions

2006-12-06 Thread konstantin.ermakov
Sorry, the message is as following: JTA EntityManager cannot access a transactions View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991597#3991597 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991597

[jboss-user] [Microcontainer] - Re: JMX Decorator for POJOs - suggestion

2006-12-06 Thread [EMAIL PROTECTED]
No because this breaks the whole idea of do one thing well. The microcontainer is a dependency state machine. Besides, despite your assertion only a small percentage of POJOs end up in JNDI and then not always trivially, e.g. they need to wrapped in object factories. There already is a mechansim

[jboss-user] [Remoting] - Re: No connection possible after an illegitimate attempt

2006-12-06 Thread Clarich
I don't know if this matches the previous mentioned issue or if this is an issue for its own, but I have the problem that when running two Clients using Transporters to connect to a target POJO on the server side and using SSL to do this, always the second client is handled as beeing the first

[jboss-user] [JBoss Seam] - Re: Possible component.xml problem in 1.1.0 CR2

2006-12-06 Thread quilleashm
Ok thanks. I've played around more and got a bit further but I think I'm in to work-around territory rather than fixing the problem properly. Here is my current components.xml | ?xml version=1.0 encoding=UTF-8? | components xmlns=http://jboss.com/products/seam/components; |

[jboss-user] [EJB/JBoss] - Transaction demarcation ignored in stateless EJB using injec

2006-12-06 Thread amitka
Hi, I'm using EJB3 stateless beans and entities defined in the persistence API with Hibernate validation annotations, all running in the same instance of JBoss 4.0.5 in the same EAR file. I have a stateless EJB with an injected EntityManager instance variable. Methods in this bean use this

[jboss-user] [Security JAAS/JBoss] - How to implement Federated SSO using our own custom logon ap

2006-12-06 Thread njw
Apologies if these appear to be really dumb questions, but I've spent most of this week going round in circles trying make sense of what I need to do and have failed miserably so far. What I'm looking for is for someone to 'point me in the right direction' regarding what I'd need to do to

[jboss-user] [EJB 3.0] - Re: EJB QL/ JPQL and search for inheritance

2006-12-06 Thread andydale
Hi Joachim, In a EJB3 QL query you can query the Discriminator Value in the where section of the query. For example: WHERE tag.class = discriminator value This is how i have managed to restrict results based on a Discriminator Value before. Cheers, Andy View the original post :

[jboss-user] [Beginners Corner] - Jboss Oracle DS : Error wrong drivers

2006-12-06 Thread minixman
All i have copied my classes12.zip and ojdbc.jar into the default/server/lib directory restart my jboss and tried to setup an oracle connection in my MDB bean as follows | DataSource ds = (javax.sql.DataSource) ic.lookup(java:OracleDS); | oraCon =

[jboss-user] [Clustering/JBoss] - How to create JBoss clustering with JMS

2006-12-06 Thread nirajojha
How to create JBoss clustering with JMS. Did anyone has used it? Kindly reply View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991616#3991616 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991616

[jboss-user] [JBoss Portal] - deliver content through multi channels

2006-12-06 Thread anu123suya
Hi, Is it possible to deliver content through multi channels like web based browsers,pda devices,hand held pocket pc etc in JBoss Portal? Does that support for different stylesheet content syndication? View the original post :

[jboss-user] [JBoss Portal] - Rule-based personalization

2006-12-06 Thread anu123suya
Does JBoss portal support Rule-based personalization ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991620#3991620 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991620 ___

[jboss-user] [JBoss Portal] - End user customization

2006-12-06 Thread anu123suya
Does JBoss Portal support End user customization that enables users to add/edit/update personal pages, portlets, layouts and portal appearance? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991621#3991621 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Bug in SuperClassesFirstWeavingStrategy?

2006-12-06 Thread stalep
i would say that we have a deadlock issue when one thread is using jbossaop classloader and another is using the default one ( eg not the jbossaop classloader). if all threads are using the jbossaop classloader we shouldnt see this error (i hope). i havent had the time to look more deeply into

[jboss-user] [EJB 3.0] - Deploy ear problem

2006-12-06 Thread yoav200
Hello all, I have a problem deploying an EJB 3 inside an ear archive. I have a WebApp that is made of 3 components: 2 JARs(EJBs) 1 WAR One of EJBs is using DB, I have configured persistence.xml file in the META-INF directory. Any way, when I deploy the JARS and the WAR separately every thing

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

2006-12-06 Thread m_hess
Did some more researching. I think it is the TransactionManager not bound issue described in http://jira.jboss.com/jira/browse/EJBTHREE-771 So basically, embedded EJB is broken on Tomcat since RC9. Seam uses RC8. Gavin filed a problem about the RegisterSync problem (EJBTHREE-584), which was

[jboss-user] [EJB 3.0] - Re: Performance question on EntityManager

2006-12-06 Thread mimra
Hi When the entity manager is injected, it is managed by the container, and you should not close it yourself. /Michael View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991648#3991648 Reply to the post :

[jboss-user] [EJB 3.0] - Re: JTA EntityManager cannot access a transactions

2006-12-06 Thread dkalna
Hi, not sure but I think default is container managed tx, so you have to explicit told your bean will take care of TXs, something like this: @TransactionManagement(TransactionManagementType.BEAN) public class YourBean implements YourInterface Hope it helps. bye Dalibor View the original post :

[jboss-user] [Beginners Corner] - Re: AbstractKernelController Startup Error

2006-12-06 Thread revof11
Sorry... missed a section of the error log: 09:21:26,015 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): | | *** DEPLOYMENTS MISSING DEPLOYERS: Name | |

[jboss-user] [JBoss Messaging] - Re: Messaging 1.2 on JBoss 5

2006-12-06 Thread timfox
We're probably using different versions of the libraries than AS. We will sort this out soon. In the mean time you may need to do a scoped deployment. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991645#3991645 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - How to Create a New Jndi

2006-12-06 Thread [EMAIL PROTECTED]
Hi Im Working in JBoss portals .. i want to connect to the database. for that i was created *-ds.xml file .. with in that i mentioned database stuff.. then i was called that the JNDI name in my portlet like in myportlet.xml InitialContext ctxt = new InitialContext(); DataSource ds =

[jboss-user] [EJB 3.0] - Re: EJB QL/ JPQL and search for inheritance

2006-12-06 Thread andydale
Joachim, I have never attmepted to do an instanceof with the inheritance type of a single table per hierarchy. Prehaps you should investigate some other strategies, namely table per subclass as i think this will provide you with the functionality you would like, like so: |

[jboss-user] [Clustering/JBoss] - Clustering NOT working on physical separate boxes.

2006-12-06 Thread rajeshchande
Hello, I am working on solaris 10(SunOS 5.10 Generic_118822-18 sun4u sparc SUNW,Sun-Fire-V240), jboss 4.0.3sp1, jdk 1.5.0_01-b08. I have configured two nodes devl-01 and devl-02 (copy of all) on the same physical machine. When I start them one by one. The cluster is detected and they see each

[jboss-user] [EJB 3.0] - Re: Cyclic depencies

2006-12-06 Thread Nico67
Hi, I finally found out a syntax for jboss.xml to Ingnore dependency injection. The jboss.xml file from my previous posts now look like : | ?xml version=1.0 encoding=UTF-8? | jboss xmlns=http://java.sun.com/xml/ns/javaee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |

[jboss-user] [Beginners Corner] - AbstractKernelController Startup Error

2006-12-06 Thread revof11
I am in the process of starting to learn JBoss. After doing the initial reading and running the examples/tutorials, I decided to start my own test project. I decided to follow the basic steps for creating an as needed JBoss server setup utilizing my own configuration. However, when

[jboss-user] [EJB 3.0] - Re: Deploy ear problem

2006-12-06 Thread mimra
A quick suggestion: Are you sure your application.xml is correct? Based on what you write, I guess that it should contain 3 modules; 2 ejb and 1 web?? Maybe the persitence ejb module entry is missing... /Michael View the original post :

[jboss-user] [JBoss Messaging] - Re: Help on MessagingXAException

2006-12-06 Thread timfox
I am not an expert in MSSQL but I know that some databases (e.g. MySQL) can deadlock even when only a single row is being updated. To cope with this we detect and retry in deadlock situations for some updates. The next maintenance release in the 1.0 series (out soon) will have improved

[jboss-user] [JBoss Seam] - Re: Possible component.xml problem in 1.1.0 CR2

2006-12-06 Thread quilleashm
I have tracked it down, user error of course. I was missing the javaassist jar file so it was barfing in the ComponentScanner when it looks at all the class files in the seam jar for the @name annotation. At the moment the exception is caught and the error logged at debug level. Could this be

[jboss-user] [JBoss Messaging] - Re: JBoss messaging running out of heap space

2006-12-06 Thread timfox
First thing, don't use HSQL, it has no transactional isolation and should only ever be used for demos. Are you just sending messages? Or are you consuming them as well? If you are just sending them then eventually they will build up and consume all memory unless you configure paging for your

[jboss-user] [JBoss Portal] - IdentityLoginModule redirects to http

2006-12-06 Thread bvogt
I'm running jboss portal 2.4 CR2 behind an SSL configured apache virtual host. While portal ssl operation in general works fine, I see that after successful authentication the scheme switches from https to http. This is propably caused by the JAAS configuration:

[jboss-user] [JBoss Messaging] - Re: Exception by getting a reference to the ConnectionFactor

2006-12-06 Thread timfox
Hi Bjorn- Is the client a standalone client? If so, have you included jboss-messaging-client.jar in the classpath? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991633#3991633 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: windows client

2006-12-06 Thread timfox
JBoss Messaging jms client will work from Windows XP as long as you have JDK1.4 or 1.5 installed. The broker can run on JBoss AS, or standalone (which is a slimmed down version of JBoss) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991635#3991635 Reply to

[jboss-user] [JBoss Messaging] - Re: Jboss messaging on Tomcat 5.5.17, Please help!

2006-12-06 Thread timfox
Why not just use JBoss AS and use tomcat, jbpm and messaging from within that? It is very easy to remove the services you don't need from JBoss so you are only left with what you want. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991634#3991634 Reply to the

[jboss-user] [JBoss AOP] - intercept TransactionManager-commit()

2006-12-06 Thread gnulp
I need to intercept the commit() of the transactionManager - because I want to write some objects into the database at the very end of the transaction ... So here are my questions (up to now I have no detailed clue about AOP, but I am searching for a possible solution to get a callback shortly

[jboss-user] [EJB 3.0] - Re: EntityManager is loosing updates

2006-12-06 Thread gnulp
what database are you using ? are transactions enabled ? do you have rebuild the database using also the version in the database ? ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991649#3991649 Reply to the post :

[jboss-user] [Clustering/JBoss] - ERROR [[jsp]] Servlet.service() for servlet jsp threw except

2006-12-06 Thread Rajesh.Gajula
Hi, i have a cluster implemented with three nodes and Running fine with around 30 applications deployed on Sun OS. now a days, i can see one instance is causing problem and applications are not accesible when the request went to particular node. I see the below stack trace in server logs.

[jboss-user] [JNDI/Naming/Network] - How to access secured naming context factory over http

2006-12-06 Thread vonarxma
Hi, If you install a jboss-4.0.4.GA default configuration using the installer jar the jmx-console servlet and the http-invoker servlet are both secured (admin user and admin as default password). If a client wants to get the initial naming context over HTTP with the following jndi properties

[jboss-user] [JBossCache] - Using Jboss Cache IDE on EJB3 4.0.5.GA server

2006-12-06 Thread dhartford
Hi all, I'm having a hard time trying to find any documentation on how to use the Jboss Cache IDE (the one with Jboss-IDE 2.0.0.Beta2) to monitor/examine cache-enabled EJB3's on a 4.0.5.GA JEMS ejb3-cluster profile install. The properties needed for remote access include: *serverUrl (localhost

[jboss-user] [JBoss Seam] - Re: Excessive [could not destroy component] 1.1B1 to 1.1CR1

2006-12-06 Thread [EMAIL PROTECTED]
You could have requests to the server that do not touch the SFSB. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991654#3991654 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991654

[jboss-user] [JBoss Seam] - Seam CR1.2 component name and precedence

2006-12-06 Thread venkateshbr
hello, We have just upgraded our application from Seam 1.1 Beta 2 to jboss-seam-1.1.0.CR2. From then on i am getting this exception when the classes are being scanned by seam during server startup. 21:10:14,775 INFO [Initialization] initializing Seam 21:10:14,785 INFO [Scanner] scanning:

[jboss-user] [JBoss Seam] - Re: Integration of webobjects in jboss portal

2006-12-06 Thread bsmithjj
you might try asking this on the JBoss Portal forum. Also, you may want to define what you mean by 'integration of webobjects into a portlet' - on the portlet forum that is. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991657#3991657 Reply to the post :

[jboss-user] [Microcontainer] - Re: JMX Decorator for POJOs - suggestion

2006-12-06 Thread [EMAIL PROTECTED]
Adrian, I appreciate your response, though I think hacky was a bit strong... :) I merely thought that a jndi-name attribute could serve as a shorthand for the JNDIBinding annotation that you mentioned. It is very similar to the attribute name=JNDIName... element that one can nest under MBean

[jboss-user] [Remoting] - Re: always using the same target class on server side (POJO)

2006-12-06 Thread [EMAIL PROTECTED]
No way to do this currently. One of the problems is this could lead to a creating a target POJO per client request, which would slow things down. Ideally, would be able to do as is done with ejb where server instances are pooled, but since ejb already does this didn't see it as being high

[jboss-user] [JBoss Seam] - Re: Seam CR1.2 component name and precedence

2006-12-06 Thread [EMAIL PROTECTED]
Use: component name=emailSession | property name=hostemalhost/property | property name=fromAddress[EMAIL PROTECTED] | /property | property name=fromNameMy Name/property | /component component class=... installs the component a second time. View the original post :

[jboss-user] [Remoting] - Re: SSL Connection: load a new keystore at runtime

2006-12-06 Thread [EMAIL PROTECTED]
Don't think the api has been exposed via Transporters. Please add jira request if you like. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991660#3991660 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991660

[jboss-user] [Management, JMX/JBoss] - Scoped SAR deployed from conf/jboss-service.xml?

2006-12-06 Thread jiwils
I have two MBeans: MBeanA and MBeanB (MBeanA depends on MBeanB). MBeanA's classes are loaded from JARs in the server config/lib directory, but because the timing of its deployment is important, it is actually listed in server config/conf/jboss-service.xml. MBeanB's classes are loaded from a

[jboss-user] [JBoss Seam] - Re: Seam CR1.2 component name and precedence

2006-12-06 Thread venkateshbr
thanks gavin, it works now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991664#3991664 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991664 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Portlet security constraint tab ignored completely

2006-12-06 Thread btbala
To add to my earlier post, I can't use the management portlet to set the permission for the portlet in question because the roles are from a LDAP server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991662#3991662 Reply to the post :

[jboss-user] [JBoss Seam] - Begin conversation on null return (not currently possible -

2006-12-06 Thread antispart
Currently, If I have a method: @Begin | public String startConversation() { | return null; | } When this method is called a conversation is not started. If I change the method to return non-null: @Begin | public String startConversation() { | return thispage; | } Then it

[jboss-user] [EJB 3.0] - Re: EntityManager is loosing updates

2006-12-06 Thread konstantin.ermakov
Hi! We are using Oracle 10g, it is the XA datasource. JBoss version is 4.0.4 GA. For the version information I just added the column in my table, so I did not have to rebuild it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991667#3991667 Reply to the

[jboss-user] [JBoss Seam] - Re: Begin conversation on null return (not currently possibl

2006-12-06 Thread [EMAIL PROTECTED]
Read the JavaDoc for @Begin. A null outcome is special. The solution to your problem is to declare the method void. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991668#3991668 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Possible component.xml problem in 1.1.0 CR2

2006-12-06 Thread [EMAIL PROTECTED]
Ah. Ugh. I needed to catch NCDFE for other reasons, but it also swallows a missing javassist. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991669#3991669 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991669

[jboss-user] [JBoss jBPM] - Re: Java 5 dependency a problem for Web Console ?

2006-12-06 Thread pfricke
[EMAIL PROTECTED] wrote : Hi, | | We are considering moving to SEAM as the web technology for our jBPM web console. The main concern is that this introduces a dependency on a Java 5 JVM. Note that this dependency will only be there for the web console. NOT FOR THE RUNTIME ENGINE. In

[jboss-user] [JBoss Seam] - Seam Log4J wrapper

2006-12-06 Thread monkeyden
I'm trying to log some more verbose information about, like line number and calling method, but I think the Seam logger is stepping on these features of Log4J. For instance, I have this ConversionPattern in my log4j.xml file: param name=ConversionPattern value=%d{HH:mm:ss,SSS} %-5p [%c{1}.%M

[jboss-user] [JBoss Seam] - Re: Possible component.xml problem in 1.1.0 CR2

2006-12-06 Thread [EMAIL PROTECTED]
I did a quick fix in CVS. Would you please do me a favor and test that for me, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991671#3991671 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991671

[jboss-user] [JBoss Seam] - How do you keep the overview?

2006-12-06 Thread spambob
How do you guys keep the overview over which #{xyz} is which bean? With a small project it is manageable but a bigger one can be quiet confusing if one has to look at the sources after a few month of absence. IMO this is one of the few things for which xml config files were really useful. So

[jboss-user] [JBoss Seam] - Re: Seam Log4J wrapper

2006-12-06 Thread [EMAIL PROTECTED]
Right, this is a limitation. I've been told there might be some log4j magic that can fix that (and there must be, since I don't think commons-logging suffers the problem) but I have not had time to figure out what it is. Perhaps its as simple as futzing with the stack frames (ick). If you

[jboss-user] [EJB 3.0] - Re: EntityManager is loosing updates

2006-12-06 Thread konstantin.ermakov
Sorry - there is no transaction management in this case. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991673#3991673 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991673 ___

[jboss-user] [EJB 3.0] - Re: Problem w/ quoted fields in generated SQL

2006-12-06 Thread tsar_bomba
Does this have anything to do w/ my problem?? Anyone? I can't be the only person trying to quote table fields in an entity!? http://opensource.atlassian.com/projects/hibernate/browse/HHH-1629 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991676#3991676

[jboss-user] [JBoss Seam] - NPE in Parameters.java when using ICEfaces

2006-12-06 Thread sjmenden
I only get this exception when using ICEfaces inputText, however the exception ends in a SEAM class, so I think it is most pertinent in the SEAM forum first. I converted only one of my h:inputText to ice:inputText, when I try to load the page I get the exception: |

[jboss-user] [JBoss Seam] - Problems with i18n in Chinese

2006-12-06 Thread Seto
I used the method written in the reference with properties. I saved the properties in UTF8 encoding. Yet I can't display it correctly. The words inputed in the html or from the database all display correctly. Can someone help me? View the original post :

[jboss-user] [JBoss Seam] - Re: Problems with i18n in Chinese

2006-12-06 Thread [EMAIL PROTECTED]
Show your XHTML or JSP. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991679#3991679 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991679 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: NPE in Parameters.java when using ICEfaces

2006-12-06 Thread [EMAIL PROTECTED]
I have already reported this bug to the ICEfaces guys. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991680#3991680 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991680 ___

[jboss-user] [EJB 3.0] - Re: JTA EntityManager cannot access a transactions

2006-12-06 Thread konstantin.ermakov
Hi! This line exists before the Stateless Bean implementation. Thanks, Konstantin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991681#3991681 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991681

[jboss-user] [EJB 3.0] - Hot to make JBoss 5 EJB Remoting Embedded EJB3 go togethe

2006-12-06 Thread mtrimpe
I have the following scenario, that must arise more often in the future: A Swing Client App that; must be able to connect to an EJB3 service on a remote JBoss5; must be able to run that same EJB3 service locally via Embedded EJB3 container. I currently have the following maven dependencies:

[jboss-user] [Installation, Configuration Deployment] - Transaction Problem - About to give up on JBoss - Please hel

2006-12-06 Thread terryb
Hi all, I will very much appreciate any pointer to my problem (either in reply here of by email to: [EMAIL PROTECTED]). I am new to JBoss and I have exhausted all my efforts trying to resolve following error. ... WARN [TransactionImpl] XAException: tx=TransactionImpl:XidImpl[FormatId=257,

  1   2   3   >