[JBoss-user] [EJB/JBoss] - JBOSS / EJB / NETBEANS

2006-03-07 Thread haderach
Hello, i have an application developped with netbeans 5. I deploy this application on a jboss server. I have no problem to connect a servlet to my database. BUT, when i use a CMP EJB, the finder method return no results. It's like the EJB is not connected to the database. I changed standardjbos

[JBoss-user] [JBoss jBPM] - Re: Spring is in the air

2006-03-07 Thread rosenjiang
integration with Spring, we need it! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928676#3928676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928676 --- This SF.

[JBoss-user] [EJB/JBoss] - JBoss Scheduler Beans

2006-03-07 Thread markfrench
Hi, Is it possible to configure a jboss scheduler bean to wait a specified period of time before the first run. That is setting the InitialStartDate to NOW plus a minute etc. I have a process which I would like to start a giveb period after NOW. Thanx Mark View the original post : http:

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

2006-03-07 Thread [EMAIL PROTECTED]
if you have defined the foreign keys in the db AND the output has relationships corresponding to the fk's then yes the driver is jdbc compliant; if not then upgrade. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928674#3928674 Reply to the post : http://ww

[JBoss-user] [JBoss jBPM] - Re: Getting started with sub workflows...

2006-03-07 Thread im_ytk
Hello Tim, I am a newbie stuggling with subprocesses too. Please have a look on the test code SubProcessPlusConcurrencyDbTest.java at jbpm-starters-kit-3.1\jbpm\src\java.jbpm.test\org\jbpm\graph\exe Not sure if it helps. That's what I am looking at to understand how it works. Philip View th

[JBoss-user] [JBoss Portal] - Error creating new directory on CMS

2006-03-07 Thread masternet
I'm creating new directory on CMS (in root folder, call 'new') and error ocurs: 08:20:42,133 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: 23505 | 08:20:42,133 ERROR [JDBCExceptionReporter] ERROR: duplicate key violates unique constraint "jbp_cms_wsp_prop_pkey" | 08:20:42,133 ERROR [A

[JBoss-user] [JBoss jBPM] - Re: install jbpm

2006-03-07 Thread bobby_sz
hi,I am totally new to jBPM.I followed the above three steps.I changed the replacevalue element of build.service.archive target because I used oracle database.I builded the jbpm.sar and copied it to the jBoss 4.0.3 default's deploy directory.I also created the tables in oracle.And I copied the j

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - foreign key constraint violation

2006-03-07 Thread javatwo
@Entity class Department { } @Entity class Employee{ @ManyToOne @NotFound(action=NotFoundAction.IGNORE) public Department getDepartment() } Employee table refers to department table (foreign key). When I tried to delete a department, I got an exception "foreign key constraint

[JBoss-user] [JBoss jBPM] - Re: the error thrown while [i]run -c jbpm[/i]

2006-03-07 Thread George_Alamo
i followed these steps, http://www.jboss.com/index.html?module=bb&op=viewtopic&t=72947 Here are Steps To run jBPM 3.0.2 on MySql 4.1.15 Some of them might be unnecessary or redundant but if all of them are followed it surely gets jbpm running on MySql .. any additional comments are welcome .. th

[JBoss-user] [JBoss jBPM] - the error thrown while [i]run -c jbpm[/i]

2006-03-07 Thread George_Alamo
14:17:40,125 INFO [Server] Starting JBoss (MX MicroKernel)... | 14:17:40,125 INFO [Server] Release ID: JBoss [Zion] 4.0.4RC1 (build: CVSTag=JBoss_4_0_4_RC1 date=200602071519) | 14:17:40,140 INFO [Server] Home Dir: E:\jboss-4.0.4RC1 | 14:17:40,140 INFO [Server] Home URL: file:/E:/jboss-4.

[JBoss-user] [JBossCache] - Re: LRUPolicy doesn't work, missing functionality

2006-03-07 Thread [EMAIL PROTECTED]
I thought so! But then I searched and couldn't find it :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928664#3928664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928664 --

[JBoss-user] [JBoss Seam] - use JBOSSIDE to publish project like registration but not ru

2006-03-07 Thread kidder_whw
when jboss seam update , are you have some document to explain seam.properties and seam-jndi.properties and how to configure other (persistence.xml, web.xml, faces-config.xml ) thanks you very much 2006-03-08 14:06:50,109 ERROR [org.jboss.seam.util.NamingHelper] Could not obtain init

[JBoss-user] [JBossCache] - Re: LRUPolicy doesn't work, missing functionality

2006-03-07 Thread [EMAIL PROTECTED]
This is in the roadmap already, actually. JBCACHE-77. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928662#3928662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928662 ---

[JBoss-user] [Management, JMX/JBoss] - Resource Pooling using JBoss

2006-03-07 Thread bhuvana_t_76
I want to use JBoss AS for my application. The application deals with the calling external telephone numbers using the GSM modems connected to the server. I want to use resource pooling facilities of JBoss. I want to know how to setup the resource pools for external entities like modems and acce

[JBoss-user] [JBoss Seam] - use JBOSSIDE publish a example to JBOSS-4.0.4RC1 not run.

2006-03-07 Thread kidder_whw
when we use JBossIDE like seamHBTool example, publish, but can't run! why, seamHBTool only publish for JBOSS 4.0.3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928660#3928660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBoss Eclipse IDE (users)] - Problem in deploying WAR application from Eclipse.

2006-03-07 Thread Ayusman
Hi All, I have configured JBoss 4.0.0 from Eclipse using JBoss IDE. While configuring the debug for JBoss server configuration I get this message in the dialog box: " [JDK]: Could not locate tools.jar. Unexpected results may occur. Make sure that you have selected a JDK with its path pointing to

[JBoss-user] [JBossCache] - Re: LRUPolicy doesn't work, missing functionality

2006-03-07 Thread [EMAIL PROTECTED]
Please open a feature request in JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928653#3928653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928653 --- This S

[JBoss-user] [JBossCache] - LRUPolicy doesn't work, missing functionality

2006-03-07 Thread vladg
I need to set max number of elements in the region e.g. Region:/app/customer - 500, Region:/app/company - 100 and want to cache no more then 500 customers, when 501 is added the LRU customer should be deleted. as I can see there is no way to achieve this functionality using the current LRUPolic

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

2006-03-07 Thread vlasov01
I'm using MySQL Connector/J 3.1.2. Does it meet requirements for FK reverse engineering in SEAM? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928651#3928651 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928651 ---

[JBoss-user] [JBoss Portal] - ActionRequest SetAttribute issues in 2.2.1 : RC2

2006-03-07 Thread sandeeppujar
Hi, I recently migrated to JBoss portal 2.2.1 RC2 from 2.0 And I found this problem. When I set an attribute in my processAction request object it is not available in my doEdit request object. eg processAction{ actionRequest.setAttribute("X", value) } doEdit{ value = renderRequest.getAttribu

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Error when executing PetStore1.3.2 in JBoss 4.02

2006-03-07 Thread sjitesh
Hello, I am getting the below error while migrating petstore1.3.2 to JBoss 4.0.2. I am using hypersonic db. Any one got answer for this? I have made all necessary deploymnet descriptor changes and DB settings, Queue seettings. Petstore JSP using EL expressions like ${catalog.categories

[JBoss-user] [Clustering/JBoss] - Re: 3.0 and 4.0 clustering

2006-03-07 Thread [EMAIL PROTECTED]
TBH, it's been a while since I looked at the questions from the advanced course exam. The 4.x AS clustering section is accurate and covers most of the ground. I'd encourage you to take a look at the Clustering guide as well, at least to skim the TOC for topic areas not touched upon in the 4.x

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS documentation

2006-03-07 Thread PatrickMulligan
I should add other than the section on the 4.x AS admin guide that is. It just seems this stuff could use its own guide. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928645#3928645 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBoss Portal] - Authentication API

2006-03-07 Thread vmarco
Is there a Java authentication API in JBoss? I'm creating a custom LoginPortlet using Tapestry and would like to authenticate the user from a Java class. I have disected the UserPortlet and see it routes a request through JAAS to a maximized portlet. But I'd like to enable a "login in place"

[JBoss-user] [Clustering/JBoss] - Re: 3.0 and 4.0 clustering

2006-03-07 Thread PatrickMulligan
Thanks much!!! I am trying to get ready for the exam for 4.x, is the 4.x AS clustering section accurate and have enough of the width and depth? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928643#3928643 Reply to the post : http://www.jboss.com/index.html

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

2006-03-07 Thread Gyogarajan
take the update 2 for j2ee 1.4 tutorial. that should do it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928642#3928642 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928642 ---

[JBoss-user] [JBoss Seam] - Re: Performance Tuning for rarely changed data

2006-03-07 Thread CptnKirk
How are your categories being updated? If your app is the only one that writes to the DB via Hibernate, then using a long lived Hibernate cache probably makes sense. If however you need to handle out of band writes, you'll need some way for the writing process to trigger an invalidation/reload

[JBoss-user] [Clustering/JBoss] - Re: java.io.NotSerializableException: org.apache.catalina.co

2006-03-07 Thread [EMAIL PROTECTED]
In one of your session attributes you are storing a LinkedList which has a reference to org.apache.catalina.connector.RequestFacade. Your objects not only have to be Serializable, they can't have any non-transient fields that have a chain of non-transient references to non-serializable objects

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

2006-03-07 Thread Gyogarajan
same here anyone got around this issue Bean : CustomerBean Section: 12.2.2 Warning: The class must be defined as public and must not be abstract. 2006-03-07 19:17:21,032 WARN [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation: Bean : CustomerBean Section: 12.2.5 Warning: Every ent

[JBoss-user] [JBoss Seam] - Performance Tuning for rarely changed data

2006-03-07 Thread Andy.2003
Hello, I'm thinking about how to access rarely changed data the right way. An example: I store categories in the database; they may change once a week. So normally I would store them in Application Scope, but as I triggered out, there is no easy way to invalidate the Application scope - in cas

[JBoss-user] [Clustering/JBoss] - java.io.NotSerializableException: org.apache.catalina.connec

2006-03-07 Thread jinhuang
System: Redhat Linux, SQL Server JBoss 4.0.3SP1 I have jboss clustering with session failover setup correctly and it works fine. But I can still see lots of NotSerializableExceptions in the server log for org.apache.catalina.connector.RequestFacade. As I understand, JBoss 4.0.3 enforces seriali

[JBoss-user] [EJB 3.0] - Re: Security with JBoss EJB3

2006-03-07 Thread sbivol
We are using 4.0.3 with upgraded EJB 3.0 container (RC5). I also have the jboss.xml in the META-INF of my ejb jar file, and have configured the security domain in login-config.xml (in server/default/conf), and it seems to be correct (since it works if I annotate my bean with @SecurityDomain).

[JBoss-user] [JBoss Seam] - RessourceBundle for all Locals in APP-Scope

2006-03-07 Thread Andy.2003
Is it possible to load all recource-bundles in Apllication scope? So the translated bundles don't have to be reloaded every request and can be receive from Memory. The concrete RessourceString have to be determined by the Local of the Clients Browser or optional by a Local stored in another scop

[JBoss-user] [JBoss Portal] - Re: JBoss Portal Build failed - MySql

2006-03-07 Thread ilangocal
It is MySql 4.1.10-nt thanks ilango View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928631#3928631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928631 --- This SF.

[JBoss-user] [EJB 3.0] - Re: Generics in EJB 3.0 Result List?

2006-03-07 Thread nholbrook
Hey It works. How much do you trust the code of a guy who can't figure out how to post on a message board? lol Anyway, I set this up so we could have a class with standard persistence mechanisms that could be used with different persistent managers. I also like the templating mechanisms.

[JBoss-user] [JBoss Seam] - Re: some questions about SEAM , are not present in FAQ

2006-03-07 Thread [EMAIL PROTECTED]
yes, that is correct View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928628#3928628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928628 --- This SF.Net email is spo

[JBoss-user] [EJB 3.0] - Re: memory leaks in redeployment

2006-03-07 Thread [EMAIL PROTECTED]
JBoss doesn't invoke garbage collection, this is the job of the VM. Stateless beans instances are pooled in a threadlocal variable stored in the EJBContainer. The EJBContainer should be undeployed and thus garbage collected and thus the ThreadLocal should be garbage collected as well. Are you

[JBoss-user] [JBoss Seam] - Re: some questions about SEAM , are not present in FAQ

2006-03-07 Thread [EMAIL PROTECTED]
it is very good news , having page level cache or even cache some part of a page is a feature that many developers need. for me SEAM is the framework of choice as soon as i can build jsr portlets with it because my job is building portlets for at least next 6 month. I read that Jboss IDE support

[JBoss-user] [JBoss jBPM] - Re: Probleme in eclipse3.1: MyEclipse or exadel plugins with

2006-03-07 Thread kukeltje
Yes, configure eclipse so that filenames processdefinition.xml and gpd.xml are mapped to the GPD. you can do this in the window|preferences|general|editors|file associations Best, Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928624#3928624 Reply t

[JBoss-user] [JBoss Seam] - Re: some questions about SEAM , are not present in FAQ

2006-03-07 Thread [EMAIL PROTECTED]
OK, done some investigation. OSCache should work with JSF if you are using JSP as the view. It will *not* work with Facelets, unfortunately. We are discussing with Jacob how to get OSCache working with facelets. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JBoss Seam] - Re: Could not instantiate Seam component

2006-03-07 Thread [EMAIL PROTECTED]
The root of the problem is this: | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss.jca:name=iplaycmsDatasource,service=ManagedConnectionFactory | State: NOTYETINSTALLED | Depends On Me: | persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS documentation

2006-03-07 Thread PatrickMulligan
Is there any official JMS docs? So far I have not been able to find it on the documentaiton library pages. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928620#3928620 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Clustering/JBoss] - HAJNDI/ HAJMS Discovery Problem

2006-03-07 Thread wzzzrd
Hi there, I searched the forums, the wiki and the web and found no solution, so I post my question. Configuration: JBoss: 4.0.3SP1, OS: Redhat Enterprise (AMD64), single machine, one JBoss installation. The cluster has two nodes (represented by two servers), bound to different IP-addresses via

[JBoss-user] [JBoss Seam] - Error using Seam Debug page after Facelet Upgrade (1.0.12)

2006-03-07 Thread js8523
Hi All I have the following error when I try to view the seam debug page (copied from dvd app). | java.lang.NullPointerException: charsetName | at java.io.OutputStreamWriter.(OutputStreamWriter.java:81) | at java.net.URLEncoder.encode(URLEncoder.java:189) | at org.apache.

[JBoss-user] [Clustering/JBoss] - Re: 3.0 and 4.0 clustering

2006-03-07 Thread [EMAIL PROTECTED]
And I erroneously responded on the wrong forum as well :) Yes, the Cluster guide was written for 3.0 but is still useful. There may be a small change hear or there, plus some new features not covered, but still quite useful. There is a clustering chapter in the JBoss 4.0 admin guide as well. Vi

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss SSL Setup for remote clients

2006-03-07 Thread bparanj
I resolved this error message. SSL setup instructions on Wiki works if I use localhost but fails if I run it from a remote machine and use the machine's name. I modified the Http client based on the Sun's tutorial. Here is the fix: | import java.io.BufferedReader; | import java.io.InputStre

[JBoss-user] [JBossCache] - Re: Clustering Documentaiton

2006-03-07 Thread [EMAIL PROTECTED]
Yes, they are useful. There may be a small change hear or there, plus some new features not covered, but still quite useful. There is a clustering chapter in the JBoss 4.0 admin guide as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928616#3928616 R

[JBoss-user] [Clustering/JBoss] - 3.0 and 4.0 clustering

2006-03-07 Thread PatrickMulligan
Is the 3.0 clustering the same clustering for 4.02? That is, are the 3.0 docs the same for 4.0? I checked the FAQ on this and it was not there. I also erronously cross posted in the wrong forum, sorry. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928615#

[JBoss-user] [JBossCache] - Clustering Documentaiton

2006-03-07 Thread PatrickMulligan
howdy, is the clustering docs that are available which is targeted at 3.0 usefull or perhaps the same for 4.0? thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928614#3928614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [EJB 3.0] - Where to define the Test class in

2006-03-07 Thread gus888
Hi all, I never found the EJB 3 is so powerful, e.g. EJBQL select new Test(id,name,...) from my question is where to define the Test class in ejb tier or web tier, and it should be pojo class, slsb or sfsb. Thank you in advance. View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss Portal] - Re: JBoss Portal Build failed

2006-03-07 Thread conkan
You may also want to check your MySQL version too... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928612#3928612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928612

[JBoss-user] [EJB 3.0] - Re: IllegalStateException in BaseSessionContext.getCallerPri

2006-03-07 Thread asylumx
After doing some research, I am beginning to believe that this should work the way I have described. Here is my evidence: In section 4.5.2 of the EJB 3.0 spec (EJBCore) the operations allowed in methods of a stateless session bean are defined, and the IllegalStateException is to be thrown if t

[JBoss-user] [EJB 3.0] - Re: memory leaks in redeployment

2006-03-07 Thread jelda
I am sorry. In 3. I mean to say- " So old stateless beans are NOT garbaged as ThreadGroup is not garbaged. " Also I found another scenario, JBoss ServerThread class is also holding all ThreadLocal instances. Is this a known bug? Thank, Jelda View the original post : http://www.jboss.com/inde

[JBoss-user] [JBoss Seam] - Re: Class org.jboss.seam.jsf.SeamVariableResolver is no java

2006-03-07 Thread pdog4x4
Gavin, Thanks for the quick reply! I'll look into the first exception. As for the second, a classloading problem seems slightly vague. Not that I'm assuming you fix it for me of course. I've followed three separate threads and performed all the requisite tasks. I've tried following the log

[JBoss-user] [JBoss Seam] - Re: Class org.jboss.seam.jsf.SeamVariableResolver is no java

2006-03-07 Thread [EMAIL PROTECTED]
(1) The first exception was been discussed in another thread. This is due to some change that occurred in Seam in 1.0 beta 2. Basically, you have some property setting like xxx.xxx.jndiName that is no longer meaningful for the component xxx.xxx. (2) The second problem is a classloading problem.

[JBoss-user] [EJB/JBoss] - Re: EJB not bound Exception

2006-03-07 Thread pjmunoz
I just copied and pasted your code and tested it, and it works fine for me. Im using JBoss 4.0.3 Maybe your jboss is not configured properly. Be sure that when you deploy your file, you can read something like this in your jboss log: 2006-03-07 18:37:21,023 INFO [org.jboss.ejb3.ProxyDeployer]

[JBoss-user] [JBoss Seam] - Re: Error in deployment

2006-03-07 Thread [EMAIL PROTECTED]
Like I said, just copy our build files and directory structure *exactly*, since they work ;-) Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928606#3928606 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928606

[JBoss-user] [Installation, Configuration & Deployment] - What to add to minimal configuration to get it working?

2006-03-07 Thread lightbulb432
I have a server with only 64 MB of RAM, and another 128 MB of swap space I believe. Running the JBoss default configuration doesn't work, but the minimal configuration does. However, I don't know what to do to the minimal configuration to get it to display pages that I add to the deploy director

[JBoss-user] [JBoss Portal] - Inter-portlet communication problem

2006-03-07 Thread jokelly69
Hi, I have recently been playing around with the bundled version of jboss-portal-2.2.1RC2. When doing IPC that involves actionURL's there is no problem and all works well. My problem arises when attempting to do IPC with renderURL's from portlet A to B. The listener that I have declared picks up

[JBoss-user] [JBoss Eclipse IDE (users)] - Using Eclipse with running site on another server

2006-03-07 Thread lightbulb432
I have a Windows desktop with my Eclipse-JBoss IDE and a Linux server hosted by somebody else running JBoss. I'd like to use the Eclipse running on my desktop to manipulate the files that are on my Linux JBoss server. Is this possible? How can I go about doing this? My research on this topic hav

[JBoss-user] [JBossCache] - Re: ServiceMBeanSupport.class not found

2006-03-07 Thread eyassud
Thanks, that worked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928601#3928601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928601 --- This SF.Net email is spo

[JBoss-user] [EJB 3.0] - Re: Generics in EJB 3.0 Result List?

2006-03-07 Thread [EMAIL PROTECTED]
Wrap it in code blocks (left square bracket followed by "code" followed by right square bracket)... there's a button labled "Code" when you are editing a reply - highlight the code and click that button. | List foo = new List; | View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss Portal] - Re: JBoss Portal Build failed

2006-03-07 Thread ilangocal
I have checked JDK 1.4.2_08 I will try the latest version of the portal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928598#3928598 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928598 ---

[JBoss-user] [EJB 3.0] - Re: Generics in EJB 3.0 Result List?

2006-03-07 Thread nholbrook
What a pain in the butt. If somebody can tell me how to post a greater than and less than sign on here, I will be glad to post some code. All my template references get removed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928597#3928597 Reply to the

[JBoss-user] [EJB 3.0] - Re: Generics in EJB 3.0 Result List?

2006-03-07 Thread nholbrook
My findAll uses the template, too but for some reason it was stripped on the post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928596#3928596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928596 -

[JBoss-user] [EJB 3.0] - Re: Generics in EJB 3.0 Result List?

2006-03-07 Thread nholbrook
Why not write your own persistence class that uses a persistence manager? public interface PersistenceManager { EntityManager getEntityManager(); void insert( T entity ); void remove( T entity ); T update( T entity ); T findById( Class entity, Serial

[JBoss-user] [JBoss Portal] - Re: HelloWorldPortlet deploy problem

2006-03-07 Thread Silicio
Thanks thomas.heute... now the portlet is working... I download last ant binaries unzipped Set the path environment variable and execute ant in the command com... but why i had to compile first with ant, when vjmohan used the example directly without ant? View the original post : http://www.jb

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to configure JBOSS to serialize session

2006-03-07 Thread v300.motofan.ru
I beleive it is something very simple! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928591#3928591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928591 --- This S

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to configure JBOSS to serialize session

2006-03-07 Thread v300.motofan.ru
I just need to store(serialise) seesions between deploys. It is very helpfull when u working with GUI. Can anybody help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928590#3928590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [JBoss Getting Started Documentation] - Re: same problem deploying the duke's bank app

2006-03-07 Thread rkurra
Try changing the following flag in your ejb-deployer.xml of your server/default/deploy directory attribute name="VerifierVerbose" FROM true TO false "debambi" wrote : If you find the answer please let me know | I have the same problem here | HELP | "hasek" wrote : bad lucky~! | |

[JBoss-user] [JBossCache] - Re: ServiceMBeanSupport.class not found

2006-03-07 Thread [EMAIL PROTECTED]
http://www.jboss.com/products/jbosscache/downloads has links to the various JBossCache downloads. Within the download, the required jars are in the lib folder. The one you are missing is jboss-system.jar. There are a few jars in lib that aren't needed for normal runtime use: qdox.jar junit.ja

[JBoss-user] [JBossCache] - Re: ServiceMBeanSupport.class not found

2006-03-07 Thread eyassud
I am using JBossCache 1.2.4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928586#3928586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928586 --- This SF.Net emai

[JBoss-user] [JBoss Portal] - Re: JBoss Portal Build failed

2006-03-07 Thread conkan
'ilangocal', did you check your java version? Java version 1.4.2 should be sufficient... Also, try the newest version of the portal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928585#3928585 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBoss Seam] - Re: some questions about SEAM , are not present in FAQ

2006-03-07 Thread [EMAIL PROTECTED]
OsCache has a very good taglib for using with jsf pages. but i do not have clue about using it in jsf pages. (which has backing beans ) I have hopes that some other features like caching come with seam . any project wich goes to use Ejb ,imho, need some caching in all its layer , so it will

[JBoss-user] [JBossCache] - ServiceMBeanSupport.class not found

2006-03-07 Thread eyassud
I am trying to use the TreeCache class, and when I build, the compiler complains "file org\jboss\system\ServiceMBeanSupport.class not found" for the following line of code: TreeCache _cache = new TreeCache(); I am not sure what version of the JBOssCache I am using because this is a thridy part

[JBoss-user] [EJB 3.0] - Inheritence of PersistenceContext

2006-03-07 Thread zimmek
I am currently trying to integrate the "open-session-in-view" pattern in my project (tapestry4 + ejb3). Both technologies are great, but I get this LazyInitializationException, you know what I mean. Inspired by the Seam-approach I tried to do something similar using tapestry instead of jsf. M

[JBoss-user] [JBoss jBPM] - Re: lockProcessInstance doesn't seem to be working

2006-03-07 Thread gcaliari
Ok, here's some more info on my problem: I tested the lock with 2 thin clients accessing the same application server running jBPM and the lock didn't work. When I tested 2 thin clients accessing different applications servers, it worked, I couldn't load the process definition in server2 while s

[JBoss-user] [Beginners Corner] - Unit testing the Hibernate MBean?

2006-03-07 Thread sbalmos
Hi all, I need some pointers for how to properly unit-test my DAO layer with the Hibernate MBean in JBoss. How does everyone else do it? Do you have a separate MBean config file for a Hibernate MBean which uses the HSQL in-memory database? And that test suite is somehow activated via some spec

[JBoss-user] [Installation, Configuration & Deployment] - Exception starting JBoss 4.0.3 on OS X.4

2006-03-07 Thread treespace
Exception starting JBoss on Mac: | 1:58:29,292 WARN [HANamingService] Failed to start AutomaticDiscovery | java.net.SocketException: bad argument for IP_MULTICAST_IF: address not bound to any interface | .. stack trace ... | No biggue since it goes away when a hostname is supplied (e

[JBoss-user] [EJB 3.0] - Re: Security with JBoss EJB3

2006-03-07 Thread mwoelke
Im also using jboss.xml to specify a default security domain. It works, at least with jboss 4.0.4 (which as far as I know contains EJB 3.0 RC 5). I assume you have configured a security domain in your login-config.xml. How are you packaging your application? We are storing jboss.xml in the META-

[JBoss-user] [JBoss jBPM] - Re: Commit/Rollback on jBPM and external server

2006-03-07 Thread gcaliari
Hello Alex, Sorry, I was using our company's terminology by mistake. By SOI Server I mean a Service-Oriented Integration Server, a Server that provides services. >From what I know of JTA, it works with 1 Application Server and several DB >servers. This is not My situation. The idea would be to

[JBoss-user] [JBoss Seam] - Re: Could not instantiate Seam component

2006-03-07 Thread kryptontri
Hi Captn! I think that is just an erroneous log message, with the wrong formatting. The ears and jars do not have double extensions. I am still looking into this. At the moment, Gavin said the persistence unit is causing it, ie indirectly the deployed datasource, so this is my next target to look

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: 2.4 web application deployment descriptor validation pro

2006-03-07 Thread reimers
I wouldn't say I'm satisfied with my understanding of this yet, but after removing - refreshing - and readding the xsd reference in my xml this error has gone away. Thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928571#3928571 Reply to the post : http:/

[JBoss-user] [Security & JAAS/JBoss] - Re: Insufficient method permissions

2006-03-07 Thread ebarendt
I'm having a similar problem. I've got a session bean with some authenticated methods and some unchecked methods. They're correct (as far as I can tell) in ejb-jar.xml: | | | | | | ScrumWorksEJB | ServiceEndpoint | ge

[JBoss-user] [EJB 3.0] - Re: Security with JBoss EJB3

2006-03-07 Thread sbivol
I've tried the jboss.xml below in RC5, it does not seem to work, the default login module gets invoked. Am I missing anything? To be precise, my jboss.xml is: | | | MySecurityDomain | | I also tried java:/jaas/MySecurityDomain with same result. However, the login module defined fo

[JBoss-user] [JBoss Portal] - Re: Question about complex portal

2006-03-07 Thread jacote
Auto reply the solution to my question : http://anonsvn.labs.jboss.com/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928567#3928567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928567 --

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: 2.4 web application deployment descriptor validation pro

2006-03-07 Thread reimers
I'm seeing the same thing. Anyone get a resolution on this one? Thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928566#3928566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928566 -

[JBoss-user] [EJB 3.0] - Re: ejb3.0 cannot have the same interface being shared by mu

2006-03-07 Thread fcheng
The old code is: DbAccessFactory.java: public class DbAccessFactory { public DbAccessHome getHome(Hashtable p, boolean proxy) throws NamingException { DbAccessHome dbAccessHome = null; try { InitialContext ctx = new InitialContext(p); if (proxy) { dbAccessHome = (Db

[JBoss-user] [JBoss jBPM] - Re: Delpoying a process archive

2006-03-07 Thread [EMAIL PROTECTED]
Fidalma, In that case you probably did not include a task in the start state of your processdefinition. Adding this will make the link appear. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928563#3928563 Reply to the post : http://www.jboss.

[JBoss-user] [JBoss jBPM] - Re: jBPM Console DB Schema

2006-03-07 Thread [EMAIL PROTECTED]
Jonathan, Have a look at http://docs.jboss.com/jbpm/v3/userguide/thejbpmdatabase.html#d0e2264 for adding some users to the database. If you want to add a sample process you can import the jBPM sources as a project in the designer, locate the websale example (it is somewhere in the src folder)

[JBoss-user] [JBoss jBPM] - Re: Digital signature

2006-03-07 Thread [EMAIL PROTECTED]
This is something your client application should take care of. jBPM is not concerned with authentication. It merely uses a string to identify the current user and leaves everything else to the client application. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss jBPM] - Re: Odd behaviour with TaskInstance.end();

2006-03-07 Thread [EMAIL PROTECTED]
Hm... I assume the 3.2 branch is still instable. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928560#3928560 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928560

[JBoss-user] [JBoss jBPM] - Re: NullpointerException in Eclipse jBPM

2006-03-07 Thread [EMAIL PROTECTED]
Are you trying to open an existing processdefinition? I am afraid there is some graphical info lacking in the gpd.xml file for processdefinitions created with an older version... Paste the contents of the processdefinition.xml and more importantly the gpd.xml in this thread so I can have a look.

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - CMP Not returning any results

2006-03-07 Thread [EMAIL PROTECTED]
Hello All I am still in the learning phase of jboss so please bear with me. I have a very small application. My database is postgres 8.0 and my ide is Netbeans 5. I realize that netbeans does not do a lot of jboss specific things (such as a jbosscmp-jdbc.xml). I have read the jboss documentat

[JBoss-user] [JBoss Seam] - Class org.jboss.seam.jsf.SeamVariableResolver is no javax.fa

2006-03-07 Thread pdog4x4
Hey guys, I've done everything in the example step by step, followed to the letter of the law. I've also done the following: Installed JBoss AS 4.0.4RC1 with EJB3, upgraded MyFaces to 1.1.1, added jboss-seam.jar (1.0 beta 2). I get two exceptions and a failed deployment... It appears to depl

[JBoss-user] [JBoss jBPM] - Re: Step by step deploy process definition

2006-03-07 Thread [EMAIL PROTECTED]
Stay tuned, I am working on some docs on deployment. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928555#3928555 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928555 -

[JBoss-user] [JBoss jBPM] - Re: jbpm-3.1 - Error in log-files - circular object dependen

2006-03-07 Thread [EMAIL PROTECTED]
Is this something reproducible? How can we reproduce it? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928554#3928554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928554 -

[JBoss-user] [JBoss jBPM] - Re: In wich directory jbpm puts all files deplyed using the

2006-03-07 Thread [EMAIL PROTECTED]
Fidalma, The deployed process is in the database. While deploying (with the 3.0.8 GPD) you have the option of saving an archive file somewhere locally on your hard drive. You can then use this file to do the deployment with the deploypar ant task if you like. Undeploying can only be done by del

[JBoss-user] [EJB 3.0] - Embedded EJB3: NO TX DATASOURCE setup

2006-03-07 Thread fguerzoni
Hi, does anyone knows how to set up a non transactional datasource inside embedded ejb3? While it is possible to define a org.jboss.resource.adapter.jdbc.local.LocalTxDataSource to bootstrap a TX DS, I still haven't found how to set up a non transactional datasource like the way I'm used to do

[JBoss-user] [JBoss Portal] - Re: Can we change the name of default page 'default'?

2006-03-07 Thread dhexus
in portal 2.4 the location of the file is $PORTAL_HOME/core/src/resources/portal-core-sar/conf/data/default-object.xml ...and you don't need to change the default dhexus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928551#3928551 Reply to the post : http:/

  1   2   3   >