http://docs.jboss.com/seam/1.1BETA2/reference/en/html/events.html#d0e3178
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989585#3989585
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989585
_
No i'm sorry, I never found what was wrong with my old project.
Maybe it's worth trying to install a clean app. server, and try to deploy to
there.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989584#3989584
Reply to the post :
http://www.jboss.com/index.h
Thx for replying but could you be more specific and give me a simplified
example?
The parameter as I already mentioned in not constant.
Regards,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989583#3989583
Reply to the post :
http://www.jboss.com/index.ht
"MichaelMuo" wrote : Thanks visolvejboss,
|
| That was the first issue, but fixing some of the JRE & CLASSPATH issues did
not resolve a problem. Finally, I added in applet.jsp some required jars and
get rid of this problem.
Hi MichaelMuo,
I'm using 4.0.5 GA version. I'm getting the same p
HI, Thanks for replying.
Yes i added in it in jboss-web.xml. Forgot to mention.
I am facing a new problem now. I am not able to access my login.jsp page. It
gives COnfiguration error: can't authenticate against null principal.
In the code i posted, after successful login , the way i am adding us
I'm trying.
One thing that does not help is that server.log gets wiped out (i.e emptied or
overwritten) when this error happens and JBoss restarts. All I have to work on
is the console output.
Dave
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989580#39895
Hi! bfo81,
great!
I have one question as following:
Suppose I have two tables
| user(id, name)
| userlog(id,userid,content)
|
I'd like to create a new user and write the log at the same time.
Suppose I use extended persistent manager.
I have the following code:
| @In @Out use
We are facing the same problem.
If anyone has an idea about this, can you please suggest something?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989579#3989579
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989579
__
Reading through the docs some more, section 1.2.1.7 explains why this works.
ejb-jar.xml tells the EJB3 container to add the SeamInterceptor (extends
SessionBeanInterceptor) to all beans. ejb-jar.xml wasn't in my META-INF
directory. Putting it there makes everything work.
Well at least I did
Hello,
I have to input a "required" field in a JSF form. As such i am using the
following code in my XHTML file.
|
|
|
|
|
|
|
However, when nothing is entered in the input textbox and the form is
submitted, the desired error message from the seam resource bundle is n
IS NICE! :)
Devon, could you share with us your server setup and the average CPU / memory
load during this digg / slashdot period?
I think part of the reason Seam holds up so well is that it destroys objects
immediately at the end of each conversation. If the app had to maintain a long
life HT
I'm running 1.1CR2 in embedded mode (TestNG). All of the plumbing seems to be
working fine, except Seam components that are EJBs are never getting
initialized (Component.initialize() is not called - seems like it's intended to
be done by SessionBeanInterceptor.postConstruct). Looking closely t
Dear all,
I tried patching the latest JBoss 5 Beta1 with Messaging 1.2 since JBoss 5 came
with Messaging 1.0.1, but it didn't work.
I copied the library needed and the xml configuration of Messaging 1.2 to JBoss
5. Have I missed out on something here?
I need to do this for testing the latest
Dear all,
Would it be possible for me to create hibernate session factory from
microcontainer? If it is can anybody give me a hint to achieve that?
Cheers
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989572#3989572
Reply to the post :
http://www.jboss.co
Hi
Even i am trying to do the same, have you succeded.
Please let me know
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989570#3989570
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989570
__
Thank you very much! I'm very happy with the performance of the app, given the
circumstances. I'll definitely keep working with Seam and learning as I go.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989569#3989569
Reply to the post :
http://www.jboss.
Let me refine my problem. I'm trying to get a treecachembean deployed in the
ejb3 embeddable container. I created this test deployment descriptor in the xml
file embedded-jboss-beans.xml:
|
|
|
and i get the following errors when the file is parsed:
| DEBUG 28-11 21:02:15,772 (Serv
In fact that's what I ended up doing and it worked fine in JBoss 4.02. But in
4.04 and 4.05, I was getting 'No role found' error from
'JBossSecurityMgrRealm'. And, I fixed that one by using a
* in the applicaitons 'web.xml'. It works for me as I am
not authenitcating against any domains. The ap
When I restart my application server my MySQL 5 database records vanish, and I
must add them again. I've set hibernate.hbm2ddl.auto to create, create-drop,
and update and none of them work.
What should that value be set to?
I've even got the hibernate.connection.shutdown property set to true.
that [img] tag didnt work. :-/ I'll link and post inline here below. The
'currently you are here' highlight on the workflow image is misaligned. Hmm.
Image as URL:
http://allnicepeople.com/dan/images/jbpmWorkflowImageLayoutError.jpg
and inline:
View the original post :
http://www.jboss.c
The documentation specifies the following:
"If you are running JBoss 4.0 or above, You will receive a ClassLoaderException
if you attempt to package your EJB interfaces in both the WAR and EJB-JAR
because of the new Tomcat scoped classloading. To avoid this issue, you should
skip this section,
My JBoss IDE doesn't give me the option of creating JSPs. When I select "New >
Web Components", there's no JSP option listed - only Servlet, JSP Tag Handler,
and Filter.
None of the other list options specify JSP.
I tried creating a J2EE 1.4 project, and even that doesn't change anything.
I do
Hello,
I think, you need to open all ports in the external ip that might be accessed
by the clients. After that you need to forward each of ports from the external
ip to the port of internal ip. You can use the firewall to implement this.
If this doesn't answer your question, can you please pos
The XML process that I created by hand and then laid out using the GPD editor
is showing up strangely.
screengrab:
[img]http://allnicepeople.com/dan/images/jbpmWorkflowImageLayoutError.jpg[/img]
I'm guessing this has to do with the gpd.xml that I also created by hand, but
I'm not sure where
Hi,
I am using JBoss-portal-2.4.0. As per my requirements, we are supposed to
ristict the simultaneous login for same user..
Means once user is in logged in state, We should not allow him/her to login
from another client.
For this we thought of creating one property in database which tell us
update to anyone else having this problem, I was able to manually make the
gpd.xml file appear properly after playing around with everything. You can do
it!
Thanks...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989559#3989559
Reply to the post :
http:/
The problem was in the declaration of the advice, that was without "throws".
But JBoss AOP did not point the error.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989558#3989558
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
I corrected the last error erasing the folder of build and recriando it. The
main problem, however, still persists.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989557#3989557
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
Did this error ocurr with the MethodExecution.invoke commented?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989556#3989556
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989556
___
The code not yet is executing.
|
| SystemRecord.java :
|
| package util;
|
| import java.lang.annotation.ElementType;
| import java.lang.annotation.Target;
|
| @Target({ElementType.CONSTRUCTOR})
| public @interface SystemRecord {
|
| }
|
| SomeClass.java : :)
Not sure if I understand exactly your problem but I have a LoginModule access a
secured EJB. I used RunAsLoginModule as an example.
The problem is that JBoss has a stack containing principals and credentials.
When a login module is called this stack is empty so if your LoginModule tries
to ac
For more information, my portal is jb2.2. And the web.xml I used is the one in
portal-core.war\WEB-INF.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989553#3989553
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39895
I have Seam working nicely with Tomahawk. I'm using Seam 1.1 and Tomahawk
1.1.5 snapshot, and also Tomahawk Sandbox 1.1.5 snapshot. It's cool! There
are some bugs but it is working.
I was going to also add Icefaces to the mix but I thought that would be asking
for a mess. At some point I'll
Within the annotation-introduction you have a few different "verbs":
constructor - introduces annotation onto a constructor
method - introduces onto a method
field - introduces onto a field
class - introduces onto a class
What you have there is the same as
| package gui.complaints;
|
| p
Thanks again! it works!
And, yes! I am using JBoss 4.0.5/EJB3 R9 (Hibernate on base).
I am not conviced that this is HEM bug. By specs, an entity bean may be any
POJO (including XML-only mapped one) that can be associated with a certain
Persistence Unit. This way, "contains" should not evaluate
Thanks for the links! I had a look at the site and am really impressed by the
performance! Since there is neither too much CPU load nor "out of memory"
problem under such stress, your application must handle objects really well.
Congratulations!
View the original post :
http://www.jboss.com/
I would like to use the feature "annotation-introduction" to introduce
annotation in constructors and to capture them in "bind". For example:
|
|
| @util.SystemRecord
|
|
|
|
|
|
|
But
1 - The form @util.SystemRecord->new (..) to mark the constructors i
If I remember correctly...
Entity Beans could be marked as "reentrant". Session Beans did not require a
"reentrant" marking because if Stateless, the container would return another
separate instance, and Stateful was prohibited (as it is now)...
EJB 2.1 Spec, Final Draft, 7.12.10:
anonymous w
Here is the JIRA bug report for tracking this:
http://jira.jboss.com/jira/browse/JBSSO-20
Thanks
Sohil
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989540#3989540
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=398954
i'm now running 4.0.5, and i was still required to use the ejb-name,
management, ejb-class, and remote elements, even though the bean is fully
annotated. however, that doesn't really help, as there is nothing really of
use in that descriptor for the service bean anyway (unless i'm missing
some
"ellenzhao" wrote : i got a 404could you please fix the link?
http://it.slashdot.org/it/06/11/28/2037237.shtml
is the link to the story and
http://www.10minutemail.com/
is the link to the app.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989538#398
This url should work:
http://www.10minutemail.com
It's holding up better than I expected. It's a little slow at the moment, but
hasn't fallen over. I was taken by surprise by the slashdot article, but so
far it's working out well.
I'm not sure where the slowness is coming from, my bandwidth
anonymous wrote :
| #1.) Does it support SAML 1.0/1.1 and 2.0?
|
Currently it is SAML 1.1 supported. But we are working towards making it SAML
2.0 compliant ASAP
anonymous wrote :
| #2.) Does it also support the browser-based POST method (for Federation).
|
Yes, this should be su
Hello all! I just have a couple quick questions regarding the JBOSSsso
product/framework.
#1.) Does it support SAML 1.0/1.1 and 2.0?
#2.) Does it also support the browser-based POST method (for Federation).
Thanks much! :-)
--J
View the original post :
http://www.jboss.com/index.html
You can't if you use "execution" or "field" pointcuts, if you want access to
the caller you need a "call" pointcut, but those have certain limitations.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989532#3989532
Reply to the post :
http://www.jboss.com/ind
Kabir,
In my interceptor class i can get a reference to the target object.
How can i get a reference to the caller object in the interceptor class?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989529#3989529
Reply to the post :
http://www.jboss.com/
i got a 404could you please fix the link?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989528#3989528
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989528
___
jboss-use
Slashdot gave a mention
(http://it.slashdot.org/it/06/11/28/2037237.shtml[/url]) to 10minutemail
([url]http://www.10minutemail.com), an interesting looking Seam app.
Congratulations to Devon for the exposure his app is getting. I wonder how
Seam is holding up to the slashdot effect.
Vie
Ok, I got it working. I need to specify view="/full/path/book-details.jsf".
That works but it seems wrong to have to specify it with the full path. Is
there some better alternative?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989527#3989527
Reply
I'm not sure whether I really understand your "We provide to sites outside of
our domain a URL to our SEAM application".
But I know there are surely possibilities to take the user directly back to a
particular page after login. I implemented it with pageflow in jpdl and it
works like charm. Th
This is a totally dumb question but I have been trying to figure this out all
day and I'm not making progress.
I have a Seam application. Like many applications, it displays a bunch of
stuff in a DataTable. I happen to be using the Tomahawk DataTable, but it
shouldn't be that different from a
==> further investigations showed that this happens in EJB3-RC8 as well as
EJB3-RC9 !!
- any ideas ?
thx
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989522#3989522
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
Hey guys. I'm deploying Hibernate 3.2.1 within an ear folder in a JBoss 3.2
installation. This works well, except I've run into a problem I can't figure
out. I have a hot deployed service that uses the following code to truncate a
table prior to loading data:
public void clearData(Logger pLog)
The code example here is helpful:
http://weblog.infoworld.com/tcdaily/archives/2006/11/review_extra_je.html
However at this time things like backward chaining (there is a bit backward
chaining in order to reach goals for things like cashflow optimization in my
Jess script) and shadow facts are
Ronald,
Thanks so much for clarifying that for me. It really helps!
Just as an FYI... I resolved most, if not all of those issues by reading
through the posts in the forum.
Thanks again,
John
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989518#3989518
But wasnt there an deployment descriptor tag in EJB 2.1?
Is it not ported to annotations?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989517#3989517
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989517
"miketech" wrote : Does JBoss already have any WSRP 2.0 implementation?
Not yet, no.
"miketech" wrote : Is JBoss using WSRP4J in JBoss Portal 2.6? Or is it your own
implementation?
We already have a base-level implementation of WSRP 1.0 in Portal 2.4. The
implementation is our own, based only on
Hi all,
I am trying to put something together with JBoss, out of the box. It isn't
anything complicated.
I have some entity beans deployed in JBoss, and a few separate Java apps which
access the beans. The Java apps talk to each other by JMS.
The problem is, if the network fails while this is
Is this posible to use together Seam 1.1 CR1, IceFaces and Tomohawk components
together?
What about tomahawk filter implemented in web.xml U say?
If that is posible, can U tell me how to implement Tomahawk together
seam->IceFaces?
View the original post :
http://www.jboss.com/index.html?modu
Hi Paul,
Did you ever figure this out (or hazard a guess)? From you last post, I guess
you didn't...
Anyway, I'm having similar problems (I moved from Tiles to Facelets and I now
am encountering this issue) - the h:messages tag doesn't show any errors and
look at the phase listener tracker th
I enabled DEBUG for org.jboss.ws and got this:
2006-11-28 23:45:49,480 DEBUG [org.jboss.ws.server.StandardEndpointServlet]
doPost: /mbi-ws/mbi2e-lafr-sb2000-ipc/core/MessageServic
| eWS
| 2006-11-28 23:45:49,488 DEBUG [org.jboss.ws.soap.MessageContextAssociation]
pushMessageContext: org.jbos
I stepped into org.jboss.seam.selectitems.jsf.EntityConverter and found that
the entities are in fact looked up correctly. If I select 3 items each lookup
works fine, but I am still getting the jsf validation error.
I am using myfaces 1.1.4, JBoss 4.0.4.GA and Seam 1.0.1 GA.
Any advice?
View
I came across this and, yes, adding el-*.jar as modules at the EAR level
resolved the issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989509#3989509
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989509
_
Hello,
my name is Hans-Martin. I am a student from Germany.
I have a very big problem. My Professor wants me to send events via JMS to a
Complex Event Processing Platform.
First of all my professor gave me the simple job to create a jsp with 4
Buttons. He wants to see ?something move??.
The t
Ah yes - this was down to a mix in jboss-serialization.jar versions.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989507#3989507
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989507
__
I am trying to build a simple webapp / EJB 3.0 project. But running into some
difficulty.
After getting the session context bean, while trying to run a procedure that
returns rows from a the DB, I get
javax.ejb.EJBAccessException: Authentication failure
Anyone know why? I don't even have @S
Hi All,
I am new to MQForum and as well as JBoss too.
I have little knowledge of JMS and MDB.
I have clear idea that queue's message cant be shared more than one target.But
topic's messages can be shared by 0, 1 ... N targets.
Now my question is:
How to send the incoming message from queue to
I tried the following on the offending entity, but I still get a validation
error.
| @Override
| public boolean equals(Object obj)
| {
| final Size other = (Size) obj;
| if(other.getId()==id) return true;
| return false;
| }
|
Here is how I am using the fa
We provide to sites outside of our domain a URL to our SEAM application. This
URL contains query parameters such as www.domain.com/page.seam?regId=19293.
The page in the URL is secure and requires login. If the user is not logged
in, they are redirected to the login page. However after doing
Awesome that was it
now Im getting a different error
[Code]
java.io.IOException: No properties file: users.properties or defaults: defaultUs
ers.properties found
at org.jboss.security.auth.spi.Util.loadProperties(Util.java:315)
at org.jboss.security.auth.spi.UsersRolesLogi
passing the ProcessDefinition will work and it was just my opinion that it
would be easier to create the xml document. No special reason to do that, or it
migh be that if it is stored, it can be looked up, changed and redeployed
again. But if you feel comfortable using the PD, then go ahead.
I am also having a problem with this. I have it working for one entity, but I
get a jsf validation error for another. Both equals methods were generated
using Eclipse 3.2.
I cannot find the difference between the 2 entities. I will try the equals
method that only compares the ids.
View th
I know you don't want to read long stack traces, so here's the synopsis:
jboss-4.0.5 has problems resolving three jbossws jars.
I've noticed several posts calling attention to this problem, but have not
found references to any resolutions.
| 2006-11-28 14:18:13,260 DEBUG [org.jboss.deploymen
Yes. And you're looking up the one in local, and trying to cast it into the
object type stored under remote.
WebkidsAdminLite/webkidsFacade/local < $Proxy79 implements interface
org.usiis.model.webkidsFacadeLocal
WebkidsAdminLite/webkidsFacade/remote < $Proxy77 implements interface
org.usiis.
Thanks, using the ProcessDefinition object will work for me. However, why
would it be easier to create the xml document? I would hoping to just pass the
ProcessDefinition object itself to something.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989496#3989
Hi,
I am currently exploring WSRP, especially WSRP 2.0 (the draft). Does JBoss
already have any WSRP 2.0 implementation?
Is JBoss using WSRP4J in JBoss Portal 2.6? Or is it your own implementation?
Can you tell me anything about WSRP 2.0 in JBoss Portal in the future?
How important is WSRP (
| Global JNDI Namespace
|
| +- XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
| +- TopicConnectionFactory (class: org.jboss.naming.LinkRefPair)
| +- WebkidsAdminLite (class: org.jnp.interfaces.NamingContext)
| | +- webkidsFacade (class: org.jnp.interfaces.N
I'm trying to publish a simple Java class as a web service using the Web
Services > Create Web Service functionality. I accept the defaults. After
processing a bit, I get "IWAB0514E Unable to get URL for project wst-p03" in a
dialog. When I acknowledge the dialog and cancel the wizard, I see Axi
John,
I tried looking back at some of your posts.
The one about the taskinstances would fall into the category: parts of the
code/process, create a unit tests that demonstrates the problem.
The one about the failure when ending a process falls in the categorie, to much
info, not going to rea
I bet there are other errors in your startup log.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989489#3989489
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989489
___
jboss
I am trying to demonstrate an XML/SOAP Web Service operation that starts a jBPM
process instance I want advice on which JBoss tools to use to do this.
I installed jbossws-1.0.3.GA in the JBoss server supplied with the jBPM
starters kit 3.1.2. (I am running Windows XP.)
Is this an appropriat
Same problem happens with onAlarm in pick.
|
|
|
|
|
|
|
|
|
|
|
|
It works.
But
|
|
|
|
|
|
|
|
why 'not acceptable'? To little functionality? If so, then look in the forums
for posts on exchanging the the identity model.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989486#3989486
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
Try:
anonymous wrote : WebkidsFacadeLocal =
| (webkidsFacadeLocal)
context.lookup("WebkidsAdminLite/webkidsFacade/local");
...looks like "WebkidsFacade" is stored under "remote".
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=398948
anonymous wrote : when I debugged it I found that the contextData on the
invocationContext was different on the call to the second bean than on the
initial JSF call to the first bean so the outermost flag was true in both
cases.
Ah. Good point. That's a bug.
http://jira.jboss.com/jira/browse/
You're right; hadn't intended for this to be a full listing.
However, I haven't found the "partial' configurations to be a problem, though
you might have to update to EJB3 RC9. You can either patch 4.0.4-GA or upgrade
to 4.0.5...I'm successfully using partial descriptors with no more than
"ejb
Stateless session beans should NEVER have setter methods! Use a stateful bean
(and read up on the definition of "stateless" in EJB).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989482#3989482
Reply to the post :
http://www.jboss.com/index.html?module=bb&o
No.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989481#3989481
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989481
___
jboss-user mailing list
jboss-user@lists.jboss.org
Yes, it is a bug.
http://jira.jboss.com/jira/browse/JBSEAM-533
But actually it looks like the bug is in HEM, not in Seam (I assume you are
using Hibernate):
http://java.sun.com/javaee/5/docs/api/javax/persistence/EntityManager.html#contains(java.lang.Object)
So why not report this in Hibernate
I am experiencing some application server performance issue both with startup
and stability. Our application currently have 50+ war files. The web
applications are not complex but simple web forms capturing user information
and store the data in the database using hibernate. I was wondering will
Try using a Seam page parameter.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989477#3989477
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989477
___
jboss-user mailing lis
Yes i see that might be possible. Nevertheless for a real business application
not acceptable. Has anyone developed a replacement for this role model?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989476#3989476
Reply to the post :
http://www.jboss.com/inde
Then look at the hibernate and hibernate2 examples, which show this working.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989475#3989475
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989475
__
Can't seem to get the stateless facade from within my webapp. I hava the webapp
and the jar (bean) in the same ear. It appears the the context for the bean is
correct. I also made sure there were no references to that bean in my
WEB-INF/classes or lib. Anyone have a clue as to what is going on h
Hello,
I see that BPEL suppor tin jBPM is in Beta2. I want to know when the final
release will be out. Also I would like to know if BPEL will available to use
under LGPL. Currently it is showing as 'custom' under license on sourceforge
download site.
The roadmap and license are going to be de
just to clarify on the "partial specification thing". the config that you
wrote is not valid (in 4.0.4), although you may not have intended it to be.
the parser seems to require all of the management, remote, etc. elements when
specifying the service bean, even if all of these are already spec
yes, i am aware of this configuration option. besides the fact that it doesn't
seem to support "partial specification" the way a deployment descriptor does,
it doesn't seem to support env-entry elements like a stateless session bean.
it does have some resource-ref stuff, but i couldn't figure
I have a stateless sessionBean defined using an interceptor on a businessMethod
as well as a entityBean with a listener.
| @Stateless
| @TransactionAttribute(TransactionAttributeType.REQUIRED)
| public class MyStatelessSessionBean {
|...
|@Interceptors(MyInteceptor.class)
|
I've just upgraded from 1.0.1.GA to 1.1.0.CR1
In my app I have a JSF page calling a stateful seam bean which then calls
another stateless seam bean. The second bean can throw an exception which is
caught and handled by the first, which then shows a faces message. However, in
1.1 the seam deb
I am working on this right now.
yes, I've seen it is a bit more complicated...
I have tried it this way :
FileItem item = (FileItem) itr.next();
| ZipFile zipFile = new ZipFile(item.getName());
in the CMSAdminPortlet code (a copy of it).
and it seems to work.
the FileItem javadoc says getName(
1 - 100 of 261 matches
Mail list logo