hi,
Is it possible that the jBPM-3.1.2 works with JBOSS-4.0.4GA well?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980272#3980272
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980272
___
"[EMAIL PROTECTED]" wrote : anonymous wrote : I'm currently using Seam 1.1
|
| Are you sure? You are using a build from CVS? Seam 1.1 was not yet
officially released.
|
sorry, i have 1.0.1:P
But I still can't resolve my problem. I think best idea is to use Synchronizer
Token Pattern, on
You are right, I am sorry.
I installed the newest bundle include eclipse. Now it´s working fine.
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980270#3980270
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
Hi there,
I am still in the process of learning Seam and started wondering about the
following.
Seam proposes class design along this lines:
| @Stateful
| @Scope(EVENT)
| @Name("register")
| public class RegisterAction implements Register
| {
|@In
|private User user;
|
This class is situated @
${jboss.dir}/server/all/deploy/ejb3.deployer/jboss-ejb3.jar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980267#3980267
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980267
_
2) All = *all* plugins - nothing more; nothing less. The other zip files are
simply there to allow you to get the individual parts if you don't need them
all.
3) All the plugins. And no you don't need to download the individual plugins if
you download the distribution that has all plugins.
4)
Correct. These are features that are being carried over to the JMS/JCA adapter
which is the default messaging provider for EJB3 after RC9.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980265#3980265
Reply to the post :
http://www.jboss.com/index.html?modul
http://jira.jboss.com/jira/browse/EJBTHREE-372
EJB3 issue I guess.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980264#3980264
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980264
___
Hi,
I personally don't know anything about AJAX, so I can't comment on 1), 2), or
3) except to say that Remoting does indeed support asynchronous calls and
callbacks. In fact, the API may be extended in this area for the next release.
As for 4), look into
org.jboss.remoting.transport.servlet.
Hi Saravanan,
I don't quite follow. When you say
anonymous wrote :
| However, the connection listener does not get invoked until the first
invoke method is completed/released.
|
are you saying that the call to Client.addConnectionListener() is not made
until after Client.invoke() is ca
Link don't work for me.
Obviously, you can't use UDP multicast over a WAN, but if you have the right
JGroups settings, you can use TCP.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroups
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980261#3980261
Reply to
Why would you have a null connection?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980256#3980256
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980256
___
jboss-user mailin
This is puzzling. The client side failed during ssl handshake, but the server
side either (1) succeeded with the handshake and got unexpected header bytes,
or (2) bypassed the handshake and mistook the handshake protocol bytes for
object stream header bytes. The only way I can think of for (2)
Well, there's ejb-jar.xml and servlet.xml files...
But JBossers usually use MBeans and JMX for configuration information, which is
why there's little support for storing things as JNDI keys.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980257#3980257
Repl
JBoss creates a classloader for you, given the JMX ObjectName name. I'm not
sure how you specify what sort of object it is, I believe that's something
fixed by the deployer. Why do you need to customize it?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39802
Hi!,
I followed the instructions from wiki to config the authentication model. but I
got the following exception:
org.jboss.seam.RequiredException: In attribute requires value for component:
authenticatorAction.entityManager.
It seems the entityManager attribute could not be created even with
My code, which worked fine under 4.0.4.GA-P1 now exhibits a works-only-once
behavior under 4.0.5.GA (ejb3 via jems beta 3 installer) when using a client
app calling container logic (stateless session bean with data access methods).
Only by stopping jboss, clearing the tmp & work caches, and rest
2) It's not evident in the comment. You assume that we know what all the
plugins of JBossIDE 2.0.0.Beta2 are. On the download page is a huge list of
different zip files, and we don't know which ones are included in this download.
3) What is part of this JBossIDE 2.0.0.Beta2? Again, there are so
What Messaging version are you using?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980248#3980248
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980248
___
jboss-user mailin
Assuming that this is your datasource configuration:
|
| MyAppDS
|
jdbc:oracle:thin:@youroraclehost:1521:yoursid
| .
|
|
Note the jndi-name that you have specified for your datasource. The datasource
will be bound to java:/MyAppDS jndi-name(in this example). From y
could you please tell me or direct me to example which helps me to set a
scheduler in JBoss. where the schedulerable class jar file is is inside an ear.
that is let say my class that implements scheduler is in A.
then if that class is packaged inside jar file testscheduler.jar
this testscheduler
Thanks for your reply
one more thing i need to know that how can from my web application I can get a
connection of the configured database?
Regards
Inder Jeet Singh
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980245#3980245
Reply to the post :
ht
Have a look at:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions
specifically, the jmx-console approach mentioned over there
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980244#3980244
Reply to the post :
http://www.jboss.com/index.html?module
Could you post more information about your configuration? Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980241#3980241
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980241
fmozturk,
Please note that recent changes to the socket invoker (available on HEAD in
CVS) allow it to read input data not wrapped in an InvocationResponse. See, in
particular,
org.jboss.remoting.transport.socket.ServerThread.processInvocation().
View the original post :
http://www.jboss.com
I have inherited a JBoss application that was originally using Tomcat for the
Struts part, and directing to JBoss (not sure what version) for the EJB work.
I see that if I use JBoss 4.0.2, Tomcat is bundled with, and avoiding a
configuration step for me.
Here is the existing structure:
The d
We recently moved from Websphere to JBOSS, we know WebSphere automatically
respawned connections when they were NULL but how to handle this in JBOSS.
Thanks,
hunki
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980236#3980236
Reply to the post :
http://www
anonymous wrote : 1) You presumably don't get any exceptions
Correct. I'm probably presumming too much. Something is happening that I'm not
seeing. I do not see any exceptions.
anonymous wrote : 2) What does give for the dropdown box. You've
probably hit a conversion error. (You have but
non
Hi Gavin
first, as I said before, I learn this from a ducument about Ejb and Jsf in
german language and they connected to MySql with Hsqldb dialect, and I said it
is strange but only after that it worked. However, my configuration is exactly
correct but it doesnt work with MySql dialect so may
Hi Hasan,
"hasan" wrote :
| I think I have spotted a bug in Remoting 2.0.
|
I believe you're right.
"hasan" wrote :
| Having investigated the code I have found that if a client waits for some
time so long as server times out the connection and closes the socket, remoting
client gets t
You were correct to remove the StartupServletContextListener.
MyFacesGenericPortlet handles all of the init stuff for portlets. In a portlet
environment, we shouldn't use servlet constructs like a ServletContextListener.
If you set things up in a ServletContextListener then it may or may not
I have created the following maven2 site with all the jars I couldn't find else
where.
http://taylor.sourceforge.net/maven2/
Here are links to sample pom.xml files:
http://taylor.cvs.sourceforge.net/taylor/taylor/bpm/
http://taylor.cvs.sourceforge.net/taylor/taylor/taylor-bpm-web/
http://taylor.
I am having aproblem getting my xhtml page to fire a method on my stateless
session bean. I am sure it must be something simple I am missing
Here is my interface
| public interface WebManager {
| public String logIn();
| public String newRoadTrip();
| public String editRoadT
anonymous wrote : I use it inside a ui:composition in all the demos
Yes, inside including file with reference to a template, and with the input tag
in the same file as the s:validate.
But what about:
- s:validate inside a template or inside an included file?
- or s:validate inside the including
Hi,
I need some help in running authentication in JBoss.
I have a custom JAAS login module that handles SAML SSO
authentication.
A servlet calls the LoginModule upon receiving a SAML response
After calling LoginContext.login() I have a successfully authenticated
Subject.
Then I need to ass
Yeah, that's what I'm ending up doing, although I do have scaling concerns.
Not a huge deal, I'm just used to ATG's component structure where the session
and request scopes are handled by application scoped managers, and key'ed by a
UID. So you can get a session scoped component from the sessio
Thanks for the quick response once again - you're quick and I appreciate your
time.
First, jms-ds.xml:
DefaultJMSProvider
org.jboss.jms.jndi.JNDIProviderAdapter
java:/XAConnectionFactory
java:/XAConnectionFactory
java:/XAConnect
If i add the
org.apache.myfaces.webapp.StartupServletContextListener
in web.xml i get one 01:24:39,354 ERROR [PhaseListenerManager] Exception in
PhaseListener INVOKE_APPLICATION(5) afterPhase
| java.lang.IllegalStateException: No active event context
| at org.jboss.seam.core.Manager.in
At least with the MyFacesGenericPortlet above one can use the
JBossSerialization factory.
01:14:41,310 INFO [MyFacesGenericPortlet] Serialization provider : class
org.apache.myfaces.JbossSerialFactory
No idea, wheter it made any performance increase.. But maybe it's better than
the DefaultSer
Ok, the SERIAL thing in my previous post was a red herring. I got an error in
the log file and it made no difference when I removed it from web.xml, as I
hadn't compiled and installed the included java.
What did fix it for me was adding StartupServletContextListener as a listener
in web.xml.
I managed to get things going by adding the following methods to my own
MyFacesGenericPortlet.java. I'm more convinced that the portlet portition of
myfaces is a little bit off sync compared to "normal" MyFaces usage.
I thought i saw
| package fi.jab.jsf;
|
| import java.io.IOException;
Hi,
I'm using JBOSS AS 4.0.4 GA and am experiencing an odd problem connected with
login and logout of users. If user's explicitly choose to logout and click on
the logout button of my webapp the webapp directs them to an Action class which
marks the event in a database and then calls session.in
Take a look at this to see if it helps.
Andy.
http://wiki.jboss.org/wiki/Wiki.jsp?page=UTFactoryLookupFailed
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980216#3980216
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
Could you please tell us how and where you configure that tolerance to allow
server time difference?
Thnaks in advance
Enrique.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980215#3980215
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=p
The portal team is proud to announce you the developer release of 2.6. It
consists in a stable release of the current features implemented so far. The
goal of that release is to give you the opportunity to see the advancement of
the project and also provide us feedback on the implementation.
Yo
thanks i think i had some older doc where it wasnt as clearly laid out.
or somehow i missed it cause i have read the doc i have had a few times.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980212#3980212
Reply to the post :
http://www.jboss.com/index.htm
SFSBs and Entities are bound to the conversation context. SLSBs are, obviously,
in the stateless scope.
This is all covered in the Seam documentation.
http://docs.jboss.com/seam/latest/reference/en/html/index.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
Found out about this at
http://wiki.apache.org/myfaces/Performance
I'm a little unsure as I haven't buuild the reference classes. Either this has
already been added somewhere, or something strange is happening that I don't
quite understand yet.
View the original post :
http://www.jboss.com/i
Should of course be the usual listener tags around the listener-class tag - got
stripped by the forum.
Andy
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980208#3980208
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3
Just manager to get things working by adding the following to web.xml
org.apache.myfaces.webapp.StartupServletContextListener
org.apache.myfaces.SERIAL_FACTORY
org.apache.myfaces.JbossSerialFactory
Andy.
View the original post :
http://www.jboss.com/index.html
This is on a JBoss-4.0.4 Patch 1.
I know that for non EJB3 MDB you can configure the 'DeliveryActive' attribute
in MDBConfig (in a user defined invoker configuration) and your MDB will be
deployed but not started. Starting it can be done at a later point through JMX.
I browsed through annotatio
The same problem is affecting us as well. We cannot exactly synchronize our
servers and are unable to use JBossWS implementation of WS-Security because of
this. Is it possible to configure some tolerance to allow server time
difference to be +/- N seconds?
Thank you,
Denis.
View the original
I have a few questions.
was checking this out
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925063
So to make usre when you have variables that you mark as scope type Session. It
actually gets stored in the HttpSession as well?
Also ama i to assume that Stateful Session Beans an
it works now, at least the pane is visible. Not everything is working though
(can't drop any nodes onto it ;-) )
I wanted to have a sneak-preview of the forms generating stuff. It's a
beginning altough I'm still curious where the variable-type will go in to.
Guess I have to wait a little more (
I am having my problems with maven build as well. I started out with this wiki
page: http://wiki.jboss.org/wiki/Wiki.jsp?page=MavenBuildCreation.
Unfortunately, the repository http://repository.jboss.com/maven2 does seem not
to be up to date. It would be great if the repository would be always
This is currently fixed in 4.0.6.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980196#3980196
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980196
___
jboss-user mailing l
anonymous wrote :
| but haven't touched jms-ds.xml or standardjboss.xml
|
Yes, I believe this is the issue. Again, please post your jms-ds.xml file and
your standardjboss.xml file, at the very least, please post the portion of your
jms-ds.xml file that references your provider loader.
C
well the exact error in the jsp compilation was: The value for the useBean
class attribute xxx is invalid.
this did not mean the class was not found, but missed a default constructor GRRR
Sorry for wasting your time.
john
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
Is it as simple as putting the role constraint in web.xml and including an
tag for a 403?The problem I was having with interceptors is
that I really want to control access to the page rather than the assortment of
methods that get called from the page.
View the original post :
http://www.
Why don't you just but that stuff in a map in the application scope. That is
what it was made for.
If there aren't too many concurrent users this should work but it will scale
poorly.
Regards
fhh
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980189#398018
First off, thanks for the prompt reply.
My misuse of terminology shows my newbie-ism, I'm afraid. I am migrating my
files from the old application, but have taken pains to use the JBoss 4.x
versions of all files we've customized and add our customizations to them. We
have changed many configu
Hi Milan,
I think it is best to modify the build file so that run-eclipse-builder runs
with debug options and then run the complete overall build.
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980186#3980186
Reply to the post :
http://www.j
anonymous wrote :
| I've omitted the local interface in my session bean ManagerLogin and i
discovery that the method that can invoke from a jsf page is only the method in
the session bean that override the interface method.
|
I don't want to be impolite but I'm not sure if you have grasped
Hello.
In JbossIDE 1.6 I'm usig option "Deployment/Deploy to" to deploy EJB bean to
server.
In ths way I can online improve bean code and all changes immediately take
effects without
repackaging and redeploying.
Is the same possibilitu in JbossIDE 2.0 ?. I see only "Run on the server"
optio
Huh,
I managed to make the system "work" by doing very uglyt hacking in
SeamStateManager.java
|
| public void writeState(FacesContext ctx, SerializedView sv)
| throws IOException {
|
| {
|
| ExternalContext extCtx = ctx.getExternalContext();
|
What dialect are you using for Hibernate? Should be:
Hope that helps.
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980182#3980182
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980182
_
So I tested the portal example in 4.0.5 portal profile. It's working fine.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980178#3980178
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980178
Hello,
I am trying to migrate from Jboss4.0.2 to 4.0.5GA but am having jndi problems.
My application is deployed with three files in the $jboss/server/default/deploy:
- application.ear
- application.war
- application-ds.xml
The war contains all the client jars it needs to access the ear file wh
anonymous wrote : When you remove the class from the war, where else do you
place it? I mean, where else inside the ear is the class placed? Are you
placing it in some jar inside the ear?
Yes, it's there in a jar with all my ejb classes.
| common-util.jar
|
Alas, the loader constrain
These changes are made in MysqldResource.java:
To allow a defaults file
Line 514 was changed to:
| String[] constructArgs(Map mysqldArgs)
| {
| List strs = new ArrayList();
| strs.add(utils.files().getPath(getMysqldFilePointer()));
|
| //This line was previ
Hello,
I am trying to migrate from Jboss4.0.2 to 4.0.5GA but am having jndi problems.
My application is deployed with three files in the $jboss/server/default/deploy:
- application.ear
- application.war
- application-ds.xml
The war contains all the client jars it needs to access the ear file
The MyEclipse publish is pretty good.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980174#3980174
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980174
___
jboss-user mailin
Calling WTP is a little bit flakey is like calling Ubuntu a little bit brown.
I've actually given up on WTP's crummy "publish" mechanism and gone and written
a shell script to jar up and deploy the ear by hand. And unlike WTP's
mouse-only (afaict) interface for manual publish, I can just make
JEMS Installer 1.2.0.BETA3 (AS 4.0.5.GA, EJB3 1.0.0.CR9, Portal 2.4.0.GA,
JBossWS 1.0.3.GA) has been released and is available for download from the
following location.
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=193295&release_id=457191
Release Notes - JEMS Install
Ignore that stuff there is no s:commandLink for now.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980172#3980172
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980172
___
jb
JBoss Portal 2.6.0.DR1 has been released and is available for download from the
following location:
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84509&release_id=457910
Release Notes - JBoss Portal - Version 2.6.0.DR1
** Bug
* [JBPORTAL-602] - DivDecorationRendere
We do that all the time ;)
Seriously, it does make it easier to google solutions for a problem when one
talks themself through the solution publicly.
chuck
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980168#3980168
Reply to the post :
http://www.jboss.c
JBoss 4.0.5.GA has bee released and can be downloaded from the following
location.
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=456223
JBoss 4.0.5.GA Release Notes
This is the jboss-4.0.5.GA (final) release for the Java EE? 1.4 codebase. For
informat
I wasn't aware that it existed. The more control of UserTransaction that's
possible, the better -- though I imagine anyone using UserTransaction is
probably already controlling it through code and not declaratively, so
injection would probably suffice.
View the original post :
http://www.jb
This isn't a reference to you datasource, but the JNDProviderLoader for your
JMS configuration. The error is basically telling you that the
XAConnectionFactory cannot be established. Could you post your jms-ds.xml file
(from deploy/jms/ directoy) as well as your standardjboss.xml file.
Note, b
"shundavid" wrote : I did it, and it still says:
|
| org.jboss.deployment.DeploymentException: Failed to find module file:
lib/jboss-seam.jar
Has a fix documented in step#5. Basically the WTP tooling changed and is a bit
flaky. You have to remove the jboss-seam.jar and jbpm-3.1.1.jar J2EE m
I noticed that there's a s:commandLink defined in the JSP taglib, but not in
the facelets version, so s:commandLink won't work in facelets. I know I
probably don't need it, since h:commandLink should propogate the conversation
properly, but it'd be nice for the sake of completeness. Is this om
Hi!
hmm.. strange stuff.. only thing I can think of is that something went wrong
during the jbossws installation.. could you try the jems installer which should
have everything bundled up?
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=193295
regards!
/Ole
View the o
An IMS JDBC connection is treated like any other in JBoss. Please read
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources
As well as the general info on JCA in JBoss
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCA
View the original post :
http://www.jboss.com/index.html?module=bb&o
No idea?? :(
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980156#3980156
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980156
___
jboss-user mailing list
jboss-user@lists.j
Hmm, that won't work either, because the processing of the JSF components will
have already happened, which means that a bunch of calls were already made to
the action.
I'm trying to catch it before any actions get invoked. Maybe a global action
entry in the pages.xml file.
Isn't it scary whe
Yep That was it. I'm using a third party jar that has some of the old sun/*
classes included. When I removed that, my problem was solved. Thanks for the
help.
B
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980151#3980151
Reply to the post :
http://www.jb
I'm still struggling to get my Role based security working. When protecting an
action, I'm in pretty good shape when the action is called first and then
determines the outcome.
However, I'm having trouble with some pull-style pages.
I can't use my current approach of intercepting the action ca
Dimitris --
A little extra info:
I just tried the "jems-installer-1.2.0.BETA3.jar" installer.
First attempt: Install for "ejb3-clustered" to "all" config.
Result: The same shutdown problem I've been referring to.
Second attempt: Install for "ejb3" (non-clustered) to "all" config.
Result: N
After there're more than one Seam portlets open, the excetion count increases.
| 22:02:43,884 ERROR [PhaseListenerManager] Exception in PhaseListener
RESTORE_VIEW(1) afterPhase
| java.lang.IllegalStateException: No phase id bound to current thread (make
sure you do not have two SeamPhaseLis
Drop the entire jbossportal database.
Recreate jbossportal database and then excute run.bat (of Jbossportal 2.4)
This seems to solve the problem.
thank you
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980147#3980147
Reply to the post :
http://www.jboss.c
This problem doesn't seem to occur with mysql. I installed a mysql db and used
the example config files and the server is running fine. I wonder if there is
a problem with the postgres example config file?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39801
I'd like to know if anyone finds @Rollback to be really useful. I'm wondering
if it is actually a stupid feature and should be deprecated, and replaced by an
easy way to inject UserTransaction into JavaBean components.
I need feedback on this.
Thanks,
Gavin
View the original post :
http://www
I still can't see any errors or what I might be doing wrong. Is there an
example deployment war file for a layout?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980141#3980141
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
Ah,
But i've it set to false
|
|
|
| true
| false
| tc3/#{ejbName}/local
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980139#3980139
Reply to the post :
http://www.jboss.co
Not from the installer.
It does show both when using the .zip (binary) and when using my own compile
from the .tar.gz source (both from SourceForge). I'm using Sun's jdk1.5.0_09.
Again: Only during shutdown from "all" configuration.
View the original post :
http://www.jboss.com/index.html?mo
This is very strange because I found the class
org.jboss.tm.usertx.client.ServerVMClientUserTransaction and I looked at it's
signature and it implements javax.transaction.UserTransaction so by casting to
javax.transaction.UserTransaction should not throw ClassCastException.
I'm realy lost. Can
Is this an installer setup or the standard .zip distro?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980135#3980135
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980135
___
By default the transaction is suspended before the call to the portlet
container. You need to flag your portlet to require a transaction in the portal
object descriptor. There are examples for that in the standard descriptor
examples.
After flagging your portlet there, you should be able to look
I have an application working well in JBoss 3.2.3 that I'm attempting to get
working in JBoss 4.0.4.GA, and am encountering this exception (abbreviated of
course):
14:27:59,616 WARN [JMSContainerInvoker] JMS provider failure detected for
VNICTransProcessor
javax.naming.NameNotFoundException: X
1 - 100 of 233 matches
Mail list logo