[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-11-13 Thread SideWinder
Add: It works well with JBoss 4.0.4 (even without the timeout-trick). So maybe the configuration is wrong for 3.2.6. I can't move on to 4.0.4 so maybe there is a fix? best regards, sidewinder View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985459#3985459

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

2006-11-13 Thread fonseca
Hello Peter, I'm having a few troubles using your component, could you please help me out? I'm using the 1.1.1beta1 release, and my problem arises from using the following jsf structure (I'll filter out everything unimportant): | t:dataTable var=var | rowIndexVar=i |

[jboss-user] [JBoss Seam] - Re: JSF Form Authentication using JAAS DatabaseServerLoginMo

2006-11-13 Thread [EMAIL PROTECTED]
It looks to me like you named your bundle LoginBundle but are trying to access it as messages. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985463#3985463 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985463

[jboss-user] [Beginners Corner] - Re: Getting Started Tutorial Needs Updating

2006-11-13 Thread PeterJ
As far as I can tell, the only problem with Duke's Bank on 4.0.5 is the the back-slash dollar-sign character combo that appears in the atmAck.jsp and accountList.jsp files. That character combination is being interpreted as an ESC character. See

[jboss-user] [JBoss Seam] - Re: Ajax4jsf does no work

2006-11-13 Thread m.schuetz
The web.xml: | ?xml version=1.0? | web-app version=2.5 xmlns=http://java.sun.com/xml/ns/javaee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd; | | !-- other

[jboss-user] [JBoss Seam] - Re: Is there an RSS/Atom Feed for this forum?

2006-11-13 Thread [EMAIL PROTECTED]
No. You can, however, subscribe to a forum and have new posts sent by email. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985466#3985466 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985466

[jboss-user] [Security JAAS/JBoss] - not able to get the prompt asking for user password

2006-11-13 Thread SantoshKumar
trying to test for secure a web application in JBoss AS. added given entry in the following files 1. web.xml (under mywebapp/WEB-INF) - servlet-nameHello/servlet-name servlet-classHelloServlet/servlet-class display-name/display-name

[jboss-user] [Installation, Configuration Deployment] - Re: Building errors with script language

2006-11-13 Thread PeterJ
The problem is fairly obvious and the error message tells you so: Could not create task or type of type: script. This means that script is not a valid Ant task. You cannot simply insert a beanshell script into the middle of an Ant script, because Ant does not know what to do with the

[jboss-user] [Management, JMX/JBoss] - StandardMBean's implementation of the DynamicMBean interface

2006-11-13 Thread rydenius
Hi. Hope someone can share a little light on this: In JBoss 3.2.8, all implementations of the DynamicMBean interface in the class javax.management.StandardMBean except for getMBeanInfo() throw IllegalStateException(Do not invoke directly). In JBoss 4.0.5 on the other hand, StandardMBean

[jboss-user] [JBoss Seam] - FacesMessage propagation issue

2006-11-13 Thread lcoetzee
Hi, I am struggling a bit to propagate my FacesMessage over redirects when used in conjunction with @End(beforeRedirect=true). When not ending the conversation, my faces message is displayed on the desired page. However, the moment I try to force an end using the above annotation, the

[jboss-user] [Security JAAS/JBoss] - Re: log out when client crashes?

2006-11-13 Thread mos_elkady
i have the same problem do u got answer View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985471#3985471 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985471 ___ jboss-user mailing

[jboss-user] [Security JAAS/JBoss] - Monitor the active authenticated user sessions

2006-11-13 Thread mos_elkady
is there is any facility to monitor the authenticated user session in jboss as iam using eclipse rcp as the client for the jboss thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985476#3985476 Reply to the post :

[jboss-user] [JCA/JBoss] - Slow DataSouce Failover

2006-11-13 Thread jsicotte2
I am experiencing a slow failover when simulating a network failure. My setup consists of the following: Two servers, each with an instance of JBoss and MySQL running on them. I will refer to the servers as a primary and backup. Both the primary and backup have their DataSources set to point to

[jboss-user] [Security JAAS/JBoss] - Login /logout Audit

2006-11-13 Thread mos_elkady
is there any facility in jboss as to audit the login /logout info View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985473#3985473 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985473

[jboss-user] [JBoss Portal] - Re: Bug or not ? (request attributes lost)

2006-11-13 Thread [EMAIL PROTECTED]
Hello, I use a custom faces-context-factory in my faces-config.xml : factory | faces-context-factorycom.labosun.portal.myfaces.context.PortletFacesContextFactory/faces-context-factory | /factory FacesContextImpl : package com.labosun.portal.myfaces.context; |

[jboss-user] [Advanced Documentation] - Re: File persistence

2006-11-13 Thread PeterJ
Try deploying your application as an exploded directory. See http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment. Then you WEB-INF directory will not be removed (it also will not be under tmp) View the original post :

[jboss-user] [EJB 3.0] - Re: Cannot join @OneToOne on non-PK fields?

2006-11-13 Thread tsar_bomba
sisepago wrote : use the referencedColumnName( ) attribute of @JoinColumn if you want to map a field other than a primary-key column, but this field must be unique I'm guessing you didn't actually read my post. I *am* doing that and it doesn't work correctly. Have a look at the entities I

[jboss-user] [JBossWS] - Re: Get remote client IP address in the ejb3 exposed web ser

2006-11-13 Thread sursha
Any one? I saw some reponses saying to write a handler. But that requires deployment descriptors like webservices.xml to be packaged right? I was thinking in ejb3 web service, you can not package deployment descriptors. Please advise.. View the original post :

[jboss-user] [Testimonials] - View a file using JBOSS

2006-11-13 Thread anoopJBOSS
In my application i have to upload a file and view the same. I am uploading a file presently at a different location from the server. While trying to open that file using window.open, it throws a javascript error Access is denied. I was suggested to upload under ROOT so that I can view from the

[jboss-user] [Installation, Configuration Deployment] - log4j RepositorySelector - log4j.jar missing RootLogger

2006-11-13 Thread nick77
Hi, I'm putting together a log4j RepositorySelector using this http://www.qos.ch/logging/sc.jsp as a guide to provide a consistent logging approach for my webapp across different app servers. However, the log4j.jar included with JBoss (4.0.4.GA) does not include the RootLogger class. Has this

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - a problem about jboss

2006-11-13 Thread shihuaguo
a example to demonstrate this problem: two jsp pages: hello.jsp: | %@ taglib uri=http://java.sun.com/jsf/html; prefix=h % | %@ taglib uri=http://java.sun.com/jsf/core; prefix=f % | | HTML | HEAD titleInput Name Page/title /HEAD | body bgcolor=white | f:view |

[jboss-user] [Messaging, JMS JBossMQ] - java.io.IOException: Client is not connected

2006-11-13 Thread hskiran
Hello members, I am getting the following exception during following scenarios: 1. If the date/time on the JBOSS server machine changes (example during day light saving time changes) 2.When network connection abrubtly disconnects and reconnects. I am using 4.0.2 (build: CVSTag=JBoss_4_0_2

[jboss-user] [Management, JMX/JBoss] - Register Datasource Programmatically

2006-11-13 Thread loopingrage
Is it possible to have an MBean register a JBoss Datasource programmatically? I am currently using ?ds.xml files to configure (and register) my data sources. However, I would love to use an application-specific file to hold this data as I have several other non-jboss utilities that require the

[jboss-user] [JCA/JBoss] - Register Datasource Programmatically

2006-11-13 Thread loopingrage
Is it possible to have an MBean register a JBoss Datasource programmatically? I am currently using ?ds.xml files to configure (and register) my data sources. However, I would love to use an application-specific file to hold this data as I have several other non-jboss utilities that require the

[jboss-user] [EJB 3.0] - Re: JBoss Unified ClassLoader Hell? even with EJB3 ?

2006-11-13 Thread cuoz
There's only a few other things I can think of... The jboss-web.xml also allows loader-repository entries. I can't remember if I use this also, or I just use the wrapper ear to accomplish it. It's worth a try. The second item is, did you configure the UseJbossWebLoader entry in the Tomcat

[jboss-user] [JBoss Portal] - Personalized portal general question

2006-11-13 Thread Peter.Coppens
Gentlepeople, I have the following requirements to implement and for which I think a combined portal/cms system like jboss portal would be very useful The system has three groups of users and three types of content The users are - Administrators - create user groups, users and user (or user

[jboss-user] [Performance Tuning] - Re: Slow remote database connection

2006-11-13 Thread otaylor
What I'd suggest doing is increasing the verbosity of logging from Hibernate to the point you can get it to log the SQL queries it is doing in check to make sure that the *number* of queries it is doing is reasonable. One possible reason that a large query might be slow remotely is that it is

[jboss-user] [EJB 3.0] - Re: Accessing the entitymanager outside a transaction

2006-11-13 Thread mwoelke
To answer myself, it is described in section 3.1.1 of the ejb 3 persistence spec. Regards, Milan Wölke View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985495#3985495 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985495

[jboss-user] [JBoss Portal] - connecting to portal hypersonic database in database manager

2006-11-13 Thread paulharrington
I am running jboss portal using the default hypersonic database. I have been trying to connect to the portal database using the jboss database manager but have been unable to do so. Can I do this by editing the hsqldb.ds file, or can I start the default database manager from the jboss MBean

[jboss-user] [JBossWS] - Re: WS4EEDOCClientStepByStep problem

2006-11-13 Thread yperey
I've solve the warning about the non-jar deployer. It was a error in a class path. I now have no error message during the launch of the app server but i still have the w4ee-client not bound problem when i try to reach the web service. The jar I was describing in my first post is included in a

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

2006-11-13 Thread petemuir
Hi Luis Thanks for the feedback. I discovered a similar problem when putting a si:selectitems in a datatable [1]. As I mentioned above I've been further refactoring the code to support JSP as well as facelets - a side of effect of this refactoring is that it (for me) solves the problem [2].

[jboss-user] [JBoss Seam] - Re: JSF Form Authentication using JAAS DatabaseServerLoginMo

2006-11-13 Thread petemuir
I was assuming the use of the Seam message bundle set up as in the examples/ref doc not the use of JSF f:loadBundle. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985499#3985499 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Personalized portal general question

2006-11-13 Thread [EMAIL PROTECTED]
Peter.Coppens wrote : I would like to implement this using a portal/cms system. I did an initial attempt using Liferay, and while I have it working I did run into a lot of problems (technical problems , missing features and lack of documentation and especially lack of any feedback on the

[jboss-user] [EJB 3.0] - Re: address CMP beans from session bean in other JAR but sam

2006-11-13 Thread sunstarnova
So, die Lösung ist gefunden: -Man benötigt nur einen persistence.xml - Eintrag in dem JAR mit den Entities, die andere kann leer bleiben. -Als Verweis benutzt man dann | @PersistenceContext(unitName=../NAMEDESANDERENJARS.jar#PERSISTENCEUNITNAME) private EntityManager em; | Also z.B. |

[jboss-user] [JBoss jBPM] - Re: Database connection

2006-11-13 Thread J.E.Z
Hi again, after some tests i discovered the true reason of the problem, but not a solution for it. If anybody know why it happens, tell me please: | Exception in thread JbpmCommandExecutor java.lang.NoClassDefFoundError: org/hibernate/Session | at

[jboss-user] [JBoss jBPM] - JBPM(BPEL) conflicts (hibernate settings) with my app.

2006-11-13 Thread pkovgan
Hi! Help me , please! I try to deploy JBPM(BPEL) and my app and run both. My app is web app(war) that consists of several web services and hibernate connection to MSSQL2005 DB, using net.sourceforge.jtds.jdbc.Driver. My app brings hibernate-1.3.1 jar inside war and connects to db. It is ok

[jboss-user] [JBoss Portal] - Re: Personalized portal general question

2006-11-13 Thread Peter.Coppens
Wowa reply in less than 15 minutes! That for a start is a big difference compared with my previous experiences in the open source portal world (event the Liferay sales mailing address which I eventually tried...after becoming really very desparate did no reply the first time I tried)

[jboss-user] [Performance Tuning] - Re: Slow remote database connection

2006-11-13 Thread doktora
I think you hit it on the nail. I've looked at the logs and there are a couple of hundred ones, but definitely not thousands, of 1-row queries. Also this issue has gone away with time, without me touching anything. That must be caching in action. I'll investigate further, add laziness and do a

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Does setMaxResults() has effects on the query?

2006-11-13 Thread mjek2
Hi, I'm experiencing the same effect with DB2 using JBoss-4.0.4.GA. Did anybody find a solution and/or explanation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985513#3985513 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Is this a viable scenario?

2006-11-13 Thread cocampo
apill wrote : We have an EJB 3 application running in Jboss that is designed to track inventory. Our data model is persisted with hibernate and according to the EJB3 spec and we're using stateless session beans to execute business logic from the client application. | | I would like design

[jboss-user] [JBoss Seam] - Re: FacesMessage propagation issue

2006-11-13 Thread lcoetzee
I have looked a bit at the FacesMessages.java. I think I understand why I loose my messages when I have @End(beforeRedirect=true). facesMessages is conversation scoped: @Scope(ScopeType.CONVERSATION) | @Name(facesMessages) | @Intercept(NEVER) | public class FacesMessages implements

[jboss-user] [JBoss Messaging] - JMS JNDI Names

2006-11-13 Thread loewe
I ve written a simple Chat Programm, which uses the old JBossMQ JMS Provider. In this Programm i am using subcontexts to build up a hierarchical structure of Chatrooms. My old Service Descriptor looked like this: | ?xml version=1.0 encoding=UTF-8? | !DOCTYPE server PUBLIC -//JBoss//DTD

[jboss-user] [Beginners Corner] - Singleton or Application Scope

2006-11-13 Thread ahachmann
Hi, I need to build an EJB that collects data during the Servers Lifetime. This EJB will be invoked each time a client is invoking a Webservice so that I can collect some Statistics. So there shall only be one Instance in the pool for the reason that EJB forbids to use static fields. (is this

[jboss-user] [JBoss jBPM] - Re: Database connection

2006-11-13 Thread cocampo
If you have read the docs, then you should be aware that jBPM uses Hibernate to handle DB, hence the jars needed. Regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985519#3985519 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Database connection

2006-11-13 Thread cocampo
It looks like you're missing the Hibernate JAR's in your JBoss AS. Regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985518#3985518 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985518

[jboss-user] [JBoss jBPM] - Re: JBPM(BPEL) conflicts (hibernate settings) with my app.

2006-11-13 Thread cocampo
This is not a jBPM question, but an Hibernate question; wrong forum... However, here is the answer: | import org.hibernate.Session; | import org.hibernate.cfg.Configuration; | ... | | Configuration configuration = new Configuration(); | configuration.configure(anotherDB.cfg.xml);

[jboss-user] [JBoss Seam] - Re: FacesMessage propagation issue

2006-11-13 Thread petemuir
Have you tried adding a FacesMessage the old way - directly to the facesContext? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985523#3985523 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985523

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

2006-11-13 Thread cnsxxx09
Hi, I couldn't find anything in JIRA for this ... so I don't know if it's a bug, or a 'to do' (or if I misunderstood how it is supposed to work). It's easy to reproduce, just by editing the persistence service sar file's jboss-service.xml file and adding one [value] XML tag. Chris View the

[jboss-user] [Clustering/JBoss] - Re: Is it possible to execute Petstore demo in cluster mode?

2006-11-13 Thread azhurakousky
1. What was the reason for moving jndi.properties file from conf to lib directory? 2. Is node1 and node2 joined in JBoss Cluster or they are just two independent nodes under RoundRobin controll of mod_jk? Seem to me you do not have JBoss Cluster estalished and node1 and node2 are independent

[jboss-user] [JBoss jBPM] - Re: extended attributes

2006-11-13 Thread cocampo
Hi: I don't understand why do you need to have variables attached to a process definition. Could you please explain this in more detail?. Regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985527#3985527 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Personalized portal general question

2006-11-13 Thread [EMAIL PROTECTED]
Peter.Coppens wrote : Now, assume I want to throw in some development efforts of my own and that security by obscurity is sufficient (to start with). | | Would that be feasible in a reasonable amount of time - reasonable meaning 2 weeks for someone with Java expertise but no portal/jboss

[jboss-user] [JBoss jBPM] - Re: how can i extend ?

2006-11-13 Thread cocampo
Why do you need the tag? How are you going to use it?. Please explain further. Regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985528#3985528 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985528

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Deploying JSP in JBoss without creating a WAR?

2006-11-13 Thread SamwiseatCGI
So, I'm a newbie to all of this, but I'm just wondering if I can run JSP code on JBoss without creating a WAR file. In Tomcat, I think I remember being able to place the JSP files in the root directory or something. If not, can anyone point me in the direction of step-by-step creating a WAR

[jboss-user] [JBoss Seam] - Re: Ajax4jsf does no work

2006-11-13 Thread antispart
I'm having a similar issue. a:outputPanel only reRenders if I set ajaxRendered=true Just tried a seam example from CVS and it looks to work so I'm a little lost for a reason for my app not working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985530#3985530

[jboss-user] [JBoss jBPM] - Re: Database connection

2006-11-13 Thread J.E.Z
Hi one more time, the last problem was a mistake with 'jbpm.cfg.xml' location. But, after solve it i got a new exception: | org.jbpm.JbpmException: couldn't parse jbpm configuration from resource 'jbpm.cfg.xml' | at org.jbpm.JbpmConfiguration.getInstance(JbpmConfiguration.java:284)

[jboss-user] [JBoss Seam] - Re: FacesMessage propagation issue

2006-11-13 Thread [EMAIL PROTECTED]
Exactly, the whole *reason* for propagating conversations across redirects is so that we can remember stuff like FacesMessages. Pete, JSF most certainly does not propagate a FacesMessage across a redirect, so that won't work. View the original post :

[jboss-user] [JBoss Seam] - Re: Gotchas (so far)

2006-11-13 Thread [EMAIL PROTECTED]
anonymous wrote : Outside of the \h:form\ If I have a command button then it wont let me have it outide the form; Just put it in a different form. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985535#3985535 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Database connection

2006-11-13 Thread J.E.Z
Additional comments: I'm using Tomcat 5, MySQL 5 and jBPM 3.1.2 Regards, Jeferson Zanim View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985534#3985534 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985534

[jboss-user] [JBoss Seam] - Re: JSF Form Authentication using JAAS DatabaseServerLoginMo

2006-11-13 Thread [EMAIL PROTECTED]
Don't use f:loadBundle with Seam, its really ugly, and MUCH less powerful. Use the Seam resource bundle. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985536#3985536 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985536

[jboss-user] [JBoss Seam] - Re: JSF Form Authentication using JAAS DatabaseServerLoginMo

2006-11-13 Thread yj4jboss
Thnx All for your tips ..And any idea why the page template I am using is not being correctly rendered ?? My idea behind using JSF/Facelet was to have validations associated with the username and password controls itself as i dont want error messages on a seperate error page ... but i

[jboss-user] [JBoss Seam] - Re: Simple but complete Maven or ant example project needed

2006-11-13 Thread psinger
It's posted! The URL for the repository is http://labs.lunarlogic.com/proximity/repository/. The group id is com.lunarlogic.maven.archetypes and the artifact id is maven-archetype-jee-seam. In order to use this without installing the artifact manually you need to add the following entry to

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta12 (dis?)injecting issue

2006-11-13 Thread [EMAIL PROTECTED]
This looks like a bug in Seam, and I kinda half see what is going on (and I think I know the fix), but I don't quite see everything. Can you please submit a cut-down testcase to JIRA so I can reproduce this? TIA View the original post :

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-13 Thread [EMAIL PROTECTED]
That would only work if the user was to package his classes into jboss-seam.jar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985543#3985543 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985543

[jboss-user] [Installation, Configuration Deployment] - Re: Session expires @ every request with IE.... ; -(

2006-11-13 Thread samfra
OK, I've just found the problem !! But don't ask me why :-)) my url was like that http://home_www.test.me and I just removed the underscore _, modifying my dns to http://homewww.test.me ! and it works fine now ! and you ? View the original post :

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-13 Thread [EMAIL PROTECTED]
I mean, seriously guys, think it through. You all complain about the empty seam.properties file in your jar. But think for just a second about how much more painful it would be if I made you list all your classes in some XML file somewhere, like you have to do with JSF or Spring or Struts or

[jboss-user] [JBossWS] - Bug/Missing feature in JBossWS build.xml

2006-11-13 Thread jshrinivas
Instructions on http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall have a step for svn checkout for JBossWS src. The main ant target depends on thirdparty jars and the build.xml doesnt looks like taking care of proxy.host and proxy.port properties. How can one use proxy settings

[jboss-user] [JBoss Seam] - Re: Injection and remoting

2006-11-13 Thread gllambi
sbryzak2 wrote : Injection should work just fine. Can you post a code sample? Here is the Session Bean | package org.seam.ejemplo.login.session; | | import java.util.List; | | import javax.ejb.Stateless; | import javax.persistence.EntityManager; | import

[jboss-user] [EJB/JBoss] - JBoss EJB proxy class

2006-11-13 Thread Anvar
Is it true that, JBoss EJB proxy class contains bytecode that is created at run-time. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985550#3985550 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985550

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Deploying JSP in JBoss without creating a WAR?

2006-11-13 Thread PeterJ
You can find a lot information about JSPs and servlets at http://pdf.moreservlets.com/. Check out chapter 4, Using and Deploying Web Applications. But for serious WAR file building, look into Ant or Maven 2. View the original post :

[jboss-user] [JBoss Seam] - Re: Trinidad example uploaded to wiki

2006-11-13 Thread [EMAIL PROTECTED]
If someone tells me exactly what is the name of their UIInput class, I can workaround this problem in Seam ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985552#3985552 Reply to the post :

[jboss-user] [JBossWS] - Re: Bug/Missing feature in JBossWS build.xml

2006-11-13 Thread RomeuFigueira
Add these bellow your project default=main... setproxy proxyhost=192.168.1.1 proxyport=22/ Replace with appropriate settings View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985553#3985553 Reply to the post :

[jboss-user] [JBossWS] - Re: Bug/Missing feature in JBossWS build.xml

2006-11-13 Thread RomeuFigueira
Forgot to say, in build.xml of course ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=398#398 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=398 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Logger in page-scoped component, NPE in post-back.

2006-11-13 Thread [EMAIL PROTECTED]
LogImpl has the following method: void readObject(ObjectInputStream ois) | throws ClassNotFoundException, IOException |{ | ois.defaultReadObject(); | log = LogFactory.getLog(category); |} Are you trying to tell me that Java serialization is broken?

[jboss-user] [Installation, Configuration Deployment] - Creating custom deployer

2006-11-13 Thread Anvar
I have a requirement to create my own custom deployer implementation. Should I have to subclass the SubDeployerSupport class to enable automatic registration to MainDeployer, or is there any other way. Thanks View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Implementing our own Client side interceptors

2006-11-13 Thread Anvar
Thanks a lot for the information. By the same way, if I have to implement and deploy my own server side JBOSSMQ interceptors, should I have to implement org.jboss.mq.server.JMSServerInterceptor or extend org.jboss.mq.server.JMSServerInterceptorSupport, that are deployed as a JBoss service and

[jboss-user] [Installation, Configuration Deployment] - Re: Session expires @ every request with IE.... ; -(

2006-11-13 Thread PeterJ
We have noticed that the URI.getHost() method returns a null if the hostname contains an underscore, which completely screws things up because the JBoss code does not expect a null to be returned. That is probably the same problem that bit you. View the original post :

[jboss-user] [Beginners Corner] - Subdeployer implementation

2006-11-13 Thread Anvar
Does Subdeployer implementation extending SubDeployerSupport class supports nested deployments via superclass implementation or must explicitly register itself to the main deployer via accepts() method. Thanks View the original post :

[jboss-user] [Beginners Corner] - To participate in the service lifecycle of JBoss application

2006-11-13 Thread Anvar
I have to make one of my service to participate in the service lifecycle of JBoss AS. For this, should my service must implement the org.jboss.system.Service interface or one of its subinterfaces, or implement matching operations. Thanks View the original post :

[jboss-user] [JBossWS] - Re: Bug/Missing feature in JBossWS build.xml

2006-11-13 Thread jshrinivas
Thank you Romeu for your quick reply. It works. -Shrinivas View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985561#3985561 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985561 ___

[jboss-user] [JBoss Eclipse IDE (users)] - setting up debugger

2006-11-13 Thread sonoerin
On both OS X and Ubuntu with Eclipse 3.2: I used the Eclipse software update utility to install the JBoss IDE per the directions. When I try to set up the debugger (as per the instructions on the download page), I right click the JBoss 4.0.x icon and select new nothing happens. According to

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta12 (dis?)injecting issue

2006-11-13 Thread [EMAIL PROTECTED]
What I don't get is exactly *why* is the reloadableResource component getting instantiated when it is - what causes it to get instantiated right *then*. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985564#3985564 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal Stress Results

2006-11-13 Thread walbar
Thanks a lot for your answers, we will be looking forward to see Sohil news :-) Anyway, let's assume we don't care about the CMS Portlet. What about Portal Core performance? Shall we assume that it is difficult to get more than 13 p/s with this configuration? Shall we assume that the database

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta12 (dis?)injecting issue

2006-11-13 Thread [EMAIL PROTECTED]
I committed a change to CVS that probably fixes this issue, but I still need to understand why it was needed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985565#3985565 Reply to the post :

[jboss-user] [JBoss Seam] - Exception with Booking Example + JSF RI

2006-11-13 Thread antispart
I'm trying to reproduce a problem I'm experiencing with Ajax4JSF and Seam so I've started by trying to convert the Booking example to the JSF RI 1.2.03. web.xml -- I switched from: listener-classorg.apache.myfaces.webapp.StartupServletContextListener/listener-class to:

[jboss-user] [JBossWS] - Encryption and Signature from .Net client

2006-11-13 Thread kristof.taveirne
Hi, I'm in urgent need of some help. I'm having the biggest problems in the world creating just a simple HelloWorld webservice. I've seen every possible exception and I've tried every possible configuration. The only conclusion I can take at the moment is that ws-security in JBoss is

[jboss-user] [JBoss Portal] - Re: Single Signon - Where do I start

2006-11-13 Thread bmcgovern
Kosmi, Thanks for the help. I think, as it turns out, the error described: 13:58:50,015 ERROR [UsersRolesLoginModule] was due to my login-config.xml being deployed in my application war WAS NOT CORRECT. I had to remove that file and place the application-policy definition inside of the

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta12 (dis?)injecting issue

2006-11-13 Thread pbrewer_uk
Thanks for the prompt response. Perhaps what I'm doing is a little unusual. I've created a simple way to update resource bundle messages that is intended to be a stop-gap until java 6 sorts out ResourceBundles. My application also has a login component that takes a username and password. But

[jboss-user] [JBoss jBPM] - Re: Database connection

2006-11-13 Thread cocampo
J.E.Z wrote : Hi, | | im a begginer at using jBPM. I copied the jbpm.war from the Starters Kit to my Tomcat/webapps. | Look at this: http://www.jboss.com/index.html?module=bbop=viewtopict=74781. According to this, you need to deploy the jbpm.sar, not the jbpm.war; follow the

[jboss-user] [Beginners Corner] - Re: ClassCastException with PortableRemoteObject.narrow call

2006-11-13 Thread PeterJ
Are you trying to access the EJB from a stand-alone client or is your client running as an app deployed to JBoss? Since removing the provider URL makes things suddenly work, I suspect your client is deployed to JBoss. In which case the probable cause for the class cast exception has to do with

[jboss-user] [JBoss Portal] - Re: JBoss Portal Stress Results

2006-11-13 Thread [EMAIL PROTECTED]
After talking with Julien, he is telling me that 2.6DR has not been fine-tuned. Some tables will likely change... WSRP and CMS security come to mind, so he chose to left the Hibernate level in a development state. I would expect our Beta (not this coming Alpha) to be fine-tuned. View the

[jboss-user] [JBoss Seam] - Multiple Deploy of Seam

2006-11-13 Thread jatsrt
Hi All, We have a fairly large application that is broken out into many web apps and many ejb3 apps in a single ear. Seam is in the classpath of many of these applications. When the app is deployed and the classpath is read from each component(from the MANIFEST.MF) file, seam is redeployed

[jboss-user] [EJB 3.0] - relationship entity beans in two different jar files

2006-11-13 Thread jhmjesus
I have one jar with all entity beans, but I need break it in two jars. When I duplicate the relationship entity classes on the two jars, at deployment moment of the second jar the application server try to redeploy the duplicated relationship entity beans. How I can to resolve

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-11-13 Thread arleymaia
I am with the same problem, somebody obtained some new thing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985582#3985582 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985582

[jboss-user] [Messaging, JMS JBossMQ] - Re: Implementing our own Client side interceptors

2006-11-13 Thread azhurakousky
If I understand your question correctly, you somewhat answered it yourself. As far as basic java rule of thumb, if you can reuse some of the functionality, then extend, otherwise re-implement. However, since you are providing another interceptor your inharitance comes from adding (before,

[jboss-user] [JBoss Seam] - Re: Multiple Deploy of Seam

2006-11-13 Thread [EMAIL PROTECTED]
No, Seam is scoped to the web-app. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985585#3985585 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985585 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta12 (dis?)injecting issue

2006-11-13 Thread pbrewer_uk
Unfortunately, cvs head (includes Component.java version 1.206) doesn't seem to solve the problem. I get exactly the same error. If you still want me to, I'll look into building a test case sometime tomorrow. Not fully understanding the error, it may take me a little while to get the test case

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta12 (dis?)injecting issue

2006-11-13 Thread [EMAIL PROTECTED]
thanks, i need the test View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985587#3985587 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985587 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Exception with Booking Example + JSF RI

2006-11-13 Thread antispart
Solved that one by adding jboss-seam.jar to the .war (packaging the example as as a seperate .war and .jar instead of an .ear). Anyway, I now get the following (note, all i changed was subbing out myfaces for the jsf ri): 14:33:21,853 INFO [Scanner] scanning:

[jboss-user] [EJB 3.0] - Bean not bound (javax.naming.NameNotFoundException)

2006-11-13 Thread igorroyzis
I am getting javax.naming.NameNotFoundException when trying to lookup a simple ejb. It worked on my PC (JBoss 4.0.5 installed with EJB3 using installer). But on Linux, it doesn't work. I installed JBoss 4.0.5 using zip file. And then I installed EJB3 module. In the jmx-console, Namespace

[jboss-user] [JBoss Seam] - Re: Simple but complete Maven or ant example project needed

2006-11-13 Thread mzeijen
Nice that you published your archetype. Looks good. It would be really cool if some official maven2 support was added to this project and maybe other JBoss projects. When used correctly, Maven2 is so much powerfull and easier then Ant. I also have something to contribute for those people that

<    1   2   3   >