I' m not sure what you mean, my class is an entity, user object with a field
java.util.Date
@Entity
public class User{
private Date startdate;
@Basic @Temporal(TemporalType.DATE)
@NotNull
public Date getStartdate() {
There really should be options you can set to override loading from the cache
loader, or for ignoring the return values for Node.put(key, value) or
Node.remove(key) .
You should be able to remove the interceptors after you load to disable loading
and saving.
It would be nice if there was a "d
use -Djava.rmi.server.hostname=220.225.ZZZ.XXX in your server startup script.
That will solve the problem
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063801#4063801
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406
My application uses JBoss 3.2.6 running Tomcat 5.5. I have not specified the
connectionTimeout attribute on the AJP connector between Apache and Tomcat
running within JBoss - with the idea that the connections get reused between
web requests. 99% of the requests that come into this application
Thanks for the updates and sorry for messing up the jira issue
"[EMAIL PROTECTED]" wrote :
| This is not entirely correct since even when you first put a node in the
cache, it does need to (try and) load it from the cache loader in case it is
not really a new node but one that was evicted.
Hello all,
Is there a way for me to invoke a Seam's component method (Stateful EJB) when
user clicks on a check box (perhaps modeled as h:selectBooleanCheckbox)?
Thanks
-tony
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063791#4063791
Reply to the post :
Seam lets you use Ejb3 session beans or plain java beans as components. (See
the documentation linked to by enzhao). Many of the examples use session
beans. Seam-gen creates apps that use java beans. So no, you couldn't
remotely use them.
However, I don't think it'd take too much work to
You might look at the code in RenderNavigationHandler and NavigationHandler; it
might give you some ideas.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063789#4063789
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406
Thanks for the reply and code example. But I thought the code generated by
seam-gen is not ejb (please refer to my above first message). I am very shallow
on seam so far. When I follow the seam tutorial of the Registration example,
everything is making sense, like you will code the session bean
Pete,
Wouldn't it be weird to use element for jboss-seam.jar while everything in
there is not EJBs?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063785#4063785
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063785
Hi,
I am very new to jbpm and trying to programatically set the hsdqldb connection
string instead of using the defaults set in hibernate.cfg.xml. All of the
defaults in the hibernate config file are acceptable with the exception of the
jdbcconnection string (I need to construct the location of
Hi all,
I have a questions about home or component interface references in clustered
JBoss, about how they are saved, replicated and managed. They always say "try
it" so I wrote a small example to illustrate my point. Basically my question is
about how and why home, component and local home ref
I want use Tomahawk's compnents.
My .xhtml is :
http://www.w3.org/1999/xhtml";
| xmlns:ui="http://java.sun.com/jsf/facelets";
| xmlns:c="http://java.sun.com/jstl/core";
| xmlns:h="http://java.sun.com/jsf/html";
| xmlns:f="http://java.sun.com/jsf/core";
| xmln
Well it's the same in outlook, gmail and squirrelmail. It is also the same
whether i send it from my production server (Jboss 4.0.5. Linux, ) or my
desktop (JBoss 4.0.5, Windows) which are using different smtp servers.
If i don't use the I don't get this --=_Part..etc texts, but
instead m
I almost succeeded in solving this problem with this code:
| @In
| private FacesContext facesContext;
|
| public void navigate () {
|
| String page = "/pages/articles/xyz.xhtml"; // This could be any page,
collected from database
|
| UIViewRoot root = facesContext.get
I have an action method which gets which view i want to redirect to. I return
this as a String.
Then i get a browser redirect. I read in the manual: Note that when you use a
view id as an outcome, Seam always performs a browser redirect. so this is the
way it should be.
My question is: How do
I got the following error:
Exception: org.hibernate.HibernateException: instance not of expected entity
type: org.jbpm.graph.node.MailNode is not a: org.jbpm.graph.def.Node
when I tried to deploy a process definition with
View the original post :
http:/
I got the following error:
Exception: org.hibernate.HibernateException: instance not of expected entity
type: org.jbpm.graph.action.MailAction is not a: org.jbpm.graph.def.Action
when I tried to deploy a process definition with
Greetings all,
I am using JBoss 3.2.5 to implement a JMS mail queue, I always get following
exception:
2007-07-13 10:43:49,213 INFO [STDOUT] javax.jms.IllegalStateException: Method
not allowed
2007-07-13 10:43:49,213 INFO [STDOUT] at
org.jboss.resource.adapter.jms.JmsSession.checkStrict(JmsS
Why I have put a statement:
in jbpm-configuration but it still delegates to org.jbpm.mal.Mail for
notification?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063770#4063770
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
Manik,
Thanks for your tip. Is there a way to monitor the FC stats to find out if it
really is the cause of the bottleneck. There is a lot of history behind the
values that have been set currently and the team is reluctant to make changes
since in the past their experience has not been very ple
I am trying to run a WebService client generated using wsconsume from JBoss
4.0.5 running on JDK 1.6 using wsrunclient and am running into this error. I do
have jaxb-impl.jar in the classpath. How do I ger arounf this issue.
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/xml/
I am unable to connect to JBoss from a remote client. I am also unable to
connect locally (on the server) using its external IP. The only way I can
connect is using 127.0.0.1.
I have disabled the firewall and SELinux and rebooted the server.
JBoss version is 4.2.0GA. Server OS is CentOS5.
I ha
Are you saying that the jdbm loader doesn't support the semantics of the cache
properly? If so http://jira.jboss.com/jira/browse/JBCACHE-696 would be a
negative?
Am I correct in thinking that the FQN is really the "key" and that the fanout
of actual keys underneath should be kept very small?
D
Hi Pete (and others):
A question: I am unclear as to how adding the el JARs would help in this case.
Because I am running JBoss AS 4.2, they should not be necessary. Could there
be an incompatibility issue between these technologies that would cause the
NoClassDefFoundError when the attempt i
I completely removed the jboss installation and reinstalled. Took the exact
same ant file with the exact same sources and deployed in the exact same way.
Everything works. I believe there is a clean up issue in the jbossws 2.0 or
something. I suspected this when I finally started trying to just
Hi, there:
As a newbie to web service, I have a "silly" question about jbossWS. All WS4EE
web services (both stateless ejb and pojo style) deployed on jboss/deploy
directory finally would be deployed on embedded Tomcat, am I right? So, the
question is if I have another servlet container running
The lack of qualification for the component name presents this risk. Why not
make it best practice to qualify the component name? So built-in components are
"org.jboss.seam.Session", and my own objects would be
"com.domain.project.Session". I know it seems verbose, but it just seems
practical f
Hi, pete.
Thanks for your comment.
I'll try to write my dirty checking code.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063754#4063754
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063754
__
I have requested that there be a way in the SeamTest to get the request-scope
attributes (and also set one). http://jira.jboss.org/jira/browse/JBSEAM-1657
Ah, and I can justify why now (car rides are always useful for these things).
In the Expressions class (and perhaps JSF in general), you cann
Is there a way to call a seam component from an action in a process if that
process was started in a non-seam web app. The seam component lives an ejb
layer and I have both seam/non-seam front ends using the component. I can get
the component if I do Component.getInstance("xyz",ScopeType.EVENT
that was it, i have to change the jdk 6 for 5 and classpath and works perfect
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063748#4063748
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063748
_
This is very suspicious code, it should not work and this should be correct:
| entityManager.remove( entityManager.merge(this.recipe) );
|
Merge does not reattach the given instance, it returns an "attached" managed
instance. Which is the right state for removing.
View the original post :
My bean configuration comes from different projects and I like to do something
like
| http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
| xmlns:xi="http://www.w3.org/2001/XInclude";
xmlns="urn:jboss:bean-deployer">
|
|
And the answer is...
Don't run seam generate-entities with a defined schema and...
| @Entity
| @Table(name = "table-name", schema = "schema-name")
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063742#4063742
Reply to the post :
http://www.jboss.c
I'm trying to add a belowField facet, but it is not being displayed on my form.
Google shows that Seam 2.0 may have changed this to be called "description",
but the 1.2.1 docs still document belowField. I've tried both -- neither
displays on my form (and I see nothing in the generated HTML). C
I have a similar problem. ( Running 4.0.5 with JBossWS2.0.0-native.GA. ) When I
remove these two jars from my path, my client won't get out of first gear. It
complains of missing xerces libraries.
| Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/xerces/xs/
| XSModel
I catch the policy question-answer thing, thanks:-) Good to hear that I'm step
further.
"[EMAIL PROTECTED]" wrote :
| You don't have a default user/password for such contexts..
|
Where can I set default user/password that can be used during deployment? In
the datasource file:
|
|
yes tested, it worksThe @Destroy method is now like this
| @Remove
| @Destroy
| public void destroy() {
| if (!this.completedOrCanceled) {
| if (this.motherEntity.getId() != null) {
| entityManager.merge(this.recipe); // without merging there might be
ex
First time user, apologies if this is the wrong place to post this.
21:05:19,312 INFO [STDOUT] --> this line is 5 hours ahead of the actual time.
The server time was 4:05 PM when this was printed. Appreciate any help you can
provide on resolving this. Using jboss-4.0.2 and Windows 2K3
Regar
I'm hitting the same issue Did you find a solution?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063730#4063730
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063730
__
Here is an example of an "Application-Managed Entity Manager" from the book
"Pro EJB 3"
public class EmployeeClient {
| public static void main(String[] args) {
| EntityManagerFactory emf =
Persistence.createEntityManagerFactory("EmployeeService");
| EntityManager em = emf.createE
I found this on apache's wiki
http://wiki.apache.org/myfaces/TrinidadSeamAjax4JsfFaceletDetail. However, it's
about Seam 1.2. Now that Seam is on 2.0 and Trinidad is on 1.2.1, I wonder if
there is any updated information regarding the integration of the two for their
latest versions.
Also, when
Below information is captured from JMX (Tomcat Status).
The question is the max spare threads (idle) is configured to 200.
As per below threads busy is only 28. It still shows current thread count as
300 instead of 200 (which is max spare thread configuration). One time we did
reach that busy thr
The entity beans generated by seam-gen are EJB3 beans. I don't see any reason
why you should not be able to use them directly in a stand alone java
application (outside of JBoss). You will have to create an application managed
persistence context to do so.
View the original post :
http://www
Are you certain that there is no other pojo.ClienSession class in the entire
system?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063723#4063723
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063723
_
I changed the maximumSize down to 5 and it works now. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063722#4063722
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063722
I changed the down to 5 and it works now. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063721#4063721
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063721
___
jbo
The link above does not help me but I still appreciate it. I need idea if it is
possible to use seam-generated code in plain java application.
Based on my simple understanding of seam-gen, not seam, if I have a database
with tables, I can use seam-gen to generate a web application in 5 minutes.
"JbossDing" wrote : ... My standalone Java client has no user interface at all,
let alone JSF. Once the ejb code generated by seam-gen, I would prefer no code
modification at all. Actually...
|
ROFL
Nice one :) Good laugh
View the original post :
http://www.jboss.com/index.html?module=bb
adding to my facelets page worked.
I guess this was a myfaces/jsf 1.2 upgrade problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063715#4063715
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063715
__
Solution:
http://jboss.com/index.html?module=bb&op=viewtopic&p=4063715#4063715
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063717#4063717
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063717
hstang, not the way EL resolves, doing backingBean.create would literally
resolve to backingBean and not the value of backingBean.
-Samuel
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063710#4063710
Reply to the post :
http://www.jboss.com/index.html?modu
I'm having a similar issue converting from JBoss 3 to JBoss 4. My server log
using JBoss 4.0.5 shows the following:
org.jboss.deployment.DeploymentException: No ClassLoaders found for:
org.jboss.resource.connectionmanager.LocalTxConnectionManager; - nested
throwable:(java.lang.ClassNotFoundExce
Burr,
I think I can help out if this is really important to JBoss. Please contact
Tom (Baeyens), I already had contact with him through mail discussing some
'free' (not as in beer ;-)) time I will have in the near future.
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
Hello,
I need to develop an app that could potentially be required to run on WAS. I
am planning on doing all the development using JBoss AS + Seam + EJB3. Are
there any limitations out there that I should be aware? Any links that talks
about this subject? Would dropping EJB3 help? Sorry if
Thanks Samuel for the tip.
Just a question, is this Jboss-el because I didn't know you could do this.
| backingBean[create]
|
You can't do backingBean.create instead ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063703#4063703
Reply to the post
http://jira.jboss.com/jira/browse/JBMESSAGING-1013
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063702#4063702
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063702
___
One "belt and braces" way to do it (if you want further guidance ask in the
security forum)
is to not deploy your application via hot deployment.
Instead you would deploy an mbean that does the deployment programmatically.
e.g. something like (pseudo code)
| public class DeployWebApp implemen
Cool.
Personally, I'd like to see more templating in seam-gen'd apps. They tend to
look very copy-pasted, which makes it tedious to take a seam-gen'd app and
tweak it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063700#4063700
Reply to the post :
http:
After I upgraded to Seam 2.0, I also got the same error in my application about
two weeks ago
(http://www.jboss.com/index.html?module=bb&op=viewtopic&t=112769). I didn't
have time to come up with a test case, so I'm glad that you also stumbled upon
this problem.
View the original post :
http
I found I needed to add jmx-rmi-adaptor.sar from an old JBoss to get pass this
issue.
Is jmx-rmi-adaptor.sar not supported in JBoss 4.0.5?
-Todd
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063697#4063697
Reply to the post :
http://www.jboss.com/index.h
I would create jira task. Sysadmin are not always smart enougth to deal with
difficult situation such as queue recovery :) They know how to stop/start
backup/upgrade. It's looks something more for DBA but even so.
Thanks again. Jira task will follow
View the original post :
http://www.jboss.co
Origingally, my icky comment was related to the fact that I think you *might*
run into a problem using the rollback code on a method annotated with @Remove
and @Destroy since I don't know whether these annotations result in the method
being called at other times (i.e. the bean is passivated, and
I'm going to bounce you around. ;-)
The problem you have is really a Seam problem.
That's because you already solved the problem you were trying to solve.
JCA SIDE
The configuration you have looks correct to me,
provided you are running in a context where somebody has logged in.
You don't have a
For all of your DRY fanatics out there:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ReusableActionButtons
I'll be doing several more wiki articles on the subject in the next few days.
-Samuel
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063693#4063693
Reply
Also, is it intended behavior that bar is not passivated at the end of the
first request?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063692#4063692
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063692
"[EMAIL PROTECTED]" wrote : The cookies in the included JSP pages are ignored.
You're right. I see that under the JSP spec description for the include
directive:
http://sdlc-esd.sun.com/ESD24/JSCDL/jsp/2.1-fr/jsp-2_1-fr-spec.pdf?AuthParam=1184259549_291d84a0dc93c8ab5a265e4374e74aa3&TUrl=an1npDp
Ok, I've reproduced this situation in a simple test:
| public class PassivatedEntityInParentConversationTest extends SeamTest {
|
| @Test
| public void test() throws Exception {
| String cid = new FacesRequest("/page.xhtml") {
| @Override
|
It is possible to expose any MBean with an invoker using JRMPProxyFactory, and
it is possible to access any MBean with RMIAdaptor.invoke(...).
The way of doing this is nicely decoupled from the target MBean.
I would like to do the same things using remoting (ie. calling any MBean using
invoke(..
I am trying to upgrade to JBoss 4.2(tomcat 6) and in mime type is always
"application/xhtml+xml" and Firefox renders this as xml. Previously it was
always "text/html".
I tried changing this in both the server and the applications web.xml, but this
has no effect.
Any advice would be greatly ap
I also tried adding to seam-gen.reveng.xml what is mentioned here:
http://www.hibernate.org/hib_docs/tools/reference/en/html_single/#d0e1644
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063683#4063683
Reply to the post :
http://www.jboss
Enable security manager at the JVM level and use a policy file as a parameter
to the jvm startup.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063679#4063679
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063679
___
Have u tried?
pkg.classname
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063678#4063678
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063678
___
jboss-user mailing list
jbo
So I have 2 sets of entitybeans from 2 different schemas. Before I ran seam
generate-entities I edited the seam-gen.reveng.xml file within each project to
read as follows.
|
|
and in the other project
|
|
The table names are different and so are the schemas. In my persistence.xml
I read someplace that you need something like .gss.initiate or such jaas
login config name. Since it is not finding one, it is defaulting to other.
Why don;t you enable the security trace level logging for JBoss. Then you will
see what is happening with the jaas layer.
View the original po
http://anonsvn.jboss.org/repos/jbossas/branches/Branch_4_2/testsuite/src/main/org/jboss/test/web/test/WebProgrammaticLoginTestCase.java
is the test case that calls into a servlet (that does the programmatic web
login)
http://anonsvn.jboss.org/repos/jbossas/branches/Branch_4_2/testsuite/src/main/o
Is this issue resolved ?
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=108961
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063667#4063667
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063667
__
In AOP 2.0 we have been repackaging a bit. The "in-JBoss" aspects really belong
to the app server version, and not in the aop release. By "in-JBoss" aspect I
mean aspects that depend on running within JBoss.
The AsynchronousAspect has no dependencies on JBoss classes, and so is shipped
with the
Hi Pete. Thanks for your response. Unfortunately if I specify the el* JARs in
my application.xml and add the JARs themselves to my EAR, the server fails to
start with the following error. Removing the JARs causes the server to
complain that they are missing. Is there something else I am doin
I did not understand that. If you are saying that you are using the JVM that
comes with Debian, I recommend that you obtain and install the latest 1.5.0 JDK
from Sun http://java.sun.com/javase/downloads/index_jdk5.jsp. The JVMs that
come with Linux distros tend not to work properly with app serv
After power failure I would suspect a sysadmin would access the machines anyway
to start everything up?
If you want, you can add a JIRA feature request for the manual merge queue
feature via JMX.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063661#4063661
"FredrikJ" wrote : That would probably qualify as a double locked check which
is unfortunately not thread safe (see
http://www.ibm.com/developerworks/library/j-dcl.html).
|
|
Correct, to do this lock would have to be made volatile, which would trigger a
memory barrier.
-Jason
View the o
Hi,
The 1.50 and 2.0 differ on the support for Asynchronous aspect.
1.5.0 : has two implementation
1. org.jboss.aspects.asynch.AsynchAspect
2. org.jboss.aspects.asynchronous.aspects.jboss.AsynchronousAspect
However, JBoss AOP 2.0 does not contain the AsynchAspect at all.
Also it has some A
Hi,
I'm developing an application with the following requirement:
All users have a database accounts and the application level authorization
should be used also with the database. So I need to pass through the current
user identity to the back-end database.
I'm using Jboss as 4.0.5 and Jboss
another PS...
I realized that there is a issue about my jdk at the beginning of the jboss
startup process. So that is my situation about it:
[EMAIL PROTECTED]:~$ echo $JAVA_HOME
/usr/lib/jvm/java-1.5.0-sun/
[EMAIL PROTECTED]:~$ eho $JRE_HOME
bash: eho: command not found
[EMAIL PROTECTED]:~$ java
Well, when I wrote the JDBM cache loader I designed it at a finer level of
granularity, not understanding that you should really be storing a single
object per node.
Locking, replication, eviction all work off of nodes as units of work, not node
keys.
View the original post :
http://www.jboss
Hi,
I'm new to the idea of handlers - but I've been tasked to write a handler that
can create SAML assertions and from the JBossWS spec status page, I see that it
is 0% complete.
On a basic level, from what I understand about handlers, I can write a java
class that will extend a *Handler. And
My bean configuration is split up in multiple files coming from different
projects. AFAIK, I can only have one jboss-beans.xml per *.sar
Is there some kind on functionality. Looking at the schema I can't see it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
is your Date in the entity class java.util.Date?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063641#4063641
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063641
___
jboss-
I found one other post where someone got the "Trying to install an already
registered mbean" exception:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=91651
That person reinstalled in a clean directory and solved the problem. (If that
doesn't work for you, please tell me how you insta
no... that is (afaik) the case in a decision node... in a task node they are
guarded transitions so this can be used in the gui to selectively show or not
show transitions.
So the behaviour you see is correct (should be documented somewhere)
View the original post :
http://www.jboss.com/index.
Hi, I have a problem consuming a web service deployed in Jboss 4.2.0.GA, the
same package work fine using Jboss 4.0.5.GA. Here is the wsdl, code with
annotations and Soap messages.
Thanks in advance. Luis.
wsdl
| * UniversalManagement?wsdl
|
| - http://universal.ws.core.mobistore.
Ed,
Will putting an async=true on the node realy force a commit? That has to be
documented well then (rollback
's further on in the process a rollback will not be possible then) This is not
a problem if the process has to wait for the return value of the async message
node.
If it is not saved
I fully agree workaround you provide will work but with 1 constraint: you
should have direct access to the machine to do that. With all security in
production it not always possible. So it would be very nice if there is
possibility to do merge manually. If it a call of function via jmx-console
There is no CMS workflow in 2.4
Live checkbox, is just the current version that will get displayed. When you
create a new version you can make it live or keep it hidden (as a draft for
example)
(Please for next time, don't put "urgent" in your topics. This is not more
urgent than other questio
Ok thanks for your pointers hstang and Michael.
I will investigate!
/Tobias
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063621#4063621
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063621
___
http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/concepts.html#d0e2704
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063619#4063619
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063619
___
Well I didn't know there was paper on it. I guess I should have added a (IMO)
somewhere in the "I would like to use this slightly cleaner variant"-sentence.
Can we agree on "shorter"?
Still. I would very much appreciate suggestions... Thanks.
View the original post :
http://www.jboss.com/inde
The "http://server/app/action/foo/bar"; URL is more RoR-like. I think you can
easily do this by setting up URL re-writing rules in Apache (if you use apache
to front your jboss server).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063616#4063616
Reply to t
1 - 100 of 281 matches
Mail list logo