Basically. we want to have the ability to test our javascript-clients without
any server: Is there a way to mock the xml that remoting uses?! We want to use
a static xml and then use the remoting-apis to deserialize this on the client
without needing a call to the server.
Ideally, this could
replace server/default/deploy/jbossweb-tomcat55.sar/ROOT.war by your war file.
Note that server/default/deploy/jbossweb-tomcat55.sar/ROOT.war is a directory
in the jbossas package... SAVE it somewhere before removing it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
Nobody seems to be concerned by questions on this site. I'm keeping posting
issues almost daily but no chance to receive any help. Back to WebLogic ! Not
only it works but, additionally, whenever one's asking a question somone feels
concerned. Good bye OpenSource.
View the original post :
http
Currently you have to setup the connection properties in the persistence.xml
(e.g. via hibernate.connection.* properties)
In the next version we'll provide an option for selecting/specifying a set of
connection properties that will be used to override what is in persistence.xml.
I haven't actua
Apache httpd with mod_proxy (or mod_proxy_ajp) allows you have a Frond-end to
a cluster. mod_jk is the most used solution when you run a cluster of
application server.
To configure Tomcat to run on port 80 you may use daemon
http://jakarta.apache.org/commons/daemon/.
View the original post :
This system is madenning. Who could write a whole security infrastructure but
not provide a way for a user to do a simple username / password login like
people have been using for the past several decades? All I want is to be able
to log in and use JNDI to look up remote objects, but if the pa
Hello everybody,
I´m a little bit confused about using the conversation context in a backing
bean.
I have the following facelet code:
|
|
|
|
|
|
|
|
|
The remaining part of hte log
| [2/16/07 12:33:39:012 IST] 6f97230a SystemOut O In end of
MyActionHandler 3
| [2/16/07 12:33:39:153 IST] 6f97230a SystemOut O Hibernate: select
exceptionh0_.NODE_ as NODE7_1_, exceptionh0_.ID_ as ID1_1_,
exceptionh0_.GRAPHELEMENTINDEX_ as GRAPHEL
I just did a checkout of JBossRemoting (tag remoting_2_0_0_GA) and built the
jboss-remoting.jar and jboss-remoting-tests.jar (this jar contains the
MBeanHandler classes) using the tests.jars ant target. Then copied both jars
into server/default/lib directory of JBossAS 4.0.4.GA. Then created a
well do you have the connector jar in the correct place for oracle database?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017449#4017449
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017449
__
both version (1.1.5 GA and 1.1.6 GA) of seam-gen i got the same error :
| BUILD FAILED
| java.lang.NoClassDefFoundError:
org.hibernate.bytecode.cglib.BytecodeProviderImpl
|
is there any thierdparty library which i need ?
View the original post :
http://www.jboss.com/index.html?module=b
Hi .
i am using JBossIDE-Install.pdf and JBossIDE-Tutorial.pdf file to install JBOSS
+eclipse.
I have followed each and every step of this pdfs. I got this pdfs from
http://labs.jboss.com/portal/jbosside/docs/index.html
i have first follow the steps of JBossIDE-Install.pdf to update the softwar
you have debugged your application, i think.
But try it again. But a log message in your factory method and see how many
times it is really called.
Please let us know the result.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017438#4017438
Reply to the post
Hi,
i was also facing the same problem
but then i search inthe entire JBOSS directory the file whcih conatins 8080 as
a text.
and then replace this 8080 with 9005 port number is all the files having 8080.
and it worked.
View the original post :
http://www.jboss.com/index.html?module=bb&op=view
Hi,
I have deployed FirstEJB.jar (ejb application) into JBOSS. while starting of
the server, it gives ther error for the deployment descriptor as
org.jboss.deployment.DeploymentException: java.sun.com; - nested
throwable:(java.net.unklnownHostException:java.sin.com).
I don;t have internet conne
Nop, I have client side state saving specified.
I worked around the problem by not using the factory method and exposing
newUser as a property of the bean and it worked.
By doing so I'm not explicitly creating a conversation and I know if there is
an error somewhere in the code it will bite m
And I found out the problem: The thread died because some jar wasn't in the
path. This is bad for a thread to die silently, and it is a bug in Java, but
oh well, I got that fixed.
Now I have the whole thing working as long as the password is correct for the
login. This is big progress. But w
Hi,
We are getting the following exception from time to time when accessing our
stateful session beans in JBoss 4.0.4.GA. I've search in the JIRA database and
found out that this was infact a bug reported under the id EJBTHREE-769. There
it says that the bug is closed and done in the EJB 3.0 RC
Hello,
Hope, there may be problem in the structure of war file or the content of
web.xml file.
What is the structure of your war file and the content of web.xml file?
Give the details of server log of JBoss.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=401
I found out what was happening, sort of: the thread that's creating my
InitialContext just silently dies. I don't get it. The thread itself
collapses. I put:
InitialSystem.out.println("start");
| Context context = new InitialContext(properties);
| System.out.println("done.");
I see the "
| => A ---> B ---> C
| ###| | |
| ###V V V
| ###D ---> E >F =>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017416#4017416
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017416
__
It seems that JBPM core uses parent-child relationship among tokens to emulate
the effect of "Split" and "Join". Although such a strategy can make node
stateless and store all states and variables in tokens, I've a question over
how does JBpm suppot the following structure?
=> A ---> B --->
i really need a JMX web based console not a remote client console.
how can one achieve fine grain authorisation using JBossMX and a 3rd party web
console?
by fine grain authoristion i mean, user 'A' can only modify attribute 'a' on
MBean 'AA' but read all other attributes on MBean 'A'.
I was
Updates:
I have replaced \jboss-4.0.4.GA\server\default\deploy\jbossws14.sar
with jboss 4.0.5 =>> jbossws14.sar
but still when i open http://localhost:8080/hello/greeter then i receive
following message in browser
HTTP GET not supported
Thanks,
View the original post :
http://www.jboss.co
I figured it was my bad mouthing, it got its revenge.
Someone pulled it for me, then sent it so I could use it. Wonder if they
messed up some directories. Do you have any versions of that file name
anywhere else that have an html element in them?
View the original post :
http://www.jboss.c
I'm trying to get JAAS to work with remote connections to a server. What
happens is it needs to make an initial connection without any login
information. It checks some status things on the server. If that's ok, it
then can send login information. Due to user errors it's possible that a user
To make it easier, you guys may want to consider using SOAPUI
http://www.soapui.org/jbossws/index.html
if you use eclipse, you simply right click on the POJO and generate the
webservice from it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017388#4017388
http://labs.jboss.com/portal/jbossremoting/docs/guide/ch05.html#d0e1120
explains how the threading works in detail, but in short, the connection is
maintained between client and server even after the requests are made.
A idle timeout has been added (see http://jira.jboss.com/jira/browse/JBREM-
Doesnt the userportlet do the same thing? If we have a thousand users and
someone lists them all, does the server die?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017378#4017378
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
Hi jgreiner,
Thank you very much for replying.
Query:
1. If i remove jbpm.sar and jbpm.war, will jbpm thing work?
In the meanwhile i tried, installing
jboss4.0.4.GA,
jbpm-3.1.4 ,
jbpm-bpel-1.1.Beta2
jdk1.5
jwsdp-2.0
I am able to succesfully intergrate jboss+jbpm+jbpel, but when i deployed he
for anyone interested, see
http://jroller.com/page/jgilbert01/?anchor=extending_the_hibernate_validation_framework
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017367#4017367
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
"[EMAIL PROTECTED]" wrote : "[EMAIL PROTECTED]" wrote : An essential feature
concerns the tree : if the children of a node are too numerous then only a sub
range of the children are displayed along with controls which provide
navigation in the range.
|
| For dashboard viewing by admins, I w
Has anyone managed to get jbossws working with jboss JEMS 1.2.0.GA (downloaded
from http://labs.jboss.com/portal/jemsinstaller/downloads).
Can't get jsr181pojo working with bundled JBossWS 1.0.3.SP1. When I try to
upgrad to JBossWS 1.0.4, everything stops working. I just can't see how I can
get
"[EMAIL PROTECTED]" wrote : "[EMAIL PROTECTED]" wrote : An essential feature
concerns the editor of window content. With the new addition of the content
editor it is a need to have the capability to edit the different content types
of a window (like in the dashboard).
|
| I have no idea how
I've got an outstanding JIRA issue for this -
http://jira.jboss.org/jira/browse/JBSEAM-379
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017343#4017343
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017343
___
I added a couple of Jira tasks grouped under:
http://jira.jboss.org/jira/browse/JBPORTAL-1243
Those are little things to make it quickly more readable
but this would clearly require a *major* rework.
Setting the security constraints is not natural.
Moving windows with right-left is good, but we c
I assume by the deafening silence on this, that this is either a really stupid
question, or we're the only suckers doing this ¯\(°_o)/¯
Here's how it works for me. Create a file called wstools-java-to-wsdl.xml
based upon wstools-config.xml but have it include the tags. Here
is an example ba
Tim,
I've emailed you a modified version of the QueueExample class from the JBoss
Messaging examples that displays the behaviour I've been observing.
We're testing JBoss 1.0.1.SP4 on Windows XP with a MySQL backend (using the
InnoDB engine - also on Windows XP). The test queue should be configu
I have a situation where a set of entities share a similar composite key class;
rather than create a new PK class for each entity, I wanted to genericise the
PK.
Here's my generic PK class:
| @Embeddable
| public class LanguagePK implements Serializable {
|
| private T describes;
Hi Tomer,
Thanks for alerting us to this problem. We have changed the blocking policy
from WAIT to RUN in org.jboss.remoting.Client and
org.jboss.remoting.ServerInvoker.
Ideally, it would be nice to be able to configure the queue used in Remoting's
default thread pool, org.jboss.util.threadpo
In both my JBoss 4.0.3 and 4.0.5 installations I have to switch from MyFaces to
Suns-RI
If I just replace the libraries in JSF-LIBS with SUN's libs, everything deploys
fine! For various reasons, i have to package the libs within my jar file.
So I erase JBoss' JSF_LIBS folder and package all th
I tried adding @Depends ("jboss.ejb3:service=EJB3Deployer") to the
class and jboss.ejb3:service=EJB3Deployer
to the jboss-service.xml, but my ejb is still null.
2007-02-15 18:30:45,342 DEBUG [org.jboss.system.ServiceController] Starting
dependent components for: jboss.ejb3:service=EJB3Deployer d
I've changed my port number from 8080 to 80 as you can see:
|
|
However, I can see that jbossws is still trying to connect 8080 for invoking
services. Anyone knows why this happens?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017301#4017301
Reply
I keep getting this when trying to run a very simple demo code:
| ERROR [org.jboss.ws.jaxrpc.SOAPFaultExceptionHelper] SOAP request exception
|
| java.lang.NoClassDefFoundError
|
| at
org.jboss.ws.jaxrpc.encoding.SimpleDeserializer.deserialize(SimpleDeserializer.java:52)
|
|
I sent out the email today with my real name. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017302#4017302
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017302
___
j
We've got the following error after running our apps for a day doing load
testing with the JMS server.
My suspicion is that the server got loaded (we're using PostgreSQL to store the
message on the same server) and was to busy to respond the request.
But the funny thing is that we never got onExc
Hi
I'm trying to import a large amount of data (using JDBC) and I hit the
TransactionTimeout (as defined in jta-service.xml). I know I can alter the
timeout in jta-service.xml, but I would really prefer to just alter it for the
import method, not the whole application.
Is this possible?
TIA
No, I've only tested with the version that Seam is currently including (1.1.12).
If you've worked through my above suggestions, please put a simple example that
shows the problem in JIRA and I'll work through it.
Btw, sorry about being terse yesterday ;)
View the original post :
http://www.jbo
You are extending: UsersLoginModule
http://docs.jboss.org/jbossas/javadoc/4.0.4/security/org/jboss/security/auth/spi/UsersLoginModule.html
the login() method tries to aithenticate against username and password defined
in user.properties but you didn't provide any.
If you want to write your own
I do what you talk for me, but when i login with my user a erro message was
showed:
talk that User.properties nof found what happend?
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017278#4017278
Reply to the post :
http://www.jboss.com/index.htm
I do what you talk for me, but when i login this message was showed:
java.io.IOException: No properties file: users.properties or defaults: defaultUs
ers.properties found
at org.jboss.security.auth.spi.Util.loadProperties(Util.java:313)
at org.jboss.security.auth.spi.UsersRolesLogi
Thank you very much for the reply, I really appreciate the help.
I think my original post wasn't clear (sorry about my poor english), I'll try
to put this as correctly as possible.
When you do a remote call or callback, a number of problems may happen.
The invoke() and invokeOneWay() methods de
"kukeltje" wrote : I think Tom invented a new acronym for GOP, but do not know
what it is
The acronym is PVM for Process Virtual Machine ;-)
Cheers,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017272#4017272
Reply to the post :
http://www.jboss.com
See ? by ranting against ant, it doesn't like you anymore ;)
This is weird... Never heard of that problem before, here is what you should
have in component-info.xml
|
|
|http://www.antlr.org/";
| description="ANother Tool for Language Recognition">
|
|
off the top of my mind 3 places i can think of putting that connector.jar in
1) jboss as/server/default/lib
2) seam/lib/
3) seam/seam-gen/lib/
bounce the server and try. let us know
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017269#4017269
Reply to the
Yes i think hibernate is looking for it somewhere else. in that other site they
said shared/lib folder, but i dont know where in seam. I would try putting that
connector in a few other folders and restart the AS and try again.
Gavin could help point out exactly what to do.
View the original p
Ok antians. I keep getting this on my machine at work using the build.bat
(using the bundled ant or my own, 1.70)
BUILD FAILED
C:\workspace\jbportal\trunk\build\build.xml:366: The following error occurred
while executing this line:
C:\workspace\jbportal\trunk\thirdparty\antlr\component-info.xml
Hi All
Please help me in following matter.
I am trying to choose web application frontend among Apache HTTPD and Tomcat.
As I can undestand, for integration Apache HTTPD with JBoss (Tomcat) I should
use mod_jk and AJP1.3 protocol (may be ports redirecting is better solution?).
Also I can confi
"avbentem" wrote : > Okay I downloaded Eclipse 3.2.1
|
| When I tried to use the 3.1.x Starter Kits with Eclipse 3.2.1 then the
additional tabs "Diagram", "Swimlanes" and "Deployment" did not show either.
However, using
http://repository.jboss.com/eclipse/sdk/3.2/eclipse-SDK-3.2-win32.zip (
It just seems like you need to have your database and app server running in
order to get the EMF to be created to start developing and getting Code
Completion. So you need to configure your project to point to the app server
and to the database server. Correct?
Thanks
Mark
View the original p
mholzner -
I tried your suggestion and I get an error:
anonymous wrote : An error occurred at line: 9 in the jsp file:
/layouts/generic/index.jsp
| Generated servlet error:
| LayoutConstants.ATTR_PAGE cannot be resolved to a type
|
This is what the beginning of my index.jsp page looks li
Yes the mysql driver jar is exactly where I said it was during seam setup. And
I am using a connection url of the form jdbc:mysql://address:port/databasename..
Is there somewhere else I need to add the mysql jar?
thanks for the help,
Dustin
View the original post :
http://www.jboss.com/index.
"dleerob" wrote : Sure. I've downloaded a few starter kits, but the latest I
downloaded is jbpm-starters-kit-3.1.4.
|
| If you look at jbpm-starters-kit-3.1.4\jbpm-designer\readme.html, at the
very bottom it says "The designer plugin works with eclipse versions 3.1.2,
3.1.1, 3.1, 3.1M7, 3.1
wow, impatient? are u sure the other tables are empty? Did you do that?
normally they have data in them, which exactely tells you what to do. Search
the forum for other examples/posts in this direction
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=401
afaik, nobody has tried to do this. But instead of using jpdl, I would suggest
using the Graph Oriented Programming 'kernel' (I think Tom invented a new
acronym for GOP, but do not know what it is) and create a new language. jpdl
and bpel use the same core. An aditional language is possible.
Ro
group assignment *does* work as james states... just the webconsole does not
show it. Create a fix there (we won't since the webconsole before 3.2 was
'demo' quality and the 3.2 webconsole is a major redesign
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
No the new GPD will not be backwards compatible with older process definitions.
However, we will provide a conversion tool.
The new GPD is build with Eclipse 3.2.1. You can find the used drivers in the
manifest file of the downloaded archive.
Regards,
Koen
View the original post :
http://www.
Good idea - I was thinking similar things. Being able to see data flow at a
high level is very useful.
Currently, I don't believe the process definition can actually know what the
flow is, because the handlers can access the variables at runtime without any
declaration. The exception is scrip
Julien,
Thank you the prompt response.
Larry Compton
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017250#4017250
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017250
___
now you mention it... I have no idea how I got to it, but the id is afaik the
same as the forum id, so you can access all other jboss forums via rss this way.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017249#4017249
Reply to the post :
http://www.jboss.
Oracle 8.1.7? Oracle is ending part of the support on oracle 9 in six
months... hhh good luck on migrating that part :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017248#4017248
Reply to the post :
http://www.jboss.com/index.html?module=bb&o
I second that. its helpful to see it in the documentation please.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017245#4017245
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017245
_
The app I'm working on has to do some dynamic UIComponent creation. Something
like
| questionPanel = (HtmlPanelGrid)
facesContext.getApplication().createComponent(HtmlPanelGrid.COMPONENT_TYPE);
|
where facesContext is injected.
For my unit tests, I'm using a simple mock Application:
|
Some pointers of the same problem
http://forum.java.sun.com/thread.jspa?threadID=691687&messageID=4020886
http://www.opensubscriber.com/message/users@cocoon.apache.org/1407968.html
http://forum.hibernate.org/viewtopic.php?t=945739
let me know what if any of that fixes the problem please
Vie
did you confirm if the *connector*.jar file was not missing?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017241#4017241
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017241
__
added, http://jira.jboss.org/jira/browse/JBSEAM-854
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017239#4017239
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017239
___
jbo
Take a loot at jboss-4.0.x/docs/examples/jca/mysql-ds.xml. The extra elements
you see in the provided jbpm-bpel-ds.xml are for setting up an in-process hsql
database. Since your mysql database runs in its own process, you don't need to
set it up.
Make sure the hibernate.connection.datasource pr
Did you find a solution? I am getting the exact same message..
-Dustin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017235#4017235
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017235
_
Hi Norman,
I just wanted to ask if there's any progress on the control where & how the
text is placed ?
I.e. 5 inch from above, 3 inch from the left in 12 point verdana with a max
with of 6 inch - like I requested on the previous side (you probably get the
idea).
View the original post :
htt
IIRC, Shane did not yet have time to get the remoting examples working on TC.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017232#4017232
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017232
_
Has there been a fix to enable group assignment? I've been playing with JBpm
for a couple of days but have not been able to get group assignment to work.
I'm using starter kit 3.1.3.
I tried modifying the jbpm/src/java.jbpm/org/jbpm/db/hibernate.queries.hbm.xml
file with the query James poste
(1) please retest with latest versions of Seam and Ajax4JSF.
(2) if its still there, please create a very simple test case to reproduce the
problem, and submit to JIRA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017230#4017230
Reply to the post :
http://w
That was it..
I just wasnt paying attention...
Thanks for the quick response...
Indy
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017229#4017229
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017229
___
continued email problems
| 16:07:56,796 ERROR [STDERR] Feb 15, 2007 4:07:56 PM
com.sun.facelets.compiler.Compiler initialize
| SEVERE: Missing Built-in Tag Libraries! Make sure they are included within
the META-INF directory of Facelets' Jar
|
I made sure my jars (Seam-mail, seam-ui, fa
Emporer's clothes..
I though so to but didn't want to look an idiot.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017224#4017224
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017224
__
"jnorris10" wrote : "timfox" wrote : This is not JBoss Messaging config, it is
MDB container config. The MDB container is agnostic as to the jms provider,
whether it is JBoss Messaing, JBossMQ or some other provider.
| |
| | See
| | http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBos
This seems useful to me, too.
I sugest it should go into Seam's own components.xml, so it is available by
default.
Regards
Felix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017221#4017221
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
Best fit I could find was pg67 (in A4)
3.2.7. Component names
1.1.6 PDF
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017220#4017220
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017220
_
Weird. Any stacktrace ? I guess not.
Are you sure it should return false ? Is there any view-recursive permission on
the parent node or parent of the parent... ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017219#4017219
Reply to the post :
http://www.jb
what section# in doc talks about that?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017218#4017218
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017218
___
jboss-user maili
I haven't done this myself but I would go into tomcat manager and make sure the
component that has helloAction is started and restart the server.
Its either not seeing it or helloAction is not running
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017216#4017
JBoss Server 4.0.5 GA
MySQL
JBoss Portal 2.4
My Custom Portlet is trying to determine if an object should be available to a
user. Currently, it is always returning true...
In my jboss-portal.xml
|
|
| MyPortlet
|
| Required
|
|
|
|
| Po
Hello,
I'm having some trouble migrating to JBoss Messaging 1.0.1SP4 from JBossMQ.
I'm running JBossAS 4.0.5GA.
The problem is when onMessage() is called in a JMS client in an ear. I get a
"java.lang.ClassNotFoundException: No ClassLoaders found for: ".
That class is located in a jar within
Has anyone been able to successfully get the remoting/helloworld example
working in Tomcat? I deploy it via "ant clean deploy.tomcat" and the
helloworld app comes up, but I get this in my popup window when I type in my
name:
| Thu Feb 15 2007 14:34:03 GMT-0600 (Central Standard Time): Reque
Can this be added to the doco.. it's a great tip.
perhaps close to pg 67
anonymous wrote :
| The declaration lets you specify a value or method binding expression that
will be evaluated to initialize
| the value of a context variable when it is first referenced.
|
|
|
|
anony
The first estimation is JBoss Portal 3.0 release which has no official roadmap
yet.
About the spec schedule, only the early draft preview has been released so far.
According to the publicly available informations which are (Stefan's
presentation at JavaOne 2006) :
- 2nd early public draft Octob
ps: mine filters out the sticky threads, and shows number of replies, so there!
but then again, the free feeds from feed43 only updates every 6 hours. thanks
ronald...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017205#4017205
Reply to the post :
http:
Hello Forum,
seam 1.1.0.GA
jboss-4.0.5.GA
ajax4jsf-1.0.5
I have an occasional exception that I get.
I have an SFSB, @Scope(CONVERSATION), @Conversational,
which outjects DataModel that I render with tomahawk t:datatable
The bean has an @Create method that is annotated with @Begin
pages.xml
Although the JSR286 specification is not yet complete, will there be support
for the spec built into a version of JBoss Portal sometime in the near future?
Also, does anyone know if there is a projected date for when the spec will be
finalized?
Larry Compton
View the original post :
http://w
I haven't done that myself yet but the place i would start is look at the
build.xml file in the root folder of seam distribution, it has deploy and
deploytomcat. that's how i would pack.
But you bring up a good topic to write a document on. Maybe I should play with
seam-gen and porting it to t
1 - 100 of 251 matches
Mail list logo