Hi all,
I got this error using 4.0.4.CR2, after installing the EJB 3.0 RC5 package as
explained here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80345
because of the problem explained here (between JBoss Eclipse IDE and 4.0.4.CR2)
http://jboss.com/index.html?module=bb&op=viewtopi
I'm getting this error using 4.0.4.CR2 (w/ EJB 3.0 RC 5 package). I noticed
it's similar to above. Any ideas?
| --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
| ObjectName: jboss.ws:service=WebServiceDeployerEJB3
| State: FAILED
| Reason: java.lang.IllegalArgumentException:
Assuming we start at node1 and then move to node2...
This hack works, but only if node1 stays active. In the scenario where sticky
sessions are used and node1 crashes, traffic is sent to node2, however node2
still lacks the authentication context and forces a login. If someone where in
a hell
set initial context property before Restore,by System.setProperties() Which are
using privously when the bean get from the jndi.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935979#3935979
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
Hi Ronald,
Thank you for your answer.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935978#3935978
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935978
---
This S
Windows XP
Jdk 1.4
http://localhost:8080/web-console/
On th left ,The Applet can not Show
http://localhost:8080/web-console/Invoker
java.lang.NoClassDefFoundError: org/jboss/util/stream/IMarshalledValue
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLo
Hello,
How can I change the portal page tilte "JBoss Portal 2.2.1-RC3" ?
And how can I define multi-language for it ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935976#3935976
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
Yes, my idea is that the performance is good ;-)
The company I work for is starting to use jBPM, within several weeks I think I
can publish some numbers. Maybe Tom or Koen can post some numbers, but I know
customers are not keen on this and environments can differ so much that
sometimes figure
I usually place the annotations on the getter methods. I haven't seen them on
the member yet. In the past I also got the Transient... exception when I tried
to persist entities which hadn't been attached previously and where I left out
a CASCADE path.
View the original post :
http://www.jboss
You could try retrieving the current principal from the entity session context
(not sure if this is possible) and populate during @PrePersist.
Would like to know if this works :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935973#3935973
Reply to the p
You need to rethink. EAGER should be used for Composition relationships and
certain exceptional cases where the contained object is always needed. Also
take a look at the FETCH attribute of the EQL language.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39
1: Not public ones afaik
Do you have any idea or estimation about the perfomance?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935971#3935971
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935971
---
You migth want to explain where you failed. Calling the message driven bean
once the session bean is finnished should be possible. If there are a lot of
other bean involved in the transaction, it could delay the final commit
further. Maybe explain the complete transaction from the end-client
pe
I think the short answer is yes. I would not recommend EJB3 persistence to be
used for report generatation, which typically requires large datasets to be
loaded and processed. Vanilla SQL can perform a much better job at that and
provides more flexiblity.
Were EJB3 is great is providing a elega
besides that, it should be copied to TOMCAT_HOME\webapps to have the /jbpm part
in the url. If you expanded deploy it in TOMCAT_HOME\webapps\ROOT the /jbpm
part should be removed.
Please learn how to use an appserver before posting (sorry if I sound grumpy,
it has been a busy week)
Sleep tight
Any new development on this issue. I tried this with RC5 and it still is a
problem. I have ObjectA which contains a collection of ObjectBs and ObjectCs.
When I configure both as Lazy then there is no problem, but also no Bs or Cs.
With either one is LAZY there is also no problem, as with B or C
1: that is up to you. If you have multiple screens/actions that span one task,
then you have n:1. Sometimes there is just one screen per task so 1:1. Realy,
it is up to you to decide.
2: Some others should post this I think, we don't have these. In an application
I did wich uses JSF (and it's
Hi
Is there a way to arrange the order of the tabs in the NavigationPortlet?
and what does do ?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935965#3935965
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935
After some isolated testing I found that I cannot recreate the problem. I will
take a very close look at the problem code. I must be doing something I
shouldn't.
Thanks for the feedback in any case
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935964#39359
Hi
How do I get portal 2.4?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935963#3935963
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935963
---
This SF
I am new to jBPM, have been following the tutorial using the starter kit, and
things start making sense, am grateful to JBoss folks for this product.
My next step is to imbed jBPM workflow engine into an existing Struts
application.
My questions are:
1. What granularity of process definitions
Hi,
1: Not public ones afaik
2: Process instances that do nothing are just saved in the database, so the
only limit there is the db size. The jBPM core can support lots of requests per
second. Tuning the system to fit your environment is in most cases the best
idea. Comparing different implemen
I am evaluating jBPM and I have a something questions about it's performance:
1. Are exists perfomance testing?
2. How much process instances I can load in jBPM and how much request rate
support good?
3. It has been implemented in great applications with more than 1000 users?
4. Which are the res
Why does every tutorial example write over toString method?
Does Seam interpret this somehow special?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935953#3935953
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935953
I was wondering why JSR-115(JACC) did not provide the api to obtain the
PolicyContextHandler that was registered under a key, via the PolicyContext.
You can obtain all the handler keys and can register handlers. But once you
have registered an handler in the PolicyContext, it is not easy to obt
Well, I thought your situation over and this really is a design of Filter.
Interceptor need`s to be called and is not tied to view. Implement some simple
Filter. It voles all your problems very easilly and causes minimal load (much
less then seam figuring out what and where to do)
View the orig
it is a bogus logging message.
Next release is next week. JBoss AS 4.0.4CR2 already has the latest EJB3
stuff, but I've been on vacation and haven't created the RC6 bundle yet.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935949#3935949
Reply to the post
Hi,
I am using Axis 1.2 for my program to interface with the 3rd party(with
webservices). When i tested that standlone program,it worked fine.Then i tried
calling that program from a servlet which is in my application.We use
Jboss-4.0.1sp1.We have few webservices enabled on Jboss server.
Once
Has anyone ever used iBatis from within an EAR with EAR isolation on? If so,
what was your package layout and where were are your resource files? Any
advice would be much apprecaited. I'm going nuts with this one.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
Great ! We will definitely fix this with logical addresses, but I'm glad to
hear it works for you until then.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935946#3935946
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
It should be next week sometime a presume... I am currently doing some minor
corrections. Then we will do a QA cycle...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935945#3935945
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
Thanks mirko27. I'd forgotten the pages.xml file. This almost solves my problem
except that the action gets called prior to the render response phase which is
too late for me.
>From section 3.3 of the Seam reference.
anonymous wrote : This action method is called at the beginning of the render
The web console is not part of the ejb3 profile install. Is there a
compatiblity issue? If so, any idea on when it will be fixed?
If it can be loaded, can anyone give a pointer on instructions?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935941#393
The web console is not part of the ejb3 profile install. Is there a
compatiblity issue? If so, any idea on when it will be fixed?
If it can be loaded, can anyone give a pointer on instructions?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935943#393
Is there an anticipated release date for that stuff? I am eagerly awaiting an
update to the plugin as well. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935942#3935942
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
Does anyone have any thoughts on this issue? It's a bit pressing and I would
appreciate any advice from anyone out there.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935940#3935940
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
Andy,
Unfortunately the 3.0.8 was not the best release ever of the GPD. The good news
is that 3.0.9 is on its way, hopefully a lot stabler...
If you like you can build it from the sources by checking out the jbpm.dist
project and running the ant dist target on the build file. Beware, this will
I'm having the same problem. I submitted a bug to JBoss JIRA: JBPORTAL-816
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935939#3935939
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935939
--
Hi,
I've installed JBoss-4.0.4.CR2 on two machines with the installer (default,
with all options checked for installation) and on no machine (Windows, Linux)
the wstools.sh script is installed.
I've been searching all over but could not find the script anywhere for
download. Is there a place t
Is there a newer snapshot that I can use for eclipse instead of the posted
jbpm-gpd-site-3.0.8.zip? I
I am getting null pointer exceptions on the Task and Action dialogs. There is
already an issue filed and it looks like the source has changed. Didn't know
if there was a way to upgrade.
Than
Do you get an error on startup or do you get a message saying the OracleDS was
bound into JNDI?
A typemapping Oracle11g is not supported. Oracle 11g even does not exist.
The name of the predefined type-apping is Oracle9i.
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
just found this thread, which was very useful to me. thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935934#3935934
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935934
-
At least with JBoss 4.0.4 the read-ahead page-size in
$JBOS_HOME/server/xxx/conf/standardjbosscmp-jdbc.xml is 1000.
The query contains 1000 or'ed key in the where clause and a resultset of 1000
entries is constructed.
For me it was much better to decrease the value to ~20 to get best results. The
Yes, I will have to use chapter 8 knowledge in order to configure JBPM to use
Oracle10g. I will also write some session beans that will trigger my workflows
processes.
thanks for your help
Best regards
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935931#3
If you copy the .sar remember also to setup your database as per chapter 8 of
the guide. Once you've done that everything should work - you will still need
to write your own facade into the jBPM engine. There are no out of the box
session beans provided.
View the original post :
http://www.j
I'm using 4.0.4 RC1 but not sure what EJB3 version it has. Will try CR2 (looks
like release candidate is now candidate release) which is now available. I'm
doing bee = getEJB("foo") using my own generic lookup method so it's pretty
clean, but @EJB beats that and it's less error prone.
View th
Nevermind. fixed this one. In addition to the current jboss jars, I also had
some of the old ones in my classpath. However now I get an exception saying
that it cannot find the class org.hibernate.collection.PersistentSet.
Does anyone know which jar this is in??
View the original post :
http:/
I am using the default JBOSS Portal Install.
I wanted to test the CMS Functionality. I tried creating a simple test.html
using CMS Admin Portlet. This test.html is in the same directory as the
index.html (Default file that comes with the portal install). I modified the
index.html (using the htm
I am trying to use JBpm with JTA.
Here's what I have done so far (as highlighted by the documentation):
As part of the deployment procedure, jbpm-3.1.jar become jbpm.har with the
following jboss-service.xml:
|
|
| java:/JbpmDS
| java:/hibernate/SessionFactory
|
Basically you can do following and this gives you ability to choose, which
pages you wan`t to enchance with this feature:
pages.xml
I would use this one because in my applications I usually define conversation
timeot by node and action would not be so hard to add.
View the original post :
What does "every event/request related to that component" mean?
You mean, every time a component is used? In that case, use an interceptor.
I don't really understand.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935922#3935922
Reply to the post :
http://w
Hi Gavin (or Seam team),
I need to force the calling of a conversational component method for every
event/request related to that component. I have a work around (see below) but
it would be nice if Seam could do this for me. Perhaps a new annotation (e.g.
@Event) that can be applied to a method
I thought that you are more like lonley wolf.
If you need any help then sure, mail to me and we can do smth :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935920#3935920
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
Sure, here it is:
16:08:14,975 INFO [Ejb3AnnotationHandler] found EJB3:
ejbName=ImportServiceEJB, class=net.mycompany.ImportServiceEJB, type=STATELESS
| 16:08:15,005 INFO [Ejb3Deployment] EJB3 deployment time took: 150
| 16:08:15,055 ERROR [MainDeployer] Could not create deployment:
file:
Well, sure, you can patch the Seam source to update it to the latest EJB3 APIs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935915#3935915
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935915
-
When I try to run a Junit test with the embeddable EJB3, I'm also seeing the
error:
FATAL 07-04 16:26:17,671 (PersistenceXmlLoader.java:parsePersistenceUnit:101)
-tempdb JTA
As suggested, I created a jar file containing my entity bean and
persistence.xml and placed it in my META-INF directory
sorry, to wrong poster ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935912#3935912
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935912
---
This SF.Net email
it is now indeed probably due to my second posting. I assume you have been so
smart to look at the second posting or the javadocs and found the answer?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935911#3935911
Reply to the post :
http://www.jboss.com/ind
Actually...the first hit is this thread with the default search settings.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935910#3935910
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935910
---
yes, I upgraded to CR2,
any workarounds?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935909#3935909
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935909
---
This
You have upgraded to a more recent build of JBoss or HEM.
There was already a thread about this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935907#3935907
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935907
---
Caused by: java.lang.NoSuchMethodError:
javax.persistence.EntityManagerFactory.createEntityManager(Ljavax/persistence/PersistenceContextType;)Ljavax/persistence/EntityManager;
22:21:09,745 ERROR [STDERR] at
org.jboss.seam.core.ManagedPersistenceContext.create(ManagedPersistenceContext.java:51
midway into the deployment of a jbpm process to the appserver?
Can you post the log, version of jbpm etc...etc...etc
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935902#3935902
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
look at the ant scripts in the sourcecode (they are also in the starter kit
afaik) there are some nice ant tasks that deploy jbpm by making a copy of te
default server. You can see there what needs to be done to run it in your own
server. The main thing is indeed copying the sar file to the depl
I have the same issue. It is a lare issue. If I am reading this correctly..
there is nothing we can do except change how we code things and the code of any
libraries we are using?
I'm confused on the status of this. I see that the ticket was for this issue
but nothing done about it. Is work goi
Should work. Submit a test case to JIRA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935896#3935896
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935896
---
This
It generates code to manage it but it doesn't work, has errors and sometimes
just doesn't compile. When I initially found the problem. I backed off my
multiple foreign keys fromone table to another and just put one in. Generated
the code and then modified the generated code to support the other
hello there. a conceptual question:
i have a stateless session bean which processes and writes some entities. i
want to start a jboss message driven POJO which performs some calculations
which take very long and are not important for the bean.
the problem: at the moment where the async bean i
Re: paid support, you can learn more about our support services at
http://www.jboss.com/services/profsupport.
Looking at your logs, it seems to me the session replicated from node2 to all.
2006-04-07 17:07:14,591 DEBUG
[org.jboss.web.tomcat.tc5.session.JBossCacheManager] findSessions: find ids
Hi,
I want to install JBPM on a already installed and configured jboss-4.0.3SP1.
The server already has applications on and I just want to add JBPM so I can
introduce new functionalities. Can anyone tell me what to do? Can I just copy
the jbpm.sar directory into the deploy directory of jboss? I
It works and it doesn't. Any suggestions.
I am using EnterpriseDB 8.1 with their JDBC driver. I setup the ds with
com.edb.Driver and the correct connection string.
I modify the hibernate.cfg.xml files to use the PostgreSQL dialect. Then
modify the portal-cms.sar/META-INF/jboss-service.xml to
In my experience you have to make sure your results do not contain too many
records. If they do, then the query will slow down.
Another thing to consider is that a flush on the entitymanager can be slow if
it contains many objects. If you know the objects are unchanged, it may be best
to clear
mr. [EMAIL PROTECTED] or somebody else,
can you please help me?
what is the correct way to deal with this?
if the interceptors are the answer, how i can do this easily without have to
make and "if-else" per method declared to see if this is the method what i
want to validate?
View the origin
oops that should have been:
Class-Path: A.jar B.jar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935886#3935886
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935886
-
This is my WSDL file.
|
| http://abc.com/my/wsdl/namespace";
| xmlns="http://schemas.xmlsoap.org/wsdl/";
| xmlns:tns="http://abc.com/my/wsdl/namespace";
| xmlns:xsd="http://www.w3.org/2001/XMLSchema";
| xmlns:soap="http://schemas.
if you want ejbA.jar to have access to classes in A.jar and B.jar then add this
line to the manifest of ejbA.jar:
Class-Path: a.jar b.jar
Then put A.jar and B.jar in the same directory as ejbA.jar in your ear file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
I have an entity bean that is accessed via a session bean.
Then there is a java application that print the attributes of the entity bean
after getting the pojo from the session bean. When i print the values in the
session bean i get the values but when i print it in the java app i am getting
nul
Thanks for your reply.
However, there is no sar file involved. This is a single ant task, deploying a
single process definition. Within this single deployment I see the problem. At
the beginning hibernate is talking to my database, but midway into the
deployment, hibernate starts talking to hsq
reverse engineering does not support automatic (nor manual) many-to-many
detection.
if you had mapping files the entitybeans would be correct, but i don't know
about the seam generation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935880#3935880
Reply
I have the same issue. Did you solve the problem?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935879#3935879
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935879
---
"marcwimmer" wrote : Hi,
|
| what is the correct way to add a jar-file (like utils.jar) to the ejb3-file?
|
| At the moment I put it in the root of the ejb3...by that the classes in
there work. But when I want to transfer simple Pojos between ejb3 and war layer
it won't work anymore.
I found a reference to using the MessageContext to retrieve this information:
| MessageContext messageContext = this.ctx.getMessageContext();
| HttpServletRequest request = (HttpServletRequest)
messageContext.getProperty("transport.http.servletRequest");
|
but I looked at my message conte
In looking at the source code, I think I see why there may be a problem:
else if(typeCode == XS_DATETIME)
| {
| Calendar c;
| if(value.getClass() == java.util.Date.class)
| {
| c = Calendar.getInstance();
| c.clear();
|
"asack" wrote : Just to add, the exception I'm getting is:
|
| java.io.IOException: Could not find resource
"com/blah/blah/sqlmapConfig.xml" etc. which is definitely in the my.jar module.
Well it seems I can load if I set the current Context ClassLoader to
myClass.getClass().getClassLoader
you have to override hibernate.cfg.xml as well in the sar file. Otherwise you
get the result you see. You could also change the hibernate.cfg.xml file for
this, but afaik you have to do that in two places. The deployment and runtime
versions are not one and the same.
Ronald
View the original p
I have a EJB3 persistent bean mapped to a Sybase DB table. This table has
datetime column that I have mapped back to a java.util.Date property on the
persistent bean. This same bean class is returned from a webservice call. On
JBoss 4.0.3SP1 (using Axis), I had no issues returning this object
mholzner wrote:
no, no , no !
You are confusing concepts here.
What you should do is define a page with only the navigation portlet and the CMS portlet on it. That page will then appear in the 'natural' navigation menu, and when you select it, only the nav and the CMS portlets will show.
There
Generator did none ManyToMany mappings.
But the errors came mostly from:
instance.getUser().getLogentrys().remove(instance);
but getLogentrys was not found, instead there is getLogentries.
Hope this helps you improve the generator.
View the original post :
http://www.jboss.com/index.html
I had almost the same problem and your suggestion to use the nightly build
worked in a sense: Yes, the seam application was deployed. Great.
The problem now is that no JSF renders something but errors...
http://localhost:8080/seamapp/editCity.jsf
javax.servlet.ServletException: Exception in JSP:
Hi,
This is related to my earlier post on problems with the jbpm-db project. I've
just finished a quick test of deploying processes with ant. It's working fine,
but only after I had the same problem I described earlier.
Namely, when using hibernate.properties to override hibernate.cfg.xml, the
Currently you should indeed write your own code to prevent people starting a
process they are not allowed to.
Ronald
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935862#3935862
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
Hi. This new Seam link tag solves a few problems I had. Thanks! There is one
thing missing from my point of view though. I would like to specify custom urls
with this tag.
I have been using url rewriting (in and out) to make make friendly URLs for our
Seam based application. E.g /myfolder/somet
Basically It does not create entity bean right as well.
Thing is that it should take getRelatedProducts(); that returns products not
relatedproducts table.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935860#3935860
Reply to the post :
http://www.jboss.com
The reverse engineering tool did create the right entity beans, but if entity
class had manytomany mappings editorbean went crazy.
We have ManyToMany mapping where products have related products.
MySQL INNODB Table:
CREATE TABLE `product` (
`ID` int(11) NOT NULL auto_increment,
`NAME` varchar
thanks for letting us know and glad we could help you
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935858#3935858
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935858
---
Thanks for the notifying us.
Do you have detailed issues where we could improve, since we are always open
for improvement. What would you expect from a security standpoint.
Ronald
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935857#3935857
Reply to the po
Hi!
I'm totally new to Jboss and to EJB. I am trying to make a simple Session
(stateless) Bean that will just output some HelloWorld.
I don't have difficulties creating the Bean, the business method, the
ejb-jar.xml and the jboss.xml, the interfaces (Hello.java & HelloHome.java).
What I want to
"golubec" wrote : The problem is when application tries to talk by jacorb with
host that isn't accessible - it takes a lot of time (probably ~ 20secs). So
I've edited jacorb.properties file and changed number of retries to zero (It
takes about 1 minute when retries was 5). But 20 secs is still n
Hi,
I used your build.xml as a starting point and tried to accomplish the same
thing (deploying a process with ant).
It worked, but see my new post about hibernate.properties problems.
Here's my build.xml:
|
|
| description
|
|
|
|
|
search the forum for jbpmsessionfactory and the first hit will shed some
light as does the javadoc... So lots of info if you do some investigation.
Ronald
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935850#3935850
Reply to the post :
http://www.jboss
1 - 100 of 216 matches
Mail list logo