[JBoss-user] [JBoss Portal] - Re: Securing Content in CMS Admin

2006-03-09 Thread Turgon
I don't think that answers my question. There is now two different meanings with the word page. With your XML piece I could secure portal pages, but I am not talking about them. What I do want is to secure an individual HTML page I upload with the CMS admin and they do not have XML declarators

[JBoss-user] [JBoss jBPM] - How to get the pallete given in Graphical Process Desinger

2006-03-09 Thread m_srinivasmca02
Hi, I extracted the jbpm-gpd-site-3.0.5.zip into my eclipse folder but i am not able to get the pallete given ie graphical process desinger when i click on process definition.xml Thanks in advance regards srinivas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [Installation, Configuration & Deployment] - Re: commons-logging/log4j problem

2006-03-09 Thread Pi1
Some my observations. It seems to me as i saw when debugging webapp, that my log4j.properties are not picked up and logger Log log=LogFactory.getLog(TestServlet.class); i retrieve gets appenders from JBoss, so it puts all log messages to server.log and console, but not to my myapp.html log file.

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - unknown host exception

2006-03-09 Thread dhexus
hi, i changed my hostname to 'myhost' and afterwards i get the following message starting jboss 4.0.4RC1: ObjectName: jboss.mq:service=InvocationLayer,type=HTTP | State: FAILED | Reason: java.net.UnknownHostException: myhost: myhost | I Depend On: | jboss.mq:service=Invoker |

[JBoss-user] [Beginners Corner] - Re: urgent: hot deployment

2006-03-09 Thread tle_sammy
have a look in the following DIR: D:\jboss-4.0.2\server\default\work\jboss.web You should find the cache files for you APP ,DEL them. Maybe the problem is gone. -sammy china View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929230#3929230 Reply to the

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

2006-03-09 Thread [EMAIL PROTECTED]
OK, this is now in CVS: | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929229#3929229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929229 --

[JBoss-user] [EJB 3.0] - Re: Problem with jndi lookups for a local bean with interfac

2006-03-09 Thread heinrich
Hi Daniel, why don't you use the dependency injection for local interfaces? | @EJB | CustomerDAOLocal customerLocal; | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929228#3929228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBossCache] - Re: Collection proxy(Map) bug with Long values as keys

2006-03-09 Thread ratang2000
Ideally, the Collection proxies should exactly behave the way normal Java Collections/Maps do.. Atleast user knows what to expect out of it and this would also prevent related issues popping up later on... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929227#

[JBoss-user] [EJB 3.0] - we should have a jbossall-client-ejb30.jar

2006-03-09 Thread psilveira
it is quite a mess for a ejb3 jboss client configure its dependencies jars... it needs some jars like hibernate, cglib, asm and others because of lazyproxies (I really dont know why, since it is obvious that there will not be a session in the client side) and some hibernatexceptions (Should the

[JBoss-user] [Beginners Corner] - urgent: hot deployment

2006-03-09 Thread sushant248
I'm trying too redeploy my application. I replcae my ear file in /deploy directory - i.e. redeploying my whole ear but it is not working. Scanner shows that new deployment has happened with the same ear name but it keeps showing the old jsps (as if it has cached them). If i go to the work direct

[JBoss-user] [Installation, Configuration & Deployment] - Re: using JFreeChart from an EJB

2006-03-09 Thread jetbrains
To how to use jfreechart I don^t think there has any different between jsp and ejb You can find how to use it in jfreechart tutorial at below site http://www.javaresources.biz View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929222#3929222 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: DAOs as SLSBs - performance hit?

2006-03-09 Thread [EMAIL PROTECTED]
IMO do what works for you. Design patterns are only guidelines. I prefer writers/authors that say "This is an interesting way to write a piece of code" rather than "This is how you should write your code" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392922

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - CoyoteAdapter NullPointerException

2006-03-09 Thread thirtybelowzero
I recently upgraded a production JBoss app server from 4.0.2 to 4.0.3SP1 and am now seeing this error occurring frequently in my logs. 21:48:45,181 ERROR [CoyoteAdapter] An exception or error occurred in the container during the request processing java.lang.NullPointerException at org.

[JBoss-user] [JBoss Portal] - Applying Filters for Portlets

2006-03-09 Thread arvind_pv
Hi Everyone, Please guide me on how to use filters (similar to the servlet filter) in portal application. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929219#3929219 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Security & JAAS/JBoss] - Connect to security service?

2006-03-09 Thread louisaj
How do you explicitly tell an application (.war) to use JBoss security in the jboss-web.xml file? If it can't be done there, can it be done in the jboss-app.xml or application.xml in an .ear file? The reason I ask is that my application (a war deployment) is using some libraries that conflict

[JBoss-user] [Beginners Corner] - Re: Access from internal network only, how?

2006-03-09 Thread Diamantregen
Nobody knows a solution? :/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929217#3929217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929217 --- This SF.Net email

[JBoss-user] [Beginners Corner] - Re: Problems in web-console

2006-03-09 Thread qwfycj
I met the same problem , Should you can send the applet.jar package file to me ? my mail box : [EMAIL PROTECTED] thanks very much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929215#3929215 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBoss Portal] - User portlet

2006-03-09 Thread susitha
I'm using JBoss4.0.2 and JBoss-portal 2.0. I need to authenticate users using an Oracle database NOT by the file system or DefaultDS. How can I do it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929214#3929214 Reply to the post : http://www.jboss.com/inde

[JBoss-user] [JBoss Portal] - Re: WEBDAV Content Transfer

2006-03-09 Thread susitha
Hi patrick... I am also tying to do this kind of work using a Oracle database. But could not find what are the configurations that I have to do... Thanx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929212#3929212 Reply to the post : http://www.jboss.com

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

2006-03-09 Thread susitha
Hi all I am using a Oracle database for this purpose.. Can somebody tell me what files should I need to configure... Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929210#3929210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [JBoss jBPM] - Re: How to use expression ?

2006-03-09 Thread enazareno
Hi, I think scripts do not have strong typing, they are autoboxing. try this in decision: loopCondition > 5 Regards, Elmo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929209#3929209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [EJB 3.0] - Is it a bug on composite primary key

2006-03-09 Thread gus888
I ever posted a same question before. I use the composite primary key for my class @Entity | @Table(name="group_members") | @IdClass(MembershipPK.class) | public class Membership implements Serializable { | | private long groupId; | private long personId; | |

[JBoss-user] [JBoss jBPM] - How to use expression ?

2006-03-09 Thread sosoict1
I want to use decision-transition-expression to make choice.The expression is something using process variables setted in ContextInstance. For example: "loopCondition" is a variable with type "Integer" in contextInstance.Can I just use #{loopCondition.intValue()>5} ? someone know?Could you give

[JBoss-user] [Installation, Configuration & Deployment] - precompiling jsps

2006-03-09 Thread [EMAIL PROTECTED]
We are currently migrating to an earlier release of Jboss (3.2.5) from weblogic and I'm trying to figure out if there is any easy way to precompile jsps with this app server. I've found very little on this website and even google did not turn up much. We're using eclipse as our IDE and if its t

[JBoss-user] [JBoss jBPM] - Re: GraphSession.deleteProcessInstance taking over 10 minute

2006-03-09 Thread im_ytk
Dear Fallow, I am using jBPM 3.1. In file jbpm-starters-kit-3.1\jbpm\src\java.jbpm\org\jbpm\logging\db\DbLoggingService.java, function log(): | public void log(ProcessLog processLog) { | if (session!=null) { | session.save(processLog); | } | } | I have comment

[JBoss-user] [JBoss Seam] - Re: Have FacesMessages implements an interface

2006-03-09 Thread sguimont
I look more closely to EasyMock documentation and I found they have released a "Class Extension" library to support class mocking. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929203#3929203 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss Seam] - Re: Feature suggestion - Use Hibernate validation framework

2006-03-09 Thread sguimont
Cool! Very Hot! I did'nt realize that Seam was able to do this. I think it will be good to explain this in the seam documentation. We can add the Hibernate validations annotations to any Seam components not only on Entity beans. The entire samples use annotations on Entity bean only. Thanks!

[JBoss-user] [JBoss jBPM] - Re: GraphSession.deleteProcessInstance taking over 10 minute

2006-03-09 Thread enazareno
Hi, Not related to your version but for those using 3.1 disabling logs is quite easy. For the information of others using 3.1, locate the file jbpm.cfg.xml and uncomment the org.jbpm.logging.db.DbLoggingServiceFactory entry. I have not used 3.02 for a long time now but maybe you can check t

[JBoss-user] [JBoss AOP] - Re: Constructor Interception on Caller-Side?

2006-03-09 Thread schaefera
Bottom line: it means that I cannot instrument a constructor which is either created by a non-instrumentable class (JBoss core) or by classes that were not instrumented. This is unfortunate because AspectJ does it actually as expected even though I cannot use around() advice (must use before an

[JBoss-user] [JBoss Seam] - Re: Exception: java.lang.IllegalArgumentException: could not

2006-03-09 Thread [EMAIL PROTECTED]
So two layers of validation occur here: (1) UI validation, called when you have an action listener with @Invalid (2) Database access validation, called before writing to the DB (1) causes pretty faces messages (2) causes stacktraces You are seeing (2) happening here. You have not done any of (1)

[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-09 Thread [EMAIL PROTECTED]
"lcoetzee" wrote : What would really be good for me is to have some thing to kill all the conversations when the link is clicked, and then starting a new conversation with an @Begin OK. http://jira.jboss.com/jira/browse/JBSEAM-164 (But remember that the conversation timeout will take care of t

[JBoss-user] [JBoss jBPM] - Re: How to rollback failed timer.execute

2006-03-09 Thread enazareno
Hi Tom, Thanks for the reply. I am using 3.1 and in my design, I have wrapped JBpm in session beans and as I have experienced, I need to add a setRollbackOnly to make effective rollbacks to the process instance. I am assuming also that the close statement in the context will flush and commi

[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-09 Thread [EMAIL PROTECTED]
anonymous wrote : Eveything is fine. The breadcrump displays:search[criteria1] > document [document1] > serach[criteria2]. OK, so that seems wrong. You should not make the second search be a nested conversation of the edit conversation for document1. It should be a whole new toplevel conversat

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

2006-03-09 Thread [EMAIL PROTECTED]
Sure, that is easy to do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929193#3929193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929193 --- This SF.Net email i

[JBoss-user] [JBoss Seam] - Re: Have FacesMessages implements an interface

2006-03-09 Thread [EMAIL PROTECTED]
Um. If I did this for FacesMessages, I should also do it for all the other built-in components (pain!). Can't EasyMock proxy a concrete class?! Tell them to use CGLIB, we have been doing this in Hibernate for 5 years! View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[JBoss-user] [JBoss jBPM] - Deploying websale example

2006-03-09 Thread anituarun
I tried to deploy the websale example that comes with the jbpm-starters-kit3.1 on JBoss4.0.3RC1. I copied jbpm.war and jbpm.sar to the deploy folder of my JBoss instance. When I start the server, I get the following error: Caused by: java.sql.SQLException: Table not found in statement [select t

[JBoss-user] [JBoss Seam] - Re: Feature suggestion - Use Hibernate validation framework

2006-03-09 Thread [EMAIL PROTECTED]
You can absolutely do that today! Your code will work as written :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929190#3929190 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929190

[JBoss-user] [JBoss Portal] - Portal Session or Portlet Session or Whatever Session

2006-03-09 Thread bulloncito
Hello. We've been trying desperately to use session vars from different portlets, where we've been only succesful for portlets deployed within the same war file, by using PortletSession.getAttribute(PortletSession.APPLICATION_SCOPE) or PortletSession.getAttribute(PortletSession.PORTLET_SCOPE),

[JBoss-user] [JBoss Seam] - Re: Browser back-navigation doesn't work

2006-03-09 Thread [EMAIL PROTECTED]
OH! I understand. You are talking about *JSF* server-side state saving! Not Seam server-side conversations! We have been talking past each other. There are two very different things here. Notice that all the Seam examples use: * client-side JSF state saving * server-side Seam conversations A l

[JBoss-user] [EJB 3.0] - Re: DAOs as SLSBs - performance hit?

2006-03-09 Thread persabi
Going through the EJB3 material around, you really don't see this scenario: anonymous wrote : | servlet --> Session Facade (SLSB) ---> DAO (SLSB) ---> Entity Bean | where SLSBs access entity POJOs via DAOs in the EJB3 environment. It is the defacto "way" in Spring since the framework is n

[JBoss-user] [JBoss AOP] - Re: DynamicAOP not working with Examples

2006-03-09 Thread tpedone
The example worked when I ran it in the unzipped JBoss distribution with a manually installed EJB3 RC3 installation. So, it appears to only fail when running in an instance installed with the jar installer installing the "all" configuration. View the original post : http://www.jboss.com/index

[JBoss-user] [JBoss Seam] - Re: Browser back-navigation doesn't work

2006-03-09 Thread [EMAIL PROTECTED]
"emsa" wrote : The problem is that when I click on an item on the list page I expect that the item-detail view is rendered. But if I use the back-button and then click on the item the item-view is *not* displayed instead the list-page is reloaded. I think you have a bug in your code ;-) View t

[JBoss-user] [EJB 3.0] - How are the persistence classes in root of unit located?

2006-03-09 Thread atijms
In section 6.2.16 of the java persistence spec (Final draft) I read the following: anonymous wrote : | The set of managed persistence classes that are managed by a persistence unit is defined by using one or | more of the following: | ... | | The annotated managed persistence classes

[JBoss-user] [JBoss Portal] - Re: How to compile a simple portlet

2006-03-09 Thread ilangocal
I put all those jars in my classpath. I still can't compile Thanks for your help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929181#3929181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929181 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Is there a way to retrieve the UILServerILService client con

2006-03-09 Thread tmhsiu
I'd like to retrieve the client connection properties that is stored as part of the UILServerILService object so I can log the IP which my client will be connecting to when it establishes a TopicConnection and the bind address of the JMS service is set to its default value of 0.0.0.0. I noticed

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - URL connection string for MySQL

2006-03-09 Thread urswag
Hello What is the correct connection JDBC URL for the WinXP path C:\Programme\mysql\MySQL Server 5.0\data\petstore ? Please can someone write me the correct entry. I am not able to configure it. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929178#

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException during a lookup() cal

2006-03-09 Thread ameya_barve
Some additional info: Just to test, I created a Remote interface for my Entity bean and deployed it to JBoss. Once I did that, I was able to successfully locate the Local object without any Naming exceptions. (No code changes to my original function, just created the Remote interface and deploye

[JBoss-user] [JBoss Seam] - Have FacesMessages implements an interface

2006-03-09 Thread sguimont
It is possible to have the FacesMessages class implements an interface because I want to make unit test on my bean with EasyMock (http://www.easymock.org/) library and this library can only mock an interface. Code to test: | @Name("action") | @Interceptors(SeamInterceptor.class) | public

[JBoss-user] [Management, JMX/JBoss] - Remote MBean access

2006-03-09 Thread n_ton
Hi, I am trying to access an MBean from a remote client. From the wiki page: http://wiki.jboss.org/wiki/Wiki.jsp?page=JNDIClientConfiguration I was told to replace 'localhost' with my IP address to get an InitialContext connected to my JBoss server. So here's what I did in my code: Pro

[JBoss-user] [EJB 3.0] - @OrderBy on column in InheritanceType.JOINED root class not

2006-03-09 Thread goeh
Hi, I'm running jboss-4.0.4RC1 and have a problem. I have a collection of inherited objects that works fine if I don't put in @OrderBy annotation. But I get an exception if I try to sort on a column that is located in a inheritence root table. I have isolated the problem with the following entit

[JBoss-user] [Beginners Corner] - Container Cached Entity Beans

2006-03-09 Thread snackerOne
I'm working in an environment that has multiple applications which use a mix of EJB and straight database calls. The problem is if a database record is updated by one of the applications, the EJB container doesn't know about it. It takes a while before the container removes the entity bean fro

[JBoss-user] [JBoss Seam] - Re: FacesMessages.add()

2006-03-09 Thread perwik
I think I can live with that ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929171#3929171 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929171 --- This SF.Net

[JBoss-user] [JBossWS] - Re: JBossWS installed as default JAXRPC stack

2006-03-09 Thread e5c4p3
I guess this means that JBossWS will be in the next JBoss 4.0.4 release candidate and the final JBoss 4.0.4 release. Is that correct? After the final JBossWS release, will it be possible to replace JBoss-WS2EE with JBossWS on JBoss 4.0.3? View the original post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss jBPM] - How to deploy own process

2006-03-09 Thread Dieterke
Hello, I've got the following problem. I've made a process in a different project and I want to deploy it as an webapp like the websale-process. How can I do this? Greetings PS: I'm just a beginner... :$ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JBoss Seam] - Feature suggestion - Use Hibernate validation framework with

2006-03-09 Thread sguimont
The Hibernate validation with Seam is very usefull because you don't need to add the validation rules within the presentation (facelets/JSF view). Sometime, I cannot use an Entity bean with the @Valid annotation. So, I add fields in my Stateful session bean, but with this approach I need to add

[JBoss-user] [JBoss Seam] - Re: Browser back-navigation doesn't work

2006-03-09 Thread emsa
In referance: http://forum.java.sun.com/thread.jspa?threadID=478928&messageID=2229447 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929167#3929167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929167 -

[JBoss-user] [JBoss Portal] - my sample Portlet

2006-03-09 Thread ilangocal
Hi I have written a simple portlet. The directory structure is patterned after HelloWorldPortlet. When I run ant these are the errors: Buildfile: build.xml init: compile: [javac] Compiling 1 source file to C:\navnorth\testvideo${web.dir}\WEB-INF\ classes [javac] C:\navnorth\testvid

[JBoss-user] [JBoss jBPM] - Re: success stories to sell to management

2006-03-09 Thread jbpmndc
Thank you for that link. My two cents: A couple of prominently displayed success stories on the main JBPM page would help us developers sell the product to management. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929165#3929165 Reply to the post : http:/

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

2006-03-09 Thread Andy.2003
yes the client should be able to set his language and it should be stored in the session scope (maybe you can create a nice component for this...) - Andreas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929164#3929164 Reply to the post : http://www.jboss.

[JBoss-user] [JBoss Seam] - Re: Browser back-navigation doesn't work

2006-03-09 Thread emsa
The problem is that when I click on an item on the list page I expect that the item-detail view is rendered. But if I use the back-button and then click on the item the item-view is *not* displayed instead the list-page is reloaded. If using client-side state the item-view is shown (as expected)

[JBoss-user] [JBoss Seam] - Re: FacesMessages.add()

2006-03-09 Thread [EMAIL PROTECTED]
Just use: success.DocumentUpdated=Document #{document.title} was updated In the resource bundle! ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929162#3929162 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392916

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

2006-03-09 Thread [EMAIL PROTECTED]
But this would still be a per-client setting, right? If so, I am +1 on adding this capability. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929161#3929161 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929161 -

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss-4.0.1RC1 startGuide40 missing sql\insert.sql file

2006-03-09 Thread jdonelson
Never mind, I found it - I had to download J2EE Tutorial 1.4 Update 2 from Sun instead of the most recent one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929160#3929160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JBoss Seam] - Re: JSF 1.2 / Seam

2006-03-09 Thread [EMAIL PROTECTED]
Well, that class is definitely in the spec ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929159#3929159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929159 --

[JBoss-user] [JBoss Seam] - Re: Seam & Facelets

2006-03-09 Thread [EMAIL PROTECTED]
Why not just ask in the facelets forum? Not sure how closely Jacob is reading this... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929158#3929158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929158 --

[JBoss-user] [JBoss Seam] - Re: Browser back-navigation doesn't work

2006-03-09 Thread [EMAIL PROTECTED]
I don't understand. Exactly *what* is the problem? Perhaps you would rather use PAGE scope for the list? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929157#3929157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39291

[JBoss-user] [JBoss Seam] - Re: Error in last nighty build

2006-03-09 Thread julianhall
Hi Max, Do you know if there are any plans in the future to implement the functionality for the composite keys? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929156#3929156 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [JBoss jBPM] - Re: success stories to sell to management

2006-03-09 Thread [EMAIL PROTECTED]
Take a look at this topic: Success stories with jBPM There are a couple of postings there you might find interesting. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929155#3929155 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBoss Eclipse IDE (users)] - jBPM Starting Graphical Process Editor (GPD) in Eclipse

2006-03-09 Thread dsm08873
Hi, I searched the forum and haven't anything on this. I've installed the JBoss IDE into eclipse and I created a jBPM project. When I open the gpd.xml file that is created by the project wizard, I get the following error: Unsupported content type in editor. This is shown in popup dialog. In

[JBoss-user] [JBoss Getting Started Documentation] - Action Handler Problem

2006-03-09 Thread juanmv
I am following the examples of the guide, in section 4.5 "Addind an Action to a Transition". The problem is when I press OK after selecting the class of the action handler ("com.jbay.action.HelloActionHandler"). I noticed that when I select the class, there is a message saying it doesnt have F

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

2006-03-09 Thread mdlatham
can anyone point me to some documentation on how to use the cms/portal ? i did the same process as noicangi to get it running on solaris 10. the instructions for adding the portal 2.2 to the app server DO NOT WORK! i tried on linux, sun, and os x. the bundled version is the only one to work. it

[JBoss-user] [JBoss jBPM] - Re: success stories to sell to management

2006-03-09 Thread [EMAIL PROTECTED]
thanks for the compliments ! they keep us going :-) i can testify only indirectly that it is used in *large* organisations like insurance companies, banks, airplane builders, world class large financial institutions, security organisations, military, ... regrettably, most of these companies a

[JBoss-user] [JBoss Portal] - Re: Securing Content in CMS Admin

2006-03-09 Thread mdugan
I saw this in another thread. You would put this in your page declaration that you want to protect: | | |Admin |view | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929149#3929149 Reply to the post : http://www.jboss.co

[JBoss-user] [EJB 3.0] - EJB3, iBatis, and CGLIB

2006-03-09 Thread asack
Hi, I'm working on a big project that is going to be completely EJB3/JBoss based (great work guys) and I'm running into an odd problem that the Wiki/FAQ and numerous Search tries are not resolving. I'm using JBoss 4.0.3SP1-EJB3RC5, JDK1.5_06 and iBatis 2.1.7-597 (latest). My issue is that I'

[JBoss-user] [JBoss Seam] - Browser back-navigation doesn't work

2006-03-09 Thread emsa
After moving from client-side to server-side state the back-navigation doesn't work any longer. I get the typical JSF-behaviour: 1. Rendering a list-page. 2. Clicking on a item. 3. Render the details-page. 4. Using browser back. 5 .Clicking on item 6. list-page reloads --- with client-side state

[JBoss-user] [EJB 3.0] - Problem with jndi lookups for a local bean with interface hi

2006-03-09 Thread MrHighTech
I have the following structure @Stateless CustomerDAO extends BaseCustomerDAO implements CustomerDAOLocal {} public abstract class BaseCustomerDAO implements BaseCustomerDAOLocal {} @Local interface CustomerDAOLocal extends BaseCustomerDAOLocal {} @Local interface BaseCustomerDAOLocal {} Now.

[JBoss-user] [EJB 3.0] - Re: Problem with Lazy attributes - 4.0.3SP1-EJB3.0RC4

2006-03-09 Thread hindog
I stumbled into the same problem. ClassCastException with SerializableProxy being assigned to a lazily fetched OneToMany relationship in my entity bean. I'm not a hibernate code expert, but it seems to me since all my beans implement java.io.Serializable, and SerializableProxy also implements

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss-4.0.1RC1 startGuide40 missing sql\insert.sql file

2006-03-09 Thread jdonelson
I am also having trouble locating the insert.sql file. Where did you find it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929144#3929144 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929144 ---

[JBoss-user] [JBoss AOP] - Re: DynamicAOP not working with Examples

2006-03-09 Thread tpedone
The unzipped version worked. We have been using the installed version. I'll have to try installing EJB3 manually into the unzipped version and see if that works. If so, then we can proceed using that for now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Installation, Configuration & Deployment] - XA Transaction

2006-03-09 Thread pozzo
How can I configure XA Transaction (two fase commit) on JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929142#3929142 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929142 --

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - AJAX, Struts and form's names

2006-03-09 Thread lottalava
Hello folks, does anyone here know, how can i set form's name in a AJAX request, 'cause my Struts application needs to know which form is submited. Regards, lottalava View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929141#3929141 Reply to the post : ht

[JBoss-user] [Beginners Corner] - javax.naming.NameNotFoundException during a lookup() call.

2006-03-09 Thread ameya_barve
I have JBoss 4.0.3SP1, and I have a Session Bean with a Remote interface (ExecutionReportOperator), and an Entity Bean with a local interface (ExecutionReport). Here is the JBoss output: INFO [EjbModule] Deploying ExecutionReport INFO [EjbModule] Deploying ExecutionReportOperator INFO [BaseLo

[JBoss-user] [JBoss jBPM] - Re: success stories to sell to management

2006-03-09 Thread jbpmndc
I've worked with a Java vendor, and as far as getting up and running jbpm blows it away. Pros It's modular - jar Database independent - uses hibernate It's got great examples if you look through the test source code It's got a gui that satisfies the business analysts - eclipse plugin It's got the

[JBoss-user] [EJB 3.0] - Re: DAOs as SLSBs - performance hit?

2006-03-09 Thread [EMAIL PROTECTED]
Good points. Depends on what you call a "DAO". | List resultList = | em.createNamedQuery("userFavoritesEntity.findByUser") | .setParameter("user", user) | .getResultList(); | Where that code lives could be called a DAO, no? And all other places that need to run that query would th

[JBoss-user] [JBoss jBPM] - Re: JBoss Innovation Awards

2006-03-09 Thread jbpmndc
Drupal showcase is an example http://drupal.org/forum/25 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929137#3929137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929137 -

[JBoss-user] [JBoss jBPM] - Re: JBoss Innovation Awards

2006-03-09 Thread jbpmndc
I mean share it with the community. Make a post in the wiki or the forum about a successful implementation. A product can be really good, but if I can't tell management it's being used, I can't get authorization to use it. Example of a community sharing success stories: I use Drupal as well

[JBoss-user] [EJB 3.0] - Re: DAOs as SLSBs - performance hit?

2006-03-09 Thread greening
More on this "EJB3 persistence renders DAOs obsolete": We typically do not use DAOs in front of highly-complex RAM-based data structures. So what makes databases so special that a DAO pattern emerged? DAOs became popular in the JDBC days, when you had queryMethod() { let's say 100 lines o

[JBoss-user] [EJB 3.0] - Re: @Embedded objects require @AttributeOverrides? WTF!?

2006-03-09 Thread mnewcomb
To get this behavior, do the following: In the properties of the persistence unit in the persistence.xml file: | | This should be the default naming strategy. Thanks, Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929134#3929134 Reply to t

[JBoss-user] [EJB 3.0] - LazyLoadExceptions, Open Session in View & EJB3

2006-03-09 Thread binario
Hi all, I have been getting lazy load exceptions as described in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=78867 I've been investigating nice solutions to this and I came across the "Open Session in View" pattern. Here's a nice blog entry about it: http://www.jroller.com/page/c

[JBoss-user] [EJB 3.0] - Re: AroundInvoke for Inherited business methods

2006-03-09 Thread amayingenta
I meant to say that this is with JBoss4.0.4RC1 - which I believe includes EJB3 RC5 PFD. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929132#3929132 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929132

[JBoss-user] [JBoss jBPM] - Re: JBoss Innovation Awards

2006-03-09 Thread [EMAIL PROTECTED]
what do you mean with share it with the community now ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929131#3929131 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929131 -

[JBoss-user] [EJB 3.0] - AroundInvoke for Inherited business methods

2006-03-09 Thread amayingenta
I am having a problem with an @AroundInvoke interceptor not running for methods that are implemented in a superclass of a Stateless session bean: | public interface A | { |public String getMessage(); | } | | public interface B extends A | { |String getOtherMessage(); |

[JBoss-user] [JBossCache] - Re: Collection proxy(Map) bug with Long values as keys

2006-03-09 Thread ScottMarlowNovell
Jira http://jira.jboss.com/jira/browse/JBCACHE-399 requests that we change the Map implementation to not convert Key object values to String. You should vote for this Jira if this is important to you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929129#3

[JBoss-user] [JBoss jBPM] - Re: JBoss Innovation Awards

2006-03-09 Thread jbpmndc
Better yet, why don't you share it with the community now? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929128#3929128 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929128 -

[JBoss-user] [JBoss jBPM] - JBoss Innovation Awards

2006-03-09 Thread [EMAIL PROTECTED]
Hi, If you use JBoss jBPM, please consider aswering 5 questions about it and have a go at the JBoss Innovation Awards. This might be your chance to convince your boss that you *have* to go to JBossWorld Las Vegas :-) http://now.eloqua.com/es.asp?s=257&e=B0A3C8ACC5D34B91B9F4374F97C0DEC2&elq=046

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message propagation form Oracle 10g AQ to JBoss MQ

2006-03-09 Thread genman
You're missing a class in your classpath org.jboss.jms.jndi.JBossMQProvider View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929126#3929126 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929126

[JBoss-user] [JBoss jBPM] - Re: success stories to sell to management

2006-03-09 Thread jbpmndc
hmmm.. not one response for a day ..too bad... If I was to bet money, I'd say Microsoft is going to trounce the workflow market: http://msdn.microsoft.com/windowsvista/building/workflow/default.aspx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929125#39291

[JBoss-user] [EJB/JBoss] - local and remote interfaces in jboss, InvokerInterceptor

2006-03-09 Thread anarvekar
We have an application that was written during the ejb1.0 spec. I decided to take advantage of some of the ejb2.0+ spec improvments so I created local views of a bunch of our entity beans in order to gain performance improvement. However, I found that the InvokerInterceptor interceptor in jboss

[JBoss-user] [EJB 3.0] - Re: DAOs as SLSBs - performance hit?

2006-03-09 Thread greening
I am wondering whether EJB3 persistence renders DAOs obsolete. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929123#3929123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929123 --

[JBoss-user] [JBoss Portal] - Re: using resource files for multiple languages

2006-03-09 Thread dhexus
... just edit or create the corresponding files, e. g. Resource_de.properties, and add 'de' as a supported locale to portlet.xml ;-) dhexus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929121#3929121 Reply to the post : http://www.jboss.com/index.html?mod

  1   2   3   >