[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problem in deploying EJB under JBOSS4.0.3........

2006-01-16 Thread erich_lol
Hi, I have almost the same Problem. When I deploy the my cmp ejbs in 4.0.3 sp1 (the version that comes with Portal 2.2) I get the error that the container trys to alter the table of the ejb. Although the table did not change. I am using xdoclet. In the beginning when I only had a very simple be

[JBoss-user] [EJB 3.0] - Re: ids for this class must be manually assigned before call

2006-01-16 Thread chelaru.viorel
yes, i put auto and i setted manually...i solved the problem letting the AUTO and ignoring the id setter thanks, chelaru.viorel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917781#3917781 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [Security & JAAS/JBoss] - Re: Get list of users/roles no matter what JAAS security mod

2006-01-16 Thread rameshsr
This is really interesting, to get the list of logged-in users. I am wondering if this would work in a browser client in a J2EE WebApp scenario. For example, I login to my service using JAAS. After a while, I exit the browser. How does JAAS know if I have logged out or still hanging around? Woul

[JBoss-user] [Management, JMX/JBoss] - Identifying Active Database connections

2006-01-16 Thread rameshsr
I would like to list all the database connections that are active and being used. Is there a way to get this information from JBoss? If this is possible at all, I would like to get the active SQL queries that are running from JBoss. Would appreciate your answer. View the original post : http:

[JBoss-user] [JBossCache] - IdentityLock with Hibernate and JBossCache- Is there a alter

2006-01-16 Thread jaikiran
This problem has been posted many times before. But in this topic i am not asking for a solution for this IdentityLock exception, but would like to know why actually this occurs and whether there is a better way to deal with this. Let me mention the scenario, where i see this exception: We have

[JBoss-user] [JBoss Seam] - Re: jBPM and Pageflow

2006-01-16 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : You said:anonymous wrote : a task encapsulates an entire pageflow Does that mean that a pageflow can be initiated by a task, and then wait for control to return? Conceptually correct, yes. @BeginTask(pageflow="foo") "[EMAIL PROTECTED]" wrote : (I am going to get th

[JBoss-user] [JBoss Seam] - Re: jBPM and Pageflow

2006-01-16 Thread [EMAIL PROTECTED]
The string returned from the action will be the name of a transition of the jPDL . The next page will be the page that is the target of that transition. By the way, it is *extremely* wierd to start a conversation from login! View the original post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBoss Seam] - Re: jBPM and Pageflow

2006-01-16 Thread [EMAIL PROTECTED]
You said:anonymous wrote : a task encapsulates an entire pageflow Does that mean that a pageflow can be initiated by a task, and then wait for control to return? (I am going to get this pageflow stuff handled before I move on to the business stuff. I couldn't find any pageflow documentation aro

[JBoss-user] [JBoss Seam] - Re: jBPM and Pageflow

2006-01-16 Thread [EMAIL PROTECTED]
Where I am at now: I have defined an action: #{login.start} It begins a conversation, defines a pageflow and returns a string. What happens as a result of the string returned? Is the page flow looking for a transition rule? Or is JSF looking for a view-id to recon? Then the page that is finall

[JBoss-user] [JBossWS] - Webservice Security on JBoss

2006-01-16 Thread dhanyakairali
I have created a webservice as mentioned in adminguide.pdf Chapter 12 Webservices JAX-RPC Service Endpoints. What do I need to make this webservice secure? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917773#3917773 Reply to the post : http://www.jboss.

[JBoss-user] [JBoss Seam] - Re: jBPM and Pageflow

2006-01-16 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : (7) In the current implementation, if a pageflow is in process, it *always* completely overrides any defined JSF navigation rules. You cannot mix-n-match. But, I just realized that this is probably too restrictive. I guess I need to change something here. Well. Maybe

[JBoss-user] [JBoss Seam] - Re: jBPM and Pageflow

2006-01-16 Thread [EMAIL PROTECTED]
(1) no, these are very, very orthogonal concerns. One is about managing interaction between the app and a user. The other is about managing many interactions that occur between many users. Totally different level of granularity. conversation==task. business process=sum of many tasks. (2) page f

[JBoss-user] [JBoss Seam] - Re: *.ejb3 vs *.jar

2006-01-16 Thread [EMAIL PROTECTED]
yep, you can use jar anywhere. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917770#3917770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917770 --- This SF.net em

[JBoss-user] [Beginners Corner] - Where is the example code?

2006-01-16 Thread hahalyf
i have download the jboss-4.0.2.zip file.But i cannot find the example code in the jboss_adminguide.pdf refer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917769#3917769 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [EJB 3.0] - Annotations Changed in new JBoss 5.0 Alpha (200601151348)?

2006-01-16 Thread swmk
Were annotations from ejb3-persistence.jar changed from the build 200601151348? E.g | @Entity(access=AccessType.FIELD) | @Inheritance(strategy=javax.persistence.InheritanceType.SINGLE_TABLE, | discriminatorType=javax.persistence.DiscriminatorType.STRING, | discriminatorValue="ACCOUNT")

[JBoss-user] [EJB 3.0] - Re: Class Cast Exception with lookup

2006-01-16 Thread yantriki
I have a similar but interesting situation. I am trying to call a Stateless Session Bean within a JBoss service. When I include the interface class file into the SAR, I get ClassCastException, but when I don't, I get NoClassDefFound Exception. What should I do? View the original post : http://

[JBoss-user] [JBossWS] - 4.0.3-SP1 Example Web Service in Web Container not working

2006-01-16 Thread dcornelius
Hi, I am following the example web service from the Admin Guide and I am getting a ClassCastException from Tomcat, when it invokes the servlet. Tomcat believes the Pojo is a regular servlet. ws4ee does not register the web service at all. Any help would be appreciated. 2006-01-16 22:31:14,375

[JBoss-user] [JBoss Seam] - Re: *.ejb3 vs *.jar

2006-01-16 Thread [EMAIL PROTECTED]
Does the same go for *.par? (*.par seems to be redundant anyways) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917763#3917763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917763 ---

[JBoss-user] [JBoss Seam] - Re: jBPM and Pageflow

2006-01-16 Thread [EMAIL PROTECTED]
(1) I mean, does jBPM business process management allow for navigation between pages? (2) If you use jBPM business problems for logic, do you use pageflow for navigation? Or just use business process management for both? Can they go into the same BPM definition? (3) What I mean for this one is

[JBoss-user] [JBoss Seam] - Re: jBPM and Pageflow

2006-01-16 Thread [EMAIL PROTECTED]
(1) I dont understand. jBPM business process management and jBPM pageflow are very different things (2) Yes, sure. (3) @Begin(pageflow="pageflowDefinitionName") (4) jBPM pageflow is only sensible and useful for *conversations*. Don't use it for navigation between conversations, or for ad hoc n

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to configure error page for JBoss/Tomcat?

2006-01-16 Thread yb_xr
Got it. Thank you very much! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917760#3917760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917760 --- This SF.net em

[JBoss-user] [JBoss Seam] - Re: *.ejb3 vs *.jar

2006-01-16 Thread [EMAIL PROTECTED]
That change is made in the next release of JBoss EJB3, for better conformance with the PFD. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917759#3917759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917759

[JBoss-user] [JBoss Seam] - Re: CVS version against jboss HEAD

2006-01-16 Thread paulie!
G'day, A quick one to say I think the tag is: JBoss_4_0_3_SP1 Just in case you want this version and are momentarily confused (like I was). Cheers Paulie View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917757#3917757 Reply to the post : http://www.jboss.c

[JBoss-user] [Installation, Configuration & Deployment] - Server configuration shared by team members using JBoss IDE

2006-01-16 Thread weipingy
I would like to place all server configurations under CVS (check in/out under Eclipse IDE) so that the configurations can be shared among developers. The ideal setup would be to have both source code and server configuration under CVS so that any body can just check out the source project and c

[JBoss-user] [JBoss Eclipse IDE (users)] - Share server configurations among developers using JBoss IDE

2006-01-16 Thread weipingy
I would like to place all server configurations under CVS (check in/out under Eclipse IDE) so that the configurations can be shared among developers. The ideal setup would be to have both source code and server configuration under CVS so that any body can just check out the source project and c

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Share server configurations among developers using JBoss

2006-01-16 Thread [EMAIL PROTECTED]
You can configure JBossIDE to use your own custom filesystem copy deployment targets: 1) Go to Window > Preferences > JBoss-IDE > Deployer. 2) On the bottom half of the page there is a list labeled "List of user-defined targets" 3) Click the Add button next to that list and it will add the direc

[JBoss-user] [JBoss Portal] - Performance Statistics

2006-01-16 Thread alamora
Hello, Are there any performance statistics available that illustrate how 2.2 behaves with varying loads? Thank you, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917751#3917751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [JBoss Portal] - Re: Deploying QA vs. Production?

2006-01-16 Thread [EMAIL PROTECTED]
With regards to the CMS only, I would rely on sql exports, but also make sure to copy over /data/portal directory if you're using a repository.xml different from the one in portal sar, or if you're storing ANYTHING in the FileSystem. Otherwise, you should not have to. With webdav, it may prove

[JBoss-user] [JBoss Seam] - Re: Head runtime error

2006-01-16 Thread [EMAIL PROTECTED]
Check if you have any custom messages.property files in the root of any of your class paths. You are having a key value error--meaning a key is not being found in a messages file. This may be because the messages.property file is being overridden by your own. The DVD demo has an example of ho

[JBoss-user] [JBoss Portal] - Re: Deploying QA vs. Production?

2006-01-16 Thread alamora
Roy - Thank you. Is there a recommended usage for Portal in enterprise production then? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917748#3917748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917748 --

[JBoss-user] [JBoss Portal] - Re: Example Portal online?

2006-01-16 Thread [EMAIL PROTECTED]
We have a planned deployment for a live demo early this year. Nothing to show you now, however. If you download the budled version, you can it run it locally by executing run.bat in JBossAS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917747#3917747 Repl

[JBoss-user] [JBoss Portal] - Re: Deploying QA vs. Production?

2006-01-16 Thread [EMAIL PROTECTED]
No. We do not have an export for content in the CMS as you stipulate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917746#3917746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917746 --

[JBoss-user] [JBossWS] - Re: JBoss WS -- Secure WS and UserNameToken

2006-01-16 Thread [EMAIL PROTECTED]
This is targeted for RC2 (which should be sometime around the end of the month) http://jira.jboss.com/jira/browse/JBWS-656 -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917745#3917745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBoss Portal] - Re: Possible to create a new CMS repository with XML files?

2006-01-16 Thread [EMAIL PROTECTED]
I'm assuming that by wanting to create a new "repo", you mean a new top-level directory? If so, until webDAV integration in 2.4, this is the only way. With 2.4, you will be able to create/edit content/folders using MS WebFolders, for example. View the original post : http://www.jboss.com/index

[JBoss-user] [JBoss Portal] - Re: cms admin

2006-01-16 Thread [EMAIL PROTECTED]
Stack trace? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917742#3917742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917742 --- This SF.net email is sponsored b

[JBoss-user] [JBoss jBPM] - problem while using jbpm-starters-kit-3.1-beta2.zip or while

2006-01-16 Thread forJbpm
Hi I get following error when I try to run( in both the mentioned cases) : jbpm-server/server/run.sh -c jbpm anonymous wrote : 18:22:46,511 INFO [ServiceConfigurator] Problem configuring service jboss:service=WebService | org.jboss.deployment.DeploymentException: No Attribute found with name:

[JBoss-user] [JBoss Seam] - Re: CVS Seam against which version of JBOSS

2006-01-16 Thread [EMAIL PROTECTED]
I downloaded WinCVS and was able to get it. I'd still be interested in an Eclipse way of doing it--but it doesn't really matter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917740#3917740 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 - Transaction - CMT

2006-01-16 Thread PMO
Thanks for the answer. Now that I have a choice what should I read to understand what choice to make? All portlets in the page should use the same user transaction - at least in my application -, is there any reason I should not use the portal transaction? (besides, any good documentation to

[JBoss-user] [Installation, Configuration & Deployment] - Problem deploying the JBoss Admin Console

2006-01-16 Thread chilin
Since late last week,we've been getting a ClassNotFoundException while deploying the admin console. We've verified that the subject class (org.apache.struts.action.ActionServlet.class) exists in struts-1.2.6.jar which is (and has always been) included in admin-console.war, so we're not quite sur

[JBoss-user] [Javassist user questions] - Merge variuos Methods

2006-01-16 Thread Saxer
Hi! The problem is that I can`t merge the bytecodes of two or more methods into a single one. A combination of these methods in a single methode is striven. (With additional "connector"-code between the Method blocks). Here's my code-sample: (Classes A and B are merged within Class C) public

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Jboss, Hibernate, and Spring Integration

2006-01-16 Thread alida
Hi, I'm using Tomcat in development and have a web application which is now using Hibernate and Spring. I now need to deploy this application to JBoss. The versions of the sofware I'm using are: JBoss 3.2.7, Hibernate 3.1, Spring 1.2.5, MySQL 4.0.13, Java 1.4. First of all, can I use Hibernat

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: IllegalArgumentException occurred calling getter

2006-01-16 Thread chelaru.viorel
i found out that this is happening because the class is not proxied.but why the session beans of the .ejb3 jar deployed in my ear are proxied and the .ejb3 jar deployed directly in the deploy directory of jboss is not proxiedhow can i proxy it ??? please help, chelaru.viorel View t

[JBoss-user] [JBossWS] - Re: Can we use JBossWS at 3.2.X

2006-01-16 Thread [EMAIL PROTECTED]
No, JBossWS is an implementation of J2EE 1.4 Web Services, which requires a J2EE 1.4 application server. JBoss 3.2.x is J2EE 1.3. -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917734#3917734 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [Installation, Configuration & Deployment] - Re: Apache->JBoss redirection

2006-01-16 Thread olegkon
I have noticed that I only get that Tomcat console page (index.jsp) if I do http://myserver1.com/ and error 403 for all other pages (e.g. http://myserver1.com/app1) on one condition: in workers2.properties the uri line must be: [uri:myserver1.com/*], otherwise getting "Forbidden error 403" I have n

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache->JBoss redirection

2006-01-16 Thread olegkon
I have noticed that I only get that Tomcat console page (index.jsp) if I do http://myserver1.com/ and error 403 for all other pages (e.g. http://myserver1.com/app1) on one condition: in workers2.properties the uri line must be: [uri:myserver1.com/*], otherwise getting "Forbidden error 403" I have

[JBoss-user] [JBoss jBPM] - leaving transition on sub processes

2006-01-16 Thread maplat
I'm make heavy use of sub processes created by nodes, which works fine. My problem is, that the process-state is always leaving on it's default transition and not according to the end-state of the sub process. Am I doing things wrong here or is there any other solution? View the original post

[JBoss-user] [JCA/JBoss] - Re: DataSource doesn't scale

2006-01-16 Thread scswarga
After all the tuning we applied to JBoss 4.0.3SP1, it was 7 times slower and the throughput was about 7 times lesser when compared to to using Tomcat alone. We will now be using Servlets with our own JDBC Connection Pooling. All our profiling has pointed the hotspot as getting the connection from

[JBoss-user] [JBoss jBPM] - retrieve logs of sub processes

2006-01-16 Thread maplat
Hi, I'm using the jbpm process logs and try to retrieve it for my application, which is basically working, but not for logs created from sub processes. I do a lookup for the loogs with jbpmSession.getLoggingSession().findLogsByProcessInstance(procId); which returns the logs created from the p

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - IllegalArgumentException occurred calling getter

2006-01-16 Thread chelaru.viorel
hi all, i'm a newbie with problems in cascade; my last problem is : in a schedulable i lookup a stateless bean and i start some threads; i pass the stateless bean reference to the thread throught the constructor of the thread; when i call a function of the stateless witch want to persist the ent

[JBoss-user] [JBoss Portal] - cms admin

2006-01-16 Thread noicangi
hi, i'm using jboss4.03sp1 + jbossportal2.2--> bundled, winxp with mysql4.1 and connector 3.1 for mysql. the problem is: when i upload an image or create a folder on the cms admin an then i try to access de file or the folder the cms disapears. i read de user and reference guide but i dont kno

[JBoss-user] [JBoss Seam] - *.ejb3 vs *.jar

2006-01-16 Thread [EMAIL PROTECTED]
Do we not need to use the extension *.ejb3 anymore? Now we can use just *.jar? Is that for the latest JBoss server or has it always been that way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917721#3917721 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [JBoss Seam] - Re: CVS Seam against which version of JBOSS

2006-01-16 Thread [EMAIL PROTECTED]
How would you get 'JBoss 4 Branch' using Eclipse? I checkout JBoss-4.0.x, and used the build.bat file in its build folder to compile it. !00 errors... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917720#3917720 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [JBoss Seam] - jBPM and Pageflow

2006-01-16 Thread [EMAIL PROTECTED]
I am having some difficulty grasping how to use jBPM and Pageflow with Seam. Could someone help me understand the answers to some of my questions? (1) Can you use jBPM (without pageflow) to navigate a user from page to page? (2) Can you use jBPM and pageflow at the same time? (I don't mean in

[JBoss-user] [EJB 3.0] - Re: Using @Service annotation in eclipse; JBoss EJB 3.0 Serv

2006-01-16 Thread yantriki
Yes, I have the Service tutorial running. Following is my code: | package org.vss.jboss.service; | import org.jboss.annotation.ejb.Management; | | @Management | public interface PollingServiceManagement { | public int getPollInterval(); | | public void setPollInterval(i

[JBoss-user] [JBoss AOP] - Re: Newbie: aspectizing a existing POJO

2006-01-16 Thread [EMAIL PROTECTED]
The examples that come with the distribution come with a build.xml file, so install Apache Ant to run them. If you do $ant -verbose you will see how to set up the proper paths for the underlying java task View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=391771

[JBoss-user] [JBoss jBPM] - Re: Error after updating to gpd 3.0.6

2006-01-16 Thread [EMAIL PROTECTED]
The file should reside in 'jbpm/src/resources/gpd'. And you should make sure that in your JBoss jBPM preferences page the right Core Eclipse installation is referenced. Updating the included version.info.xml will not help indeed. If you can update to jBPM 3.1, you definitely should... Regards,

[JBoss-user] [JBoss AOP] - Re: Newbie: aspectizing a existing POJO

2006-01-16 Thread paolo_cst80
"[EMAIL PROTECTED]" wrote : You need to perform compile-time or load-time weaving, check out the examples that come with the distribition. Yes, this is exactly what i wish to do. I already use AOP IDE, but this is not much helping me in solving this problem :-( In the wiki page there are some in

[JBoss-user] [EJB 3.0] - Re: One problem about EJB 3 persistence!

2006-01-16 Thread rexorient
You're using the Remote interface, which means that the getNa() method result needs to be serialized. Changing the bean to: public class Nationality implements Serializable { ... } would fix this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917711#39177

[JBoss-user] [Management, JMX/JBoss] - Refering to EJB in MBean

2006-01-16 Thread yantriki
Statement of Problem == How to use to EJB 3.0 Stateless Session Bean from within a JBoss Service. Scenario === 1. I have created a LoginModule which I am packaging as a SAR DynamicConfig MBean. The LoginModule internally calls Stateless Session bean to authenticate userid and pas

[JBoss-user] [JBoss Portal] - Re: Portal SSO integration

2006-01-16 Thread [EMAIL PROTECTED]
Yes, JBoss Portal uses servlet container authentication, so you can use either tomcat sso or JBoss clustered sso http://www.jboss.org/wiki/Wiki.jsp?page=SingleSignOn View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917707#3917707 Reply to the post : http://ww

[JBoss-user] [JBoss Portal] - Re: jboss poral 3.0.2 and oracle 10g problem

2006-01-16 Thread [EMAIL PROTECTED]
it is fixed in the branch 2.2 of the cvs and will be released soon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917705#3917705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917705 -

[JBoss-user] [JBoss Portal] - Re: Custom portal pages per user

2006-01-16 Thread [EMAIL PROTECTED]
we need to implement dashboard more efficienlty to allow per user personalization. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917706#3917706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917706 -

[JBoss-user] [EJB 3.0] - Re: jboss 5 alpha - ejb3 - jndi works on Nov co... No longer

2006-01-16 Thread stemeyda
Any ideas on this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917704#3917704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917704 --- This SF.net email is spons

[JBoss-user] [EJB/JBoss] - Re: MySQL database depending on user

2006-01-16 Thread erich_lol
Then you should maybe deploy one ear file per client. Each ear should then state the correct db to use. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917701#3917701 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=391770

[JBoss-user] [JBoss jBPM] - Re: problem in configuring jbpm for mysql database

2006-01-16 Thread petes4557
Forgot to mention in the above post... The configured mySQL datasource seems to be deployed correctly by JBoss during startup, and has valid JMX entries in the JMX console. This is the most perplexing part -- why can JBoss find the driver class, but my jBPM deployment cannot? View the original

[JBoss-user] [EJB/JBoss] - Jboss does alter table on unchanged ejb and fails

2006-01-16 Thread erich_lol
Hi, I am running jboss as 4.0.3 sp1 on mysql 5.0 or Hsql (the db the comes with jboss) I designed two ejbs user and buddy and deployed them using xdoclet. Everything runs fine for the first run, but when I redploy the same ejbs or restart jboss I get 19:07:23,453 WARN [ServiceController] Probl

[JBoss-user] [JBossCache] - Database replication & cache loaders

2006-01-16 Thread pbanta
Hi, Let me apologize in advance for this question. I'm new to J2EE and I know that I don't fully understand all the terminology and it's likely that I'm confusing terms and concepts. Nevertheless... I want an architecture like the following with the requirement that all data must always be i

[JBoss-user] [Management, JMX/JBoss] - To extend the JBoss: The beginning

2006-01-16 Thread cassiofreire
Hi All, In my research, I am trying to extend the JBoss. Initially, I want to forward a request (for one workflow) between different instances of the JBoss. My doubt at the moment is: For this, I need to study only the JMX? The documentation of the JBoss concerning the JMX is enough or it´s n

[JBoss-user] [JBoss Portal] - Re: deployment of forums in portal 2.2

2006-01-16 Thread [EMAIL PROTECTED]
because the security as of today has been reworked but is not able to provide good enough services for forums, see here http://jira.jboss.com/jira/browse/JBPORTAL-566 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917694#3917694 Reply to the post : http://w

[JBoss-user] [JBoss Portal] - Re: NullPointerException at getPortletMode()

2006-01-16 Thread [EMAIL PROTECTED]
I am going to work on a fix for this this week, see also http://jira.jboss.com/jira/browse/JBPORTAL-539 it should be fixed in 2.2.1RC1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917693#3917693 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss jBPM] - Re: print process classloader

2006-01-16 Thread pedrosacosta
Thanks, Pedro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917692#3917692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917692 --- This SF.net email is sponsored

[JBoss-user] [JBoss jBPM] - print process classloader

2006-01-16 Thread pedrosacosta
I'm building a program that runs a workflow. In my workflow, i've defined an action inside an event. But, when the action is triggered, i get the exception: | 17:39:44,676 ERROR [Delegation] couldn't load delegation class 'com.sample.jbpm.action.SendMailHandler' | java.lang.ClassNotFoundExc

[JBoss-user] [JBoss Portal] - Re: Bug with the admin panel

2006-01-16 Thread [EMAIL PROTECTED]
is it similar to this issue ? http://jira.jboss.com/jira/browse/JBPORTAL-528 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917690#3917690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917690 ---

[JBoss-user] [JBoss jBPM] - Re: problem in configuring jbpm for mysql database

2006-01-16 Thread petes4557
I am seeing something similar to lappi's issue. I've also perused a number of other topics re: DB driver issues, but none directly correspond to my problem, or were able to help me fix it. I've deployed jBPM 3.0.2 to JBoss 4.0.3 SP1. I'm testing a process definition using a simple servlet in

[JBoss-user] [Beginners Corner] - Re: Reading a properties file from a class deployed in Jboss

2006-01-16 Thread swarne111
Look at this discussion about using your own property file when there's another one deployed by JBoss: http://www.techienuggets.com/Detail?tx=33 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917688#3917688 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [EJB/JBoss] - JBoss 3.2.6 BMP Caching Question

2006-01-16 Thread adryden
Hi, We're using EJB 1.1 on Jboss 3.2.6 and the entities that we use are BMP and we use the DAO pattern for the underlying persistance layer to Sybase 12.5.1. This is all on XP SP2. For BMP we've changed the configuration in the standardjboss.xml to commit option A in the attempt to try and cac

[JBoss-user] [Installation, Configuration & Deployment] - 3.2.6 BMP Caching Configuration

2006-01-16 Thread adryden
Hi, We're using EJB 1.1 on Jboss 3.2.6 and the entities that we use are BMP and we use the DAO pattern for the underlying persistance layer to Sybase 12.5.1. This is all on XP SP2. For BMP we've changed the configuration in the standardjboss.xml to commit option A in the attempt to try and cac

[JBoss-user] [EJB/JBoss] - Re: log4jservice unable to turn off logging

2006-01-16 Thread jiwils
Set your category back to INFO (or WARN, ERROR, FATAL, or OFF) rather than "DEBUG". The level that you choose should be the level you gave the root logger in order to switch back to "default" behavior. Removing a logger from the configuration file does not "remove" it. That does not make sens

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE and Xdoclet2

2006-01-16 Thread oswaldodantas
I am also interested in information about this topic. Is there any possibility to integrate JBossIDE and XDoclet2 now that XDoclet is not so recent, as said in the first post View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917684#3917684 Reply to the post :

[JBoss-user] [JBoss jBPM] - ProcessInstance ID numbers

2006-01-16 Thread mp_dc
Can I easily retrieve the database ID number of a new ProcessInstance after it's saved with saveProcessInstance using PostgreSQL/Hibernate? Thanks for the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917683#3917683 Reply to the post : http://www.

[JBoss-user] [JBoss jBPM] - Re: Error after updating to gpd 3.0.6

2006-01-16 Thread forJbpm
Do you think that I should update to jbpm-3.1-beta1 version? Thanks and Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917682#3917682 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917682 ---

[JBoss-user] [JBoss jBPM] - Re: Error after updating to gpd 3.0.6

2006-01-16 Thread forJbpm
Hi Koen, Thank a lot for answering my question even on Sunday. Please confirm following steps: 1. in my core jbpm installation (jbpm-starters-kit-3.0.2 /jbpm) i had to create gpd folder in jbpm/src/resorces. 2. I created file name with version.info.xml as per your instructions. But it didn

[JBoss-user] [JBoss Eclipse IDE (users)] - JSP Errors?

2006-01-16 Thread tcunningham
All of our JSP's start with HTML-style JSP scriptlet code (example): <%@ page session="true"%> <%@ page import="javax.naming.*"%> <%@ page contentType="text/html; charset=UTF-8"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt"%> <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"%

[JBoss-user] [EJB/JBoss] - Re: Help with long running transactions

2006-01-16 Thread cwstanton
Sorry... step 1) should say: but WITHOUT keeping those records locked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917677#3917677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917677 --

[JBoss-user] [JBoss Seam] - Re: CVS Seam against which version of JBOSS

2006-01-16 Thread tschnoelzer
Thx alot as it is working !!! * SEAM from cvs integrated in Eclipse * JBOSS 4 Branch from CVS by WinCVS, building JBOSS by using the build.bat command customizing build.properties in SEAM / Eclipse and life gets easy! Timo View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [Installation, Configuration & Deployment] - Re: Multiple redeployment gets PermGen error

2006-01-16 Thread pesalomo
I have the same setup and the same problems. I deploy an ear in exploded form containing ejb3, sar and war. I use to redeploy by touching META-INF/application.xml. After redeploying a number of times I get the PermGen space error. When PermGen error occurs JBOSS is not able to do a controlled s

[JBoss-user] [EJB 3.0] - Re: Runtime error -- javax.naming.NameNotFoundException: con

2006-01-16 Thread wadewang75024
The application is in the original post. Anyway, here u go again: = PaymentPosting Payment Posting entities.par business.ejb3 paymentposting.war paymentposting

[JBoss-user] [EJB/JBoss] - Help with long running transactions

2006-01-16 Thread cwstanton
If there is existing doc/threads that answer this question, please point me. 10 minutes of google and forum searching hasn't turned up what I'm looking for... I've been brought in to help a troubled team. The have a few web apps utilizing EJB 2 and running in JBoss 3.2.5. In addition to brow

[JBoss-user] [JBossCache] - Re: JBossCache integration into WebLogic

2006-01-16 Thread [EMAIL PROTECTED]
Thanks alot. I'll test it and I let you know. Jean-Francois Normand View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917670#3917670 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917670 --

[JBoss-user] [JBoss Portal] - Re: Migration from Portal 2.0

2006-01-16 Thread jsports
Can you give some guide on migrating forum2.01 to 2.2? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917669#3917669 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917669 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: Shared Objects in Hp Unix

2006-01-16 Thread gonenc
Resolved, this was due to the fact that JBoss was running on 64 bit but the library (.so) was 32 bit. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917668#3917668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917668

[JBoss-user] [JBoss Portal] - Re: deployment of forums in portal 2.2

2006-01-16 Thread jsports
I encounter the same question. why not jboss forum2.2 release? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917667#3917667 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917667 -

[JBoss-user] [EJB 3.0] - Re: uniqueconstraint in ejb3.0

2006-01-16 Thread jgc195
Hi, The problem isn't that the constraint isn't being applied - it is, and it's working fine. The problem is that we can't catch the exception gracefully. For example: 1) Create a user named 'bob' 2) Create another user also called 'bob' This generates an exception - which is fine. The 'Cau

[JBoss-user] [EJB 3.0] - Re: mapping unidirectional relation with parameterised compo

2006-01-16 Thread [EMAIL PROTECTED]
Yes, I see... You try to use an existing DataBase ... I saw that : http://jroller.com/page/raghukodali?entry=ejb_3_annotations_for_mapping I think it can help you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917665#3917665 Reply to the post : http://www

[JBoss-user] [EJB 3.0] - Re: Runtime error -- javax.naming.NameNotFoundException: con

2006-01-16 Thread [EMAIL PROTECTED]
Can you put the application.xml and all written log when you deploy your ear file please ? Is your Invoker in a web application ? you can try to do : | InitialContext ctx = new InitialContext(); | NamingEnumeration e = ctx.list(""); | while(e.hasMoreElement()) { |NameClassPair p =

[JBoss-user] [JBoss jBPM] - Re: jBPM BPEL calling .NET WS

2006-01-16 Thread stone_42
Hello again, once again, I tried to call my .NET-Webservice from jbpm bpel. I realized, that the web service doesn't get its parameters, they are simply null. When i looked at the SOAP message, jbpm bpel sends, I found the reason. The message should look likehttp://schemas.xmlsoap.org/soap/enve

[JBoss-user] [EJB 3.0] - Re: mapping unidirectional relation with parameterised compo

2006-01-16 Thread Andy.2003
I want a unidirectional access to the Description - Class, this means, in the Description - Class there is no variable storing the Product, so I cant create a ManyToOne mapping. If I setup following mapping in the Product Class I get only one PK in the Description Table: | @OneToMany | pub

[JBoss-user] [EJB 3.0] - Re: FetchType.Lazy

2006-01-16 Thread [EMAIL PROTECTED]
Hello, By default, the OneTOne and OneToMany is loaded automaticaly. Collections are automaticly in the lazy mode ! If you have a Collection of User and a User has a Collection of resources and a Resource has a collection of Category (for example). You must initialize the collection of resources

[JBoss-user] [JBoss Portal] - Bug with the admin panel

2006-01-16 Thread fredth
Hey, I've download JBoss AS with JBoss portal and when testing it, I think I've found a bug. If you login in with admin, go to the management tab, then expend root and click on default. You will see a textfield to add a page"package name" . Let it empty and click on the Add page button. You will

[JBoss-user] [EJB 3.0] - Re: uniqueconstraint in ejb3.0

2006-01-16 Thread [EMAIL PROTECTED]
Hello, Did you try to add : @Column(unique=true) | ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917658#3917658 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917658

  1   2   >