[jboss-user] [Management, JMX/JBoss] - Re: Programmatic Deployment using JSR 88

2006-09-24 Thread janapoornavel
hi kishore, sorry to double post,but still to make things clear. it is not very much incomplete.it has stuff except for supporting configuration by interaction,which i dont how jboss folks are going to do ? but other than that if you take up the code from the cvs ,it should defini

[jboss-user] [Beginners Corner] - Re: Doubt in Packaging of Application

2006-09-24 Thread jaikiran
You can either go for archived ear or an exploded ear. Both will work. However as you mention that you will be using this in a development environment, i would suggest the exploded form since changing files in the exploded form is easier as compared to the archived form and also the redeploymen

[jboss-user] [Security & JAAS/JBoss] - Re: Can't get access right from Java Client

2006-09-24 Thread jaikiran
As per the documentation of ClientLoginModule (http://wiki.jboss.org/wiki/Wiki.jsp?page=ClientLoginModule) : anonymous wrote : Note that this login module does not perform any authentication. It merely copies the login information provided to it into the JBoss server EJB invocation layer for su

[jboss-user] [Messaging, JMS & JBossMQ] - Partly annotated MDB

2006-09-24 Thread S0d0
I have problem with partly annotated MDB. In class level I have | | @ActivationConfigProperty(propertyName="messagingType", propertyValue="javax.jms.MessageListener"), | @ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue"),

[jboss-user] [JBossCache] - Re: replicating pojocache

2006-09-24 Thread noamg
The interceptor works fine on both ServerA and ServerB, and getTotal returns the correct value. The problem I was having was in ClientB - In the client, the interceptor sees that the object is not connected to the cache (The private field is transient, so in the client it is null), and returns t

[jboss-user] [Installation, Configuration & Deployment] - Re: Programmatic Deployment using JSR 88

2006-09-24 Thread janapoornavel
kishore, jboss-jsr 88 deployment api is not complete ,specifically from the aspect of providing support for interactive configuration.please understand the fact the jsr-88 doesnt eliminate the need for app-server specific deployment descriptors,for more understanding please visit

[jboss-user] [JBoss Seam] - Re: Using the @Factory annotation and stateless session bean

2006-09-24 Thread zzzz8
What I'm trying to achieve (or figure out) is why the init method isn't being invoked when I call the testSLSBMethod. I assumed that because the init method has been annotated with a Factory annotation and the testVar component is initially null - that this would cause the init method (i.e. met

[jboss-user] [JBoss Portal] - Setup question.

2006-09-24 Thread rogovskiy
Hello, I've got a problem setting up pretty simple configuration. I have a portal we b application, which requires login and then shows up a portal site instance. I've made a login page which is using the same tecnique as standard login page in jboss portal admin and attached it to any request

[jboss-user] [Installation, Configuration & Deployment] - Re: starting jboss on a different

2006-09-24 Thread visolvejboss
Hello, To run JBoss instance on a user specified ip address use run.sh -b . For more information, have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973792#3973

[jboss-user] [EJB/JBoss] - Run some code after deployment

2006-09-24 Thread jkytang
Hi everyone, I created a stateless session bean. What should I do if I want some code to be executed right after the bean was deployed? I'm using Jboss 4.0.4 and EJB 2.1. Thanks. Joseph View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973791#3973791 Reply

[jboss-user] [JBoss Seam] - dvd store example

2006-09-24 Thread sleuthportal
I retrieved jboss-seams from the head directory in CVS. I then built the example with ant and started jboss-server 4.0.4 GA and got the following error. 20:41:57,929 ERROR [MainDeployer] Could not initialise deployment: file:/C:/Program Files/jboss-4.0.4.GA/server/default/deploy/jboss-seam-dvd.e

[jboss-user] [JBoss Seam] - Re: Using the @Factory annotation and stateless session bean

2006-09-24 Thread [EMAIL PROTECTED]
anonymous wrote : Thanks for the reply. Actually, something in the init and testSLSBMethod methods would reference testVar. No, what references the testVar *context variable*, not the testVar instance variable? Do you understand what @Factory is for? anonymous wrote : In terms of @Create, is th

[jboss-user] [Installation, Configuration & Deployment] - Re: How to install jboss with embedded tomcat as linux servi

2006-09-24 Thread visolvejboss
Hello, see http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossInstallation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973788#3973788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973788

[jboss-user] [JBoss Seam] - Re: Using the @Factory annotation and stateless session bean

2006-09-24 Thread zzzz8
Hi Gavin, Thanks for the reply. Actually, something in the init and testSLSBMethod methods would reference testVar. I just left that out. In terms of @Create, is that not possible from a stateless session bean? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Portal] - start portlet maximised

2006-09-24 Thread shaunenslin
Does anyonw know if I can start a portlet as miximised on a page by default? ie. the user can minimise etc. but I want it maximised when the user comes into the page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973786#3973786 Reply to the post : http://w

[jboss-user] [Beginners Corner] - Re: Compile the tutorial examples

2006-09-24 Thread visolvejboss
Hello, This seems to be like, http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968581 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973785#3973785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973785 _

[jboss-user] [Beginners Corner] - Doubt in Packaging of Application

2006-09-24 Thread vidya_jboss
Hi Forum friends I am a newbie in JBoss ,developing a Application in the JBoss IDE.I have packaged my whole application as a .ear file and deployed it.Now I have a second thought whether it is okay if i have a .ear file in the developnment time it self or to go for a exploded or a expanded for

[jboss-user] [JBoss Seam] - Re: Configuring components for stateless session beans

2006-09-24 Thread [EMAIL PROTECTED]
In CVS it is possible to config SLSBs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973783#3973783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973783 ___ jboss-user maili

[jboss-user] [JBoss Seam] - Re: Using the @Factory annotation and stateless session bean

2006-09-24 Thread [EMAIL PROTECTED]
I don't understand why you think the @Factory method should be called. Nothing ever references testVar. Perhaps you have confused @Factory with @Create? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973782#3973782 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: Is it OK to use PreDestroy and PostConstruct annotations

2006-09-24 Thread [EMAIL PROTECTED]
Yes it is OK. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973781#3973781 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973781 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss Portal] - Facing problems in installing JBoss

2006-09-24 Thread raj.shanmug
Could any one help further in going ahead with this installation. I have followed the following steps. I have download the jboss AS 4.0.2.zip and extracted the same in my E:/Server and renamed the same folder as E:/Server/jboss Then I downloaded the jboss portal 2.4.zip and also extracted t

[jboss-user] [JBoss Portal] - tomahawk tabbedpane

2006-09-24 Thread jewhit
Hello all - has anyone been able to successfully render (with the default myfaces "defaultStyle" CSS) the tabbedpane tomahawk control in a portlet? the control renders, handlers seem to work, but i cannot get either the default or other styles to apply. the control simply shows up as a series

[jboss-user] [JBoss Seam] - Re: Please help: cannot integrate ICEfaces into Seam applica

2006-09-24 Thread Racer81x
Can you please put up the details for getting IceFaces tutorial working with Jboss 4.0.4 . Thank you. Appreciate it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973778#3973778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [Installation, Configuration & Deployment] - JBoss3.2.5 earlier with JDK5

2006-09-24 Thread lhshin
Hi, Under JBossVsJavaJDKVersionMatrix, there is a statement:- "JBoss AS 3.2.6+ and 4.0.1+ are the ONLY versions to be fully functional under JDK 5, due to JMX issues" Question is:- 1) What are the JMX issues tat cause (JBoss AS 3.2.5 or earlier) to be not fully functional on JDK 5? 2) If an ap

[jboss-user] [JBoss Seam] - Configuring components for stateless session beans

2006-09-24 Thread zzzz8
Is it possible to use the components.xml file to configure stateless session beans? I know the documentation says that it is not possible to configure stateless session beans via the seam.properties file (section 2.3.1), but it's a bit unclear as to whether or not this can or cannot be done in

[jboss-user] [JBoss Portal] - Re: login portlet and CMS admin

2006-09-24 Thread jsports
Maybe you can definite a custom JAAS authentication class to instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973775#3973775 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973775 _

[jboss-user] [JBoss Seam] - Using the @Factory annotation and stateless session beans

2006-09-24 Thread zzzz8
I'm wondering why my method that's marked with the @Factory annotation in my stateless session bean isn't being invoked. Because I'm still new to EJB and Seam, I'm wondering if I don't understand the concepts well enough yet. Here's what I have (some sample code - the syntax may not be entirel

[jboss-user] [JBossCache] - JBoss Cache 2.0 DR1 is available for preview

2006-09-24 Thread [EMAIL PROTECTED]
Since 2.0 release has lots of changes to APIs, we have made 2.0 DR1 release available to preview and get some initial feedback. For those who are interested, you can download the cvs and build it yourself. A full alpha release is planned to come out very soon. Couple of notable changes: 1. The

[jboss-user] [JBoss Portal] - Re: login portlet and CMS admin

2006-09-24 Thread [EMAIL PROTECTED]
noicangi- Login screen in jboss portal is not actually a portlet. Its a plain jsp page that integrates with the Tomcat JAAS login Module for authentication. It is easier to achieve what you are trying to do, by creating a different login screen for each one of your portals, and using a differ

[jboss-user] [JBoss Eclipse IDE (users)] - Deploy project on JBossq

2006-09-24 Thread Iznogoud
I've created a J2EE project which generates a valid EAR file and I've created a JBoss server which I am able to start without any errors, both from within JBoss Eclipse IDE 2.0. I'm now trying to deploy the app on the server. If I do it from the app side using "Run on Server", I get "No launcha

[jboss-user] [JBoss Seam] - Re: I have some problems with an exeption, I need help!!!!

2006-09-24 Thread carojas
Hi, the jboss is Jboss 4.0.4 GA (EJB3) the seam version is 1.0.1 GA the jsf libs: myfaces-all.jar and myfaces-api-1.1.3.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973769#3973769 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [Beginners Corner] - NoSuchMethodException InvokerAdaptorService

2006-09-24 Thread tmonteit
I just (for the first time) downloaded, installed and ran JBOSS. I get an Exception. see below. How do I fix this? I suspect I won't find instructions in the beginner's manual. Please Help... - 2006-09-23 21:12:06

[jboss-user] [JBoss Portal] - Re: login portlet and CMS admin

2006-09-24 Thread noicangi
hi, my idea is to modify the login portlet and the theme of the login page, also try to use another database for the login portlet so i can create diferent instances of the same portlet for diferent portals. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=397

[jboss-user] [Installation, Configuration & Deployment] - Clustering Jboss, XAConnectionFactory not bound

2006-09-24 Thread odin147
Iam trying to run two JBoss instances, each instance hosts a different j2ee compliant web app. When I start the jboss instance, I get an XAConnectionFactory not bound JMSException. Now Iam using j2sdk1.4.2_12, on SuSE Linux Enterprise Server 9.0, with MySQL 4.1.21, and the jdbc driver is, mysql

[jboss-user] [JBoss Seam] - Re: Oracle ADF

2006-09-24 Thread [EMAIL PROTECTED]
I tried to get Trinidad to work with Seam/Facelets in a portlet (JSR-168) environment, short research releaved that there're problems with myfaces, facelets, jsf and portlet containers acting together. Most of the problems are how request, response and all sorts of different sessions are handled

[jboss-user] [EJB/JBoss] - Embedded EJB3 and JNDI lookups

2006-09-24 Thread holmes.j
I'm migrating from a Hibernate setup to an EJB3 setup. We got our web application to work with the regular EJB3 patch for JBoss, but we'd like to be able to run tests outside of the AS. So I'm trying to setup the Embedded container for our JUnit tests. I've got it to the point where it loads

[jboss-user] [JBoss Seam] - Is it OK to use PreDestroy and PostConstruct annotations for

2006-09-24 Thread zzzz8
These are EJB 3 annotations for stateless session beans, yet they are not mentioned in the Seam documentation. Consequently, I'm wondering if is it safe to use the PreDestroy and PostConstruct annotations? Just wondering if it may not function as expected... View the original post : http://w

[jboss-user] [EJB 3.0] - Construction of Stateful Bean

2006-09-24 Thread stedo
hi, I am switching to EJB3 and I have a problem with bean construction from the client side. I want to provide a constructor for the bean so that a string is supplied on creation. In EJB2 this could be done by defining the create() method in the Home interface... e.g create(String aString). How

[jboss-user] [Beginners Corner] - Caching for Web services?

2006-09-24 Thread zzzz8
Does JBoss have anything in the middleware stack that helps address this issue? Is JBossCache only for DB interactions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973758#3973758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

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

2006-09-24 Thread cvasilak
Hello there, we are planning to develop an application and we are interested in using the jboss portal. In our application, the most requested feature is that we want a user to define its own view with his/her selected portlets and not having the administrator to modify it in a per user basis.

[jboss-user] [EJB 3.0] - Re: Problem with testing EJB3-rc9

2006-09-24 Thread MmarcoM
hi, solutionis here.. forgot two lines inthe code that starts up microcontainer http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973755#3973755 regards marco View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973756#3973756 Reply to the post : ht

[jboss-user] [Microcontainer] - Re: problem with microcontainer-alpha9 while testing ejb3s.

2006-09-24 Thread MmarcoM
hello, looklike i m ok now. i forgot few VERY important lines of code while starting ejb3 container deployer = EJB3StandaloneBootstrap.createDeployer(); deployer.getArchivesByResource().add("META-INF/persistence.xml"); deployer.create(); deployer.start();

[jboss-user] [Microcontainer] - problem with microcontainer-alpha9 while testing ejb3s. cann

2006-09-24 Thread MmarcoM
hello all, i have just upgraded jboss ejb3 to rc9 release, so ihav updated also the embeddable alpha to rc9. i am running junit test by starting jboss microcontainer in my junit (testNG) test i am currently using maven2... btw here' smy pom | http://maven.apache.org/POM/4.0.0"; xmlns:xsi="

[jboss-user] [EJB 3.0] - Re: Problem with testing EJB3-rc9

2006-09-24 Thread MmarcoM
small correction.. i forgot to paste hte hwole content of persistence.xml (SOmehow i mad ea mistake in copy/paste) | | | java:/DefaultDS | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[jboss-user] [EJB 3.0] - Problem with testing EJB3-rc9

2006-09-24 Thread MmarcoM
hi all, i am trying to test my ejb3 ejbs by starting the jboss microcontainer i am using release rc9, and its related microcontainer.. here's my persistence.xml | | | | java:/DefaultDS | | | | i have this base test class which starts up jboss microconta

[jboss-user] [Clustering/JBoss] - Re: Problem Losing Sessions

2006-09-24 Thread [EMAIL PROTECTED]
If the basic clustering is fine, probably the best way to troubleshoot this is turn on the org.jboss.web log tracing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973751#3973751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: 1.0.1 GA

2006-09-24 Thread [EMAIL PROTECTED]
This has already been done in CVS, if you are curious. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973749#3973749 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973749 ___

[jboss-user] [JBoss Portal] - Re: Data Type of jbp-instance using MySQL as DBMS

2006-09-24 Thread gumreal
hi, I changed the data type to "tinyint(1)" for boolean type, and solved the problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973748#3973748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973748 _

[jboss-user] [Beginners Corner] - Faces FAILED load unsupported major.minor version

2006-09-24 Thread hill_hobbit
Hi, I am trying to migrate from an existing Tomcat installation to a JBoss installation. I am moving an Alfresco instance into jboss. I get the following error: anonymous wrote : --- Incompletely deployed packages --- | [EMAIL PROTECTED] { url=file:/opt/jboss-4.0.4.GA/server/default/deploy/a

[jboss-user] [EJB 3.0] - @where

2006-09-24 Thread mrohad
can I use @where on getCollection() method and make the Where clause to be dynamic? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973746#3973746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973746

[jboss-user] [JBoss Seam] - Re: 1.0.1 GA

2006-09-24 Thread ge0ffrey
FYI: If you combine the dvd-example 1.0.1 with EJB-3.0_RC9-FD you 'll need to change all EJB-QL queries that start with "from " to "select ? from " to make it work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973743#3973743 Reply to the post : http://www

[jboss-user] [Installation, Configuration & Deployment] - Re: Installing JBoss 4.0.4GA with full J2EE support plus EJB

2006-09-24 Thread fabrizio.giudici
It looks like the instructions are broken. I first noted that there are missing files cited by INSTALL.html: cp: lib/jboss-ejb3-client.jar: No such file or directory cp: lib/jboss-annotations-ejb3.jar: No such file or directory cp: lib/hibernate-client.jar: No such file or directory Then when I

[jboss-user] [JBoss jBPM] - what's wrong with my bpel application?

2006-09-24 Thread cyfish
error code like this: ERROR [org.apache.catalina.core.containerBase.[jboss.web].[localhost].[/SynchronousSample]] Servlet /SynchronousSample threw loca() exception java.lang.NullPointerException at javax.naming.NameImpl.(NameImpl.java :264) ... ERROR