[jboss-user] [JBoss/Spring Integration] - Re: hot deploy in jboss with spring+hibernate

2007-01-08 Thread alesj
See http://www.jboss.com/index.html?module=bbop=viewtopict=98544 ps: use Spring or EHCache forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998871#3998871 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3998871

[jboss-user] [JBoss Portal] - Re: load page with portlet maximized

2007-01-08 Thread den74
sorry, example 2 have been compressed, it is portal/default/myPage ?ctrl:windowstate=maximized any suggestions? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998875#3998875 Reply to the post :

[jboss-user] [JBoss Seam] - conversation help needed please

2007-01-08 Thread ehung
Hi I'm a seam beginner so I might approach the problem in the wrong way. Please correct and help me to solve the problem. I have a popout class and a builder class that does the following in the click event PopOut p = new PopOut(); p.begin(); p. My question is that how to retrieve the

[jboss-user] [JBoss Seam] - Re: Improve the message example

2007-01-08 Thread yoav200
I'll be more specific, can i preformadd, update action directly on my @DataModelSelection object ? can I have something like this ? | public void editTrip() | { | try | { | tripService.updateTripDetails(trip); |

[jboss-user] [EJB 3.0] - Re: RuntimeExceptions caught, wrapped in EJBException

2007-01-08 Thread jc7442
I don't know if it is the best solution but for catching exception I have added an interceptor in ejb3-interceptor.xml. This interceptor is set for remote session bean. In my case, interceptor catch exception, logg it on server side and throw a new exception without all the chained exception

[jboss-user] [Security JAAS/JBoss] - Re: JAAS Problem upgrading from 2.1 to 2.4

2007-01-08 Thread mirabis
JDK 5.0 was the reason of the Problem. It was too recent for the older JBOSS version JBoss-2.4.0_Tomcat-3.2.3. After i changed to jdk 1.3.1 and built the application again with the jdk 1.3.1, it ran without any problem. It is very Important to build it again with the jdk 1.3.1 and deploy it

[jboss-user] [EJB 3.0] - Re: What is the deployment descriptor alternative to @Securi

2007-01-08 Thread Wolfgang Knauf
Hi ! Use jboss.xml with this content: ?xml version=1.0 encoding=UTF-8? | !DOCTYPE jboss PUBLIC -//JBoss//DTD JBOSS 4.0//EN http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd; | | jboss | security-domainmysecuritydomain/security-domain | /jboss Hope this helps Wolfgang View the

[jboss-user] [JBoss and NetBeans] - Re: Jboss with Jbpm Jboss Netbeans IDE

2007-01-08 Thread pjiricka
Well, I guess you are right, what I meant is that NetBeans does not have a module that specifically supports JBPM. I am glad to hear that it is possible to work in a JBPM project in NetBeans, even without specific support. View the original post :

[jboss-user] [JBoss Seam] - Re: Dealing with JAR conflicts

2007-01-08 Thread SmokingAPipe
Well, I replaced all those JARs and it didn't seem to help any. The httpclient class files are also contained in a few of the other JARs in JBoss, and replacing it everywhere is not completely easy. Hmm, there must be some way to tell JBoss to use my JAR instead of the built-in JARs. View

[jboss-user] [JBoss Seam] - Re: Dealing with JAR conflicts

2007-01-08 Thread SmokingAPipe
Now I am completely baffled. I took apart jbossall-client.jar and replaced the httpclient in there. I checked every jar in the jboss directory for httpclient, and replaced every instance of it. I deleted the tmp work directory with my app. And I still get java.lang.RuntimeException:

[jboss-user] [JBoss Getting Started Documentation] - How to change Hypersonic configuration to Oracle database co

2007-01-08 Thread Shweta21
Hi, I am running Duke's bank application in jboss. I want to use Oracle data base. Can anybody tell me, How to change Hypersonic configuration to Oracle database configuration in jboss? What files i need to update to do this? Thanks in advance. Regards, Shweta View the original post :

[jboss-user] [JBoss Seam] - Re: bookmarkable page with cid problem

2007-01-08 Thread liudan2005
Thanks Gavin. This seems not work for me. Looking at your url, I've noticed it deosn't have clr=true. why does my url have clr=true? What does clr do? Is there anyway to get ride of it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998893#3998893 Reply to

[jboss-user] [JBoss Seam] - Re: Dealing with JAR conflicts

2007-01-08 Thread SmokingAPipe
I had it print out the classloader in question, and got: [EMAIL PROTECTED] url=file:/usr/java/jboss/server/default/tmp/deploy/tmp2172MyApp.ear | No idea what to make of this, because I can't find ANY place that it could be loading this old version from. I have looked in every jar in the

[jboss-user] [EJB 3.0] - Re: ORM.xml Sample

2007-01-08 Thread Wolfgang Knauf
Hi David, this sounds like a bug if orm.xml is picked across EARs. Maybe you should file it. Wolfgang View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998906#3998906 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3998906

[jboss-user] [JBoss Portal] - Re: load page with portlet maximized

2007-01-08 Thread [EMAIL PROTECTED]
If you need to provide a link from one portlet to open *another* portlet in maximized mode then you need to look at IPC View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998914#3998914 Reply to the post :

[jboss-user] [JBoss Portal] - Default Login page not needed

2007-01-08 Thread vikash.anand
Dear All; I have developed 5 portles and have deployed successfully. Whenever i need to access them i have to pass through index.jsp where i need to provide username and password (currently i am using admin/admin). I do not want login page. I want my page to be shown when i enter

[jboss-user] [JBoss Portal] - Differences between 2.4 and 2.6

2007-01-08 Thread sridhark79
Hi, We are in need of a features comparison list between 2.4 and 2.6 Jboss Portal Server. Can anyone point me to the place where i can find the differences between them. Thanks Regards Sridhar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998925#3998925

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

2007-01-08 Thread [EMAIL PROTECTED]
Thank you Stan ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998926#3998926 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3998926 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Dealing with JAR conflicts

2007-01-08 Thread SmokingAPipe
Now I tried setenv doing: setenv JAVA_OPTS '-Xbootclasspath/p:/home/me/MyApp/extras/httpclient.jar' before running JBoss and it still did not work. I could modify Sun's classloader in rt.jar so that it is forced to load all classes from the httpclient from a certain directory, or I could

[jboss-user] [JBoss Portal] - Re: how to retive the content from jbp_XXX shema tables?

2007-01-08 Thread [EMAIL PROTECTED]
Use the CMS Commands, you shouldn't access the tables directly View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998927#3998927 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3998927

[jboss-user] [EJB 3.0] - Can't deploy after installing RC9 Patch 1

2007-01-08 Thread ingo77
Hi all, I can't deploy my application after I installed RC9 Patch 1. According to the log file it seems as it's a problem with the relations. | 2007-01-08 10:24:46,080 DEBUG [org.hibernate.cfg.AnnotationConfiguration] processing manytoone fk mappings | 2007-01-08 10:24:46,080 DEBUG

[jboss-user] [JBoss Portal] - How to create a home button for the portal

2007-01-08 Thread djmacpac
Hi, i want to create a home button, that when it is clicked, brings back the user to the starting screen that ist showed to him after the login. all variables and parameters should be deleted. Does it work with: | response.setHeader(Pragma, no-cache); | response.setHeader(Cache-Control,

[jboss-user] [JBoss Getting Started Documentation] - Re: How to change Hypersonic configuration to Oracle databas

2007-01-08 Thread visolvejboss
Hello, You need to add the oracle-ds.xml file in the JBOSS_HOME/server/default/deploy folder. You can find the example file oracle-ds.xml from the location JBOSS_HOME/docs/examples/jca/ And do the changes as required for | connection-url,user-name and password fields etc., Hope, this

[jboss-user] [Security JAAS/JBoss] - Assigning roles to principals using security-role inside j

2007-01-08 Thread conoroneill
I am using JBoss 4.02, and I am in the process of enabling security authentication for all EJB methods. I have got the various security domain stuff working, and I can now successfully authenticate a client connection (and successfully fail an incorrect client). I am using various different

[jboss-user] [JBoss Portal] - JBoss Portal 2.4.1.SP1 Release

2007-01-08 Thread [EMAIL PROTECTED]
The Portal Team is happy to announce the release of the first maintenance release JBoss Portal 2.4.1-SP1, you will find in this release : - the new Renaissance theme - JSR-168 Portlet Caching fully supported and tested - WSRP cookie management rewritten - minor bug fixes

[jboss-user] [JBoss Seam] - Re: conversation help needed please

2007-01-08 Thread ehung
I've been viewing the forum. Please correct me if I get seam conversation wrong. Executing a method annotated with the @begin does not start a conversation immediately. So there is no way to find out the conversation id. I have to redirect request to the popout page to solve the problem?? And

[jboss-user] [JBoss Seam] - Quick entity question

2007-01-08 Thread beligum
Hi all, Quick question; isn't it possible to inject a persistence-context in an entity-bean? | @Entity | @Name(loginEntity) | public class LoginEntity | { | @In | @Transient | private EntityManager em; | } | thanks, b. View the original post :

[jboss-user] [JBoss AOP] - Re: execution pointcut....class context?

2007-01-08 Thread [EMAIL PROTECTED]
That should not make any difference whatsoever, but we will try to reproduce the error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998955#3998955 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3998955

[jboss-user] [JBoss Seam] - Date parameter at s:button

2007-01-08 Thread rengar
I have : In jsf lstEstablecimientos: | s:button view=/lstEstablecimientosLista.seam id=listado value=#{messages['verLstEstablecimientos.button']} action=#{lstEstablecimientosLista.listadoAv} | | f:param name=diaLlegada

[jboss-user] [Security JAAS/JBoss] - Propagating Roles from Servlet Security Context to EJB3

2007-01-08 Thread tnfink
Hi, this is probably a stupid poblem, but I dare to ask... I have a web application (JSF using Seam) that access an EJB-3 bean. For testing I use the UsersRolesLoginModule and put the configuration files in my JBOSS/server/default/conf directory. I have no problems to access the authenticated

[jboss-user] [Beginners Corner] - Problem in configuring other database

2007-01-08 Thread Shweta21
Hi, I am configuring oracle database, but getting following error during deployment. java.lang.IllegalStateException: Cannot obtain type mapping from: jboss.jdbc:datasource=OracleDS,service=metadata Can you tell how i configure for aoracle database? 17:33:00,035 INFO

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting Exception for Derby Data Source

2007-01-08 Thread andydale
Hi, If you want to use Derby as the default DS you will need to do some more config (i have done this for EJBTimerService and for JMS/MDB) For EJBTimerService, you will need to edit the ejb-timer-service.xml file located in the deploy directory and change the following line depends

[jboss-user] [Installation, Configuration Deployment] - Re: Start up 2 JBoss in same machine

2007-01-08 Thread Kalimero
This ports are used in JBoss 4.0.5 GA (all we are using) default | deploy/naming.sar/META-INF/jboss-service.xml attribute name=Port***NamingService.Port***/attribute | deploy/naming.sar/META-INF/jboss-service.xml attribute name=RmiPort***NamingService.RmiPort***/attribute | tomcat

[jboss-user] [JBoss Portal] - Re: Default Login page not needed

2007-01-08 Thread sridhark79
Hi, There are two questions here One is to bypassing the login page and the second is showing you portal as the default one. If you deploy your application seperately as a WAR then you should be able to access your portal pages unless you force login. If you need to login and go to you portal

[jboss-user] [Installation, Configuration Deployment] - Re: Slimming JBoss 4.05 Server Configuration

2007-01-08 Thread Kalimero
The best way is to run the installer and select the packages you need. Everything else is very hard job because of the dependencies... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998971#3998971 Reply to the post :

[jboss-user] [JBoss AOP] - Dynamic AOP, Inheritance, AdviceBinding, AspectManager

2007-01-08 Thread TOMBATLECRUISEr
Hi, I want to use Dynamic AOP over some POJO hierarchy. Here is the example: Class Super private String superField Class A extends Super private String aField Class B extends Super private String bField Suppose I want to intercept the field B.superField ? what should

[jboss-user] [Installation, Configuration Deployment] - Re: The one and only true JBoss installation

2007-01-08 Thread Kalimero
if you are using ejb3, hibernate... the only way to get it working is running the installer View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998974#3998974 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3998974

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Unable to Configure JBossWS Project

2007-01-08 Thread MGump
Wow, thanks folks, that was some quick turnaround! Any ideas on when the next release will be? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998975#3998975 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3998975

[jboss-user] [JBossWS] - Re: Web Service as an Stateless Session Bean on JBoss 5.0

2007-01-08 Thread still_aimless
I'm experiencing the same problems. @Web... Annotated EJB3s deploy without a hitch on JBoss 5.0, but the services are nowhere to be found. Anyone would like to comment on this issue? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998977#3998977 Reply to the

[jboss-user] [EJB 3.0] - Re: Can't deploy after installing RC9 Patch 1

2007-01-08 Thread ingo77
Problem solved I had a rubbish mapping, my bad. The mapping was incomplete: @ManyToOne | @JoinColumn(name = A_FK) | public int getA(){ |return a; | } | public void setA(int a){ |this.a=a; | } The problem is that I got a nullpointer , when I

[jboss-user] [JBoss Seam] - xsd to use with components.xml

2007-01-08 Thread cheng.lee
Hi all, I'm trying to figure out which XSD to use with components.xml and came up with http://jboss.com/products/seam/framework which is either incorrect or have some spelling mistakes. for example: framework:entity-query name=productList ejbql=select product from Product product

[jboss-user] [JBoss Seam] - Re: Quick entity question

2007-01-08 Thread Eekboom
http://docs.jboss.com/seam/1.1GA/reference/en/html/concepts.html#d0e2489 anonymous wrote : | 3.2.3. Entity beans | Entity bean components do not support bijection or context demarcation. Nor does invocation of an entity bean trigger validation. View the original post :

[jboss-user] [JBoss AOP] - Re: Dynamic AOP, Inheritance, AdviceBinding, AspectManager

2007-01-08 Thread [EMAIL PROTECTED]
| bind pointcut=field(java.lang.String Super-superField |interceptor class=SomeInterceptor/ | /bind | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998987#3998987 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - NTLM Silent authentication

2007-01-08 Thread Zgreugneugneu
hi jboss team, i've read a lot of threads on this forum but i am not abble to authenticate my user silently. I'm using the jboss 4.0.5.GA version with the jems installer in the ejb3 configuration. The final purpose is to validate some security point for a futur project. I have done all the

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Unable to Configure JBossWS Project

2007-01-08 Thread omatzura
Hi! nope.. it will be with beta3/rc1.. dont think an official date has been set.. thanks for reporting this! regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998999#3998999 Reply to the post :

[jboss-user] [JBossCache] - Re: shun=true and JVM freezes + replication queue

2007-01-08 Thread [EMAIL PROTECTED]
Have you tried this with the latest version of JGroups - 2.4.1 final? JBC 1.4.1.BETA shipped with a snapshot of JGroups 2.4.1, not the final. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998992#3998992 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portlet data

2007-01-08 Thread hussain_rangwala
Hi, I have a web application and its running fine on a Jboss AS 2.4.0 However i wish to deploy the same as a portlet on JBoss Portal 2.4.0.I followed all the steps for Deploying an application as a portlet on Jboss portal.However i am unable to deploy the same .I am facing the following

[jboss-user] [JBoss Seam] - Seam Application Framework : association management

2007-01-08 Thread patrick.antivackis
I do not really understand the association management as explained in Chapter 14 of SEAM 1.1GA documentation. Is there a place where to find the complete example described in this chapter ? If no, does someone know how to use the concept of @DataModel and @DataModelSelector with the Framework.

[jboss-user] [JBoss Portal] - How To Deploy An Application As A Portlet On JBoss Portal 2

2007-01-08 Thread hussain_rangwala
Hi, I have a web application and its running fine on a Jboss AS 2.4.0 However i wish to deploy the same as a portlet on JBoss Portal 2.4.0.I followed all the steps for Deploying an application as a portlet on Jboss portal.However i am unable to deploy the same .I am facing the following issue:

[jboss-user] [EJB 3.0] - Re: RuntimeExceptions caught, wrapped in EJBException

2007-01-08 Thread ALRubinger
Wow, great. Looks like the interceptor-based solution will be the way to go. Will try this out and repost. Thanks. Always wondered why unchecked/undeclared exceptions get wrapped... S, ALR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999011#3999011

[jboss-user] [JBoss jBPM] - Re: difference between node and task-node

2007-01-08 Thread asmo
as far as i know, task-nodes are used to assign tasks to human actors. tasks are actions, which must be executed by a person. Nodes are used to execute actions by external systems ( it-systems) e.g. a database update no human person is involved. an other difference is, that the node is no

[jboss-user] [JBoss Portal] - customizing admin role for management portlet

2007-01-08 Thread jboss_ms
Hi, I want to do the following. I have a role known as page admin. The users who belong to this role has access to the management portlet instance. But I want to restrict the operations of this role on management portlet. This user role can do the following: 1) User can create a portal

[jboss-user] [JBoss jBPM] - change xml Schema to jpdl-3.1.xsd

2007-01-08 Thread asmo
Hi all! Until know, i have used jpdl 3.0 ( xml schema http://jbpm.org/xsd/jpdl-3.0.xsd ) But know, i want to use the asynchron execution of nodes and therefore i must change my xml schema to jpdl 3.1. I have tried to change the processdefinition in this way: process-definition |

[jboss-user] [JBoss Messaging] - Make Messaging server talk to MySQL DB

2007-01-08 Thread vvd
I followed installation instructions and copied the MySQL persistance file from example/config directory to server/standalone-messaging/deploy/jboss-messaging. I noticed that server/standalone-messaging/deploy directory, I need to have a file similar to hsqldb-ds.xml, where I mentioned the

[jboss-user] [Installation, Configuration Deployment] - Re: blue screen

2007-01-08 Thread magnuskastberg
Hi, I have the same problem with a blue screen when running run.bat. I can see that it says BAD_POOL_HEADER in the beginning of the output. I have tried different versions of JBoss (both 4.0.4.GA and 4.0.5.GA) as well as different JVM versions (both the latest Java 6 as well as 1.5.0_10). The

[jboss-user] [JBoss Seam] - Re: POJOs instantiated twice

2007-01-08 Thread jweidner
Maybe SEAM could recognize another annotation that indicated that the POJO is implementing a certain interface. Then the proxy instance wouldn't need to subclass the POJO but could just implement the interface. View the original post :

[jboss-user] [JBossWS] - Re: jbossws 2.0.0.CR2 - binary version

2007-01-08 Thread ajay662
Thanks for clarification. My requirements were to implement web services client from EJBs. So I was able to use JAX-WS 2.0 (Glassfish implementation) without problems. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999026#3999026 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Dynamic AOP, Inheritance, AdviceBinding, AspectManager

2007-01-08 Thread TOMBATLECRUISEr
:) Ok, but that means I will also intercept the event for A.superField and that is a thing I really don't want to do (a want to log only some of the POJO not the entire hierarchy). Thanks again. Any other suggestions are welcome. View the original post :

[jboss-user] [JBoss jBPM] - Re: How can I assign attribute of the complex object?

2007-01-08 Thread bertrand.njiipwo
Hello Together, Hello Peter, i'm facing fast the same problem with the invokation of a web Service wich sends back namespace non conforme Response. I'm stucking and i'll need help. Could you specify more informations about how you have losed your problem hier? My problem is similar and the

[jboss-user] [Beginners Corner] - Re: Use of old CGI scripts with latest versions of JBoss

2007-01-08 Thread hilfiker
Anyone have any ideas? I'm at a loss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999034#3999034 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999034 ___ jboss-user mailing

[jboss-user] [JBoss AOP] - Re: Dynamic AOP, Inheritance, AdviceBinding, AspectManager

2007-01-08 Thread [EMAIL PROTECTED]
Ah, I see We do not differentiate between these two cases, and neither does the jvm. You could try | prepare expr=field(java.lang.String Super-superField/ | /bind | bind pointcut=execution(B-new(..)) |interceptor name=AttachDynamicInterceptor/ | /bind | And then in

[jboss-user] [JBoss Seam] - Seam not finding the theme component

2007-01-08 Thread [EMAIL PROTECTED]
I'm trying to configure themes in a prototype Seam application and would like to be able to rebrand the site using themes. But, I'm getting the following error followed by the world's largest stack dump: template=#{theme.template} /index.xhtml @8,46 template=#{theme.template}: Cannot get

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - datasource pool is alocated twice

2007-01-08 Thread erahamim
Hi, I'm using jboss 4.0.5. I have XA datasource with oracle 10 as database. I init my application using a start up servlet. In the init method of the servlet I do some queries to database which are done ok. Then in the first time that I try to get a database connection using stateless ejb I

[jboss-user] [JBoss jBPM] - Re: change xml Schema to jpdl-3.1.xsd

2007-01-08 Thread asmo
It seems, that i could solve the problem. i have changed the processdefinition and there is no error any more. | process-definition | xmlns=urn:jbpm.org:jpdl-3.1 | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://jbpm.org/3/jpdl

[jboss-user] [JBossCache] - Re: Replication vs. Invalidation and Configuration

2007-01-08 Thread fabrefactor
Hi again, folks. REPL_SYNC seems to work flawlessly, but we'd prefer not to have to do that. Is there a way to use only ClusteredCacheLoader and INVALIDATION_SYNC to get data to other nodes in real time? Thanks in advance. View the original post :

[jboss-user] [JBoss jBPM] - Re: difference between node and task-node

2007-01-08 Thread asmo
sorry, i have to correct my posting. you must call the exectionContext.leave(transtion) method in the activty action handler to leave the node View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999042#3999042 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Problem in configuring other database

2007-01-08 Thread cronydude
http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAOracleDatasource View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999044#3999044 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999044

[jboss-user] [Installation, Configuration Deployment] - Re: HTTP Status 500 - No Context configured to process this

2007-01-08 Thread cronydude
The error is clearly mentioning that 'context' is missing in the request (in your URL). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999046#3999046 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999046

[jboss-user] [Installation, Configuration Deployment] - Multiple memory configurations using same JBoss instance (HO

2007-01-08 Thread bbalmer
Using the same JBoss instance (4.0.1) we are running 4 separate servers. How can I allocate different amounts of memory to each server? If I put the JAVA_OPTS in the run.sh or run.conf the settings apply to all 4 server. Any ideas. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Start up 2 JBoss in same machine

2007-01-08 Thread PeterJ
Look at the ./docs/examples/binding-manager/sample-bindings.xml file. It simplifies setting ports for 2 servers. The other option for running two servers is to bind each to its own IP address. Of course, you need to either be able to assign multiple IP addresses to a NIC, or have multiple

[jboss-user] [Beginners Corner] - Re: Problem in configuring other database

2007-01-08 Thread tok199hz
http://www.onjava.com/pub/a/onjava/2004/02/25/jbossjdbc.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999056#3999056 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999056

[jboss-user] [JBoss jBPM] - Re: HOW to create new node types ???

2007-01-08 Thread juangiovanolli
Thks for your answer, but maybe my explanation maybe wasn't exactly. exactly, i reffer to extends the jbpm nodes through annotations??? Thnks from Argentina View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999059#3999059 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portlet data

2007-01-08 Thread PeterJ
Hussain, first, you should have started a new thread, nit posted your question onto an existing thread. Second, all of the questions you asked are answered in the documentation. See http://docs.jboss.com/jbportal/v2.4/reference-guide/en/html/tutorials.html. View the original post :

[jboss-user] [JBoss Portal] - Re: How To Deploy An Application As A Portlet On JBoss Porta

2007-01-08 Thread PeterJ
Please do not double post! I answered in your other post. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999063#3999063 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999063 ___

[jboss-user] [JBoss Seam] - Re: Seam not finding the theme component

2007-01-08 Thread [EMAIL PROTECTED]
To answer my own question. The problem was that the theme properties files where not being placed into the root folder of the ear file. Once the build.xml was modified to copy the theme.properties files into the correct place, then the theme component was visible. View the original post :

[jboss-user] [JBossWS] - Using Java 5 Generics for Webservices

2007-01-08 Thread opepin
Hello, Is it possible with jboss WS and jsr-181 to use Generics in a Webservice interface. ie: @WebMethod public ContentSet getContent() { ... } with: public class ContentSet { T[] items; } Currently (jboss 4.0.5) the generated wsdl does not generate

[jboss-user] [JBoss Messaging] - Re: Make Messaging server talk to MySQL DB

2007-01-08 Thread PeterJ
An example mysql-ds.xml file can be found in the app server at ./docs/examples/jca/mysql-ds.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999070#3999070 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999070

[jboss-user] [Installation, Configuration Deployment] - Re: blue screen

2007-01-08 Thread PeterJ
Googling 'bsod bad_pool_header' turned up several articles with suggested solutions. http://discuss.pcmag.com/forums/1004317607/ShowPost.aspx Sounds like a driver gone bad. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999072#3999072 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Make Messaging server talk to MySQL DB

2007-01-08 Thread vvd
PeterJ wrote : An example mysql-ds.xml file can be found in the app server at ./docs/examples/jca/mysql-ds.xml. thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999073#3999073 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - JBoss 3.2.5 problem

2007-01-08 Thread b.saric
Hi, sorry if i double topic, but i havent find any solution for this problem I have JBoss 3.2.5 and JDK 1.4.2_12. There is no other JDK or JRE on machine. When i access http://localhost:8080/web-console/, i receive on both forms error 500 and next exception.

[jboss-user] [EJB 3.0] - Re: RuntimeExceptions caught, wrapped in EJBException

2007-01-08 Thread ALRubinger
anonymous wrote : Always wondered why unchecked/undeclared exceptions get wrapped... Will correct myself. I understand why they're wrapped. I do not understand why they are not thrown on the server to generate an error. S, ALR View the original post :

[jboss-user] [JBoss jBPM] - Delegation escaping

2007-01-08 Thread leobaz2
I am trying to add a map to my delegation but it seems that the process designer is escaping the '' and '' in the processdefinition.xml source which is causing problems. I have to manually go to the source and change it back. For example, mykey1myvalue1mykey2myvalue2 is being changed to

[jboss-user] [Installation, Configuration Deployment] - Re: Multiple memory configurations using same JBoss instance

2007-01-08 Thread PeterJ
I am not a shell script expert, but offhand I would say it is possible. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999079#3999079 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999079

[jboss-user] [EJB 3.0] - Sharing an EntityManager across two stateless session beans

2007-01-08 Thread [EMAIL PROTECTED]
There are two entities: Person and Address, the Person has a lazy set of Addresses. Furthermore there are two stateless session beans: the PersonManager can create and find Persons and the AddressManager can add new Addresses to the person. Both beans have an EntittyManager injected. The

[jboss-user] [JBoss Seam] - Re: serious problem on sun application server 9.0

2007-01-08 Thread [EMAIL PROTECTED]
Is there really no global JNDI name you can bind to? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999082#3999082 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999082 ___

[jboss-user] [Installation, Configuration Deployment] - Re: Multiple memory configurations using same JBoss instance

2007-01-08 Thread PeterJ
Low tech solution: make four copies of run.sh (and possibly run.conf) and set the memory in each one. High tech solution: I assume that each server is a separate configuration (that is, 'run.sh -c config1'), so you can modify the scripts to base the memory size on the configuration passed to

[jboss-user] [JBoss Seam] - Re: @Factory and @Out: why required=false?

2007-01-08 Thread [EMAIL PROTECTED]
The above looks good to me. Where exactly are you getting the error from? Is makeFoo really setting the foo value? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999085#3999085 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Differences between 2.4 and 2.6

2007-01-08 Thread [EMAIL PROTECTED]
You can check the added feature on Jira http://jira.jboss.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999086#3999086 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999086

[jboss-user] [JBoss Seam] - Re: Improve the message example

2007-01-08 Thread [EMAIL PROTECTED]
What code is giving that error? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999087#3999087 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999087 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Back from vacation

2007-01-08 Thread [EMAIL PROTECTED]
Hi everyone, I'm back from my trip, but I don't have any chance to read through all the 730 forum posts that I missed, so if you feel like there is some thread which needs further attention, please add a new post to the thread with Gavin, please review, and I'll take a look. Cheers View the

[jboss-user] [JBoss Seam] - Re: Dealing with JAR conflicts

2007-01-08 Thread [EMAIL PROTECTED]
Can you set Java2ParentDelegation to false on your loader-repository (jboss-app.xml) and see if that lets you see your local classes first? | loader-repository | seam.jboss.org:loader=seam-pay | loader-repository-configjava2ParentDelegation=false/loader-repository-config |

[jboss-user] [JBoss Seam] - Re: conversation help needed please

2007-01-08 Thread [EMAIL PROTECTED]
Conversation.instance().getId() would give you the conversation id, but there are other mechanisms to generation a link with a conversationId in it. Have you tried s:link or s:conversationId with a normal JSF link? View the original post :

[jboss-user] [JBoss Seam] - Re: xsd to use with components.xml

2007-01-08 Thread [EMAIL PROTECTED]
The schemaLocation for http://jboss.com/products/seam/framework is http://jboss.com/products/seam/framework-1.1.xsd. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999097#3999097 Reply to the post :

[jboss-user] [JBossWS] - Re: jbossws 2.0.0.CR2 - binary version

2007-01-08 Thread [EMAIL PROTECTED]
hey Ajay Please clarify, do you mean you used GlassFish webservices with JBoss 4.0? Could you point me to some documentation if you have successfully done so? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999098#3999098 Reply to the post :

[jboss-user] [JBossWS] - Problem deploying a simple web service

2007-01-08 Thread sigitm
I'm studying web services, and I developed this simple one: WebServiceBean.java | /** | * @ejb.bean | * name=WebService | * jndi-name=ejb/publishingsystem/dipartimento/WebService | * type = Stateless | * display-name = WebService |

[jboss-user] [Installation, Configuration Deployment] - Re: Multiple memory configurations using same JBoss instance

2007-01-08 Thread Kalimero
We are using something like that: 1. start jboss with run.sh start myserver 2. run.myserver.conf: | JAVA_OPTS=$JAVA_OPTS -server -Xms2000m -Xmx2000m | 3. run.sh | # --- Read an optional running configuration file | if [ x$2 = x ]; then | RUN_CONF=$DIRNAME/run.conf | else

[jboss-user] [JBossCache] - Re: Replication vs. Invalidation and Configuration

2007-01-08 Thread [EMAIL PROTECTED]
Hi, Sorry for the slow response. For your use case where you need to maintain state across all servers, INVALIDATION will not work. You do need to use replication. Just to brush up on the concepts, invalidation will *remove* state on remote nodes if one node updates this state while

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss 3.2.5 problem

2007-01-08 Thread Kalimero
One or more of the classes you're trying to load has been compiled with Java 5... lg Wolfgang View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999103#3999103 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999103

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Documentation for EJB 3

2007-01-08 Thread EricChile
Bump with a good question.. Are there any plans for automatic generation of Enity EJB 3.0's? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999104#3999104 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999104

[jboss-user] [Installation, Configuration Deployment] - Re: Multiple memory configurations using same JBoss instance

2007-01-08 Thread bbalmer
Thank you very much. Simple approach that works perfectly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999106#3999106 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999106 ___

  1   2   3   >