session.JbpmFacadeLocal
Looks like a typo in your configuration. Instead of the home interface, you
seem to have mentioned the local interface. Point it to the home interface and
redeploy your application.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=413
Are you sure that the action handler is in the deployed archive?
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135045#4135045
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135045
___
"roeladriaensens" wrote : What about simply using a custom principal on server
side, one that contains your user information?
Great for taking advantage of a backend Authenticated registry, but doesn't
account for a conversational session (tying together a series of requests).
Probably will fit
"roeladriaensens" wrote : What about simply using a custom principal on server
side, one that contains your user information?
I considered this, but didn't pursue it because it seemed like I would be using
the Principal for a purpose it wasn't really intended for. That is, for some
types of use
anonymous wrote : 'the same issue'
What issue? That the war did not start up correctly? There is way to little
info in this to help you. Please provide more *detailed* error info. (notice
the emphasis on detailed, not more)
View the original post :
http://www.jboss.com/index.html?module=bb&o
Why don't you play with the demo and check out the code?
http://jbosscache.blogspot.com/2008/01/gui-demo-for-jboss-cache.html
I've never used Gigaspaces but looking at the documentation it seems to have a
different "feel" than importing a .jar file and working with configuration keys.
View the
> 2) and jndi url as https://192.168.114.86:8080/invoker/JNDIFactorySSL
Did you try https://192.168.114.86:8443/invoker/JNDIFactorySSL ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135019#4135019
Reply to the post :
http://www.jboss.com/index.html?module=
"JGF1" wrote : "JGF1" wrote :
| | I'm hoping the typo in the DTD for application was the reason JNDI
lookup wasn't working.
| |
| I am afraid things still aren't working.
|
| Still saying beans_2x.Stock not bound arising from call to getStockHome()
in StockListBean...
| 1) Shou
"JGF1" wrote : No EJB's in sight. I meant entity beans, which is where I take
it most of your xml is coming from?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135011#4135011
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
Hello Friends, Admins and JBoss Portal Gurus,
Can somebody provide me with a sample code to implement WSDL consumption in
Portlet app? Are there any samples available in any book?
Does anybody know a public/free wsdl that I can use?
Thanks in advance.
-Amol
View the original post :
http://
Note about above:
the call to WorkManager.scheduleWork takes an empty ExecutionContext. I've
considered creating an ExecutionContext and setting the Xid to simulate
transaction-importing. But I cannot for the life of me get the Xid of the
first transaction (TX1 above).
So if anyone has ideas
"nishroop" wrote : Hi,
| I have a similar kind of issue. But I am using EJB1.x.
| You have mentioned that you changed the lookup string..So, have u changed
the JNDI value in the xmls too?
This example was just using session beans. No EJB's in sight.
With EJB3, there's a whole lot less XML to d
"JGF1" wrote :
| I'm hoping the typo in the DTD for application was the reason JNDI lookup
wasn't working.
|
I am afraid things still aren't working.
Still saying beans_2x.Stock not bound arising from call to getStockHome() in
StockListBean...
1) Should JNDI entries have appeared when the
"ALRubinger" wrote : I'm not familiar with this book, but I'm not sure about
it's aims for you. :)
|
| Application 1.4 is for JEE1.4 == EJB2, Application 5 is for JEE5==EJB3.
|
| S,
| ALR
My aim is to become familar enough with Java EE to hopefully get a job at some
point. In the book
I'm not familiar with this book, but I'm not sure about it's aims for you. :)
Application 1.4 is for JEE1.4 == EJB2, Application 5 is for JEE5==EJB3.
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134993#4134993
Reply to the post :
http://www.jboss.c
"JGF1" wrote :
| Application.xml:
|
| |
| | http://java.sun.com/xml/ns/javaee";
| | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/application5.xsd";
| | version="5">
Ports are defined in many places other than in jboss-service.xml. The best way
to assign ports is to use the binding service:
http://labs.jboss.com/file-access/default/members/jbossas/freezone/docs/Server_Configuration_Guide/beta422/html/index.html.
View the original post :
http://www.jboss.com
I have not seen any significant startup time differences between 4.2 and 4.2.2
on any of the machines that I use (usually I get around 30 second startup, on
Windows and Linux, though on my new quad-core box at home I am getting 15
seconds, Windows and Linux).
Look at the console log and see if
You never said you were using beta software! Looks like a classloader issue to
me, and the classloader in 5.0 beta4 is very broke.
Using 5.0 beta 4, if I create the web service, then generate the WSDL, and then
use wsconsume to generate the client stubs, there is always a stub whose name
matche
I have read through chapters 16 and 18 in the 2.6.4 portal and was finally able
to get authentication to our Novell eDirectory (LDAP) server working, but I
could see the portal was throwing a lot of errors in the background, mainly
because the schema wasn't what it was expecting. No biggie there
Hello,
I am having a problem when we run a process on a Dell box using Jboss version
4.2 it takes 4 minutes. On my machine it takes 18 minutes. When we updated to
Jboss 4.2.2 the problem seems to go away and runs fine on both machines. I
don't think that there was anything wrong with either
An obvious Newbie question...
We are going to develop an "appliance-like" product, using JBoss Portal. Do we
need to deploy JBoss EJB container in order to support the Portal? At this
point, we don't appear to need EJBs to support our business apps.
Thanks.
View the original post :
http://w
We are already discussing this at
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134809#4134809
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134974#4134974
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=413
Jeremy:
BMP (Bean-Managed Persistence) is an EJB2 construct (noted by the "beans_2x"
package in your sample).
So for this you'd have to construct a valid EJB2.0 deployable unit complete
with ejb-jar.xml and other descriptors. Been a long while since I went this
route.
What exactly are you tr
If a stateless EJB gets a JBossWorkManager (see code below) without going
through an RA, should everything still work?
The problem I'm seeing is:
1) A CMT transaction TX1 is created in the EJB via hibernate call.
2) the ejb schedules work in the WorkManager [workManager.scheduleWork(myWork,
Work
I need to install two or more clusters of JBoss AS and JBM on a
machine(actually the two nodes in each cluster will be on different machines).
To make cluster work I am using a different port binding for each node and also
a different server peer Id. We have also deployed JBM bridges on each nod
I would like to know if jboss cache would be suitable for the following. We
have a view that returns a very large recordset. It can take up to 2-3 minutes
for the data to actually be pulled from our DB to our client app. Can jboss
cache be used to store this data in a central location that N
Yes, if you get JBossAS (community version) or JBossEAP (enterprise/supported
version), it comes with JBossWS as the web service stack. Usually the easiest
way to figure out which version of JBossWS is included is to look at the
Manifest.mf file in one of the JBossWS jar file, like
client/jboss
I already answered these questions in my previous posts. In those posts I
explained why @Local and @EJB are not working the way you want them to. But I
will try to answer the questions again, though a little differently.
I would not expect @EJB to work until JBossAS 5.0. That version is fully Ja
We recently upgraded our JBossAS from 4.0.5 to 4.2.2. We have EJBs exposed as
Web Services. Since the upgrade, applications that consume the Services no
longer work due to changes in the WSDL produced by 4.2.2. Though our EJBs are
annotated, the WSLDs are very different. We have tried to ann
I'm in the dark here.
| 19:14:34,265 INFO [EARDeployer] Init J2EE application:
file:/C:/apps/jboss-4.2.2.GA/server/all/deploy/StockListBmpApp.e
| ar
| 19:14:34,828 INFO [EJB3Deployer] Deployed:
file:/C:/apps/jboss-4.2.2.GA/server/all/tmp/deploy/tmp42858StockListBmpApp.e
| ar-contents/S
Please forgive this total newbie question, but I have been searching for 3 days
to an answer to this question. I'm sure the info is out there, and I just
haven't been smart enough to stumble upon it. Anyway, I am trying to understand
which web service stacks are integrated in the various JBoss p
i got the answer for this prob through IntelliJ IDEA's forum..
view it at http://intellij.net/forums/thread.jspa?threadID=273478&tstart=0
Regds
Sajith
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134957#4134957
Reply to the post :
http://www.jboss.com/ind
A singleton MDB is triggered periodically by a timer. However, the timer thread
which calls the ejbTimeout method seems to run concurrently with the thread
which invokes the onMessage method, which destroys the singleton character of
the MDB. Is there any means to guarantee that an MDB which run
Thanks for feedback.
Looking at that list the only registered references with "Stock" in them were
in the
Global JNDI Namespace:
| StockListBean (class: org.jnp.interfaces.NamingContext)
| | +- remote (proxy: $Proxy94 implements interface
beans.StockList,interface org.jboss.ejb3.JBossPro
Im refering the e-version of "begining EJB 3 application development - from
novice to professional " - Apress publishers' and also , SUN's j2EE5 official
tutorial.If u know abt any other recommended learning materials pls let me
know..
so in those materials i have found that @Local can be us
Doesn't sticky sessions defeat load balancing ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134953#4134953
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134953
___
jboss-u
btw:
readme.txt tells to include :
embedded-api.jar
jboss-deployers.jar
All I can find is:
jboss-embedded-api.jar
jboss-deployers-client-spi.jar
jboxx-deployers-core-spi.jar
regards,
Scheintod
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134951#4134951
R
Hi folks,
seam 2 seems to work pretty good. I especially like the seam setup tool since
setting up a new project is really easy. Except for one function: seam test
What I'm doing:
seam setup
seam new-action
seam explode (works find. get the application with one action)
seam test
My Versions:
Hello!
Why is the reason that in my jndi doesn't appears the remote interface of
my session bean? I only can see the local interface:
| JbpmFacade (proxy: $Proxy53 implements interface
session2.JbpmFacadeLocal,interface javax.ejb.Handle)
|
I'm using the jboss that includes jbpm3.
http://wiki.jboss.org/wiki/Wiki.jsp?page=DisplayTheJDNITreeWithTheJMXConsole
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134941#4134941
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134941
__
Please consider this thred Closed.
mputz, Thank you so much for your assistance with this, it has solved the issue.
I just had an issue with Eclipse running the incorrect server (the non updated
one)
Chris
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41349
Is there is a way to view the JBoss JNDI registry, so I can ascertain the
syntax I need?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134938#4134938
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134938
_
"JGF1" wrote : Following on from the pattern I used on StockClient...
| 2) Do I just use Stock/remote?
|
Have also tried
Object objref = initial.lookup("beans_2x.Stock/remote");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134936#4134936
Reply to the
In case anyone wants to build/run this here are commands to run from BMP folder:
javac -d . beans_2x\*.java
javac -d . beans\*.java
javac -d . client\*.java
jar vcf StockListApp.ejb3 beans/*.class
jar vcf StockList2Bmp.jar META-INF/ejb-jar.xml META-INF/jboss.xml
beans_2x/*.class
jar vcf StockLis
http://jira.jboss.org/jira/browse/JBMESSAGING-1159
Could be this one, it cost me some hairline too ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134932#4134932
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134932
"nico82" wrote : I have to connect a Message Driven Bean to another system.
This system doesn't use standard message system (JMS) but another one that has
more QoS properties. I must realize a connector, with JCA 1.5, to interface my
EIS with a message driven bean. I found only the example writt
"JGF1" wrote : Do I just use Stock/remote?
|
Alas this didn't work either.
Just saying Stock not bound now instead!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134928#4134928
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
"JGF1" wrote : But I am not sure what to do because I am not sure out JBoss is
interpretting ejb-jar.xml in the node
|
Should read
"But I am not sure what to do because I am not sure of how JBoss is
interpretting ejb-jar.xml in the node."
View the original post :
http://www.jboss.com/inde
I have already had to modify the source of StockClient to conform
to the JBoss way in the getStockList method.
1) I am really surprised JBoss doesn't use the method that is commented out
because the current method could lead to class name conflicts if you don't use
package prefix...
| privat
Someone pointed out that I didnt have the Postgres driver in the war. I have
added it, but get the same issue...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134918#4134918
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
Thank you. I'm looking into your said solution steps. Thanks for your help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134920#4134920
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134920
___
Hi again.
Stuck on what I think is an ideosyncrasy in the way JBoss implements JNDI
lookups. I was wondering if someone could shed some light?
Following along with Beginning Java EE 5 book again...
I have an application with following directory structure:
| BMP
|+beans
| 1 StockList.
I pretty much hope you guys can help me out here.
I, via xjc, compiled a .XSD into several classes. Automatically xs:dateTime
schema types are translated to XMLGregorianCalendar java type. No problem about
that.
I then use some of the generated classes as WS parameters for a service I'm
designi
A couple of things were causing the problem. I realized that the weird prefix
seems to be caused by having my variable markers enclosed by single quotes
'{0}' instead of double quotes "{0}". The second thing is that I needed to have
the message-bundle entry in the faces config. Finally, I had to
Heya, have a specific issue I cant seem to solve and looking for some help.
I am deploying JBPM to Tomcat6 with a Postgres database.
(My configuration follows)
When I launch I am getting a specific error:
SEVERE: Error listenerStart
Mar 7, 2008 10:10:17 AM org.apache.catalina.core.StandardContex
http://jira.jboss.org/jira/browse/JBCACHE-1304
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134903#4134903
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134903
___
jboss-us
Thanks kukeltje
I didn't enter at this topic.
It's schema that i was looking for.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134900#4134900
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134900
As with all problems of this nature, this is pretty hard to reproduce and I
haven't been successful at it, but I can see how it is a problem, both in being
not thread safe as well as a static context variable potentially shared across
cache instances in the same VM.
In general, the whole use of
Check the forum...I have posted the working code of a CustomLogin Module that
users a Custom Principal. You could populate whatever you want in your
CustomPrincipal...Here is the URL
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=125169
View the original post :
http://www.jboss.co
When caller of your ejb(web component) and ejbs are in different JVM then you
just have to include classes of Home and remote of you ejb in your web module.
When caller and ejb are in same JVM and you placed home and remote of your ejb
in web module, you get this exception i.e "Invalid invocation
Oops, ignore the "/conf" in the URL.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134891#4134891
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134891
___
jboss-user mailing
Remember, white space (blanks or tabs) is ignored by the browser and reduced to
a single space. That is why the formatting does not show up (though the email
version of your posts have the formating as you envisioned it). If you want the
browser to show all whitespace characters, enclose the te
Hello, can I use application server managed persistance unit with jbpm?
Every example I've found mention file hibernate.cfg.xml, and I'd like to just
specify in jbpm.cfg.xml that jbpm should use peristence unit MyUnitPU and don't
know anything about underlying datasource nor database.
Is it poss
in 3.1 there is no web (ui) based deployment. There is a deployment servlet
though. I do not know the url by heart. look in the web.xml and point the gpd
to that
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134879#4134879
Reply to the post :
http://www.jb
Hi,
I am trying to set up a new project using hibernate annotations instead of
mapping files. I am running JBoss 4.2.0-GA.
My hibernate-service.xml looks like
|
|
| java:/DefaultDS
|
| org.hibernate.dialect.OracleDial
"islpe" wrote :
| My conclusion is that while class isolation works when the application is
deployed in deplo directory, it does not work when deployed in
deploy-hasingleton directory. To me that sounds like a bug.
|
Agreed. http://jira.jboss.org/jira/browse/JBAS-5284
Please be sure and
i got a standalone java-client working:
package simpleclient;
import javax.xml.ws.WebServiceRef;
import helloservice.endpoint.HelloService;
import helloservice.endpoint.Hello;
public class HelloClient {
@WebServiceRef(wsdlLocation="http://localhost:8080/helloservice/Hello?wsdl";)
static Hello
Good day
I have 2 machines, QA and Prod where our application reacts differently (the
development machines react as the prod machine).
On the 2 machines run the same downloaded version of Sun's JVM 1.6_03, both
have the same JBoss 4.2.2 installed. Besides the application specific config
files
Point taken. This has been removed from the documentation for the next release.
A bit too late to change the released versions though...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134861#4134861
Reply to the post :
http://www.jboss.com/index.html?module=
PS - resource-bundle tag is wrapped in an application tag. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134862#4134862
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134862
Local JBoss server 4.2
Hi. I am displaying error messages via the tag, but this strange
prefix shows up on the message when it's displayed:
j_id_jsp_1488097600_1:formField3: Validation Error: Value is less than
allowable minimum of '5'
How can I suppress the j_id_jsp_1488097600_1:formField3
Ok, my User class implements Principal already. But this part I dont get:
anonymous wrote : [..] Principal interface and instantiate it in your
LoginModule. So now your UserObj becomes the type Principal & you are set.
|
My LoginModule extends UserPasswordLoginModul, and I just override initi
I'm not using 1.5.6 only because it doesn't work with JBoss 3.2, even though
its documentation alleges it does (I've made forum posts about this lately). I
followed the instructions. 1.3.6 was really close, however. It just seemed to
be the rename of UnifiedClassLoader.clearBlackList(). Earl
I just experienced what might be the same problem.
I started up 6 nodes and one node was using up all CPU without any real load on
it. Dumping all stacks shows that all threads are parked except one which is
stuck on map.get in OrderedSynchronizationHandler.
"ReceivingGameEventDaemon-1" prio=1
I had to tweak the sql above a little bit for MS SQLServer. This worked for me.
SET IDENTITY_INSERT JBPM_ID_GROUP ON;
| INSERT INTO JBPM_ID_GROUP (ID_, CLASS_, NAME_, TYPE_, PARENT_ ) VALUES
(1,'G','sales','organisation',NULL);
| INSERT INTO JBPM_ID_GROUP (ID_, CLASS_, NAME_, TYPE_, PARENT_
Hello!
I've a problem with an simple session bean. When I deploy this session bean
it's thrown the following message:
| 14:14:21,641 WARN [verifier] EJB spec violation:
| Bean : JbpmFacade
| Section: 7.11.1
| Warning: The session bean must implement either a remote home and remo
"kukeltje" wrote : what version do you use? 3.1?
Yes, exactly 3.1.4
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134837#4134837
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134837
__
Hi Ronald van Kuijk
I have executed the example with the CVS HEAD and the error is the same. The
action handler in the each node, throws the same Exception when
executionContext.leaveNode() is executed.
| org.hibernate.exception.LockAcquisitionException: could not update:
[org.jbpm.graph.ex
what about the second sticky topic in this forum? I think, but that is just
a wild guess, that it is at least in the direction
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134828#4134828
Reply to the post :
http://www.jboss.com/index.html?module=bb
then please file a jira issue for this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134829#4134829
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134829
___
jboss-user mail
what version do you use? 3.1?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134827#4134827
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134827
___
jboss-user mailing l
I want to define process on jbpm-jpdl-3.2 taht starts automatically in exeample
when recibes signal from webservice.
The process will start automatically, will do some automatic actions and maybe
user will do some task.
How can i do it to define at start-state that runs automatically?
Thanks!!!
Two developers tried independently to reproduce this problem in our development
environment, but no success. We've thusfar only seen it in our production and
(thereafter) testing environments. The setups (firewall restrictions, machine
architecture, etc) in those environment are very different f
Somebody has visual jbpm database schema?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134821#4134821
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134821
___
jboss-user m
If the common-config.xml is accessible in the classpath, then i guess even the
property files which are at the same location should be accessible. Did you try
adding the java module to the application.xml? Did it make any difference?
View the original post :
http://www.jboss.com/index.html?mod
I had a look, and the 1.3 branch seems broken following the move to subversion
:-( You might have more luck trying to find it in cvs - I think it is still
there, but am not sure.
Otherwise, you really ought to be using AOP 1.5.x. You can try checking out
http://anonsvn.jboss.org/repos/jbossas/ta
Have you read http://wiki.jboss.org/wiki/Wiki.jsp?page=FDVersusFD_SOCK ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134816#4134816
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134816
__
"svadu" wrote :
|
| Am I correct in assumption that since I don't use DefaultDS in applications
and I don't use JBossMQ (which seems to use DefaultDS) than it really doesn't
matter what my DefaultDS is?
|
|
Yes, you are right. If you are not using JBossMQ then you dont have to worry
I don't know why it have exception when I deploy jsf1.2 web application to
jboss4.0 or jboss4.2
1.when i deploy jsf web application to jboss4.2 service the exception is:
2008-03-07 13:17:03,937 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/kk]]
Exception sending conte
OK that sounds pretty good!
Perhaps you can help me an explain, how I can get the role 'admin'? If I point
my browser to the web console, the login page shows me a combo box where I can
select a suer, but there is no user called admin... What must I do to log in as
admin?
View the original po
now i got a standalone java-client working:
package simpleclient;
import javax.xml.ws.WebServiceRef;
import helloservice.endpoint.HelloService;
import helloservice.endpoint.Hello;
public class HelloClient {
@WebServiceRef(wsdlLocation="http://localhost:8080/helloservice/Hello?wsdl";)
static H
Yes
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134810#4134810
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134810
___
jboss-user mailing list
jboss-user@lists.jboss.org
you overlooked a lot processes can be either deployed from the GPD, via an
ant task or via the console. For the latter you have to have the role 'admin'
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134807#4134807
Reply to the post :
http://www.jboss.co
You mean we have to add 'request.setCharacterEncoding("UTF-8"); in the method
doFilter in the LogFilter.java for this to make it work?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134806#4134806
Reply to the post :
http://www.jboss.com/index.html?module=bb
some small things have changed in CVS regarding SOE... can you try running that
version?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134805#4134805
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134805
never noticed that. It's sweet, but rather annoying since they have might have
more than 1 patch release per quarter...thanks for the education.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134803#4134803
Reply to the post :
http://www.jboss.com/index.html
Hello,
what is the usual way in an production environment to deploy a new process
definition?
I played a little bit with the jBPM web console which is included in the
starters kit, but there I did not found any possibility to deploy a new process
definition to my jBOM database. Is it not possib
i'm curious...i never heard about winter, fall, summer editions...where do you
get those names from ? i'm used to specific version numbers ,)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134789#4134789
Reply to the post :
http://www.jboss.com/index.html?mo
Hi max,
thats the names of the downloadbundles which ia am grabbing directly from the
eclipse downloadsite.
http://www.eclipse.org/downloads/
When you download a current, specific bundle, say Eclipse IDE for Java EE
Developers , it has the name eclipse-jee-europa-winter which was released a
coup
1 - 100 of 114 matches
Mail list logo