Hi,
I've just generated a new Seam web project in Eclipse with the latest JBoss
Tools installed. In the layout of the project folders there are two versions of
perisistence.xml as well as datasource (MyProject-ds.xml) files.
1. persistence.xmllocated in src/model/META-INF and src/META-INF
Whe
Solved,
Turns out the error was because I am running the bpm engine on a different
database which means that an XA datasource must be used.
Works fine now.
Cheers
PIeter
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107448#4107448
Reply to the post :
htt
I have one releasing at the end of the month.
The only headaches were setup. I didn't use seam-gen or maven and paid the
price for it. Setting up a jboss project that way was absolutely sucky,
because you had to place the right directories, the right jar files, and still
have the right set
In some cases, it requires creating one task instance per actors for multiple
actors when entering a task node, I know we can achieve this by doing it in an
enter node event action, but it need writing java code. Is there a way to do it
that no need writing java code?
View the original post :
Let's try to eliminate three possible problem areas.
First, are you using NetBeans to start the server? If so, don't. Instead, start
the server using the run.bat file from a command line. This will eliminate any
weirdness introduced by NetBeans.
Second, try copying C:\Program Files\Java\jdk1.5
OK, I see the debug statements in 4.0.3. This means that the app server caught
an exception and is now throwing another exception. Unfortunately, the
exception stack trace does not get printed out until after this processing is
done, so I cannot ask you to look for a stack trace - there is none
HZH, please do not post your questions on someone else's topic - start a new
topic instead.
bentabol, because you created a different server, you would of course remove
server/myconfig/data. Let's not confuse things by trying to use the 'default'
config, let's stick with the problem on 'myconf
Hey there,
I'm trying to create nested conversation with a custom id generator.
- @begin(nested=true, id...) is deprecated so i cannot use it.
- I can't figure it out how to make it work in pages.xml with the tag; and i
can't find any informations on the internet on how to use this correctly.
-
Those modules are now separate subprojects and configured as part of
third-party when you first compile the source. To get those modules, run the
build script in the build directory.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107441#4107441
Reply to the
Hi
I have a question concerning the graphical process designer (Version
3.1.0.CR1). I am working with the XMLAdapter classes and I am trying to add my
own Adapters. After some Debugging Sessions I'm now pretty sure that I know
what the initialize methods the doModelUpdate method does.
However
Contents of the jbossmq-destinations-service.xml again never showed well in the
above post...
|
| jboss.mq:service=DestinationManager
|
|
| jboss.mq:service=DestinationManager
|
|
| jboss.mq:service=DestinationManager
|
|
| jboss.mq:servi
Hi all,
help for a relative newbie required...
Having problems running a slight modification of an example from the book
Eclipse Web Tools Platform.
Platform first...
anonymous wrote :
| Linux.
| Eclipse 3.2 with J2EE
|
| JDK 1.4.
| EJB Module 2.1
| EJB Doclet(XDoclet) 1.2.3.
|
Assuming you are using Seam Managed Persistence Contexts, yes.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107436#4107436
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107436
Depends how you configure them in persistence.xml (assuming you are using JPA)
and components.xml. What server do you plan to run on?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107437#4107437
Reply to the post :
http://www.jboss.com/index.html?module=bb&
Available in CVS - if you need to use the entity converter then you'll need to
do what I recommend here http://jira.jboss.com/jira/browse/JBSEAM-1801
otherwise use the itemValue attribute.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107435#4107435
Reply t
"[EMAIL PROTECTED]" wrote : No, can't do that.
So is my best option using the "exploded ear" deployment?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107431#4107431
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41074
i would make each bean that needs a datasourse use a local jndi lookup instead
of a global one. since you only have one jar you will only need one ejb-jar.xml
and one jboss.xml.
doing it this way you can keep your bean code the same, for example all lookups
could be:DataSource ds = (DataSource
Hi!
I'm pretty new to Seam and have problem with .
The following code
|
|
|
|
|
does this (I used braces here because the forum didn't want to display the
option-tags.)
anonymous wrote :
| {option value="1"}250 - Headline 1{/option}
| {option value="2"}140 - Headline 2{/o
Hello,
I am trying to upload a file (word 2003 doc) which is less than 50KB
My Client is MS VB.NET ("Windows Form") Program which is using
WebClient.UploadFile(strUploadURL, "POST", strFullFileName)
And Server Side is JBoss-4.0.5.GA with Struts2 and Spring2
I have setup a Servlet with doPost M
Hi , I cant seem to get the samples to compile and test . I hae installed jboss
ws2.0.1 on jboss 4.2.0 EAP. Whats the command to be given via ant. I tried
ant -buildfile build-jars-jaxws.xml, an it said succesful, but I dont know what
exatly it i did or how i can test. thanks!
View the origina
Hi,
It would be very interesting to hear about existing projects developed with
Seam, particularly how long have they been developed for, what tools have been
used (Eclipse or IDEA, or whatever), what were major difficulties, how painful
is maintenance, etc.
Is such info available?
Thanks,
"tpaterson" wrote : Hi Tim,
|
| our .jnlp file specifies
|
|
|
|
|
| which I believe allows us to do most anything..
|
| certainly our app can make socket connections to the app server (for
session bean calls - and to use JBoss MQ Queues),
|
| so I'm not sure why
Tims right, you wont be able to create classloaders on the client as those are
restriced by the webstart security. If you sign the JBM client jar it will
allow you more permissions on the client. remember for each set of signed jars
you'll need a different jnlp file.
View the original post :
h
Hi,
Suppose I have two Seam components whic both use Seam Managed EntityManagers
i.e. no EJB server.
In a request one Seam component uses the other. Is the persistence context
associiated with the first EntityManager propagated to the second EntityManager
in the second component?
What are the
The error seems to be related to the DTD xhtml declaration. Gwt does not
currently support xhtml or stricts mode.
Is there any way I can change jboss dtd declaration without breaking gwt and
the rest of jboss portal?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
Hi,
I am just reading through Seam spec, chapter nine, section 9.3.1
I am using Seam without EJB and I was just wondering if I can configure my app
so that it uses a Seam managed EntityManager does that mean the under lying
transactions will JTA User transactions or will they be resorce local
tr
Hi Tim,
our .jnlp file specifies
which I believe allows us to do most anything..
certainly our app can make socket connections to the app server (for session
bean calls - and to use JBoss MQ Queues),
so I'm not sure why this shouldn't work using JBM ?
View the original post :
http://
Got it...
I had to set the
mail.smtp.auth to false
strange is that when I use the Mail node i have to set it to true..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107404#4107404
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
Maybe you could disable the buttons by default and use some javascript to
enable them at the 'onLoad' event
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107400#4107400
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4
Hi all,
I would like to know if there is a way to change to connection port for WS only.
I have some Web application running on port 8080 and for now my Web Services
are running on the same port.
Is there a way to keep the Web application running on port 8080 and change the
Web Services port to
I too have come out with the same exception,and unable to get anything regrding
to the same.Please help me out in this.Iam throwing an user defined exception
from the EndPoint along with Remote Exception.Is thta the problem??Please help
me out.
Thanks in advance
View the original post :
http:
I'm making an application with Jboss Seam , but now I have a problem.
I have a page that contains a dataTable and in every row of dataTable I have a
link that selects that row and you can edit hat row when you click on it.
(something like what seam-gen produces when you use generate-entities). a
Now I'm able to see the Exception..the problem occurs when I try to register a
user to a source that does not exist yet. The Exception throwed is:
| javax.ejb.EJBTransactionRolledbackException:
org.hibernate.HibernateException: this instance does not yet exist as a row in
the database
|
Hello,
I am currently evaluating jbpm as a process workflow engine for a custom
workflow involving many actors and actions.
my specific questions are:
a) Is it possible to change the process definition of a currently running
process? If I re-deploy a process that has already started, what are t
more information.
I'm using Seam 2.0.0.GA, Facelets and RichFaces 3.1.2
My @Destroy method has anotation @Remove too. I think that SFSB is not removed
from seam when conversation ends.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107393#4107393
Reply to t
Hi, can you recommend a workaround, someting...
We cannot go live with this bug!
Please give some advice. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107392#4107392
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
Hello everyone !
We are currently attempting to migrate from JBoss MQ to JBM,
Using JBoss 4.2.1.GA, JBM 1.4.0.SP1, and JBoss Remoting 2.2.2.SP1.
We have been testing the JBM Bridge service between a couple of machines,
a producer machine with a mix of queues and topics,
and a consumer machine
It's my understanding that webstart runs in a restricted security environment.
Unfortunately JBoss remoting creates ClassLoaders - if that's prohibited by
your security policy then it's not going to work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107389#
Hi,
I have my test build as close to the hibernate2 example as possible. I have a
test of test environment like the following:
import org.jboss.seam.mock.BaseSeamTest.ComponentTest;
| import org.jboss.seam.mock.SeamTest;
| import org.jboss.seam.mock.SeamTest.FacesRequest;
| import org.testn
pageflow is for one unit of work (like a wizard). e.g. one task in a
businessprocess can be handled by one pageflow. One pageflow handeling multiple
tasks (which you do not even have) is not how it was/is intended.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
The properties are right..
i have to put the email addresses or the username inside the
List l = new ArrayList();
| l.add("[EMAIL PROTECTED]")
?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107386#4107386
Reply to the post :
http://www
Thanks...I kept searching on "Page Ordering" and not "Tab Ordering" in all the
docs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107385#4107385
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107385
_
Hi Guys,
did anyone ever find a solution for this issue ?
we are having the same -- our client App runs via webstart and connects to a
Queue on the server at startup.
up until now we have been using JBoss MQ - but we are now in the process of
trying to migrate to JBoss Messaging - and this iss
I have even less info about that. May I ask why a webbased designer is of
importance to you and what you expect from it (functionality)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107383#4107383
Reply to the post :
http://www.jboss.com/index.html?module=b
Hello,
I'm using seam 2.0.0.GA and JBoss server 4.2.0.GA
I'm trying an example with , but i have
java.io.ByteArrayInputStream.(ByteArrayInputStream.java:89) Exception.
Page.xhtml :
ExportPDF.java :
| public BufferedImage getImage() {
| BufferedImage image = null;
|
Sorry for the newbie question, but I've spent hours trying to find the answer
(and experimenting) and I just cannot get something simple to work. If this is
documented somewhere, please point me in the right direction, but I couldn't
find it...
I installed the basic 2.6.2 GA Portal (with AS) to
"oglueck" wrote : That makes sense. I don't know if I can reproduce the problem
in a reasonably small test case. I can try, but I currently lack the time.
Try
| // BMT bean
| public void recreateRandomRollbackOnly() throws Exception
| {
|UserTransaction ut = ..
|ut.setTransact
Dear Sir or Madam,
using the following URL http://labs.jboss.com/jbossportal/download/index.html
I downloaded JBoss Portal + JBoss AS 4.2.1
and for debugging reasons JBoss Portal Source Code
By starting the code I detected that several classes could not be found, e.g.
org.jboss.portal.portlet.imp
Hello friends
I m new user ...i am developing a project in witch more than on servlet and jsp
are going to used
Can some body help me to give the idea where i hv to put .class file in Jboss.
Using Ant i did this creating .ear file and putting it into deploy folder of
Jboss.
But is ther
Hello friends
I m new user ...i am developing a project in witch more than on servlet and jsp
are going to used
Can some body help me to give the idea where i hv to put .class file in Jboss.
Using Ant i did this creating .ear file and putting it into deploy folder of
Jboss.
But is ther
I had many problems trying to get Tomahawk to work with the extensions filter
on this particular combination.
For example, sometimes while developing the Painlets I had to create a
WEB-INF/lib2 folder or else a hidden JSF loader would crash. I also had
massive classloading problems trying t
Hey Boleslaw,
While I was trying to come up with the shortest possible list of steps to
reproduce this, I found out that this has nothing at all to do with ldap. Here
is what to do to see the effect:
1) build JBoss_Portal_Branch_2_6, deploy the portal, identity and admin
2) log in as admin
3) c
I use . How to set expiry time for cached fragment?
Is that tag can work with TreeCache or work only with PojoCache?
And can I use and ExpiritionPolicy ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107353#4107353
Reply to the post :
http://www.jboss.com/i
how to set short expiry time ?
10x in advice
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107352#4107352
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107352
___
jboss-user
Well, I am not sure that this is the final word here.
I am running portal 2.6.2-GA on JBoss AS 4.2.1-GA and I get exactly the same in
the server log, plus plenty of trouble in consequence.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107347#4107347
Reply to
If you have transaction enabled in seam, it will start 1 tx for phase 1 to 5 of
JSF lifecycle. Then commits the 1 tx, which should lead to a flush. Then Seam
will start a 2 tx for phase 6 of JSF lifecycle and immediately commits that
after that.
View the original post :
http://www.jboss.com/in
I am using Seam in JSF layer + tx (SeamPhaseListener) and Persistence context
management. Spring in the middle layer. and JPA for persistence.
My problem is:
new JSF request, seam starts tx, jsf layer calls spring, which calls JPA daos.
Jpa dao executes several statements, the call returns and
no, we haven't done anything specifically for this configuration.
But I don't see any issue in you just using the WAR project we create and
adjust it accordingly.
Let us know how much work/doesn't work if you try it ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
cool
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107338#4107338
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107338
___
jboss-user mailing list
jboss-user@lists.jboss.org
hi gscalise,
I thought we had both 4.0 and 4.2 marked as compatible with the seam facet -
but apparently something is missing...maybe the jst.web are not in sync.
anyhow - there is no technical difference between using 4.2 adapter for a 4.0.5
runtime so as a workaround use the 4.2 adapter and p
No I don't have it. But I added it but I still have the error message (I'm
using the same way as the SeamBay example - the second one I exposed).
Here is the standard-jaxws-endpoint-config.xml file :
| http://www.w3.org/2001/XMLSchema-instance";
| xmlns:javaee="http://java.sun.com/xm
Users must belong to 'Authenticated' role - this is security part defined in
poratl server web.xml. Look into Reference Guide documentation for more info.
In identity-config.xml you can't put encrypted password
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=410
I have the same problem.
Does anybody know if this problem was fixed? Are there any workaround?
How could I know the size of resultList?
Thanks in advance,
Gledson
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107331#4107331
Reply to the post :
h
http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ
Check Q11. Roles assignment is kept by JAAS until user logout
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107330#4107330
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
I have reported it to jira. http://jira.jboss.com/jira/browse/JBIDE-1361
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107329#4107329
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107329
__
Hi Tina,
I try to answer your question, ok?
1.- My knowledge of Jboss&BPEL cames to the experience of using it.
2.- You are reading the jbpm user guide, not BPEL user guide. Try to start with
this one:
http://docs.jboss.com/jbpm/bpel/
Read this guide an this one, is a good point to start.
http://w
Use the context filter, it's documented quite well in the ref docs and there's
plenty of forum posts regarding it also. Plus sample code in the seamspace
example (look at ContentServlet.java).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107321#4107321
Re
Hi i am getting fallowing error...i have tryed a lot ...but i am not able to
resolve. i am trying to execute from the command lineplz help me to resolve
this problem.
ERROR [main] (ToolsHelper.java:383) - Cannot load endpoint:TrivialService
Exception in thread "main" org.jboss.ws.WSExceptio
Do you have a standard-jaxws-endpoint-config.xml file specifying Seam's
SoapRequestHandler class?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107319#4107319
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107319
Hi all,
I'm having the strangest problem. I'm using GWT and myGWT .4 to buid some nifty
ajax portlets. myGWT has a widget called 'shell' which acts like a popup
window. When I add a shell to my portlet, the header of the shell expands to
full page width, and the body doesn't size accordingly.
roth,
I will try to look at this issue next week. Meanwhile I fixed a bug related to
permission check - don't know if its related but could you try with the latest
JBoss_Portal_Branch_2_6 sources?
Could you fill the jira issue and describe the exact setup to reproduce this?
View the original p
when i ccompile the Duke's Bank Application, it came the follwing errors:
E:\j2ee-1_3-doc-tutorial-draft5\j2eetutorial\bank>ant -f build.xml compile-inter
face
Buildfile: build.xml
init:
prepare:
compile-detail:
compile-exception:
compile-interface:
[javac] Compiling 12 source files to E:
Hope I'll find time to write what the Groovy Plugin do and what sort of
integration is needed.
David
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107314#4107314
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107314
Hi,
As I understand LRU policy is removing ALL object from cache node:
Assumptions:
Setting for some node: timeToLiveSeconds = 600 and maxAgeSeconds = 600 means
that ALL object will be remove after 10 minutes
Current result:
This means that if I have 2 object and first will be added 9 minute
http://jira.jboss.com/jira/browse/JBPORTAL-1779
Related bug is fixed for 2.6.3. You can check with sources from svn.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107313#4107313
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
http://jira.jboss.com/jira/browse/JBPORTAL-1779
Related bug is fixed for 2.6.3. You can check with sources from svn.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107312#4107312
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
anonymous wrote : nightly builds does not limit the possible runtime and
servers to our adapter any more - now we only require that the adapter says it
supports the reelvant JEE5 related specs for WAR and/or EAR.
Does seam plugin provide project creation for tomcat/hibernate (which is no
J2EE)
hi,
i have developed a workflow in which i am using process-state node to call sub
process.
-> If i use "state node" in my main process workflow ahead of call to
subprocess, it will throw an error while returning back from subprocess.
Exception is "this token is locked by token".
->But, If
Hi,
Fist, Sorry for my English.
I am having trouble using a SFSB.
I have a long-running conversation with an explicit conversation id
@Begin(id="XXX")
I end the conversation calling to a method with @End anotation. Seam calls
@Destroy method and all is Ok.
But If I open again the same page (
Just custom code. If you want to use JDBCCacheLoader's table structure, then
you can extract the code from JDBCCacheLoader for working with the db, and call
it directly. Otherwise, just write your own. I use iBATIS.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
Hi all,
I'm having problems with injection in web service. I think that it is due to
context problem but I have no idea how to resolve it.
I'm using Seam 2.0.0.GA and JBoss 4.2.1.GA.
Here is my web service code :
| @Stateless
| @WebService(name = "Authentication")
| @SOAPBinding(style =
Max,
you can get the screencast here: http://screencast.com/t/iXwXVgqiazF
It was done on just-installed copies of both RHDevStudio (with the included
server) and JBoss 4.0.5.GA (Jems installer 1.2.0.GA and EJB3 profile). The JRE
of RHDS and JBServer is jre1.5.0_13.
As you can see, the server is
The patch provided very limited support. So I used Apache FOP to generate my
RichText supported PDFs. It works perfectly :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107286#4107286
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
Dear All,
I'm new to jboss portal, and just get familiar with java portlet, and now want
to develop a portal site in jboss portal. Dose anyone know any good IDE to
develop java portlet??
Thanks in Advance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41072
I have installed JBoss 4.2.1 GA and JBoss Messaging 1.4.0 SP1 on a Windows XP
System. Since port 8080 is blocked on my system, I had to configure the
webserver to listen to port 9080.
I first ran the example 'queue' from the console and it works fine.
Then I tried to build a Java project in E
Hi, thanx for anser, this idea look very interesting for me but still I have
questions:
1) What method/class are you using to preload data from DB to cache ?
2) How to you persist data in DB - are you using some ready made method/class
form org.jboss.cache ?
"aditsu" wrote : You can do that b
report bugs in jira please.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107277#4107277
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107277
___
jboss-user mailing list
j
Hi Agus,
I have a lot of questions probably depending on the fact that I am new at BPEL
and JBoss.
First of all:
Where do you know all the JBoss details from?
When I tried to download the wsdl-file from
http://www.xmethods.net/ve2/Directory.po;jsessionid=4XUrFKQiN3_SA1yBd80-LqLJ(QHyMHiRM)
as y
nightly builds does not limit the possible runtime and servers to our adapter
any more - now we only require that the adapter says it supports the reelvant
JEE5 related specs for WAR and/or EAR.
Of course we can't guarantee it will actually deploy/compile on others since we
no longer controls w
I haven't looked at the groovy plugin lately so can't tell you how solvable it
is.
About grovy then it is on our "things to look at" list, but of course if
someone steps up and shows what is needed to make it work then that will happen
sooner than later ;)
View the original post :
http://www.
Hi
I allow myself to hijack this thread, since a solution to the original issue
has been found.
Swisst, did you manage to get ldap/ad running with an admin group coming from
your ldap (as opposed to the standard admin 'admin', role 'admin')?
I had to find out that what I proposed here
(http:/
anonymous wrote :
| we will work on getting it to run on the other runtime adapters too.
|
Is it planned for GA ?
David
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107271#4107271
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
Hi all,
I recently played with seam groovy support. I got my Hibernate Pojos turned
into groovy class (a third of the lines the java ones were declared in). To do
this in eclipse I simply installed the groovy plugin. But I realised that both
compilers don't work together and cross dependency wr
Hi amitev,
well thanks for your help, but the guides you refered to don't help me much
right now (or maybe I am just not getting it). What I am looking for is a
tutorial how to create EJB with JBoss tools in eclipse. As soon as I am into
that I want to start building web services and clients sup
Hi, I have another problem from Word pasting:
unexpected char: 0x93 and 0x94
they are very common character coz they are the " char (both open and close
one)...
thanks
Demetrio
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107268#4107268
Reply to the pos
Excellent Just what I was looking for, thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107266#4107266
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107266
___
jboss-u
checkout stuff from svn, do some good patches and attach them to jira - then
people tend to get access :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107265#4107265
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107
"[EMAIL PROTECTED]" wrote : That sounds very weird since using the rh adapter
is exactly what should be done
|
| could you try and use jinq to record what you do and share the link here ?
(http://blog.xam.dk/archives/83-Jinq-the-best-tool-for-reporting-bugs-for-any-UI!.html)
Max, I'll m
Hi,
Is it possible to use user defined objects(serialized) in java web service
between client & server?
I have created an object(shared between client & server) in server & returned
to client. But I am not able to get the actual values in the client.
When I try to get the values from the return
I guess there's something wrong with the contents of your /etc/hosts file. Have
a look at:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=121372
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119157
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
1 - 100 of 113 matches
Mail list logo