This question has been asked enough times now that I created an FAQ
http://wiki.jboss.org/wiki/Wiki.jsp?page=ItHangsTalkingToTheDatabaseOrItReportsADeadlock
The solution is talk to your database admin.
and also to use search so we don't have to continually repost these answers,
where we even bothe
Tvan,
It all depends what you understand under the nomer 'proprietary'. The fact that
XPDL originates from the WfMC and that there is a (small) number of products
using it, does not make it a widespread standard. And if it is not a widespread
standard, I would also call it proprietary. BPMN has
I'm building a minimal config under 4.0.3 which is going well, but I want to
get rid of any of the tomcat clustering stuff. What must I do to disable this
in tomcat, so that I don't need the jboss cache, jgroups and tc5-cluster
support to be deployed?
Thanks...
Milt
View the original post :
h
I'm coding a web application that has a fixed requirement that the information
presented to different users is specific to their role. For example, If a user
logs in as a regular user, there are no UI elements for administration.
This leads me to inquiring about dynamic portlet layouts within a
(Couldn't decide whether to include here or in the Messaging forum...ultimately
decided to place here. Sorry if it's misplaced.)
I'm using @Resource to inject a reference to a JMS destination. The JMS spec.
indicates a preference to use the "Common" interfaces (see pp. 75-76, 79-80)
which in
The second approach seems simple since it looks this is the natural way of
doing what I want at the moment.
Thanks, guys for the answer.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912537#3912537
Reply to the post :
http://www.jboss.com/index.html?module=
I also think the external polling is the simplest and most flexible solution.
Besides that, you will want to correlate the file with the
processinstance/token anyway, so using the tokenid in the filename or have a
correlation table where this is done are two possible solutions.
Regards,
Koen
V
I tried with the given below URL's, but I'm getting only Default Portal Page.
1. http://localhost:8080/portal/portal/mysample/default
2. http://localhost:8080/portal/portal/mysample/
3. http://localhost:8080/portal/mysample/
Thanks
View the original post :
http://www.jboss.com/index.html?modul
i haven't checked it yet as i'm not in the office for the moment but maybe an
optimization of java is not to actually return the result when it's not
necessasry (in the first case you don't use the result of a.getListB())
i'll try the code in the office today and i'll let you know
View the orig
Hi JBoss and WS guru!
I'll be very very very appreciative to you, if you could answer my
compatibility question.
There are several different messages in this forum discussing that, but I have
not exact information about version matching between WS engines and JBoss App
Servers.
We have project b
"genman" wrote :
| I seem to recall Adrian coming up with something in CVS recently.
|
Not guilty. :-)
I am merely testing some code that somebody else contributed.
It has only been tested on 10g so far:
http://jira.jboss.com/jira/browse/JBAS-2503
http://anoncvs.forge.jboss.com/viewrep/JBos
We need a feature that will be fixed in JBoss 4.0.4 final.
When will it be released?
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912531#3912531
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912531
Each fork should be used in relation to a corresponding join. Mixing parallel
paths of execution between fork/join pairs will put you in trouble.
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912530#3912530
Reply to the post :
http://www.jbos
You are right that we shouldn't overwrite JDK classes, unfortunatelly we have
to.
JDK 1.4.2 contains only DOM2 the Xerces 2.6/2.7 releases need DOM3 interfaces.
hence you have to have those interfaces in the ear.
If you ask me, DOM should not be in the JDK, it does not have Suns release
cycle s
"mroosendaal" wrote : But this was not adequate enough because it uses the
FilestateManager which requires the jboss-mq-state.xml for security which i
don't want.
|
No it does not. Where does it say that?
The state/security service are entirely independent from the
persistence/caching.
Are
Hi,
I have a problem with the following finder:
SELECT OBJECT(s)
| FROM Survey AS s, User AS u
| WHERE u.username = ?1
| AND u NOT MEMBER OF s.user
Survey and User are Entity Bean in relation N-to-N with a dedicated Cross Table
and the relation works fine (for examples getting UserDTOP f
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp
FAQ
And broken keep-alive configurations don't count, use the networking forum
or better yet talk to your network admin.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912526#3912526
Reply to the post :
http
"patrick_ibg" wrote : First of all, it won't be freed up until the session is
invalidated or the app takes it out of the session context.
Well, that just means you should make sure it isn't too huge and/or configure
appropriate passivation. It's a tradeoff of performance vs. usability. You
can'
"greywind" wrote :
| Solution for the moment (as the jboss guys do not seem to fix it)
Fix what?
JBoss has parsed the ra.xml using the xml parser and the w3c classes you told
it to use.
These classes are not compatible with the JDK classes that the RAR deployer
uses.
Why are you trying to
Hello again,
I suggest you run the websale example bec. there is a timer in there. You
can get some idea from there. It is very difficult runnning testing the timer
w/o the SchedulerThread.
Regards,
Elmo
View the original post :
http://www.jboss.com/index.html?module=bb&op=vi
"humergu" wrote :
| I'm not very familiar with JCR but I've a problem deploying a JCR adapter.
|
I think this is your problem, no? You can't even spell JCA :-)
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtop
I'd also suspect the usual broken JVM/c-library/OS combinations
with broken threading/locking primitives.
e.g.
* Sun operating systems with the wrong patch level
* Incorrect/Unsupported glibc versions
* Using Redhat's broken backport of NPTL to Linux 2.4.x
But since you provide very little inform
The actual code works as follows, so maybe you can spot the gap in the logic?
Every transaction has a TransactionSynchronizer synchronization
that accumulates "I want to enlist these resources".
To avoid the "race" of two threads trying to enlist the same resource at the
same time,
it elects one
It is possible you have found a problem with the logic, since this code is new.
http://jira.jboss.com/jira/browse/JBAS-1935
But this code only exists to workaround a "hole" in the spec
when it comes concurrent enlistment of connections in a transaction.
So unless you are seeing the WARN accompani
Hi
I am very new to Portal and Portlet application.
Today i finally deployed my HelloWorld portlet successfully.
Now i want to aggregate two different portlet application to same page in Jboss
Portal.
Can anyone give me steps to aggreagate two portlet application in same
page?[or portal]
Tha
Hello,
You need to have a Scheduler thread running to invoke your actions. If you
run the web example, the thread is initiated during start-up through the
SchedulerServlet. The timer tag just registers the timer, but the
SchedulerThread is the one that looks for jobs that are past due and i
There's an alternate approach that requires no coding at all. Just store a copy
of your process definition anywhere in the process archive, in addition to
processdefinition.xml. That way, the deployer will treat the copy as a resource
file and save it to the database.
Perhaps the deployer sho
We have a Java/JSP application deployed on Tomcat and we need to migrate the
same to JBOSS. What are the possible differences we could encounter and any
known issues/constraints or bugs?
Any pointers will be useful
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
Hello,
Is it possible to manually set the Timer's next due date from an
ActionHandler? Correct me if I'm wrong but I think there is no support for a
cron-like expression in the BusinessCalendar class (?). It just repeats
uniformly based on the repeat value. If there is none, can we get a ha
I am currently using JBoss 4.0.3(SP1) and JBoss Portlet 2.2.
The Porlal comes customized with the User Portlet. I tried editing the profile,
and when I click on the link I get an empty page.
How could I solve this problem?
View the original post :
http://www.jboss.com/index.html?module=bb&o
anonymous wrote : I don't know is the definition WSDL not enough?
Section 3.2.2 of the jBPM BPEL user guide explains that processes are defined
in terms of abstract WSDL definitions (e.g. messages and port types) and XML
schema types/elements only. That's the information that goes to the databas
I had a similar requirement and i placed such files in server/default/conf.
That worked for me.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912510#3912510
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912510
---
Hi
Is there any web-based modeler for modelling jBPM processes?
Regards
Pratap
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912509#3912509
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912509
I know what you mean. J2EE deployment descriptors are a perfect example of how
bad things can get. However, UI-related data in a business process makes it
less readable, as they are irrelevant to the business logic. Of course, if you
assume that most of the time you'll be looking at the graphica
I agree with Rainer.
jBPM is just a workflow engine. It does not prioritize the execution/speed of
tasks.
This would be something you would do outside jBPM.
My first job was a mainframe job (s!). When you submited work to the
mainframe/CPU, you submitted a list of things you want to perfo
I would like to know is my understanding correct
Is the Hello World Example build target doing for the purpose?
create-schema:
- Create the database schema for storing executing information
pack-definition:
- Pack the business process into a single archive
- The archive contain BPEL, WSDL and a
* lazy="extra"
* collection filters
* Hibernate3 Filters
...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912505#3912505
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912505
--
Hi,
We were planning on migrating to JBoss AS from weblogic. Installation went OK
however one thing we prefer is having a web interface to handle issues like:
deploying applications, creating data sources, managing user accounts etc. It
seems (after reading the documentation) that you have to m
I hope someone can help.
I am running an application on Linux in Jboss 4 (with Tomcat 5) and using
DB2Connect to run stored procedures. I can execute the stored procedure (use
the connection) one time successfully. The next time I try to execute it (DAO),
I get this error:
18:44:32,862 ERROR [
Hi 'anant',
just what would these priorities effect?
The execution of Tokens is deterministic. Either triggered by external events,
by Timer execution or something else. Once these are executed the workflow
proceeds till the signaled token has reached a wait state - it then waits for
external
Seems weird...
First of all, it won't be freed up until the session is invalidated or the app
takes it out of the session context. Then, I'm not too sure how it will behave
wrt activation/passivation.
I think the web layer also does its own bit of passivation/activation and
writes objects in t
Hi,
If all else fails, why not just use the traditional approach and query the
database directly and use paging? Maybe you also need to check if the tables
are properly indexed.
Regards,
Elmo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912499#3912
I don't want a priority associated with any user, but for processes that are
travelling through the system from node to node. I am not using tasks at all.
Is there still a way to use priorities?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912498#3912498
R
Thanks. with netstat port 1099 does indeed show up, whereas it didn't with nmap.
Unfortunately, I still keep getting the same Exception.
Does anybody know in which direction to look next?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912497#3912497
R
Hello,
Why not create a process deployer class that deploys your process and save
your xml on the database as text at the same time, i.e. if you have not started
yet. Just get the process id out so you can reference your xml file. If you
have already started and want to view existing proces
Scott et al,
First off, I can not help you solve this (year old) issue. I am groveling for
your/someone's help on getting a simple C# client (via iKVM) to connect to
JBoss (ultimately JBossMQ). You were able to contact the naming service, so you
got further than I have. Hopefully you can share
This has been discussed before. However, we weren't so sure that we want to do
such a granularity that time. Besides, if we want to do that, we will need to
wait, maybe, 1.4 or later when we have notification interceptor.
If you want, please open up a Jira issue so we can track it later on.
Vi
Okay, I'm pretty sure JBoss is going bonkers. Below is the interface and bean.
I stripped them down to near nothing:
| package foo.bar.services;
|
| import javax.ejb.Stateless;
| import foo.bar.services.api.UserService;
|
| /**
| *
| */
| @Stateless
| public class UserSe
Ok, try to use removeObject() instead of simply remove() as the former will
properly disassociate the POJO from the interceptor. This is the proper way to
do in pojo cache (TreeCacheAop) anyway.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912492#3912492
R
Why do you think it's bad to put an SFSB in the session? I think that's ok
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912491#3912491
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912491
--
Dear Tom,
I wish it could be that easy. It took as a long time to decide on certain
technologies. The thought of introducing yet another will probably make some
"cringe". But kudos to your work, I think we have to make an exception with
this one. I think you have made workflow as simple to
Maybe I'm missing something, but it still seems to me that your problem is
easily handled by context variables and view mappings. I assume you are using a
standard MVC architecture?
You are not limited to just "failure" and "success" outcomes... and the event
that is fired (the method invocatio
say you have two entities A and B, and the relationship is one to many
the two entities are fairly large. how do u get a reasonable perfomance when
loading entity B given that for one instance of A there can be many instances
of B, by many i am talking of tens and thousand instances for example
This could also fold in the @IfInvalid annotation:
@ValidateFor (names = {"seamName1", "name2"}, invalidOutcome = REDISPLAY)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912487#3912487
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
I'm not aware of any standard way to do this, although I'm not fully up to
speed on what all the security guys have been up to in terms of providing
security hooks in the web tier (I'm in clustering). So, don't take my response
as meaning there's no way (but I doubt it).
See http://www.jboss.c
I have some wizards which basically null out the appropriate form beans and put
them back in when it's on the right screen.
This doesn't solve your problem though, as you have no idea in advance which
form will get submitted.
Maybe as an alternative, create a @ValidateFor (names = {"seamName1",
Hello
I work with JBoss + Eclispe + Firebird. I've written a ejbStore procedure like
that:
public void ejbStore()
{
System.out.println("Project enter: ejbStore");
Connection connection = null;
PreparedStatement ps = null;
try
{
connection = getConnection();
String select = "update PRO
I have 3 objects, in a hierarchical relationship; bascially a two-deep
one-to-many association. Group -> Display -> Component, where a Group has a
one-to-many with Display, and Display has a one-to-many with Component. What's
happening is when I do an em.find(), with the ID of a Group, the res
Probably not a good idea to scope SFSB to session. You could create a search
result object (a real POJO, not an Entity Bean, unless you want to persist your
search results which sounds crazy) and put that in the session scope.
View the original post :
http://www.jboss.com/index.html?module=bb&o
I deployed some code that hasn't been touched in a couple weeks today, and it
will no longer deploy. I continually receive a NoClassDefFoundError when I can
plainly see inside all of the deployed archives that everything is fine. I
downloaded and installed 4.0.3SP1 again and it is still happenin
The anonymous wrote : 16:59:09,323 ERROR [NMS] merge failed
| java.lang.ClassCastException:
EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderH
| ashMap
| at
org.jboss.ha.framework.server.DistributedReplicantManagerImpl.mergeMe
| mbers(DistributedReplicantManagerImpl.java:791)
|
I do not neccesarily think combining the info in one file is bad design. There
is lots of duplication between the jpdl and gpd file. Getting things to
fragmented and split over multiple files is also not to great... but anyway
:-)
If I find the time somewhere (maybe in 2007) I'll have a qui
Hello
I work with JBoss + Eclispe + Firebird. I've written a ejbStore procedure like
that:
public void ejbStore()
{
System.out.println("Project enter: ejbStore");
Connection connection = null;
PreparedStatement ps = null;
try
{
connection = getConnection();
String select = "update PROJECT set
Title: Migrating applications developed using EJBs from WebSphere to JBoss
All,
I am migrating several applications that using EJBs and in particular Entity beans
from WebSphere to Jboss. Is there any links or documentation that will help
make this transition? Any help is appreciated.
When configuring a read-only EJB as per JBoss descriptors, do I have to set
in the standard EJB ejb-jar.xml to anything special
(e.g., Not Supported, Supported, etc.)?
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912477#3912477
Reply to the post :
"anituarun" wrote : The /errorpages/wronglogin.html page does exist in the CMS
even in JBoss portal v2.0.1RC1, however it is in the wrong location.
... or that too. ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912476#3912476
Reply to the post :
http:/
Are you using JBossCache 1.2.4 beta? This sounds like
http://jira.jboss.com/jira/browse/JBCACHE-303, which was fixed in the final
1.2.4 release.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912475#3912475
Reply to the post :
http://www.jboss.com/index.ht
Just for your information...
The /errorpages/wronglogin.html page does exist in the CMS even in JBoss portal
v2.0.1RC1, however it is in the wrong location. I resolved the problem by
moving the errorpages directory directly under /default diectory
View the original post :
http://www.jboss.com/
anonymous wrote :
| it depends how you deployed the process and the actionhandlers. Are both
versioned in the same .par file? If so are you sure the right class got in the
.par file. If it was not refreshed, it could be the wrong version.
|
I am reading the processdefinition.xml file from
In 2.0 Branch the /errorpages/wronglogin.html existed in the CMS. We moved away
from that in 2.2, as some people unplug the CMS. However, if in 2.0.1, the page
does not exist, then create it in the CMS.
Additionally, you can modify the web.xml:
| /login.jsp
| /error.jsp
|
...
Hello,
I've been having problems with dates in JBPM. I think it has to do with the
user timezone but I haven't figured it out yet. My timezone is GMT -5, I'm
currently using JBPM version 3.01, on Jboss AS 4.0.0, on a Fedora Core 4.
An example of the problem is as follows: When a new task is cr
There is a shallow comparison between jPDL and XPDL in this topic:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=72991&start=0
Apart from that, XPDL embeds UI data such as node coordinates and sizes in the
process definition. I think that's a bad design decision, but anyway. This and
actions in jBPM are automated things, like send email, update external
database, call a webservice, so some b2b things.
The things a user has to do in a web based form are the tasks.
So yes, in your example the tasks are the way to go.
View the original post :
http://www.jboss.com/index.html?m
This seems to only happen on Solaris, anyone know why?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912468#3912468
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912468
--
it depends how you deployed the process and the actionhandlers. Are both
versioned in the same .par file? If so are you sure the right class got in the
.par file. If it was not refreshed, it could be the wrong version.
It could also be that you hit a previous version of the process which
rightf
why would it otherwise be a task? If there is no variable to act upon, you'd
just have a page with one or more transitions. Is that what you require? If so,
file a Jira issue that task cannot be performed upon if there is no variable.
View the original post :
http://www.jboss.com/index.html?
The wronglogin.html file comes with the JBoss Portal installation itself. This
does not have to be created again.
This was working in the Portal v2.0, but does not work with the Portal
v2.0.1RC1.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912465#3912465
Reading the documentation and looking at the 3.0 tutorial, I'm a little
confused on when one would choose to use TaskAssignments versus Actions. Would
someone help to clarify the differences?
Maybe I'm thinking about my problem all wrong. The problem I am trying to
address is:
1) A user subm
The moment jPDL was developed, XPDL was not a widely accepted standard. And
even up to now many other companies use an import facility to load an existing
xpdl. If you then manipulate it and save sorry export it again in XPDL, you
loose many of the work you did in the designers of these comp
Second that - this day there was a customer having serious performance problem
from one client. Tested with entering server info the the clients host file and
what before took 28 secs is now <1 secs :)
So do check your DNS!
/L
View the original post :
http://www.jboss.com/index.html?module=bb
Hi, Ben
Thanks for the pointer. I tested the unplug/replug network cable scenario again
while enabling TRACE jgroups. The result was different from what I saw
previously. The two clustered nodes could discover each other after an initial
failure. This is the message shown on one node after I re
I created a jira issue for this. Thanks for reporting.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912460#3912460
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912460
--
Good idea. It is something we had considered, but considering browser problems
with javascript, its not a very attractive one. so are you really saying,
there is no other, more standard way to do this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39124
I am trying to migrate an application that uses hibernate 2.1 from jboss4.0.2
to jboss4.0.3 SP1. Since we don't want to immediately migrate to hibernate 3.x,
I am trying to configure Jboss 4.0.3 SP1 with hibernate 2.1. I found the below
article on wiki that details switching from hibernate 3.x t
A quick and dirty way I've seen this kind of thing done with web app FORM
authentication is to have javascript concat the access code and DOB together
and send them as the j_password. Then your login module would parse them out.
View the original post :
http://www.jboss.com/index.html?module=b
Hi here is my error from jboss:
ERROR [LogInterceptor] EJBException in method: public abstract
com.sisca.demo.U106.UserRemote com.sisca.demo.U106.UserHome.create() throws
javax.ejb.CreateException,java.rmi.RemoteException,
causedBy:java.lang.reflect.UndeclaredThrowableException
| at
org.jbos
The file were the wrong login page is configured is
portal-server.war/WEB-INF/web.xml
|
| FORM
| JBoss Portal
|
| /login.jsp
| /errorpages/wronglogin.html
|
|
|
You can either create the page /errorpages/wronglogin.html or edit
Hi everyone, we have a JBoss 3.2.4 app that has been deployed for some time. We
restart the server every morning at 6:00 AM to clear/reset caches etc... For
the last week or so, the entire application has stopped in mid afternoon. No
user requests are served. The only fix is to restart the app s
Hi, all
I am wondering where I can find the 'CMP 2.0 documentation' as mentioned in the
work book. I am
Thanks in advance.
X.Chen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912451#3912451
Reply to the post :
http://www.jboss.com/index.html?module=bb&
Greetings. I have deployed the following process definition:
|
|
| http://jbpm.org/3/jpdl";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://jbpm.org/3/jpdl
http://jbpm.org/xsd/jpdl-3.0.xsd";
| name="DealBooking">
|
|
|
I'm inclined to think that a better approach in this case would be to call
Hibernate Validator programmatically, rather than via annotations. But I might
be wrong. I think I kinda see what you are doing. I'd like to know if this is
something that other people run into.
View the original post :
I find that if a view contains very granular forms, then it is sometimes
convenient for the same backing bean to handle several of these forms. In
other words: a different action per form, where each action is on the same
backing bean.
This doesn't work well for server side Seam validation,
I have an application with the same error. I am trying to solve it - but not
successulf yet. Please let me know your findings.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912447#3912447
Reply to the post :
http://www.jboss.com/index.html?module=bb
I have been trying to figure out how to use the standard mechanisms in order to
authenticate the web and ejb tiers.
>From what I can see, most mechanisms support the idea that you only need a
>username and password for authentication. However in our case we need to have
>the user enter his id p
Now documented in CVS.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912445#3912445
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912445
---
This SF.net email is s
Okay - more searching led to a 'workaround' using Hibernate's native
CascadeTyp.DELETE_ORPHAN setting. I'm not quite sure why a facility like this
or like TopLink's 'Private Owned' flag is left out of the EJB spec - it seems
like a fairly common mechanism.
View the original post :
http://www
Right, this is a known limitation of using Seam with MyFaces, due to how
MyFaces does server-side state saving (I'm not going to call it an actual *bug*
in MyFaces, but it is suboptimal).
It looks like I have forgotten to document this critical thing! Oooop!
View the original post :
http://www
Are you sure the conversation did not time out?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912442#3912442
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912442
-
hello all,
i am trying to get acquainted with EJB3.. i developed a simple SLSB which acts
as a facade to my entity ejb
my entity ejb is as follows:
@Entity
@Table (name="jobApplication")
public class JobApplication
implements java.io.Serializable {
private String jobName;
Hi!
Can anyone please tell me
Why defining a controller variable is absolutely necessary for a given task?
or it is not?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912439#3912439
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
1 - 100 of 244 matches
Mail list logo