I have downloaded jboss-4.2.0.CR1 and patched it with jbossws-1.2.0.SP1. When
I start the server I get a lot of warnings in the log with ServideRefHandler:
| 2007-04-19 14:58:09,503 WARN
[org.jboss.metadata.serviceref.ServiceRefHandlerFactory] Not registered:
jboss.ws:service=ServiceRefHa
But in examples there are a few statefull compontens with no long running
conversation scope.
Does it mean they can be EVENT scoped too, or actually there is differnce
beetwen them?
Rafal
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039134#4039134
Reply
Hi.
i have readOnly inputText is JSF as
with backend getter and setter methods.
well when i submit form i do not have any value in my myBean.emails varaible. i
have searched and came to know that readOnly and disabled fields are not
decoded by JSF.
Is there any other way i can send this read
hi all,
great tnx for your posts,
yesterday i tried to count real amount of records and i got i need 2000
operation in one second, (operation means some selects and 5 insert into
separate tables)
fhh
anonymous wrote :
| If all you want to do is to insert 10.000 meaningless records than write
hi,
thanks for the quick reply Ronald
the 1st error is not much of a concern.
but at least the second error(i think its a very serious error)
how can a process TASK be assigned to any random user when there is a
particular swimlane(user) assigned to the Task.
one of the two Tasks after the
Hello
I'm using cluster on JBoss 4.0.4.GA and I want to implement a custom
load-balancing policy. Unfortunately I faced a problem with the wrong list of
targets in FamilyClusterInfo. Below I'll try to explain the situation.
I have 2 EJB3 stateless beans FooBean and BarBean annotated with
@Cluste
I could finally access the props specified in jboss-service.xml through an
MBean, initially I had mentioned that I did not want to do it through MBean,
but now due to a change, I have to do this, and here is an FYI on how to do it :
1) specify your key-value pairs in jboss-service.xml
Ex :
Hibernate EntityManager User guide 3.9.1:
Hibernate does guarantee that the Query.getResultList()/Query.getSingleResult()
will never return stale data.
Can we trust it???
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039121#4039121
Reply to the post :
h
Why is Hibernate Annotations 3.3 and Hibernate EntityManager 3.3.1 not included?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039118#4039118
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039118
__
Hi All,
I've found (I think) a reasonably serious problem with JaasSecurityManager in
JBoss 4.0.4.GA around caching. It doesn't happen very often but it can result
in a logged-out Subject on the stack.
The root of the problem appears to be JaasSecurityManager.authenticate(), where
it logs on
Funny you should ask, people are popping up on the Ajax4JSF users forum asking
about JSF+GWT :-)
Yes, there are some updates:
http://unrealities.com/gwtjsf/20070406/
That's kind of a meaningless (except as a proof of concept) example of a GWT
component in a JSF-based Seam app. But at least you
Hi All,
I think that I have found an issue with the representations of Credentials in
JBoss - sometimes they are java.lang.String, and other times char[]. (This is
for JBoss 4.0.4.GA). In particular,
org.jboss.web.tomcat.security.SecurityAssociationValve uses Strings (actually
the root class
The WSDL's are password protected and are generated on a per account basis; ie,
they're context sensative around customizations done in SFDC, however I've
generated one from my sforce test account and emailed you seperately.
View the original post :
http://www.jboss.com/index.html?module=bb&op=
Thanks.
I think they are useful things
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039112#4039112
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039112
___
jboss-user maili
"petemuir" wrote : Note that JBoss AS 4.2.0.CR2 is now out - CVS is running
well on it :)
FYI
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=491475
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039111#4039111
Reply
Any updates on Seam+GWT?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039110#4039110
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039110
___
jboss-user mailing list
jboss-
Hi Peter,
After I deployed Seam mail example to JBosss 4.2 server, I immediately got the
following exceptions. Do I need to modify some server setting files? Thank you
so much for your guidance.
2007-04-19 20:01:54,593 ERROR [org.jboss.ejb.plugins.LogInterceptor]
TransactionRolledbackLocalExcep
I know that configuring HA-JNDI in JBOSS cluster requires partition. Since JBM
doesn't use partition, is there any other way to config JBM with HA-JNDI. Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039107#4039107
Reply to the post :
http://www.jboss
There are very muddy docs on these things, don't point to the wiki its useless
for this.
I am confused about the integration of jboss-cache with hibernate and ejb3.
I want to cache entity beans that are read-only, but if I try to setup the
DeployedTreeCacheProvider I get:
Unable to locate T
Hi
We're developing a site based on MyFaces, Facelets and Seam, and now we're a
little concerned about the performance - it's a bit slow. While analyzing the
code I found out some strange Seam behavior.
Background: All our Seam beans are normal JavaBeans (no EJB beans). We'r
running the web ap
Yes, You can use the same interface BUT Seam doesn't yet support Swing - so
stuff like Seam's injection won't work. Shane's work on WS should start to
close this gap - we will have a model for building bridges to clients other
than JSF
View the original post :
http://www.jboss.com/index.html?
It looks like http://jira.jboss.org/jira/browse/JBSEAM-580 has resurfaced.
I'm using Seam 1.2.1.GA and I get a String index out of bounds exception when I
use the alternate syntax for referencing an entity property:
#{entity[fieldName]}
Here is the stack trace:
18:57:39,147 ERROR [STDERR] java.
"[EMAIL PROTECTED]" wrote : Sorry, I saw the 1st post in this thread and
replied; didn't see the rest of the thread. I'll assume your beans are marked
clustered, either via annotation or in the xml.
|
| RetryInterceptor is not yet available in EJB3. Don't think it would solve
your problem
do I understand you correctly that using @DataModel won't impact the interface
of the session bean for swing clients? In other words swing clients will use
the exact same session bean interface as JSF.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039085#403
Web services support is still under development, in CVS only. I can't really
help you with starting a JBPM process because we haven't built support for that
yet :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039084#4039084
Reply to the post :
http://www
I have a deployment architecture question:
We know this:
anonymous wrote :
| # As a native application, the Apache web server is a more efficient
| HTTP server than the Java-based web server included in JBoss AS. That is
| especially true for static contents (e.g., pictures), keep-alive
Yes you can use it to call Javabean components. At the moment remoting is
pretty much only used for AJAX, but there's no reason why you couldn't use it
from a Swing app for example.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039082#4039082
Reply to the
OK - looks like I will have to solve this one myself.
Turns out that I needed to specify this additional field in my datasource
descriptor (ms-sql.ds).
select top 1 name from sysobjects with
(nolock)
This is apparently called before a pooled connection is used, if it fails (say
becau
Last night, I was able to view jboss cvs from Eclipse. Today, Since this
morning, I keep getting connection refused.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039069#4039069
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
Try
| @WebService
| public class PojoEndpoint {
|
| @WebMethod
| public String sayHello(String name)
| {
| return "Hallo "+name+"!";
| }
| }
|
JBossWS generates the reuired wrapper beans dynamically. They do not need to be
part of the depl
As of this post I am happy to anounce that jbossws-1.2.1.GA is released. This
implementation supports both JAX-WS and JAX-RPC style web services.
With this release we provide full JAXWS functionality.
It runs on jboss-5.0.x, jboss-4.2.x, jboss-4.0.5, Tomcat.
JAX-WS brings to web services what E
http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide#JBossWS_Extenstions
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039064#4039064
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039064
__
Please have a look at JAXWS
http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039063#4039063
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039063
_
Do you have url to the salesforce wsdl?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039062#4039062
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039062
___
jboss-user mail
Have a look at the latest samples
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039061#4039061
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039061
___
jboss-user mailing li
Hello,
If I override update() in a Home object, how can I stop the update from
happening and roll back changes the user has made? Even better: Is there a
way to have access to the old and new fields values?
What I'd like to be able to do is know what the original value was so I can
manually
I?ve just encountered the same PropertyNotFoundException although I don't use
IceFaces. So this might not solve the original problem but maybe helps people
searching for this exception.
I actually forgot to put seam.properties in my classpath and thus seam wasn't
aware of my annotated authentic
Hava a look at the security samples. A clients needs the security handlers
configured and the security config file
http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide#WS-Security
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039054#4039054
Reply to
We are using jaxb-2.0.3. Newer versions have not been tested
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039053#4039053
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039053
__
| ant -Dtest=jaxws/samples/webresult test
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039052#4039052
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039052
___
jboss
hello,
i try to port a web application from jboss 3.2.0 to jboss4.0.4.
i have a problem with classNotFound exception for struts (see log):
23:53:26,500 INFO [EJBDeployer] Deployed:
file:/home/baudouin/site/binaires/jboss-4.0.4.GA/server/default/deploy/siloDonnees.jar
23:53:26,890 INFO [Tomca
wsconsume uses wsimport underneeth. If it does not work already please monitor
Please monitor http://jira.jboss.org/jira/browse/JBWS-1613
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039049#4039049
Reply to the post :
http://www.jboss.com/index.html?modul
You could start with the samples from the download. There should find enough
usecases for jaxrpc DII
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039050#4039050
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039050
_
Yes, there is no errors at all... so I confused...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039047#4039047
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039047
___
jbos
This should get fixed for 2.0.0.GA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039046#4039046
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039046
___
jboss-user mailing l
Here's your problem
Caused by: org.jboss.seam.RequiredException: In attribute requires non-null
value: edaSearch.eda
Either make sure the eda component is available or use required=false
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039042#4039042
Reply to
Thanks Felix.
Even after adding the @Local annotation, it is still not working. I even tried
adding my bean to the persistence.xml file as follows:
test.TestBean
No go. Any ideas here?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039041#4039041
Reply
Here is the stack trace.
Thanks.
| javax.faces.el.EvaluationException: /main.xhtml @23,92
value="#{edaSearch.searchString}": Exception getting value of property
searchString of base of type :
org.javassist.tmp.java.lang.Object_$$_javassist_117
| at
com.sun.facelets.el.LegacyValueBindi
No. Something like this should work:
@In User user;
| @In TimeZone timeZone;
|
| @Observer("org.jboss.seam.timeZoneSelected")
| public updateTimeZone() {
|user.setTimeZone(timeZone);
| }
You'll need to make sure the changes to User get persisted.
View the original post :
http:
The sourcecode sais these are not persisted yet. So they can just be used in a
non-persisted processinstance.
No 'fix' yet and none planned either (afaik)
If you want these to be persisted, file a jira issue, discuss them in the
design forum and maybe even help implementing this. (including mig
I assume you do not get a detailed error somewhere since you did not post it.
Correct?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039035#4039035
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039035
___
is wsconsume supposed to work with jbossws-1.2.x for jboss 4.0.5 with jdk 1.4?
there is no reference to
org.jboss.ws.tools.jaxws.impl.WSContractConsumerFactoryImpl except within
jbossws-wsconsume-impl.jar which is only usable for jdk 1.5+.
can someone clarify this please?
thanks
View the ori
anonymous wrote : i get the message the task has been assigned to null,null
known issue with the 3.1.x webapp
The other issue I do not know about. Could be that the default behaviour in 3.1
is that the start task is assigned to the process initiator.
View the original post :
http://www.jboss
AFAIK, none
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039031#4039031
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039031
___
jboss-user mailing list
jboss-user@lists.jb
You need to post the whole stack trace
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039030#4039030
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039030
___
jboss-user maili
you cannot 'pass it on'. If it is set in the process, you can retrieve it in
the actionhandler of the next task by using context.getVariable("variablename")
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039028#4039028
Reply to the post :
http://www.jboss.co
Is there an example I can look at where time zone information is saved with the
user account in a Seam application. For instance, when a user registers, they
select their time zone from a pulldown. It is saved. All time stamp information
in the application then reflects this fact for this user.
the database jbpm uses is not optimized. Meaning, creating indexes for relevant
queries is not done. Look at what queries are done and create the relevant
indexes. If that does not help, please get back.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039025#
this is already fixed in the cvs-head version of jBPM
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039022#4039022
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039022
___
...
one more thing. Whater decision you make here. Make sure you are using the
native Oracle driver.
//Oskar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039023#4039023
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
Hi!!
Using EJBs here is probably not the best way to go. Doing so will cause the
container to create a lot of insert statements - too many to get the
performance you want. If I'm wrong here, let me know.
I did something like this a couple of years ago with Oracle 8.1.6. If you don't
care about
NO DUPLICATE POSTS PLEASE, AND DO NOT CALL MY ANSWERS STUPID (assuming you
relate to the orther post)
If you search the forums and the wiki, you'll see that this is a config file
for useracces IF it is configured to be used. If you happened to know what this
file is for you could look how the s
Hi Community,
I have jboss 4.0.5.GA installed on jdk1.5.
I tried 1.4.2 and default jboss settings, but get the same results.
Whenever try to change the context settings of one of deployed war file from
http://localhost:8080/jmx-console/ it fails with exception
javax.management.ReflectionExcepti
Instead of trying not redeploying the ear after restarting JBoss server, you
could try jboss not cleaning your log files after restarting.
By default, every time you restart jboss log4j clean all the logs. In order to
avoid this behaviour you have to modify the log4j configuration
file($JBOSS_H
I have two instance of JBoss running on my machine, the messaging server and a
regular web server. I am trying to get a connectionfactory on the web server
from the messaging server by context.lookup("/ConnectionFactory"), I get null
same if I tried "JmsXA". I have everything in a Properties ob
I just tested bringing up JBoss AS 4.2.0.CR2 on Fedora Core 6 and had no
problems. In fact, I tested it with the IBM 1.5 JDK, the Sun 1.5 and 1.6
JDK's, and the BEA JRockit 1.5 JDK, and all worked fine.
Is networking actually enabled on your machine?
View the original post :
http://www.jboss.
http://jira.jboss.com/jira/secure/ReleaseNote.jspa?projectId=12310264&styleName=Html&version=12311154
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039006#4039006
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039006
_
Right, but that way I loose all the protection provided by outputText, and all
I want to is handle the friggin' newlines... if only the convertor could be
applied after the escaping.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039005#4039005
Reply to the
Does PojoCache support arrays of arbitrary objects? or just primitives?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039004#4039004
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039004
_
The 2 classes are annotated as such (simplest configuratio causing a failure)
| @Stateless
| @WebService
| public class EchoBean implements EchoRemote{
|
And the other:
| @Stateless
| @WebService
| public class foobar {
|
View the original post :
http://www.jboss.com/index.h
I have one question about difference between Event scoped componets and
Conversation scoped componets.
I know that Conversation componets can span a few requests etc.
But what is difference between Event and Conversation if the Conversation
componet is not promoted to long running conversat
Could it be that you have more than one ejb tagged @WebService within the jar?
If yes, what do the annotations look like? Could it be that you have different
context root's specified within the same ejb.jar?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038
Sorry I missed the part out the output dissable.
I used to use a tag, but I like this better.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038998#4038998
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038998
___
Use the converter posted previously and the code shown below.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038997#4038997
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038997
___
Insering 10.000 rows into an empty table is not that difficult. Any Oracle
database should be able to handle that.
Regards
Felix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038993#4038993
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
anonymous wrote :
| From reading the documentation I shouldn't need @local for a stateless
session bean right?
|
Nope. On the the page you linked in your first ppost it clearly says:
anonymous wrote :
| Take a look at CalculatorRemote.java. To define this as the remote
interface of Cal
Can I ask how you use this converter? Afaik it only works when turning of
escaping of the outputText tag? I'm having this problem myself, not wanting to
turn of the escaping safety-net and still be able to handle newlines correctly..
View the original post :
http://www.jboss.com/index.html?modu
the movie is not in sync with 3.2.GA
i'm going to create a tutorial that should fix this in the next couple of
months.
if you use the suite, then check if you can install the gpd as documented in
there. then you can use the wizard to create a new project.
View the original post :
http://www.
Hi all,
sorry by my bad english, but I need your help
I have one WEB App and one EJB App. I'm using JAAS and SSO Valve of Tomcat. How
I can send user information in EJB call?
The SecurityAssociation work with ThreadLocal. Where I set Principal and
Credential information in SecurityAssociation?
I just installed jbossws-1.2.1.GA onto JBOSSAS 4.0.5 GA, and I'm getting the
same exception. I wasn't getting this with the JBossWS-1.2.0.SP1 on 4.0.5GA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038987#4038987
Reply to the post :
http://www.jboss.com/in
it should just happen, if not then its bust.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038985#4038985
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038985
___
jboss-user
Hi,
I am new to Seam. I am playing with the hotel example. I modified main.xhtml
to use my own search bean.
|
|
|
|
|
|
|
| .
|
I got the follwoing exception:
| /main.xhtml @23,92 value="#{edaSearch.searchString}":
Thanks for the resonse. That's what I'm doing now but I'd like to avoid having
to write delgator methods to access properties from the secondary object from
the primary object in order to make it appear as one object
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtop
Try to process an exception in your application while you are ending
taskInstance. With session transaction mechanism you able to rollback it if
ending of task fails. But i don't know how to correctly close JbpmContext after
rollback, because default close method begin to throw exceptions after
Ok, I found this in the JBoss docs.
"EJB 3.0 beans must be packaged in a JAR file with the suffix .jar. "
http://docs.jboss.org/ejb3/app-server/tutorial/stateless/stateless.html
Does anyone know if it is possible to have the JBoss deployer scan for class
files outside of a .jar?
View the origi
Let me just say that you first need to understand what it takes to get Oracle
to insert 10,000 records per second.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038977#4038977
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
But I am getting the same error:
MXBeanUtils.java:845: incompat
ible types
and am running:
C:\jboss-head\naming>java -version
java version "1.5.0_10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode)
Besides, java6
I'm seeing the same thing with JBOSSAS 4.2.0 RC2 but it only seems to fail when
I declare more than one class with the @WebService annotation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038973#4038973
Reply to the post :
http://www.jboss.com/index.html
Andrea,
I agree that what or how things are replicated, cached, or invalidated should
be entirely up to you. However, there are many valid reasons to replicate
read-only data to all nodes of the cache. And there are just as many good
reasons to use an invalidation strategy.
To label one appro
Oh, and of course you definitely want EJBs if you have to run your
conversations in a cluster, because SFSBs provide all the necessary machinery
for replication of state.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038972#4038972
Reply to the post :
htt
OK,
but, I have datasource within java namespace and I am not able to get this one
(within JBoss JVM) until I move it in global namespace, as I have mentoined.
Thank you
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038971#4038971
Reply to the post :
ht
Asynchronous processing also requires EJB (timers).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038970#4038970
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038970
___
jb
Worked like a charm. Thanks a million.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038969#4038969
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038969
___
jboss-user mail
I'm afraid that's a (fixed) bug in the example. Reference the converter as
converter="newlineConverter"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038968#4038968
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40389
Looks to me like the biggest losses when not using EJB are the conversational
stuff around SFSB and the JMS tie-ins. Neither are essential though. Seam
without this stuff is very much intact.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038967#4038967
Re
I am trying to get the following code to work that was taken almost verbatim
from the ui example in Seam 1.2.1. By the converter is never called.
In fact is does not work for me in the ui example either. I put a System.out
and recompiled the example and I never see any output.
Any help would
>From reading the documentation I shouldn't need @local for a stateless session
>bean right? Or am I missing something?
All the examples I look at do not have the @local annotation.
Where would I put that annotation? On the interface? Thanks.
View the original post :
http://www.jboss.com/i
Yes, it's all marketing.
Seriously though, you use whatever works for you. If you don't need EJBs, use
JavaBeans. If you need EJBs, use them. Isn't it nice that both component types
work with Seam?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038960#40389
Btw, what I think might be the way to do this is the following:
| // get the mapping action
| CatalogMappingAction mappingAction = (CatalogMappingAction)
Component.getInstance("catalogMapping", true);
| assert mappingAction != null;
|
| // assoc
I need to hand off from 1 SFSB to another at a certain point. I see that
Manager has everything I need to manipulate conversations.
But looking through Seam source I didn't see where Seam instantiates beans AND
associates them with contexts. I'd like to do this correctly. Should I just
do a
1 - 100 of 261 matches
Mail list logo