[JBoss-user] [The Lizzard's corner] - Is Oracle Buying JBoss?

2006-01-26 Thread djr667
http://java.sys-con.com/read/175923.htm Rumours, rumours, rumours - is this one true? anonymous wrote : the rumor in Silicon Valley is that Oracle is in talks with JBoss to acquire them Dave View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919964#3919964 Rep

[JBoss-user] [JBossCache] - Re: How to do this with JBOSS cache

2006-01-26 Thread bertin
Changing the metadata takes some time (hours) and a lot of calls to the appserver but the application should still be up and running for other users. On the other hand, the cache is also needed to verify while changing. Changing the metadata is done manually by an end-user (application manager)

[JBoss-user] [JBoss/Spring Integration] - Re: clarification of use

2006-01-26 Thread bdinnerv
PS, have tried this with a combination of jdk1.4 / 1.5 and also jboss 3.2.5 + 4.0.2 / 3 and both different deployers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919962#3919962 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [JBoss/Spring Integration] - clarification of use

2006-01-26 Thread bdinnerv
Hi All, Have been scratching my head for a few hours now trying to get something to work with jboss 4.0.3, spring 1.2.6 and jboss-spring deployer and thought i would check to see if what i am doing is actually possible. I have a bean defined in spring that is exported as an MBean -

[JBoss-user] [JBoss Seam] - Processing get requests

2006-01-26 Thread javalover75
Hello, I am having difficulty accomplishing what I feel should be a very simple task. I need to process a get request (coming from another website) where I take the id from the request such as object-view.jsf?id=1 and lookup the object in the database and present the object to the user on the

[JBoss-user] [Installation, Configuration & Deployment] - Re: where do i set the classpath so that jboss will recogniz

2006-01-26 Thread chaituu
if i dropped some third party jar say p6spy.jar or quartz.jar in default/lib directory;it didnt recognize that jar; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919959#3919959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Beginners Corner] - Re: where do i set the classpath so that jboss will recogni

2006-01-26 Thread chaituu
i dropped p6spy.jar in default/lib directory but it didnt recognize that jar; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919958#3919958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919958 ---

[JBoss-user] [JBoss jBPM] - Re: What exactly is ProcessInstance ?

2006-01-26 Thread RAlfoeldi
Hi Aaron, jBPM doesn't know... unless you tell it. How about calling processInstance.getContextInstance().setVariable()? Greetings View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919957#3919957 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss jBPM] - Re: process instance persistence and reexecution

2006-01-26 Thread RAlfoeldi
Hi Raj, there are a number of very long threads here concerning your problem. Try a search for asych execution, etc. You ought to find all you need. And yes, your problem is very well solvable with jBPM. You probably will need a bit more infrastructure than a JVM. A bit of JMS wouldn't be bad

[JBoss-user] [JBossCache] - Re: New user of JBoss Cache

2006-01-26 Thread [EMAIL PROTECTED]
http://docs.jboss.com/jbcache/1.2.4/TreeCache/html/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919955#3919955 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919955 -

[JBoss-user] [JBoss jBPM] - Re: add new tables to jbpm database

2006-01-26 Thread RAlfoeldi
Hi 'lappi', sorry for stating the obvious. Your ProcessDefinition is null => there is no ProcessDefinition with the name of "websale", at least not where Hibernate is looking for it. Check your database instances, try deploying a ProcessDefinition 'by hand' in the source code (create small xml

[JBoss-user] [JBossCache] - New user of JBoss Cache

2006-01-26 Thread srivathsa.kodangal
Hi, I am a new user of cache objects...so would u please help in letting me know as to how the caching takes place exactly.what are the initializations to be done in order to enable the cache objects in the jboss environment.. please do let me know soon.. View the original post

[JBoss-user] [JBoss Portal] - SSO configuration in JBoss

2006-01-26 Thread arvind_pv
Hi Everyone, Please help me how do I configure Single Sign On (SSO) in JBoss Portal Server. I couldn't find any thing on this. Can someone please throw out their ideas on implementing the SSO in JBoss Portal Server? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - WARN [TxConnectionManager] Connection error occured

2006-01-26 Thread jh29789999
Hello, I have a problem which I hope someone could help point me in the right direction with. background: database: MySQL4.1 OS: xp server: jboss4.0.2 I have a web application where by it uses mysql to input/retrieve content manually using Statments and PrepairedStatements from the Servlet Tier

[JBoss-user] [EJB 3.0] - Re: ClassCastException on OneToOne merge

2006-01-26 Thread justinb
Hi John, Thanks for your reply. Person's Id is "id" and it is a String. I was under the impression that the id's of the one-to-one would be independant of each other if @PrimaryKeyJoinColumn was not used. So I tried using the @PrimaryKeyJoinColumn approach instead (took a bit of re-structuring

[JBoss-user] [JBoss Seam] - Can I really not get the size of a list in JSF?!

2006-01-26 Thread RobJellinghaus
So I'm mucking with the noejb example (which is basically the booking application). I've changed it from a list of hotels to a list of blog posts (yes, another blogging system, just what the world needs, I know, I know). And I tried to make this change to pages.xml: View #{blogPosts.si

[JBoss-user] [EJB 3.0] - Re: EJB3.0 Read-only entity bean annotation

2006-01-26 Thread euvitudo
In answer to your first question, why not just use the @Column annotation, e.g., @Column(insertable=false,updatable=false) The ejb3 persistence spec has more details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919948#3919948 Reply to the post : http://w

[JBoss-user] [JBoss Portal] - Re: Portal 2.2: Data truncation with MySQL 5 & Connector/J 3

2006-01-26 Thread wowowonder
It turns out on the Mac OSX that the file is called my.cnf, and it is located in /etc. Below is a very elementary way of editing the file: Launch the Terminal application and a new shell window will show up. Change directory by entering cd /etc Enter sudo sh Enter your password Copy the file to y

[JBoss-user] [JBoss jBPM] - What exactly is ProcessInstance ?

2006-01-26 Thread Neelixx
All, I'm trying to comprehend the methods used in JBpm. I'm building a helpdesk for my company using JBoss, and JBpm will really help me out. My confusion is in the ProcessDefinition and ProcessInstance. In the tutorial for JBpm3.0 (Chapter 3.2 Database Example), a processDefinition is deploy

[JBoss-user] [EJB 3.0] - Re: How to inject an EntityManager?

2006-01-26 Thread [EMAIL PROTECTED]
sorry, i gave you directions on how to obtain factory/entitymanager for the next release which will hopefully be tomorrw. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919944#3919944 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [EJB 3.0] - Re: How to avoid .ejb3 suffix

2006-01-26 Thread [EMAIL PROTECTED]
you can use .jar instead of .ejb3 and .par in the next release. But, you will still have to list both ejb-jar and peristcne archives as ejb modules in application.xml in your ear View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919943#3919943 Reply to the post

[JBoss-user] [Installation, Configuration & Deployment] - Problem in getting database connection

2006-01-26 Thread baba79au
Hi, I am using the JBoss App Server, Informix Database. I am getting a problem to get the jdbc connection, while my EJB are doing well. When i try to get the database connection from standard java class using this code: private Connection getConnection() { try { //this function returns th

[JBoss-user] [EJB/JBoss] - How create JMS TOPIC user and dualbe ID in XML file

2006-01-26 Thread kevnlin
How create JMS TOPIC user and dualbe ID in XML file example user aaa passwd aaa duable id bbb can you help me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919941#3919941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [EJB 3.0] - Re: EJB-QL query on partial part of a compound key

2006-01-26 Thread DWebster
answering my own question. Using an alternate annotation approach (@IdClass instead of @Embedded in the PK class and @EmbeddedId in the main class) works as you have to duplicate the compound primary key members in both the PK and the main Entity bean. The EM query can now recognize the key me

[JBoss-user] [EJB 3.0] - cannot commit with autocommit set ???

2006-01-26 Thread elkner
Hmmm, since it seems to be impossible to persist and remove an entity within the same JTA, I 'm trying to manage the tx manually, i.e. with tx1 persist and within tx2 cleanup aka remove: SLSB ... | @PersistenceUnit(unitName="foo") | EntityManagerFactory emf; | EntityManager em;

[JBoss-user] [Beginners Corner] - make proj with several jar file

2006-01-26 Thread beam36
I have problems with having several jar files. After I deploy them they can't see each other bean. I use to referencing but when I lookup I always get namingException. (I can link to bean which referee is in same jar as referer and I can use expicit JNDI name to lookup also but I can't use to

[JBoss-user] [JBoss Getting Started Documentation] - Re: jbossj2ee-src.zip

2006-01-26 Thread kgreen169
Did you ever find this file View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919937#3919937 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919937 --- This SF.net email

[JBoss-user] [EJB 3.0] - Re: composite PK/FK

2006-01-26 Thread DWebster
So, for further enlightenment could you provide a code snippet of a stateless session bean that contains a method for returning a list of regions from a specific country code? A partial compound key lookup. I have never gotten one of those to work. Thanks View the original post : http://www

[JBoss-user] [EJB 3.0] - EJB-QL query on partial part of a compound key

2006-01-26 Thread DWebster
I cannot seem to get the syntax down here. I have a compound primary defined something like this: @Entity @Table(name = "Person") public class Person implements Serializable { PersonPk pk; . . . @EmbeddedId({ @AttributeOverride(name=?ssn?), @AttributeOverride(name=?tshirtsize?)}) pub

[JBoss-user] [EJB 3.0] - Re: How to inject an EntityManager?

2006-01-26 Thread osganian
I don't know, do I want an ExtendedEntityManager to do this? Basically, what is the perferred way to obtaining an EntityManager in a POJO running within JBoss? Doing: | InitialContext ctx = new InitialContext(); | EntityManager em = (EntityManager) ctx.lookup("java:/EntityManagers/TestEM"

[JBoss-user] [EJB 3.0] - Re: How to inject an EntityManager?

2006-01-26 Thread [EMAIL PROTECTED]
you want an extended entity manager? Lookup the factory in jndi after you've declared jboss.entity.manager.factory.jndi.name and create it from the factory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919932#3919932 Reply to the post : http://www.jboss.c

[JBoss-user] [Security & JAAS/JBoss] - missing domain error when configuring a LoginModule

2006-01-26 Thread paulad
Hello all, I get this partial stack trace after configuring a login module: deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ 19:58:39,457 ERROR [MainDeployer] Could not create deployment: file:/C:/Program Files/jboss/jboss-4.0.3SP1/server/default/deploy/example3-login-config-service.x ml org.jbo

[JBoss-user] [Clustering/JBoss] - Re: Overriding annotation partition name

2006-01-26 Thread [EMAIL PROTECTED]
I've created a JIRA issue for this. See http://jira.jboss.com/jira/browse/EJBTHREE-424. Thanks for reporting it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919930#3919930 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Security & JAAS/JBoss] - Re: Same ldap configuration, different behavior by jboss ver

2006-01-26 Thread [EMAIL PROTECTED]
Maybe http://jira.jboss.com/jira/browse/JBAS-2452 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919929#3919929 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919929 ---

[JBoss-user] [JBoss jBPM] - Re: Decision Expressions

2006-01-26 Thread cgermano
the reason why expression doesn't work in 3.02 is because it was added in 3.1. I was working off 3.1 beta 2 while executing on 3.02. Works great now that I updated. Anyone have a way of doing a < b in beanshell expressions? ie it errors out stating the < is invalid. > works fine and I do realiz

[JBoss-user] [JBoss jBPM] - Re: process instance persistence and reexecution

2006-01-26 Thread dharraj
Hello Elmo, anonymous wrote : When you say stand-alone, are you referring to swing applications? No. I mean a command line java application. No GUI yet. Actually, these is what we are trying to do. We need to run a set of programs in a given order. The order in which the programs are executed

[JBoss-user] [JBoss jBPM] - Re: add new tables to jbpm database

2006-01-26 Thread lappi_79
Hi Rainer, Thanks for the reply. So I changed my code to create process instance to | ProcessDefinition processDefinition = | graphSession.findLatestProcessDefinition("websale"); | ProcessInstance processInstance = new ProcessInstance(processDefinition); | graphSession.saveProces

[JBoss-user] [JBoss jBPM] - Re: example of create process instance, please!!

2006-01-26 Thread enazareno
Hi, The xml variable refers to the process definition string form | String xml = "..."; I suggest first deploying process definition this way cos for me it is the easiest way. When you have done this, then you can deploy the definition using pars if you want to experiment other m

[JBoss-user] [Clustering/JBoss] - Overriding annotation partition name

2006-01-26 Thread klbcolt
Hi, I've found documentation (see below) that states that passing in a property at jboss startup will change the default partition name. However, this does not seem to override the default partion name used in the @Clustered annotation. Is this a bug? In any case, how can this default partitio

[JBoss-user] [EJB 3.0] - Re: How to inject an EntityManager?

2006-01-26 Thread osganian
Thanks for the reply. So what are my choices? Do I have to create an InitialContext and look up the EntityManager via JNDI? I tried and I get an InjectedEntityManager back which throws an exception if I try and get the Transaction from it. If I don't begin a transaction I get an TransactionR

[JBoss-user] [JBoss jBPM] - Decision Expressions

2006-01-26 Thread cgermano
This always goes to the transition "yes" and never no. What am I doing wrong? This should always evaluate to the no transition. I could guess that the expression evaluation is failing to resolve, I don't see the error and it's taking the default first transition. Any ideas? | | |

[JBoss-user] [JBossCache] - Re: weblogic transactions with jbosscache

2006-01-26 Thread jbossuser99
Thanks for your response. So, my understanding is I should set TransactionManagerLookupClass to org.jboss.cache.GenericTransactionManagerLookup in the tree cache configuration file and access this transaction with: UserTransaction tx=(UserTransaction) new InitialContext().lookup("javax.transacti

[JBoss-user] [EJB 3.0] - Re: How to inject an EntityManager?

2006-01-26 Thread [EMAIL PROTECTED]
you can't inject arbitrarily into any class. Injection works only into EJBs, interceptors, and when we support it, servlets/JSPs. Relaly only enterprise components. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919918#3919918 Reply to the post : http://w

[JBoss-user] [JBossCache] - Re: weblogic transactions with jbosscache

2006-01-26 Thread [EMAIL PROTECTED]
Try using the GenericTransactionManagerLookup in your JBossCache configuration. This should detect the WebLogic transaction manager. Regarding your code, looking up a UserTransaction is the correct way to get a hold of a transaction instance so this is correct as well. View the original post

[JBoss-user] [Beginners Corner] - Re: Hypersonic localDB -> server mode migration

2006-01-26 Thread dredley
Just as a note, I got it working. What I did... was probably more steps than I needed to but after going from forum to forum -- and finding so many "different" posible solutions to the "same" errors, I decided to begin again. It worked on the first try! I hope this can save someone else from

[JBoss-user] [JBoss jBPM] - Re: add new tables to jbpm database

2006-01-26 Thread RAlfoeldi
Hi 'lappi', did you see this: anonymous wrote : Caused by: org.hibernate.MappingException: Unknown entity: org.jbpm.graph.def.ProcessDefinition This usually means that there is no ProcessDefinition with id = 2. Are you sure you have a ProcessDefinition with the id 2, not version 2. The correc

[JBoss-user] [Installation, Configuration & Deployment] - Re: log4j, isDebugEnabled, performance

2006-01-26 Thread nsakiya
Sorry, this wasn't properly printed previously. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919909#3919909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919909 ---

[JBoss-user] [JBoss Portal] - Re: Newbie Question

2006-01-26 Thread sitongia
anonymous wrote : to make portal function with mySQL in case of using the hibernate y add the connector to the lib dir and delete the portal-hb***-DB.xml and add the portal-mysql-db.xml and that's it. Thanks for your suggestion. I removed the hsql db xml file from deploy, and that didn't fix

[JBoss-user] [JBossCache] - weblogic transactions with jbosscache

2006-01-26 Thread jbossuser99
Hi, I am a new user of jbosscache1.2.3 and am trying to use it with weblogic. For using transaction with weblogic, what TransactionManager or rather TransactionManagerLookupClass should I specify in my treecache configuration file? At the moment, I am doing the following in a servlet deployed

[JBoss-user] [JBoss Portal] - Re: Newbie Question

2006-01-26 Thread [EMAIL PROTECTED]
No. The postgres minor version should not matter. The CMS code was changed and fixed the PostGres problem, as PG did not like closing the stream before the tx.commit. I test it and it worked, but I'm beginning to think the fix did not make it in to the distro. Julien refactored the CMS persiste

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Why using app servers, for example Jboss: Spring/Hiberna

2006-01-26 Thread tvan
Hi, As my experience in J2EE App Server is limited, I am agreed with you about JMS, but for Soap or RMI we can use Web services for any distributed environment and the Web services can be deployed in Tomcat. For the homemade app server: For example when I use hibernate, I have to add hibernate.j

[JBoss-user] [Installation, Configuration & Deployment] - Re: log4j, isDebugEnabled, performance

2006-01-26 Thread nsakiya
I might get the same problem as you mentioned. By setting the following inside an DailyRollingFileAppender: log.debug() doesn't print anything into the log file, as expected. But how come isDebugEnabled() always returns true, no matter I set Threshold to INFO or DEBUG? I'm also using TCLFilt

[JBoss-user] [JBoss Portal] - signout no longer works

2006-01-26 Thread jksmartt
I have upgraded from JBoss Portal 2.0 to the latest JBoss Portal + JBoss AS 4.0.3SP1 2.2.1RC1 Release Candidate. It appears that in this release candidate that the signout method no longer works: public void processAction(JBossActionRequest request, JBossActionResponse response) throws Portlet

[JBoss-user] [JBossCache] - Re: How to do this with JBOSS cache

2006-01-26 Thread hmesha
Lets first map what you're describing to JBoss Cache terminology. The stateless beans holds the business logic that interact wth the metadata that can be cache nodes within a tree. The user can alter those nodes specifically the user settings which can be stored as attributes of the nodes. Tha

[JBoss-user] [JBoss jBPM] - Re: Step by Step configure jbpm with other database

2006-01-26 Thread lappi_79
follow the steps in this post: https://sourceforge.net/forum/message.php?msg_id=3301077 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919902#3919902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919902 -

[JBoss-user] [JBoss jBPM] - Re: add new tables to jbpm database

2006-01-26 Thread lappi_79
one correction: earler error was if contact table was not already created. if the contact table is already created then i get the following error msg: anonymous wrote : 2006-01-26 13:26:09 StandardWrapperValve[action]: Servlet.service() for servlet action threw exception | java.lang.ExceptionI

[JBoss-user] [JBoss Portal] - Re: Newbie Question

2006-01-26 Thread noicangi
sitongia, the same happened to me, i tried unstalling jboss as 401sp1 with the instaler.jar without result, then i tried upzip the jboss and unzip the portal 2.2.1rc1 to the deploy and didn`t workfinaly i just unzip the portal bundled with jboss (2.2.1rc1+ jboss as 403sp1) and worked. to m

[JBoss-user] [JBossCache] - How to do this with JBOSS cache

2006-01-26 Thread bertin
I have an appserver with stateless beans. The application uses some sort of metadata that defines the behaviour of the application, this metadata is cached. Part of this metadata can be altered by the user and only these user setting are stored in the metadata. Changing the metadata takes some

[JBoss-user] [JBoss Portal] - Re: Newbie Question

2006-01-26 Thread sitongia
I'm using PostgresQL 8.0, Portal 2.2.1RC1, and I'm using AS 4.0.3SP1 both from the zip download and the installer link. Should using Portal under the AS acquired via the installer link work, that is, it has been tested? Do you think the different in PostgresQL 8.0 and 8.1 would make a differenc

[JBoss-user] [JBoss jBPM] - add new tables to jbpm database

2006-01-26 Thread lappi_79
Hi, web app uses struts, I am trying to use the same database for jbpm and the webapp(is it a good idea/common practice?). Also I am trying to use the same session( jbpmsession.getSession() ) following is the action code Contact table is already created in the database. This code doesnt create th

[JBoss-user] [JBoss Portal] - Re: Newbie Question

2006-01-26 Thread [EMAIL PROTECTED]
I tested on PostGres 8.1 and it was working. Make sure you are getting the 2.2.1RC1 binary. http://prdownloads.sourceforge.net/jboss/jboss-portal-2.2.1RC1.zip?download Deploy it under AS 4.0.3SP1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919895#3919895

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2006-01-26 Thread [EMAIL PROTECTED]
Why do you want to TreeCacheAop to cache strings? It's immutable and serializable -- there is no benefit. TreeCache is fine for this. If you want to do it: cache.putObject(someFqn, myString); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919894#3919894 Rep

[JBoss-user] [JBoss Portal] - Re: Newbie Question

2006-01-26 Thread sitongia
I just tried the zip'd JBoss AS download, instead of the installer one, and the portal does work, as someone previously said in this thread, but I do get a similar error: 2006-01-26 14:14:42,439 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner ] Incomplete Deployment listing: --- MBeans

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2006-01-26 Thread anupama
Hi Guys, I saw tutorial for JBoss Tree Cache AOP, I personally thought it's more of theoretical. I need tutorial which will give me simple example of caching String using JBoss TreeCacheAOP, can you guys please direct me to proper one I did search but I found tons of them . I really appreciat

[JBoss-user] [Management, JMX/JBoss] - Re: NoInitialContextException when lookup RMIAdaptor

2006-01-26 Thread [EMAIL PROTECTED]
You need to setup the InitialContext properties http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch3.chapter.html#d0e6825 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919891#3919891 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBoss Portal] - Re: Newbie Question

2006-01-26 Thread sitongia
Also, I installed JBoss AS with the installer, and selected "all" so that I would get EJB3. What does using the installer cause trouble? If so, when can we expect this to work? thanks, ==Leonard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919888#3919888

[JBoss-user] [JBoss Portal] - Re: Newbie Question

2006-01-26 Thread sitongia
Me2. I'm running on Windows XP. Using PosgresQL 8. I see a couple of errors: 13:26:27,336 DEBUG [ServiceController] Creating service jboss.system:service=Thr State: FAILED Reason: javax.jcr.RepositoryException: failed to load persisted repository sta te: java.sql.SQLException: ERROR: invali

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ as Windows Service

2006-01-26 Thread davidroossien
I did get this to work using the following: 1. You will need to install MySQL before attempting this. 2. Extract JavaService-2.0.9.zip in a temp directory. 3. copy JavaService.exe %SystemRoot%\system32\JavaService.exe 4. Run the following: JavaService -install JBossJMS "%JAVA_HOME%\jre\bin

[JBoss-user] [Beginners Corner] - Re: Hypersonic localDB -> server mode migration

2006-01-26 Thread dredley
I am also working with the Duke's Bank App. I was getting the same exception, and tried your suggestions. I no longer get those exceptions. It's now giving me the following exception: org.jboss.deployment.DeploymentException: Failed to setup client ENC; - nested throwable: (javax.naming.Com

[JBoss-user] [Security & JAAS/JBoss] - Re: LdapLoginModule to ActiveDirectory, could it be a bug?

2006-01-26 Thread dhartford
"clcarff" wrote : | = | Org.jboss.security.auth.spi.LdapLoginModule | Line 347 (cvs:HEAD) | | roleFilter.append("=*)"); | | should be changed to | | roleFilter.append("={0})"); | = | Confirmed on 4.0.4beta, fixed my

[JBoss-user] [JBoss Seam] - Re: Example application demonstrating configuration for 100%

2006-01-26 Thread [EMAIL PROTECTED]
Yes, just the configuration files though and not examples. I think that Seam is a good tool for beginners who are learning how to use JSF. Seam takes care of all the stuff that developers don't want to worry about. It would be nice to have an Eclipse Wizard that knew how to setup a Seam proj

[JBoss-user] [JBoss Eclipse IDE (users)] - Code assist not working

2006-01-26 Thread plafond78
Is anyone else having code assist issues with JBoss IDE. I am running JBoss IDE 1.5.0 - jre 1.5 - eclipse 3.1.1 It seems fine in the in some cases but not others. examples In a method I type "this." and I can choose from a list and the IDE will auto complete. In the comment section when doing

[JBoss-user] [EJB 3.0] - How to inject an EntityManager?

2006-01-26 Thread osganian
Hi I'm using JBoss 4.0.3SP1 (installed using installer and selecting the EJB3 configuration) and I am unable to figure out how to get an EJB3 EntityManager injected into my code. persistence.xml: | | myEM | org.hibernate.ejb.HibernatePersistence | java:/Test | |

[JBoss-user] [JBoss Portal] - Re: instances of cms portlet

2006-01-26 Thread noicangi
maybe i'm not explain my question to clear, the cms admin is supposed to manage the content of the cmsportlet , my question is how to configure diferents instances of the cmsportlet to display diferents html files in the cms admin on diferent pages and portal. i'm confused because the user g

[JBoss-user] [Management, JMX/JBoss] - NoInitialContextException when lookup RMIAdaptor

2006-01-26 Thread rshun
Hi, I try to use JNDI to lookup "jmx/invoker/RMIAdaptor". But I got following exception. Anyone can give me some clues. Thank you!! Exception in thread "main" javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, o

[JBoss-user] [Security & JAAS/JBoss] - Same ldap configuration, different behavior by jboss version

2006-01-26 Thread dhartford
Hey all, Related to ActiveDirectory and the LdapLoginModule. I have a configuration that has been working fine for jboss 3.2.3, 3.2.4, 4.0.1, but when I try 4.0.3sp1 jboss (and 4.0.4beta), it no longer works. Has there been any known changes that would effect the LdapLoginModule to behavior dif

[JBoss-user] [EJB 3.0] - Message Driven POJO and Exceptions

2006-01-26 Thread CBax007
I'm using a Message Driven POJO and it calls a Stateless Session Bean (in a loop). The SLSB method that is called from the MD POJO is set up as REQUIRES_NEW for transactionality. Each call to that method should occur in it's own isolated transaction, and failures and rollbacks should not have

[JBoss-user] [JBossCache] - Re: JBossCacheAop Memory leak ?

2006-01-26 Thread [EMAIL PROTECTED]
Hi Chris, Have you done the testing for TreeCache without AOP? -John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919873#3919873 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919873 --

[JBoss-user] [EJB 3.0] - Re: ClassCastException on OneToOne merge

2006-01-26 Thread mooktarus
I suspect it's doing that because your JoinColumn is 'employment' rather than 'employment_id'. What's the @Id of Employee/Person? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919872#3919872 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBossWS] - Re: JBossWS WSDL not creating type for Array Object

2006-01-26 Thread [EMAIL PROTECTED]
I couldn't reproduce this, please see my comments on the jira issue. -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919871#3919871 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919871

[JBoss-user] [JBossWS] - Speed Difference Between Java SEI and EJB3/EJB2.1 Web Servic

2006-01-26 Thread sappenin
The Wiki (http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS) shows two ways to create a web-service using JBoss ws4ee, either using a Java SEI deployed in a .WAR, or by deploying an EJB2.1 Session bean that (if you want) fronts an EJB3 Session bean. I'm wondering if one method is preferrable to

[JBoss-user] [JBoss AOP] - Re: merging execution and call pointcuts

2006-01-26 Thread [EMAIL PROTECTED]
Fixed in cvs http://jira.jboss.com/jira/browse/JBAOP-206 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919869#3919869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919869

[JBoss-user] [JBoss jBPM] - Re: java.lang.NoClassDefFoundError problem

2006-01-26 Thread katador
Hi! i resolv problem, the solution it's add this .jar: dom4j, commons-logging, hibernate, and jbpm jar of course. from jbpm_home/lib directory and then work. i hope this helps you if you dont resolv the problem bye and what the force be with you!! Bye. View the original post : http://www.jb

[JBoss-user] [Beginners Corner] - JBOSS_CLASSPATH

2006-01-26 Thread mv1351
Hi, I have recently switched from BEA to JBoss, I'm converting my application to JBoss but I'm having some trouble with CLASS_PATH, I need to dynamically load some classes in my program like classObj = Class.forName("X"); let say I have C:\muClass\X.class In weblogic I added "C:\myClass\" in cl

[JBoss-user] [JBoss Getting Started Documentation] - entity beans may not define the implementation of a finder

2006-01-26 Thread MIKELO75
hello i new user un jboss and j2ee, i try to run example The Duke?s Bank Application and i get a error some body can helpe me please 2006-01-23 12:32:02,328 WARN [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation: Bean : CustomerBean Section: 10.6.2 Warning: CMP entity beans may not de

[JBoss-user] [EJB/JBoss] - Re: 2 EJBs, implmented same way, only one can be accessed

2006-01-26 Thread philc_jboss
Tony, I am using struts and ejb in my application. I am using the JBoss bundled tomcat servlet container. Tomcat has its own JNDI resource (separate from JBoss JNDI). I had to create a reference / link in my webapp for each of my ejbs deployed/managed by JBoss. Below is an example of the web.xm

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot context.lookup(myQueue)

2006-01-26 Thread jozeph78
Either of these two calls pukes. | topic = (Topic) ctx.lookup("queue/MC-QUEUE"); | connFactory = (ConnectionFactory) ctx.lookup("UIL2ConnectionFactory"); So it can't lookup the UIL2ConnectionFactory or my queue. Something must be wrong with my context but I'm completely at a loss. View

[JBoss-user] [Messaging, JMS & JBossMQ] - Cannot context.lookup(myQueue)

2006-01-26 Thread jozeph78
Hello. I am performing a migration from 4.0 to 4.3SP1and I'm having a hard time running my simple JMSVerify Test class that sends an object to and from the queue. Our Jboss configuration is as vanilla as it can get using default configuration. All I did was replace the deploy/jms/jbossmq-destina

[JBoss-user] [JBoss jBPM] - Re: jbpm_timer' doesn't exist

2006-01-26 Thread pedrosacosta
To solve this problem, you must create all the tables in your DB. Make copy/paste from the sql files in jbpm-starters-kit, to your db. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919862#3919862 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ as Windows Service

2006-01-26 Thread davidroossien
I have now installed MySQL, but still cannot start the service. Here are the commands I used: D:\ProgramFiles\jboss-4.0.3SP1\bin>set JbossPath=D:\ProgramFiles\jboss-4.0.3SP1 D:\ProgramFiles\jboss-4.0.3SP1\bin>set javaPath=C:\Program Files\Java\jdk1.5.0_05 D:\ProgramFiles\jboss-4.0.3SP1\bin>set

[JBoss-user] [JBossCache] - Re: session cache

2006-01-26 Thread asaf
i'll try it in sunday View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919859#3919859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919859 --- This SF.net email is s

[JBoss-user] [JBossCache] - Re: session cache

2006-01-26 Thread [EMAIL PROTECTED]
Can you try it with 4.0.3SP1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919858#3919858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919858 --- This SF.net ema

[JBoss-user] [JBoss Getting Started Documentation] - Re: Failed to Deploy Dukes Bank????

2006-01-26 Thread dredley
Exactly my problem!! I'm not sure I was clear on what I need to comment/uncomment in the hsqldb-ds.xml file. Can you clarify? Thanks, -Deb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919849#3919849 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss jBPM] - Re: jbpm_timer' doesn't exist

2006-01-26 Thread pedrosacosta
I know that the table jbpm_timer wasn't created, but i don't understand why. This example was working with mssql, but when i change the xml file to point to mysql DB, i get this error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919856#3919856 Reply to th

[JBoss-user] [EJB/JBoss] - Applet and statefull session bean

2006-01-26 Thread ai8iopas
Hello, I am trying to access a statefull session EJB from an Applet. The JBoss server is behind a firewall so i have to use http. what invoker should i use ? Is there anything like "statefull http invoker" ? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[JBoss-user] [JBossCache] - Re: session cache

2006-01-26 Thread asaf
I'm still having this problem. in ejb the state is replicate fine (but it doesnt use treeCache) but in the web the HttpSession is look like being replicated but the attributes im getting from the session are different in each server. I cannot use jboss Cluster like this and this is a big problem

[JBoss-user] [JBoss jBPM] - Re: java.lang.NoClassDefFoundError problem

2006-01-26 Thread katador
HI! you can resolve this problem??? anoyone knows why happen this?? greetings! Arturo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919853#3919853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919853

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering tool problem

2006-01-26 Thread [EMAIL PROTECTED]
it should say reveng field, not file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919852#3919852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919852 --- This SF

[JBoss-user] [JBoss jBPM] - Re: change the websale to mssql, i met some problems

2006-01-26 Thread [EMAIL PROTECTED]
I see something wrong in your logs: 17:10:42,718 INFO [SettingsFactory] JDBC driver: HSQL Database Engine Driver, version: 1.8.0 | 17:10:42,750 INFO [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect You should set the driver class and dialect properties to values suitable for SQL ser

[JBoss-user] [JBoss/Spring Integration] - Re: FactoryBean Interface is not recognized

2006-01-26 Thread alesj
Where exactly do you have your Spring library? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919850#3919850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919850 --

  1   2   >