This causes strange behavior
I a have an object kuku that holds an JDK5.0 Enum
when I use HashMap to hold kuku objects
after I remove from the cached HashMap a kuku object ,
the size of the map stays the same and values() will return a also the
removed kuku object as null
when I use T
Thanks Andy,
well, and how to avoid this multiple bags exception thing? I have read that I
should use Set instead of generic Collection, but is this solution?
Bye
Dalibor
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009467#4009467
Reply to the post :
htt
March 20? dang! how about 1.1.6 on Feb. 6? ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009457#4009457
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009457
___
jboss
Ah, I already updated my JBoss with EJB3.0
Nice to know there is another solution
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009458#4009458
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009458
Thanks for the pointer - I saw this same problem with 1.1.1 but I just fell
back to 1.1.0 also. It would be nice to make another release with this fix in
short order (please?).
Thanks,
Brad Smith
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009459#400945
Aha, I should use remoting.
Funny actually. I already got started on a pure JBoss remoting solution. I
threw out the webservice eventing and added a register/ deregister method to my
existing webservice (a plain synchronous one). In the register method I add
the address to a list and whenev
Thanks for the info.
Yes, we would like to have the timer thread (servlet) running on each machine
in the cluster. It seems like the simplest approach.
When you say we will be in trouble doing this, are you doing so in the context
of 3.2? It looks like the issue is being addressed in JobExecut
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=100416
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009445#4009445
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009445
___
Hello,
I have an EAR Deployment that uses the following API's:
* Seam 1.1.0 (would like to use 1.1.5)
* MyFaces 1.1.4 (no - ICEFaces is not )
* Tomahawk 1.1.3 (an option for this project)
* Facelets 1.1.11
The MyFaces jars are package at the EAR level. The project contains an EJB
jar
Hello Thomas, can you please explain this in more detail? I have exactly the
same problem described above.
I have a webservice running, that works very fine if call it locally
(testclient and SEI on same machine). But if i use distant jboss, i get this
exeption.
But the classpath when starting
Thanks for your hard work Seam team.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009441#4009441
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009441
___
jboss-user mailing
thanks agori. I guess you use facelets. may I ask which development environment
you use?
also what do you think about using jPDL vs JFS Navigation?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009430#4009430
Reply to the post :
http://www.jboss.com/index.
"terryb" wrote : Anyone knows if Seam works with JSP 2.1? and JBoss AS 4.0.5?
|
| Also now that JSP 2.1 has fixed the problem JSP had with JSF. Is it still a
good idea to use Facelets?
|
| If so is there any Seam example using JSP 2.1?
|
|
Facelets is still much better than JSP 2.
Hi
I am using JBOSS jboss-4.0.0 and have implemented a MessageDrivenBean as a
singleton which acts as a persistent in inbound message event queue. On
occasions I need to restart the jboss container, and have queue content as yet
un-processed. I would like to be able to use the JMX
org.jboss.ej
thanks for the reply...
1) i tried to upload two images: one jpeg size of 43kb, the other one is bitmap
size of 16kb.
2) i did not make a copy of the exceptions, but i can see from the server log
that the image was actually created... although we in our application can leave
without actually dis
what version of jboss cache are you using?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009412#4009412
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009412
___
jboss-user m
Thanks Gavin,
I totally understand. No problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009411#4009411
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009411
___
jboss-
To put it in a programatic way:
Let's say you have a 4 state cenario:
1 - Start State
2 - State A
3 - State B
4 - End State
The following transitions exist:
1 to 2
2 to 3
*2 to 4
3 to 2
The "2 to 4" transition should never been taken, therefore making a 2-3-2 loop
for ever.
You could force thi
Just to give it code example, here is how you would do for a
HibernateLongInstance:
First, You have a hibernate entity with id of type Long and a hibernate mapping
to your class properly loaded in the same session as JBPM mappings. The mapping:
|
|
|
|
Hello,
im running a web application on jboss4.0.5.GA using ejb3, hibernate,
tomcat, mysql, treecache, prototype for ajax, servlet with pojo based html
rendering, etc if more datails are needed ill be happy to provide them.
Im still working in tunning the application to get better performance
Using Seam 1.1.0.GA
I have a simple Seam component which is just for injecting a singleton session
factory and a ManagedHibernateSession that uses it. (I'm aware of the
HibernateSessionFactory component but I think this problem is more general).
First the session factory wrapper component.
Anyone knows if Seam works with JSP 2.1? and JBoss AS 4.0.5?
Also now that JSP 2.1 has fixed the problem JSP had with JSF. Is it still a
good idea to use Facelets?
If so is there any Seam example using JSP 2.1?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
Hi, im using jboss4.0.5.GA and if im not wrong it has hibernate 3.2 wich has
optimistic cache locking, how do I enable it?
For example my ejb3-cache-service.xml is
|
|
|
| jboss:service=Naming
| jboss:service=TransactionManager
| org.jboss.cache.JBossTransactionManag
Hi,
I successfully created for web dynamic project in jboss eclipse ide,but
web.xml file displays error message as "Multiple Annotations" at first line.
I tried for some time,but unable to resolve this error in web.xml.
Please provide solution for that error.
Thanks in Advance.
Th
"kukeltje" wrote : by default not in the processdefinitions, but the forms can
be customized any way java supports. This is only valid for the forms, not the
complete webconsole yet (you can customize that yourself from the source)
Huuummm... ok!
Thanks!
View the original post :
http://ww
by default not in the processdefinitions, but the forms can be customized any
way java supports. This is only valid for the forms, not the complete
webconsole yet (you can customize that yourself from the source)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
I'm creating a context for accessing a Stateless EJB3.
String JNDI_FACTORY = "org.jboss.security.jndi.JndiLoginInitialContextFactory";
| String JNDI_PROVIDER_URL = "jnp://localhost";
| String JNDI_PROVIDER_PORT = "1099";
|
| Properties prop = new Properties();
Hi Romeu,
Tks for your reply. I don't quite understand this yet:
"I think you need to include an end state, but you can specify a way in wich
the transaction to that state is never taken."
I posted this question to make sure this is not yet implemented in jbpm before
I start coding it in my o
Hi,
I found the problem.
I have created JBoss v4.0 (under JBoss) instead of JBoss AS 4.0 (under JBoss
Inc). The names of the nodes and servers are very similar.
Regards,
Trifonov
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009375#4009375
Reply to th
Good morning for all!!!
I am starting with JBPM... it would like to know if feature for i18n exists
some...
Tanks!!!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009374#4009374
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
This is sample datasource configuration which is working for me
WmxJmsDataSource
15020
TEST
192.168.1.134
com.ibm.db2.jcc.DB2XADataSource
ashwin
ashwin
4
DB2
View the original post :
http://www.jboss.com/index.html?module=bb&
Good job, thanks!
I am also glad JBoss is extending support of Seam. Any chance on having a look
at Resin in near future as well?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009371#4009371
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
Have a look at this FAQ
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQSupportedDataTypes
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009366#4009366
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009366
__
The EJB3 deployer is not there. You can safely comment out the
DeployerInterceptorEJB3 if run in a non EJB3 distro
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009365#4009365
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
I got one solution as TreeCache is not registered in jboss.cache so its
not possible to access this . here is fine
Now i am trying to register TreeCache Mbean by these steps
I copied jboss-cache.jar and jgroups.jar in ${jboss.home}/lib dir
and copied the tree-service.xml in ${jboss.home
Have a look at jboss classloading
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009359#4009359
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009359
___
jboss-user mailing li
This is HTTP1.1 chunking. Tomcat can be configured to use HTTP1.0 for specific
agents.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009357#4009357
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009357
___
New API.
See the new docs on
http://labs.jboss.com/file-access/default/members/jbosscache/freezone/docs/2.0.0.Snapshot/en/html/index.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009358#4009358
Reply to the post :
http://www.jboss.com/index.html?mod
Yes, jbossws/services can be secured just like any other webapp in jboss
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009355#4009355
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009355
__
Hi,
I use JBossIDE-2.0.0.Beta2-Bundle-win32 and cannot create ejb3 project. It
fails on the screen "Select a JBoss configuration" -> I created JBoss
configuration (jboss-4.0.5.GA with ejb3) but when I select it - the "Next" and
"Finish" buttons are still disabled and I cannot continue. Is it a b
Hi,
I'm getting a strange ClassCastException when trying to lookup a Stateless
Session Bean from within my myfaces managed bean. What I'm doing is simply call
| SicherheitsDatenBean sdb = (SicherheitsDatenBean)
CTX.lookup("JSF-REACH/SicherheitsDatenBean/local");
|
to obtain a bean insta
@WebServiceRef is supported in jbossws-1.2.0
With JAXRPC you can always use
service = ServiceFactory.create(wsdl, serviceName)
port = service.getPort(MySEI.class);
port.doStuff()
Note, if you have custom types you need to pass in jaxrpc-mapping.xml
View the original post :
http://www.jboss.com
This is a classpath issue. Make sure jboss-jaxrpc.jar is seen first.
In 4.0.5 the legacy JAXRPC API is also in jbossall-client.jar. This will cahnge
in jboss-4.2.0
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009342#4009342
Reply to the post :
http://www.
JAXWS is available in 1.2.0
Have a look at the road map in jira
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009341#4009341
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009341
__
I've done some more investigating and the problem is that the
value property (which is #{customerHome.instance.customerType}) is passed to
the BasicEntityConverter, and that customerHome.instance.customerType holds a
new instance of CustomerType which doesn't have any fields set.
The issue see
Could you please verify whether this still occurs in 1.2.0
How can I build and install the latest?
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall
Where is the JBossWS source repository?
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQSourceRepository
svn co https://svn.jboss.org
The wsdl you declare in wsdlLocation is simply published by the endpoint.
Import URLs and endpoint address are rewritten otherwise there is little no
none validation against the annotations that the endpoint uses. The internal
meta data model is always build from the annotations.
View the origi
sorry,i missed a word "not" , i can not
i want copy a definition which exists in database,and use new definition to
create process isntance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009347#4009347
Reply to the post :
http://www.jboss.com/index.h
How big were the images and what format were they in? (seamspace only supports
jpeg and png). And which exception was thrown?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009346#4009346
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
Thanks for chasing down the problem here. I need to work on the
EntityConverter to fix this. I'll do that later today.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009351#4009351
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
The status of the JAXWS userguide is reflected here
http://jira.jboss.org/jira/browse/JBWS-1307
The URL above it the JAXRPC user guide.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009353#4009353
Reply to the post :
http://www.jboss.com/index.html?module
http://labs.jboss.com/portal/jbossws/user-guide/en/html/clients.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009352#4009352
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009352
__
What is the jbossws version? If this is still a problem for you pls create a
jira issue and attach a sample deployment
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009354#4009354
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
? Me need more info.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009326#4009326
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009326
___
jboss-user mailing list
jb
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009324#4009324
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009324
___
jboss-user mailing list
jboss-user@lists.jboss.org
htt
property name="hibernate.hbm2ddl.auto" value="validate"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009325#4009325
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009325
___
User got the permissions, must be some other thing. Solved the issue now.
Anyways there is also another setting which can be useful if your database
tables already exist and you dont want to clear your tables everytime the
application is redeployed.
Here it is:
View the original post :
http
hi Julien,
I remove the FaceletPortletViewHandler entry from faces-config.xml and didn't
encountered the issue. I also added the view handler in web.xml:
org.ajax4jsf.VIEW_HANDLERS
com.sun.facelets.FaceletPortletViewHandler
Then, i added a simple ajax tag as follows
then build your own taskmanagement application and signal (via jms/ejb) the
engine on the other system
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009321#4009321
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009321
Hi
I am using TreeCach with INVALIDATION_SYNC mode.
I cache large object graphs so I just want just to notify all cluster nodes
when an entry is modified and make rest of the nodes fetch a fresh copy from DB.
Lets say I have 2 nodes cluster with node#1 and node#2.
A cached object is modified on n
Looks like a bug. Please report this one in JIRA, thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009316#4009316
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009316
_
Guys, with Feb 1 CVS code, the problems above have gone away and in fact, all
is working well. However, I am getting the following exception trace in the
log:2007-02-01 10:30:59,450 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/helloworld]]
Session attribute event
|
createaccount handler pick transition up directly like below
Token token = executionContext.getToken();
token.signal("transition name");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009306#4009306
Reply to the post :
http://www.jboss.com/index.html?module=
Its not my message, its from JSF. I don't actually approve of how JSF handles
these cases.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009304#4009304
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009304
___
Changes regarding JBoss 5 including creation of web modules compliant with Java
EE 5 spec will be integrated into NetBeans 5.5.1 branch within two weeks. It
will be integrated into NetBeans trunk (6.0) afterwards.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
Local interface did not have getVerify() nor setVerify() declared - and... the
example Local interface has these.
My mistake.
Thanks Gavin !!!
Getting a better error message would have helped a newbie a lot - the initial
"can not convert..." that I got was quite confusing.
But hey! problem so
Hi gavin,
i have just tested this latest release of seam, seam space for the file upload,
it seems to be bit of buggy for me,
for instance. i tried to upload pictures, and the pictures can not be displayed
on the space.
after few times tring, when upload the same pictures again, i got exception
AFAIK there has been no work on the Seam codebase to improve trinidad
integration (waiting on a release from Trinidad)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009289#4009289
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
How need I change jPDL code? Is this right:
|
|
|
|
|
|
Suppose, CreateContract handler can setup context variable to distinct success
or fail. How can I pick it up and select transition from jPDL code?
Is it possible to avoid doing this in every node by hand a
Is getVerify()/setVerify() on the local interface?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009282#4009282
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009282
___
jbos
Changed the secret output to a normal field, and set some text in m_verify in
the constructor. And now I got something different - an exception that tells me
that it can not find the property...
javax.faces.el.PropertyNotFoundException: /register.xhtml @34,88
value="#{register.verify}": Bean:
That message is coming from JSF. I'm not sure the exact cause. What does your
local interface look like? Does it have the get/set methods declared?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009276#4009276
Reply to the post :
http://www.jboss.com/index.h
I am still having trouble. Have tried several things...
Maybe a constructor that set m_verify to an empty string would help? Tried it -
no change.
Maybe I need a @Create method. Tried it, no difference.
Removed the EVENT scope for the RegisterAction. Same problem.
Also noticed that it does n
any news about EJB3 RC10 ?
RC9 still runs out of memory (permgen) when lazy loading relations are used.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009269#4009269
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=400926
Seam 1.1.5, despite the strange version number, includes exciting new
functionality including:
* Seam/Security - integrated JAAS-based authentication and unique EL and
Drools-based authorization engine
* Facelets-based email templating - define emails using JSF tags in a Facelets
template
* Fa
sure, and it is all possible just not enabled in seamgen yet.
you can do it by have it use a instead of care to submit a patch ? :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009267#4009267
Reply to the post :
http://www.jboss.com/index.html?module
does createcontract know itself failed or not?if it does,add a transition to
createcontract and pick that transition when it failed.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009266#4009266
Reply to the post :
http://www.jboss.com/index.html?module=bb&o
Actually, that's not quite right. There probably is something we can do to
allow these exceptions to be handled in exceptions.xml. Will be messy, but
possible.
http://jira.jboss.org/jira/browse/JBSEAM-748
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009262
Arg ! :-( I should rename the file META-INF/persistence.xml !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009261#4009261
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009261
_
Nope, Seam cant do much about exceptions which occur at this point. As I've
said here many times, JSF exception handling sucks ass, your only option is to
beg for proprietary features from the JSF implementations.
If you read the JSF spec, it actually says explicitly that JSF implementations
sh
Would it be great that seam-gen will generate crud pages and classes for an
existing Entity class,just like seam-gen generate the crud pages,classes and
entity classes from database.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009250#4009250
Reply
Thanks for your reply!
Actually I've followed your example, without any luck.
If possible, could you send me your source code? Or explain how your EJB bean
looks like, how InitialContext is configured. I'm suspecting that my
InitialContext is set wrong.
Alex
View the original post :
http://
i downloaded JBossCache-all-2.0.0.ALPHA2 and there is no class TreeCache in
there. Why?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009247#4009247
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009247
__
Another thread about service locator:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=97959
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009246#4009246
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009246
_
Hi,
we want to separate the business process management application with jbpm from
the task management application, due to security requirements, running in 2
different application servers instances.
When a task was ended by calling the jbpm TaskInstance.end() method from the
task management ap
How do I get each row's ID to appear in it's text within the link? Right now
when I put the following in pages.xml every commandLink shows up (when I put my
cursor over it) with an ID URL parameter of the value that was previously
selected, as opposed to the value that corresponds to the ID of w
In cases like this where an OptimisticLockException occurs, does Seam have no
way of using exceptions.xml to handle this fact and display a nice error
message?
I've exhausted all my resources and don't know where else to turn apart from
this board...please, if somebody knows how to use exceptio
Thanks gavin for your response,
but please tell me if I like to deploy simple helloworld application on oc4j,
is there any specific requirement to deploy application based on jboss seam,can
JBoss Seam application be deployed on oc4j?
Thanks
Meraj
View the original post :
http://www.jboss.com/in
Of course, I can use loadbalancer (Apache HTTP Server). But I want to use
HAJNDI based on client-side interceptor, without loadbalancer. It is possible?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009228#4009228
Reply to the post :
http://www.jboss.com/in
After reading manual I write this jPDL code:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FindContract, IsContractExists, Cre
I have some SLSB that uses container managed default transaction settings. I
also configured the JBoss DefaultDS to a separated production database.
What happens is when I invoke
SessionContext.getTimerService().createTimer()
|
I will get the following Warning message:
01:20:46,065 WARN [Tx
i can find method to drectly do that.
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009235#4009235
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009235
___
jboss-use
Hi,
Suppose, I have this node:
|
|
|
|
|
What is the right way to repeat org.jbpm.tutorial.mytest.CreateContract
execution N times after fail?
I see only this way: implementing descision node after node described above and
select transition by reading context variabl
It would be nice if we could :
- deploy a file individually (contextual menu entry on the file in the package
view for example)
| - have a view showing the modified files where you select the ones to
deploy. Something like the view in which you see which files need to be cheked
in CVS.
|
no one have even a start of an answer ? no one have already experienced this
problem ? somone of jboss ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009243#4009243
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40092
201 - 295 of 295 matches
Mail list logo